diff --git a/package-lock.json b/package-lock.json index ef02385..30daefd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -71,7 +71,7 @@ "web-vitals": "^2.1.3", "webpack": "^5.76.0", "webpack-dev-server": "^4.6.0", - "webpack-manifest-plugin": "^4.0.2", + "webpack-manifest-plugin": "^5.0.1", "workbox-webpack-plugin": "^6.4.1" }, "devDependencies": { @@ -14196,18 +14196,19 @@ } }, "node_modules/webpack-manifest-plugin": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", - "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.1.tgz", + "integrity": "sha512-xTlX7dC3hrASixA2inuWFMz6qHsNi6MT3Uiqw621sJjRTShtpMjbDYhPPZBwWUKdIYKIjSq9em6+uzWayf38aQ==", + "license": "MIT", "dependencies": { "tapable": "^2.0.0", "webpack-sources": "^2.2.0" }, "engines": { - "node": ">=12.22.0" + "node": ">=14" }, "peerDependencies": { - "webpack": "^4.44.2 || ^5.47.0" + "webpack": "^5.75.0" } }, "node_modules/webpack-manifest-plugin/node_modules/webpack-sources": { @@ -24751,9 +24752,9 @@ } }, "webpack-manifest-plugin": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-4.1.1.tgz", - "integrity": "sha512-YXUAwxtfKIJIKkhg03MKuiFAD72PlrqCiwdwO4VEXdRO5V0ORCNwaOwAZawPZalCbmH9kBDmXnNeQOw+BIEiow==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-5.0.1.tgz", + "integrity": "sha512-xTlX7dC3hrASixA2inuWFMz6qHsNi6MT3Uiqw621sJjRTShtpMjbDYhPPZBwWUKdIYKIjSq9em6+uzWayf38aQ==", "requires": { "tapable": "^2.0.0", "webpack-sources": "^2.2.0" diff --git a/package.json b/package.json index c8636e4..73da9e4 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "web-vitals": "^2.1.3", "webpack": "^5.76.0", "webpack-dev-server": "^4.6.0", - "webpack-manifest-plugin": "^4.0.2", + "webpack-manifest-plugin": "^5.0.1", "workbox-webpack-plugin": "^6.4.1" }, "scripts": {