Merge pull request #13032 from openlayers/dependabot/npm_and_yarn/webpack-5.64.2

Bump webpack from 5.64.0 to 5.64.2
This commit is contained in:
Tim Schaub
2021-11-22 09:05:24 -07:00
committed by GitHub

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": {