Bump webpack from 5.83.0 to 5.83.1 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.83.0 to 5.83.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.83.0...v5.83.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/7505/head
dependabot[bot] 2 years ago committed by GitHub
parent 4a9203d83b
commit e5e1a3f14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.3",
"webpack": "^5.83.0",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
},
"engines": {
@ -16831,9 +16831,9 @@
}
},
"node_modules/webpack": {
"version": "5.83.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.0.tgz",
"integrity": "sha512-mdWk7amgh7hMCXzU+uTDGpIJEbkqat2RLgSDW53E1OOSE6U0gmBcWadJ6y0FdQQbGbW0lV2LT9t2iOEZc+FU7w==",
"version": "5.83.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.1.tgz",
"integrity": "sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@ -30095,9 +30095,9 @@
"dev": true
},
"webpack": {
"version": "5.83.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.0.tgz",
"integrity": "sha512-mdWk7amgh7hMCXzU+uTDGpIJEbkqat2RLgSDW53E1OOSE6U0gmBcWadJ6y0FdQQbGbW0lV2LT9t2iOEZc+FU7w==",
"version": "5.83.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.1.tgz",
"integrity": "sha512-TNsG9jDScbNuB+Lb/3+vYolPplCS3bbEaJf+Bj0Gw4DhP3ioAflBb1flcRt9zsWITyvOhM96wMQNRWlSX52DgA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",

@ -104,7 +104,7 @@
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.3",
"webpack": "^5.83.0",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
},
"jest": {

Loading…
Cancel
Save