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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/7494/head
dependabot[bot] 2 years ago committed by GitHub
parent f6a0adf6fb
commit 7faf4bf246
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": "^1.62.1",
"sass-loader": "^13.2.2", "sass-loader": "^13.2.2",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"webpack": "^5.82.1", "webpack": "^5.83.0",
"webpack-cli": "^5.1.1" "webpack-cli": "^5.1.1"
}, },
"engines": { "engines": {
@ -16831,9 +16831,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.82.1", "version": "5.83.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.0.tgz",
"integrity": "sha512-C6uiGQJ+Gt4RyHXXYt+v9f+SN1v83x68URwgxNQ98cvH8kxiuywWGP4XeNZ1paOzZ63aY3cTciCEQJNFUljlLw==", "integrity": "sha512-mdWk7amgh7hMCXzU+uTDGpIJEbkqat2RLgSDW53E1OOSE6U0gmBcWadJ6y0FdQQbGbW0lV2LT9t2iOEZc+FU7w==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -30095,9 +30095,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.82.1", "version": "5.83.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.83.0.tgz",
"integrity": "sha512-C6uiGQJ+Gt4RyHXXYt+v9f+SN1v83x68URwgxNQ98cvH8kxiuywWGP4XeNZ1paOzZ63aY3cTciCEQJNFUljlLw==", "integrity": "sha512-mdWk7amgh7hMCXzU+uTDGpIJEbkqat2RLgSDW53E1OOSE6U0gmBcWadJ6y0FdQQbGbW0lV2LT9t2iOEZc+FU7w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

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

Loading…
Cancel
Save