From bdb53804707087dd8cde17ce4d60bad912432db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:38:18 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.5.1 to 5.5.3 in /cmd/mdl/webapp Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.1 to 5.5.3. - [Release notes](https://github.com/jantimon/html-webpack-plugin/releases) - [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/jantimon/html-webpack-plugin/compare/v5.5.1...v5.5.3) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cmd/mdl/webapp/package-lock.json | 14 +++++++------- cmd/mdl/webapp/package.json | 2 +- cmd/mdl/webapp/yarn.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cmd/mdl/webapp/package-lock.json b/cmd/mdl/webapp/package-lock.json index cfc050ca..eb79f8d6 100644 --- a/cmd/mdl/webapp/package-lock.json +++ b/cmd/mdl/webapp/package-lock.json @@ -40,7 +40,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "html-loader": "4.2.0", - "html-webpack-plugin": "5.5.1", + "html-webpack-plugin": "5.5.3", "react-refresh": "0.14.0", "style-loader": "3.3.3", "typescript": "5.0.4", @@ -5207,9 +5207,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", - "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", + "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", @@ -12394,9 +12394,9 @@ } }, "html-webpack-plugin": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", - "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", + "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/cmd/mdl/webapp/package.json b/cmd/mdl/webapp/package.json index 00b5dcbf..60beaa62 100644 --- a/cmd/mdl/webapp/package.json +++ b/cmd/mdl/webapp/package.json @@ -37,7 +37,7 @@ "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "html-loader": "4.2.0", - "html-webpack-plugin": "5.5.1", + "html-webpack-plugin": "5.5.3", "react-refresh": "0.14.0", "style-loader": "3.3.3", "typescript": "5.0.4", diff --git a/cmd/mdl/webapp/yarn.lock b/cmd/mdl/webapp/yarn.lock index d97bc005..c1e2eb0b 100644 --- a/cmd/mdl/webapp/yarn.lock +++ b/cmd/mdl/webapp/yarn.lock @@ -2863,9 +2863,9 @@ html-minifier-terser@^7.0.0: relateurl "^0.2.7" terser "^5.14.2" -html-webpack-plugin@5.5.1: - version "5.5.1" - resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz#826838e31b427f5f7f30971f8d8fa2422dfa6763" +html-webpack-plugin@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz#72270f4a78e222b5825b296e5e3e1328ad525a3e" dependencies: "@types/html-minifier-terser" "^6.0.0" html-minifier-terser "^6.0.2"