Skip to content

Commit ffcf9d4

Browse files
committed
2 parents ce76a35 + 85ac901 commit ffcf9d4

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ts-loader": "^9.4.4",
4141
"ts-node": "^10.9.2",
4242
"typescript": "^5.5.3",
43-
"webpack": "^5.92.1",
43+
"webpack": "^5.93.0",
4444
"webpack-cli": "^5.1.4"
4545
}
4646
}

package-lock.json

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ts-loader": "^9.4.4",
2626
"ts-node": "^10.9.2",
2727
"typescript": "^5.5.3",
28-
"webpack": "^5.92.1",
28+
"webpack": "^5.93.0",
2929
"webpack-cli": "^5.0.1"
3030
},
3131
"engines": {
@@ -54,7 +54,7 @@
5454
"ts-loader": "^9.4.4",
5555
"ts-node": "^10.9.2",
5656
"typescript": "^5.5.3",
57-
"webpack": "^5.92.1",
57+
"webpack": "^5.93.0",
5858
"webpack-cli": "^5.1.4"
5959
},
6060
"engines": {
@@ -527,11 +527,10 @@
527527
}
528528
},
529529
"node_modules/@types/picomatch": {
530-
"version": "2.3.4",
531-
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz",
532-
"integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==",
533-
"dev": true,
534-
"license": "MIT"
530+
"version": "3.0.0",
531+
"resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.0.tgz",
532+
"integrity": "sha512-iX/Qwk9vU17N/5Q7QrV46wzciloTdCqTRt6z8A7uFFADM2+Sy5oQh9ldZhAiTXH+l0sM/EkXatEhJIs8FUyOBQ==",
533+
"dev": true
535534
},
536535
"node_modules/@types/vscode": {
537536
"version": "1.91.0",
@@ -5032,11 +5031,10 @@
50325031
}
50335032
},
50345033
"node_modules/webpack": {
5035-
"version": "5.92.1",
5036-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz",
5037-
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==",
5034+
"version": "5.93.0",
5035+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
5036+
"integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
50385037
"dev": true,
5039-
"license": "MIT",
50405038
"dependencies": {
50415039
"@types/eslint-scope": "^3.7.3",
50425040
"@types/estree": "^1.0.5",
@@ -5411,14 +5409,14 @@
54115409
"@types/chai": "^4.3.11",
54125410
"@types/mocha": "^10.0.6",
54135411
"@types/node": "^20.14.2",
5414-
"@types/picomatch": "^2.3.4",
5412+
"@types/picomatch": "^3.0.0",
54155413
"chai": "^4.3.10",
54165414
"json-loader": "^0.5.7",
54175415
"mocha": "^10.2.0",
54185416
"ts-loader": "^9.5.1",
54195417
"ts-node": "^10.9.2",
54205418
"typescript": "^5.5.3",
5421-
"webpack": "^5.92.1",
5419+
"webpack": "^5.93.0",
54225420
"webpack-cli": "^5.0.2"
54235421
},
54245422
"engines": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ts-loader": "^9.4.4",
6464
"ts-node": "^10.9.2",
6565
"typescript": "^5.5.3",
66-
"webpack": "^5.92.1",
66+
"webpack": "^5.93.0",
6767
"webpack-cli": "^5.0.1"
6868
},
6969
"files": [

server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@
4949
"@types/chai": "^4.3.11",
5050
"@types/mocha": "^10.0.6",
5151
"@types/node": "^20.14.2",
52-
"@types/picomatch": "^2.3.4",
52+
"@types/picomatch": "^3.0.0",
5353
"chai": "^4.3.10",
5454
"json-loader": "^0.5.7",
5555
"mocha": "^10.2.0",
5656
"ts-loader": "^9.5.1",
5757
"ts-node": "^10.9.2",
5858
"typescript": "^5.5.3",
59-
"webpack": "^5.92.1",
59+
"webpack": "^5.93.0",
6060
"webpack-cli": "^5.0.2"
6161
}
6262
}

0 commit comments

Comments
 (0)