From 5fba9d9ff5c184f4c604c553a5e81f81be466f65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 07:09:45 +0000 Subject: build(deps-dev): Bump html-webpack-plugin in /FrontEnd Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.0.0-beta.6 to 5.0.0. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/commits/v5.0.0) Signed-off-by: dependabot[bot] --- FrontEnd/package-lock.json | 6 +++--- FrontEnd/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/FrontEnd/package-lock.json b/FrontEnd/package-lock.json index 39256b02..5a324098 100644 --- a/FrontEnd/package-lock.json +++ b/FrontEnd/package-lock.json @@ -7262,9 +7262,9 @@ } }, "html-webpack-plugin": { - "version": "5.0.0-beta.6", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0-beta.6.tgz", - "integrity": "sha512-wjdhOnJlo5c8uN3OahRm2eaLKL8gEQ4ZNOkwQc8BStyudpFLTsg28m6wbf00keXiRPesk2Pad9CYeKpxbffApg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.0.0.tgz", + "integrity": "sha512-kxTyb8cyZwEyUqXTgdHRUOF4C7uCrquzw2T+YTudehm/yspodgCkREjdmc4dXI8k2P4NEjqOVbnOOlPZg4TKJA==", "dev": true, "requires": { "@types/html-minifier-terser": "^5.0.0", diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 72306526..6841b9b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -88,7 +88,7 @@ "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "file-loader": "^6.2.0", - "html-webpack-plugin": "5.0.0-beta.6", + "html-webpack-plugin": "5.0.0", "http-server": "^0.12.3", "mini-css-extract-plugin": "^1.3.4", "postcss": "^8.2.4", -- cgit v1.2.3