chore(deps-dev): bump webpack from 5.54.0 to 5.55.0 (#3783)

This commit is contained in:
dependabot[bot] 2021-09-29 12:27:53 +02:00 committed by GitHub
parent 37f03abdff
commit 07e8dd7df8
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

@ -53,7 +53,7 @@
"typedoc": "^0.22.4", "typedoc": "^0.22.4",
"typescript": "~4.1.6", "typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0", "unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.51.1", "webpack": "^5.55.0",
"winston": "^3.3.3", "winston": "^3.3.3",
"zone.js": "^0.11.4" "zone.js": "^0.11.4"
} }
@ -16210,9 +16210,9 @@
} }
}, },
"node_modules/webpack": { "node_modules/webpack": {
"version": "5.54.0", "version": "5.55.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.54.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.0.tgz",
"integrity": "sha512-MAVKJMsIUotOQKzFOmN8ZkmMlj7BOyjDU6t1lomW9dWOme5WTStzGa3HMLdV1KYD1AiFETGsznL4LMSvj4tukw==", "integrity": "sha512-/1LyoAG+4+YRt+RLN3H2cz4dcw8+iO/GwKhL54GQDmqONCi0ZISXZF6aCCrCRDJFK685h+RGLCZd61Y+SEqdWQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",
@ -29296,9 +29296,9 @@
"dev": true "dev": true
}, },
"webpack": { "webpack": {
"version": "5.54.0", "version": "5.55.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.54.0.tgz", "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.55.0.tgz",
"integrity": "sha512-MAVKJMsIUotOQKzFOmN8ZkmMlj7BOyjDU6t1lomW9dWOme5WTStzGa3HMLdV1KYD1AiFETGsznL4LMSvj4tukw==", "integrity": "sha512-/1LyoAG+4+YRt+RLN3H2cz4dcw8+iO/GwKhL54GQDmqONCi0ZISXZF6aCCrCRDJFK685h+RGLCZd61Y+SEqdWQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/eslint-scope": "^3.7.0", "@types/eslint-scope": "^3.7.0",

View File

@ -68,7 +68,7 @@
"typedoc": "^0.22.4", "typedoc": "^0.22.4",
"typescript": "~4.1.6", "typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0", "unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.51.1", "webpack": "^5.55.0",
"winston": "^3.3.3", "winston": "^3.3.3",
"zone.js": "^0.11.4" "zone.js": "^0.11.4"
}, },