Merge pull request #947 from hodgef/dependabot/npm_and_yarn/webpack-5.27.2

This commit is contained in:
dependabot-preview[bot] 2021-03-23 12:45:57 +00:00 committed by GitHub
commit 3829218971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13247,9 +13247,9 @@
"dev": true
},
"webpack": {
"version": "5.27.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.1.tgz",
"integrity": "sha512-rxIDsPZ3Apl3JcqiemiLmWH+hAq04YeOXqvCxNZOnTp8ZgM9NEPtbu4CaMfMEf9KShnx/Ym8uLGmM6P4XnwCoA==",
"version": "5.27.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.27.2.tgz",
"integrity": "sha512-brNF3N/EdvMzkaZ/Xzb8sqPn5Si3iw6meqCnmNFtcnkorZsFZCBFMa2ElpIMjx6sKWYsnUpBO2dnX+7xgj+mjg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View File

@ -68,7 +68,7 @@
"terser-webpack-plugin": "^5.1.1",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.27.1",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "4.0.0-beta.0"
},