chore(deps-dev): bump webpack from 5.60.0 to 5.61.0 (#3842)

Bumps [webpack](https://github.com/webpack/webpack) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.60.0...v5.61.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>
This commit is contained in:
dependabot[bot] 2021-10-29 22:33:27 +02:00 committed by GitHub
parent a445327f78
commit 0a2d28a74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -52,7 +52,7 @@
"ts-node": "^10.4.0",
"typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.60.0",
"webpack": "^5.61.0",
"winston": "^3.3.3",
"zone.js": "^0.11.4"
}
@ -16031,9 +16031,9 @@
}
},
"node_modules/webpack": {
"version": "5.60.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.60.0.tgz",
"integrity": "sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==",
"version": "5.61.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz",
"integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -28925,9 +28925,9 @@
"dev": true
},
"webpack": {
"version": "5.60.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.60.0.tgz",
"integrity": "sha512-OL5GDYi2dKxnwJPSOg2tODgzDxAffN0osgWkZaBo/l3ikCxDFP+tuJT3uF7GyBE3SDBpKML/+a8EobyWAQO3DQ==",
"version": "5.61.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.61.0.tgz",
"integrity": "sha512-fPdTuaYZ/GMGFm4WrPi2KRCqS1vDp773kj9S0iI5Uc//5cszsFEDgHNaX4Rj1vobUiU1dFIV3mA9k1eHeluFpw==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View File

@ -67,7 +67,7 @@
"ts-node": "^10.4.0",
"typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.60.0",
"webpack": "^5.61.0",
"winston": "^3.3.3",
"zone.js": "^0.11.4"
},