diff --git a/package-lock.json b/package-lock.json index 2b61bdb234d..d99e556bc10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -110,7 +110,7 @@ "webdriverio": "^9.0.9", "webpack": "^5.70.0", "webpack-bundle-analyzer": "^4.5.0", - "webpack-manifest-plugin": "^5.0.0", + "webpack-manifest-plugin": "^5.0.1", "webpack-stream": "^7.0.0", "yargs": "^1.3.1" }, @@ -18981,7 +18981,9 @@ } }, "node_modules/webpack-manifest-plugin": { - "version": "5.0.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.1.tgz", + "integrity": "sha512-xTlX7dC3hrASixA2inuWFMz6qHsNi6MT3Uiqw621sJjRTShtpMjbDYhPPZBwWUKdIYKIjSq9em6+uzWayf38aQ==", "dev": true, "license": "MIT", "dependencies": { @@ -18989,10 +18991,10 @@ "webpack-sources": "^2.2.0" }, "engines": { - "node": ">=12.22.0" + "node": ">=14" }, "peerDependencies": { - "webpack": "^5.47.0" + "webpack": "^5.75.0" } }, "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { diff --git a/package.json b/package.json index 7cb6f775d47..334848c08a7 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "webdriverio": "^9.0.9", "webpack": "^5.70.0", "webpack-bundle-analyzer": "^4.5.0", - "webpack-manifest-plugin": "^5.0.0", + "webpack-manifest-plugin": "^5.0.1", "webpack-stream": "^7.0.0", "yargs": "^1.3.1" },