build(deps-dev): bump webpack from 5.74.0 to 5.76.0

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-15 05:18:51 +00:00 committed by GitHub
parent f92c99bfbf
commit 203af7c470
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.9.1", "ts-node": "10.9.1",
"typescript": "4.2.4", "typescript": "4.2.4",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.74.0", "webpack": "5.76.0",
"winston": "3.8.2", "winston": "3.8.2",
"zone.js": "0.11.8" "zone.js": "0.11.8"
} }
@ -16320,9 +16320,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.74.0", "version": "5.76.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz",
"integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -29368,9 +29368,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.74.0", "version": "5.76.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz",
"integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",

View File

@ -67,7 +67,7 @@
"ts-node": "10.9.1", "ts-node": "10.9.1",
"typescript": "4.2.4", "typescript": "4.2.4",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.74.0", "webpack": "5.76.0",
"winston": "3.8.2", "winston": "3.8.2",
"zone.js": "0.11.8" "zone.js": "0.11.8"
}, },