chore(deps): update dependency webpack to v5.76.0 [security]

This commit is contained in:
renovate[bot] 2023-03-16 21:37:10 +00:00 committed by GitHub
parent f92c99bfbf
commit 58e039788f
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"
}, },