chore(deps): update dependency webpack to v5.66.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Renovator Bot 2022-01-12 09:03:39 +00:00
parent ebf8f9a884
commit 647320db05
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@ -17,7 +17,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier-plugin-go-template": "0.0.11",
"webpack": "5.65.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1",
"webpack-remove-empty-scripts": "0.7.2"
}
@ -6075,9 +6075,9 @@
}
},
"node_modules/webpack": {
"version": "5.65.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.65.0.tgz",
"integrity": "sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==",
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
"integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.0",
@ -6094,7 +6094,7 @@
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.4",
"graceful-fs": "^4.2.9",
"json-parse-better-errors": "^1.0.2",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",
@ -8212,7 +8212,7 @@
"peer": true,
"requires": {
"clone": "^2.1.2",
"colors": "1.4.0",
"colors": "^1.4.0",
"image-size": "^0.8.3",
"jimp": "^0.16.1",
"jsontoxml": "^1.0.1",
@ -11085,9 +11085,9 @@
}
},
"webpack": {
"version": "5.65.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.65.0.tgz",
"integrity": "sha512-Q5or2o6EKs7+oKmJo7LaqZaMOlDWQse9Tm5l1WAfU/ujLGN5Pb0SqGeVkN/4bpPmEqEP5RnVhiqsOtWtUVwGRw==",
"version": "5.66.0",
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.66.0.tgz",
"integrity": "sha512-NJNtGT7IKpGzdW7Iwpn/09OXz9inIkeIQ/ibY6B+MdV1x6+uReqz/5z1L89ezWnpPDWpXF0TY5PCYKQdWVn8Vg==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.0",
@ -11104,7 +11104,7 @@
"eslint-scope": "5.1.1",
"events": "^3.2.0",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.4",
"graceful-fs": "^4.2.9",
"json-parse-better-errors": "^1.0.2",
"loader-runner": "^4.2.0",
"mime-types": "^2.1.27",

View File

@ -27,7 +27,7 @@
"npm-run-all": "4.1.5",
"prettier": "2.5.1",
"prettier-plugin-go-template": "0.0.11",
"webpack": "5.65.0",
"webpack": "5.66.0",
"webpack-cli": "4.9.1",
"webpack-remove-empty-scripts": "0.7.2"
},