chore(deps-dev): bump webpack from 5.58.2 to 5.59.0 (#3824)

Bumps [webpack](https://github.com/webpack/webpack) from 5.58.2 to 5.59.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.58.2...v5.59.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-20 15:12:02 +02:00 committed by GitHub
parent bfe7a6a0a1
commit 6d2428c97e
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.3.0",
"typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.58.2",
"webpack": "^5.59.0",
"winston": "^3.3.3",
"zone.js": "^0.11.4"
}
@ -16040,9 +16040,9 @@
}
},
"node_modules/webpack": {
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
"integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"version": "5.59.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.0.tgz",
"integrity": "sha512-2HiFHKnWIb/cBfOfgssQn8XIRvntISXiz//F1q1+hKMs+uzC1zlVCJZEP7XqI1wzrDyc/ZdB4G+MYtz5biJxCA==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -28942,9 +28942,9 @@
"dev": true
},
"webpack": {
"version": "5.58.2",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.58.2.tgz",
"integrity": "sha512-3S6e9Vo1W2ijk4F4PPWRIu6D/uGgqaPmqw+av3W3jLDujuNkdxX5h5c+RQ6GkjVR+WwIPOfgY8av+j5j4tMqJw==",
"version": "5.59.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.59.0.tgz",
"integrity": "sha512-2HiFHKnWIb/cBfOfgssQn8XIRvntISXiz//F1q1+hKMs+uzC1zlVCJZEP7XqI1wzrDyc/ZdB4G+MYtz5biJxCA==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",

View File

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