Update dependency webpack to ^5.88.1

This commit is contained in:
renovate[bot] 2023-06-28 20:23:13 +00:00
parent 10a8ff9974
commit 8321734aac
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -31,7 +31,7 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.5",
"webpack": "^5.88.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"wrangler": "^3.1.1"
}
@ -7699,9 +7699,9 @@
"dev": true
},
"node_modules/webpack": {
"version": "5.88.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.0.tgz",
"integrity": "sha512-O3jDhG5e44qIBSi/P6KpcCcH7HD+nYIHVBhdWFxcLOcIGN8zGo5nqF3BjyNCxIh4p1vFdNnreZv2h2KkoAw3lw==",
"version": "5.88.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.1.tgz",
"integrity": "sha512-FROX3TxQnC/ox4N+3xQoWZzvGXSuscxR32rbzjpXgEzWudJFEJBpdlkkob2ylrv5yzzufD1zph1OoFsLtm6stQ==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",

View file

@ -34,7 +34,7 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.5",
"webpack": "^5.88.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"wrangler": "^3.1.1"
},