chore(deps): update dependency webpack to v5.69.1 (#4043)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-02-17 19:27:51 +01:00 committed by GitHub
parent 49749da17c
commit 4dba4d1c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -52,7 +52,7 @@
"ts-node": "10.5.0", "ts-node": "10.5.0",
"typescript": "4.1.6", "typescript": "4.1.6",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.69.0", "webpack": "5.69.1",
"winston": "3.6.0", "winston": "3.6.0",
"zone.js": "0.11.4" "zone.js": "0.11.4"
} }
@ -16240,9 +16240,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.69.0", "version": "5.69.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
"integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==", "integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -16254,7 +16254,7 @@
"acorn-import-assertions": "^1.7.6", "acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2", "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.9.0", "enhanced-resolve": "^5.8.3",
"es-module-lexer": "^0.9.0", "es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1", "eslint-scope": "5.1.1",
"events": "^3.2.0", "events": "^3.2.0",
@ -29214,9 +29214,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.69.0", "version": "5.69.1",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.69.1.tgz",
"integrity": "sha512-E5Fqu89Gu8fR6vejRqu26h8ld/k6/dCVbeGUcuZjc+goQHDfCPU9rER71JmdtBYGmci7Ec2aFEATQ2IVXKy2wg==", "integrity": "sha512-+VyvOSJXZMT2V5vLzOnDuMz5GxEqLk7hKWQ56YxPW/PQRUuKimPqmEIJOx8jHYeyo65pKbapbW464mvsKbaj4A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.3", "@types/eslint-scope": "^3.7.3",
@ -29228,7 +29228,7 @@
"acorn-import-assertions": "^1.7.6", "acorn-import-assertions": "^1.7.6",
"browserslist": "^4.14.5", "browserslist": "^4.14.5",
"chrome-trace-event": "^1.0.2", "chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^5.9.0", "enhanced-resolve": "^5.8.3",
"es-module-lexer": "^0.9.0", "es-module-lexer": "^0.9.0",
"eslint-scope": "5.1.1", "eslint-scope": "5.1.1",
"events": "^3.2.0", "events": "^3.2.0",

View File

@ -67,7 +67,7 @@
"ts-node": "10.5.0", "ts-node": "10.5.0",
"typescript": "4.1.6", "typescript": "4.1.6",
"unminified-webpack-plugin": "3.0.0", "unminified-webpack-plugin": "3.0.0",
"webpack": "5.69.0", "webpack": "5.69.1",
"winston": "3.6.0", "winston": "3.6.0",
"zone.js": "0.11.4" "zone.js": "0.11.4"
}, },