diff options
-rw-r--r-- | package-lock.json | 6 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index ee667a02..820bc7ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7701,9 +7701,9 @@ } }, "webpack": { - "version": "5.31.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.31.2.tgz", - "integrity": "sha512-0bCQe4ybo7T5Z0SC5axnIAH+1WuIdV4FwLYkaAlLtvfBhIx8bPS48WHTfiRZS1VM+pSiYt7e/rgLs3gLrH82lQ==", + "version": "5.32.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.32.0.tgz", + "integrity": "sha512-jB9PrNMFnPRiZGnm/j3qfNqJmP3ViRzkuQMIf8za0dgOYvSLi/cgA+UEEGvik9EQHX1KYyGng5PgBTTzGrH9xg==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.0", diff --git a/package.json b/package.json index 440c6fa7..dfcb620f 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "regenerator-runtime": "^0.13.7", "stylelint": "^13.11.0", "stylelint-config-standard": "^21.0.0", - "webpack": "^5.31.2", + "webpack": "^5.32.0", "webpack-cli": "^4.6.0" }, "dependencies": { |