Browse Source

Bump webpack from 5.81.0 to 5.82.0 (#2897)

Bumps [webpack](https://github.com/webpack/webpack) from 5.81.0 to 5.82.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.81.0...v5.82.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/2899/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
af10116e4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      package-lock.json
  2. 2
      package.json

14
package-lock.json generated

@ -19,7 +19,7 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7", "terser-webpack-plugin": "^5.3.7",
"webpack": "^5.81.0", "webpack": "^5.82.0",
"webpack-cli": "^5.0.2", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3" "webpack-dev-server": "^4.13.3"
} }
@ -4327,9 +4327,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.81.0", "version": "5.82.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.81.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.0.tgz",
"integrity": "sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==", "integrity": "sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -7929,9 +7929,9 @@
} }
}, },
"webpack": { "webpack": {
"version": "5.81.0", "version": "5.82.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.81.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.82.0.tgz",
"integrity": "sha512-AAjaJ9S4hYCVODKLQTgG5p5e11hiMawBwV2v8MYLE0C/6UAGLuAF4n1qa9GOwdxnicaP+5k6M5HrLmD4+gIB8Q==", "integrity": "sha512-iGNA2fHhnDcV1bONdUu554eZx+XeldsaeQ8T67H6KKHl2nUSwX8Zm7cmzOA46ox/X1ARxf7Bjv8wQ/HsB5fxBg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

2
package.json

@ -16,7 +16,7 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"style-loader": "^3.3.2", "style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7", "terser-webpack-plugin": "^5.3.7",
"webpack": "^5.81.0", "webpack": "^5.82.0",
"webpack-cli": "^5.0.2", "webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3" "webpack-dev-server": "^4.13.3"
}, },

Loading…
Cancel
Save