Bump webpack from 5.84.0 to 5.84.1 in /apps/block_scout_web/assets

Bumps [webpack](https://github.com/webpack/webpack) from 5.84.0 to 5.84.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.84.0...v5.84.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/7554/head
dependabot[bot] 2 years ago committed by GitHub
parent 845007f8bb
commit b0d6b98e23
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.3.0", "sass-loader": "^13.3.0",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"webpack": "^5.84.0", "webpack": "^5.84.1",
"webpack-cli": "^5.1.1" "webpack-cli": "^5.1.1"
}, },
"engines": { "engines": {
@ -16833,9 +16833,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.84.0", "version": "5.84.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz",
"integrity": "sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==", "integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -30088,9 +30088,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.84.0", "version": "5.84.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.84.1.tgz",
"integrity": "sha512-XezNK3kwJq6IyeoZmZ1uEqQs+42nTqIi4jYM/YjLwaJedUC1N3bwnCC0+UcnHJPfqWX0kGrQnMIvZZyWYaIZrA==", "integrity": "sha512-ZP4qaZ7vVn/K8WN/p990SGATmrL1qg4heP/MrVneczYtpDGJWlrgZv55vxaV2ul885Kz+25MP2kSXkPe3LZfmg==",
"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.3.0", "sass-loader": "^13.3.0",
"style-loader": "^3.3.3", "style-loader": "^3.3.3",
"webpack": "^5.84.0", "webpack": "^5.84.1",
"webpack-cli": "^5.1.1" "webpack-cli": "^5.1.1"
}, },
"jest": { "jest": {

Loading…
Cancel
Save