From 89842d9cd3cee0302e2533ab81e21b66b5e42064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 04:00:35 +0000 Subject: [PATCH] Build(deps-dev): Bump html-webpack-plugin in /catalog/ui Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.6.0 to 5.6.2. - [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.6.0...v5.6.2) --- updated-dependencies: - dependency-name: html-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- catalog/ui/package-lock.json | 8 ++++---- catalog/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 5dfd03d9b..1fad259bd 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -65,7 +65,7 @@ "eslint-plugin-react": "^7.37.1", "file-loader": "^6.2.0", "history": "^5.3.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-fetch-mock": "^3.0.3", @@ -9171,9 +9171,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.2", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.2.tgz", + "integrity": "sha512-q7xp/FO9RGBVoTKNItkdX1jKLscLFkgn/dLVFNYbHVbfHLBk6DYW5nsQ8kCzIWcgKP/kUBocetjvav6lD8YfCQ==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index f90401ba9..93d8ae483 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -51,7 +51,7 @@ "eslint-plugin-react": "^7.37.1", "file-loader": "^6.2.0", "history": "^5.3.0", - "html-webpack-plugin": "^5.6.0", + "html-webpack-plugin": "^5.6.2", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-fetch-mock": "^3.0.3",