From 854f8e796ef9c0bf36d9352db0a2a72f737fb4ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 04:27:20 +0000 Subject: [PATCH] fix: upgrade @html-eslint/eslint-plugin from 0.24.1 to 0.26.0 Snyk has created this PR to upgrade @html-eslint/eslint-plugin from 0.24.1 to 0.26.0. See this package in npm: @html-eslint/eslint-plugin See this project in Snyk: https://app.snyk.io/org/tygyh/project/7aaee8df-51f7-414d-a942-4be338e9b430?utm_source=github&utm_medium=referral&page=upgrade-pr --- platform/web/package-lock.json | 11 ++++++----- platform/web/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/platform/web/package-lock.json b/platform/web/package-lock.json index 85f4f42ccd7e..5045382126bb 100644 --- a/platform/web/package-lock.json +++ b/platform/web/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "devDependencies": { "@eslint/js": "^9.10.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin": "^2.7.2", "eslint": "^9.3.0", @@ -114,10 +114,11 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.24.1.tgz", - "integrity": "sha512-JwNDQBrNIWEPcxgSpla/2jaUXyQCqL7Xp8CmON4Bk5qg8MwiDLXOgjylfVC+tN52i8JeHWMca34I9DqBGRj9Qg==", + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.26.0.tgz", + "integrity": "sha512-ovmAYVN/Wv+OX77FrSSyPxBokOg6hvxuiTRXhbN1rnZ7DwCmHjnvVyDlkTeWQHmuwFF2n8yLu2B/X9AMA9KxNw==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -247,7 +248,7 @@ "peerDependencies": { "eslint": ">=8.40.0" } - }, + }, "node_modules/@types/eslint": { "version": "9.6.1", "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", diff --git a/platform/web/package.json b/platform/web/package.json index 43f7172bf0e6..63543b87eef0 100644 --- a/platform/web/package.json +++ b/platform/web/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@eslint/js": "^9.10.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin": "^2.7.2", "eslint": "^9.3.0",