Merge pull request #2306 from hodgef/dependabot/npm_and_yarn/webpack-5.93.0

Bump webpack from 5.92.1 to 5.93.0
This commit is contained in:
Francisco Hodge 2024-07-12 04:12:54 -04:00 committed by GitHub
commit c643bff61a
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

@ -36,7 +36,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
}
@ -15814,9 +15814,9 @@
}
},
"node_modules/webpack": {
"version": "5.92.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz",
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==",
"version": "5.93.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
"integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -28171,9 +28171,9 @@
"dev": true
},
"webpack": {
"version": "5.92.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz",
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==",
"version": "5.93.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
"integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

View File

@ -67,7 +67,7 @@
"terser-webpack-plugin": "^5.3.10",
"typescript": "^4.9.5",
"url-loader": "^4.1.1",
"webpack": "^5.92.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "4.15.0"
},