diff --git a/package-lock.json b/package-lock.json index f2d2543..78f53c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "regenerator-runtime": "0.13.7", "sass-loader": "11.0.1", "typescript": "4.2.4", - "webpack": "5.35.0", + "webpack": "5.35.1", "webpack-cli": "4.6.0" } }, @@ -9144,9 +9144,9 @@ } }, "node_modules/webpack": { - "version": "5.35.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz", - "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz", + "integrity": "sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.0", @@ -16653,9 +16653,9 @@ } }, "webpack": { - "version": "5.35.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz", - "integrity": "sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz", + "integrity": "sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index d7e0992..8b14efe 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "regenerator-runtime": "0.13.7", "sass-loader": "11.0.1", "typescript": "4.2.4", - "webpack": "5.35.0", + "webpack": "5.35.1", "webpack-cli": "4.6.0" } } diff --git a/yarn.lock b/yarn.lock index 0447f20..f80920b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5133,10 +5133,10 @@ webpack-sources@^2.1.1: source-list-map "^2.0.1" source-map "^0.6.1" -webpack@5.35.0: - version "5.35.0" - resolved "https://registry.npmjs.org/webpack/-/webpack-5.35.0.tgz" - integrity sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg== +webpack@5.35.1: + version "5.35.1" + resolved "https://registry.npmjs.org/webpack/-/webpack-5.35.1.tgz" + integrity sha512-uWKYStqJ23+N6/EnMEwUjPSSKUG1tFmcuKhALEh/QXoUxwN8eb3ATNIZB38A+fO6QZ0xfc7Cu7KNV9LXNhDCsw== dependencies: "@types/eslint-scope" "^3.7.0" "@types/estree" "^0.0.47"