mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-19 00:13:00 +08:00
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:
parent
80c37e2f46
commit
af4cbd8ea2
14
package-lock.json
generated
14
package-lock.json
generated
@ -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",
|
||||
|
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user