chore(deps-dev): bump webpack in /apps/block_scout_web/assets (#10534)

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.1 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.92.1...v5.93.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/10537/head
dependabot[bot] 3 months ago committed by GitHub
parent 7a33b7a23b
commit 79e7bc7f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 14
      apps/block_scout_web/assets/package-lock.json
  2. 2
      apps/block_scout_web/assets/package.json

@ -92,7 +92,7 @@
"sass": "^1.77.8", "sass": "^1.77.8",
"sass-loader": "^14.2.1", "sass-loader": "^14.2.1",
"style-loader": "^4.0.0", "style-loader": "^4.0.0",
"webpack": "^5.92.1", "webpack": "^5.93.0",
"webpack-cli": "^5.1.4" "webpack-cli": "^5.1.4"
}, },
"engines": { "engines": {
@ -17443,9 +17443,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.92.1", "version": "5.93.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -31072,9 +31072,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.92.1", "version": "5.93.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz",
"integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

@ -104,7 +104,7 @@
"sass": "^1.77.8", "sass": "^1.77.8",
"sass-loader": "^14.2.1", "sass-loader": "^14.2.1",
"style-loader": "^4.0.0", "style-loader": "^4.0.0",
"webpack": "^5.92.1", "webpack": "^5.93.0",
"webpack-cli": "^5.1.4" "webpack-cli": "^5.1.4"
}, },
"jest": { "jest": {

Loading…
Cancel
Save