chore(deps-dev): bump webpack from 5.55.1 to 5.56.0 (#3788)

Bumps [webpack](https://github.com/webpack/webpack) from 5.55.1 to 5.56.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.55.1...v5.56.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-01 23:32:17 +02:00 committed by GitHub
parent acdde9b26d
commit a81bb19696
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.2.1", "ts-node": "^10.2.1",
"typescript": "~4.1.6", "typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0", "unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.55.0", "webpack": "^5.56.0",
"winston": "^3.3.3", "winston": "^3.3.3",
"zone.js": "^0.11.4" "zone.js": "^0.11.4"
} }
@ -16132,9 +16132,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.55.1", "version": "5.56.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.56.0.tgz",
"integrity": "sha512-EYp9lwaOOAs+AA/KviNZ7bQiITHm4bXQvyTPewD2+f5YGjv6sfiClm40yeX5FgBMxh5bxcB6LryiFoP09B97Ug==", "integrity": "sha512-pJ7esw2AGkpZL0jqsEAKnDEfRZdrc9NVjAWA+d1mFkwj68ng9VQ6+Wnrl+kS5dlDHvrat5ASK5vd7wp6I7f53Q==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@ -29090,9 +29090,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.55.1", "version": "5.56.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.1.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.56.0.tgz",
"integrity": "sha512-EYp9lwaOOAs+AA/KviNZ7bQiITHm4bXQvyTPewD2+f5YGjv6sfiClm40yeX5FgBMxh5bxcB6LryiFoP09B97Ug==", "integrity": "sha512-pJ7esw2AGkpZL0jqsEAKnDEfRZdrc9NVjAWA+d1mFkwj68ng9VQ6+Wnrl+kS5dlDHvrat5ASK5vd7wp6I7f53Q==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",

View File

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