diff --git a/package-lock.json b/package-lock.json index 71b0be33e6..fb6e37e403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "prettier": "^2.8.7", "style-loader": "^3.3.2", "terser-webpack-plugin": "^5.3.7", - "webpack": "^5.76.3", + "webpack": "^5.77.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.13.1" } @@ -4327,9 +4327,9 @@ } }, "node_modules/webpack": { - "version": "5.76.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz", - "integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==", + "version": "5.77.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", + "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", @@ -7929,9 +7929,9 @@ } }, "webpack": { - "version": "5.76.3", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.3.tgz", - "integrity": "sha512-18Qv7uGPU8b2vqGeEEObnfICyw2g39CHlDEK4I7NK13LOur1d0HGmGNKGT58Eluwddpn3oEejwvBPoP4M7/KSA==", + "version": "5.77.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", + "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", "dev": true, "requires": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index 93aa3b545e..1b75460464 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "prettier": "^2.8.7", "style-loader": "^3.3.2", "terser-webpack-plugin": "^5.3.7", - "webpack": "^5.76.3", + "webpack": "^5.77.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.13.1" },