Bump webpack from 5.97.0 to 5.97.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.97.0 to 5.97.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.97.0...v5.97.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-06 09:40:34 +00:00 committed by GitHub
parent 80c37e2f46
commit af4cbd8ea2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -37,7 +37,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.7.2",
"url-loader": "^4.1.1",
"webpack": "^5.97.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
}
@ -13274,9 +13274,9 @@
}
},
"node_modules/webpack": {
"version": "5.97.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.0.tgz",
"integrity": "sha512-CWT8v7ShSfj7tGs4TLRtaOLmOCPWhoKEvp+eA7FVx8Xrjb3XfT0aXdxDItnRZmE8sHcH+a8ayDrJCOjXKxVFfQ==",
"version": "5.97.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz",
"integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.7",
@ -23231,9 +23231,9 @@
"dev": true
},
"webpack": {
"version": "5.97.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.0.tgz",
"integrity": "sha512-CWT8v7ShSfj7tGs4TLRtaOLmOCPWhoKEvp+eA7FVx8Xrjb3XfT0aXdxDItnRZmE8sHcH+a8ayDrJCOjXKxVFfQ==",
"version": "5.97.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.97.1.tgz",
"integrity": "sha512-EksG6gFY3L1eFMROS/7Wzgrii5mBAFe4rIr3r2BTfo7bcc+DWwFZ4OJ/miOuHJO/A85HwyI4eQ0F6IKXesO7Fg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.7",

View File

@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.7.2",
"url-loader": "^4.1.1",
"webpack": "^5.97.0",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
},