diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 0fe4d496..1286858c 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -81,7 +81,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.0", "filemanager-webpack-plugin": "^8.0.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest": "^29.6.1", "prettier": "^3.4.2", "ts-node": "^10.9.2", @@ -9180,9 +9180,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.6.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", - "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.3.tgz", + "integrity": "sha512-QSf1yjtSAsmf7rYBV7XX86uua4W/vkhIt0xNXKbsi2foEeW7vjJQz4bhnpL3xH+l1ryl1680uNv968Z+X6jSYg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 70b70492..880a97d8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^4.6.0", "filemanager-webpack-plugin": "^8.0.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.3", "jest": "^29.6.1", "prettier": "^3.4.2", "ts-node": "^10.9.2",