Skip to content

Commit a516834

Browse files
chore(deps): update (#1922)
1 parent b443f4d commit a516834

File tree

6 files changed

+121
-308
lines changed

6 files changed

+121
-308
lines changed

package-lock.json

Lines changed: 28 additions & 159 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666
"@babel/preset-env": "^7.16.7",
6767
"@commitlint/cli": "^19.0.3",
6868
"@commitlint/config-conventional": "^19.0.3",
69-
"@fastify/express": "^2.3.0",
69+
"@fastify/express": "^3.0.0",
7070
"@hapi/hapi": "^21.3.7",
7171
"@hono/node-server": "^1.12.0",
7272
"@types/connect": "^3.4.35",
7373
"@types/express": "^4.17.13",
7474
"@types/mime-types": "^2.1.1",
75-
"@types/node": "^20.11.16",
75+
"@types/node": "^22.3.0",
7676
"@types/on-finished": "^2.3.4",
7777
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
7878
"babel-jest": "^29.3.1",
@@ -81,7 +81,6 @@
8181
"cross-env": "^7.0.3",
8282
"cspell": "^8.3.2",
8383
"deepmerge": "^4.2.2",
84-
"del": "^6.0.0",
8584
"del-cli": "^5.0.0",
8685
"eslint": "^8.28.0",
8786
"eslint-config-prettier": "^9.1.0",
@@ -102,7 +101,7 @@
102101
"router": "^1.3.8",
103102
"standard-version": "^9.3.0",
104103
"strip-ansi": "^6.0.0",
105-
"supertest": "^6.1.3",
104+
"supertest": "^7.0.0",
106105
"typescript": "^5.3.3",
107106
"webpack": "^5.93.0"
108107
},

test/fixtures/webpack.array.dev-server-false.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = [
99
entry: './bar.js',
1010
output: {
1111
filename: 'bundle.js',
12-
path: path.resolve(__dirname, '../outputs/array/js3'),
12+
path: path.resolve(__dirname, '../outputs/dev-server-false/js3'),
1313
publicPath: '/static-two/',
1414
},
1515
infrastructureLogging: {
@@ -24,7 +24,7 @@ module.exports = [
2424
entry: './foo.js',
2525
output: {
2626
filename: 'bundle.js',
27-
path: path.resolve(__dirname, '../outputs/array/js4'),
27+
path: path.resolve(__dirname, '../outputs/dev-server-false/js4'),
2828
publicPath: '/static-one/',
2929
},
3030
module: {

0 commit comments

Comments
 (0)