From 8f873f21565d1e45f256329e6661df01e828ee08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:39:31 +0000 Subject: [PATCH] Bump html-webpack-plugin from 5.6.0 to 5.6.2 in /job-dsl-plugin 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] --- job-dsl-plugin/package-lock.json | 9 ++++----- job-dsl-plugin/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/job-dsl-plugin/package-lock.json b/job-dsl-plugin/package-lock.json index 0938139c3..7a4f94b18 100644 --- a/job-dsl-plugin/package-lock.json +++ b/job-dsl-plugin/package-lock.json @@ -26,7 +26,7 @@ "eslint": "8.42.0", "handlebars": "4.7.8", "handlebars-loader": "1.7.3", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "less": "4.2.0", "less-loader": "12.2.0", "mini-css-extract-plugin": "2.9.1", @@ -3175,11 +3175,10 @@ } }, "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, - "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", diff --git a/job-dsl-plugin/package.json b/job-dsl-plugin/package.json index d1094971f..ca0a53339 100644 --- a/job-dsl-plugin/package.json +++ b/job-dsl-plugin/package.json @@ -35,7 +35,7 @@ "eslint": "8.42.0", "handlebars": "4.7.8", "handlebars-loader": "1.7.3", - "html-webpack-plugin": "5.6.0", + "html-webpack-plugin": "5.6.2", "less": "4.2.0", "less-loader": "12.2.0", "mini-css-extract-plugin": "2.9.1",