Bump webpack from 5.64.0 to 5.64.2

Bumps [webpack](https://github.com/webpack/webpack) from 5.64.0 to 5.64.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.64.0...v5.64.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-22 15:55:40 +00:00
committed by GitHub
parent 104e3364bd
commit 243d466ece

16
package-lock.json generated
View File

@@ -9561,9 +9561,9 @@
"dev": true
},
"node_modules/webpack": {
"version": "5.64.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.0.tgz",
"integrity": "sha512-UclnN24m054HaPC45nmDEosX6yXWD+UGC12YtUs5i356DleAUGMDC9LBAw37xRRfgPKYIdCYjGA7RZ1AA+ZnGg==",
"version": "5.64.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@@ -9589,7 +9589,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
"webpack-sources": "^3.2.0"
"webpack-sources": "^3.2.2"
},
"bin": {
"webpack": "bin/webpack.js"
@@ -17453,9 +17453,9 @@
"dev": true
},
"webpack": {
"version": "5.64.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.0.tgz",
"integrity": "sha512-UclnN24m054HaPC45nmDEosX6yXWD+UGC12YtUs5i356DleAUGMDC9LBAw37xRRfgPKYIdCYjGA7RZ1AA+ZnGg==",
"version": "5.64.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.64.2.tgz",
"integrity": "sha512-4KGc0+Ozi0aS3EaLNRvEppfZUer+CaORKqL6OBjDLZOPf9YfN8leagFzwe6/PoBdHFxc/utKArl8LMC0Ivtmdg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@@ -17481,7 +17481,7 @@
"tapable": "^2.1.1",
"terser-webpack-plugin": "^5.1.3",
"watchpack": "^2.2.0",
"webpack-sources": "^3.2.0"
"webpack-sources": "^3.2.2"
},
"dependencies": {
"acorn-import-assertions": {