From 991ada8f952a13838a3f2a661ec524aa2caa2b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2024 05:55:08 +0200 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.25.0 to 0.26.0 (#64) Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5a76e21..3a0715a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.25.0", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.6.1", "clean-css": "^5.3.3", @@ -233,9 +233,9 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.25.0.tgz", - "integrity": "sha512-5DlvqO8bbe90cKSfFDuEblyrEnhAdgNTjWxXeUxt/XXC2OuMC8CsxzLZjtK3+0X6yM8m4xcE3fymCPwg7zdcXQ==", + "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, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index 2d50fb3..bd7fbd8 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.25.0", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.6.1", "clean-css": "^5.3.3",