From d35dbbbfa85ba70799bb0047f1a11e3bec2ad656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Apr 2023 09:10:25 +0000 Subject: [PATCH] chore(deps-dev): bump html-webpack-plugin from 5.5.0 to 5.5.1 Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.0 to 5.5.1. - [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.0...v5.5.1) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a3cd17..764f6c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-unused-imports": "^2.0.0", "eslint-webpack-plugin": "^3.2.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.1", "mini-css-extract-plugin": "^2.7.2", "postcss": "^8.4.23", "postcss-loader": "^7.2.4", @@ -4023,9 +4023,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.1", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.1.tgz", + "integrity": "sha512-cTUzZ1+NqjGEKjmVgZKLMdiFg3m9MdRXkZW2OEe69WYVi5ONLMmlnSZdXzGGMOq0C8jGDrL6EWyEDDUioHO/pA==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 9f81ac3..09c4dd4 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-unused-imports": "^2.0.0", "eslint-webpack-plugin": "^3.2.0", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.1", "mini-css-extract-plugin": "^2.7.2", "postcss": "^8.4.23", "postcss-loader": "^7.2.4",