Skip to content

Commit bf1a02f

Browse files
fix(deps): update all non-major dependencies
1 parent 8698608 commit bf1a02f

File tree

4 files changed

+342
-225
lines changed

4 files changed

+342
-225
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v6
2727
with:
28-
node-version: 24.11.1
28+
node-version: 24.13.0
2929

3030
# Update npm to the latest version to enable OIDC
3131
# Use corepack to install pnpm

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.20.4
1+
18.20.8

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,26 @@
2020
"puml": "npx puml generate flow.puml -o flow.png",
2121
"release": "standard-version"
2222
},
23-
"packageManager": "pnpm@10.24.0",
23+
"packageManager": "pnpm@10.29.2",
2424
"dependencies": {
25-
"@rspack/lite-tapable": "^1.0.1"
25+
"@rspack/lite-tapable": "^1.1.0"
2626
},
2727
"devDependencies": {
28-
"@types/node": "^20.17.5",
28+
"@types/node": "^20.19.33",
2929
"css-loader": "5.2.7",
3030
"dir-compare": "^3.3.0",
3131
"html-loader": "2.1.2",
3232
"jest": "^27.5.1",
33-
"lodash": "^4.17.21",
34-
"prettier": "^3.3.3",
33+
"lodash": "^4.17.23",
34+
"prettier": "^3.8.1",
3535
"pug": "3.0.3",
3636
"pug-loader": "2.4.0",
3737
"raw-loader": "4.0.2",
3838
"rimraf": "^4.4.1",
3939
"standard-version": "^9.3.0",
4040
"style-loader": "2.0.0",
4141
"typescript": "5.9.3",
42-
"webpack": "^5.96.1",
42+
"webpack": "^5.105.1",
4343
"webpack-cli": "6.0.1",
4444
"webpack-recompilation-simulator": "3.2.0"
4545
},
@@ -61,7 +61,7 @@
6161
"homepage": "https://github.com/rstackjs/html-rspack-plugin",
6262
"repository": "https://github.com/rstackjs/html-rspack-plugin.git",
6363
"engines": {
64-
"node": ">=16.0.0"
64+
"node": ">=16.20.2"
6565
},
6666
"jest": {
6767
"watchPathIgnorePatterns": [

0 commit comments

Comments
 (0)