Merge pull request #2510 from hodgef/dependabot/npm_and_yarn/webpack-5.99.6

Bump webpack from 5.99.5 to 5.99.6
This commit is contained in:
Francisco Hodge 2025-04-21 05:13:19 -04:00 committed by GitHub
commit 0e7a7fc388
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.14",
"typescript": "^5.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.99.5",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
}
@ -13355,9 +13355,9 @@
}
},
"node_modules/webpack": {
"version": "5.99.5",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz",
"integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
"version": "5.99.6",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz",
"integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -23269,9 +23269,9 @@
"dev": true
},
"webpack": {
"version": "5.99.5",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.5.tgz",
"integrity": "sha512-q+vHBa6H9qwBLUlHL4Y7L0L1/LlyBKZtS9FHNCQmtayxjI5RKC9yD8gpvLeqGv5lCQp1Re04yi0MF40pf30Pvg==",
"version": "5.99.6",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.99.6.tgz",
"integrity": "sha512-TJOLrJ6oeccsGWPl7ujCYuc0pIq2cNsuD6GZDma8i5o5Npvcco/z+NKvZSFsP0/x6SShVb0+X2JK/JHUjKY9dQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.7",

View File

@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.14",
"typescript": "^5.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.99.5",
"webpack": "^5.99.6",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "4.15.0"
},