From 18a004bf7376519fac696a7a753d2df81e922f66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 17:43:51 +0000 Subject: [PATCH] fix: upgrade html-webpack-plugin from 5.5.4 to 5.6.0 Snyk has created this PR to upgrade html-webpack-plugin from 5.5.4 to 5.6.0. See this package in npm: https://www.npmjs.com/package/html-webpack-plugin See this project in Snyk: https://app.snyk.io/org/keyasuda/project/59199cca-f1a3-4814-91df-aa43c81c0240?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 23 ++++++++++++++++------- package.json | 2 +- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b04fdc..ff8d7dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "babel-loader": "^9.1.3", "fetch-mock-jest": "^1.5.1", "googleapis": "^70.0.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", "prettier": "2.8.8", "webpack": "^5.89.0", @@ -7006,9 +7006,9 @@ } }, "node_modules/html-webpack-plugin": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", - "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", + "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==", "dev": true, "dependencies": { "@types/html-minifier-terser": "^6.0.0", @@ -7025,7 +7025,16 @@ "url": "https://opencollective.com/html-webpack-plugin" }, "peerDependencies": { + "@rspack/core": "0.x || 1.x", "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, "node_modules/htmlparser2": { @@ -18590,9 +18599,9 @@ } }, "html-webpack-plugin": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", - "integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", + "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==", "dev": true, "requires": { "@types/html-minifier-terser": "^6.0.0", diff --git a/package.json b/package.json index 1f4adae..ff8239c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "babel-loader": "^9.1.3", "fetch-mock-jest": "^1.5.1", "googleapis": "^70.0.0", - "html-webpack-plugin": "^5.5.4", + "html-webpack-plugin": "^5.6.0", "jest": "^29.7.0", "prettier": "2.8.8", "webpack": "^5.89.0",