diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9f210d42eb..9c9b87cd15 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -76,7 +76,7 @@ "graphql": "^16.6.0", "graphql-relay": "^0.10.0", "graphql-subscriptions": "^2.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "jest": "^26.6.3", "jest-emotion": "^11.0.0", "jsonwebtoken": "^9.0.0", @@ -11605,9 +11605,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -29167,9 +29167,9 @@ } }, "html-webpack-plugin": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz", - "integrity": "sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/frontend/package.json b/frontend/package.json index d3a4e41256..932911cddd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -82,7 +82,7 @@ "graphql": "^16.6.0", "graphql-relay": "^0.10.0", "graphql-subscriptions": "^2.0.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "jest": "^26.6.3", "jest-emotion": "^11.0.0", "jsonwebtoken": "^9.0.0",