From 716606c6297c0d6a65145f6e73740fc86033b26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:09:33 +0000 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.23.1 to 0.24.0 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.23.1...v0.24.0) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 9a9b6ff..0dbf956 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@cloudflare/kv-asset-handler": "^0.3.1" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.23.1", + "@html-eslint/eslint-plugin": "^0.24.0", "@html-eslint/parser": "^0.24.0", "@stylistic/eslint-plugin-js": "^1.6.3", "eslint": "^8.57.0", @@ -272,9 +272,9 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.23.1.tgz", - "integrity": "sha512-2AU58FZSPPHjNJzuv08GfgU/nfrVgNI4Uj9y6KOaU5egzAf1DO5x6HeZwvS0MPBAduqoC0i1RqHNSQrzCcmB7A==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.24.0.tgz", + "integrity": "sha512-lkvHTv4dsQLU1wKhWXM30qmtKCsm1V/pF1a7xVClhTAimbJUC9p1DyjIHCNpUrx6lRg5AUNyzb1fcKmQ8tWw6A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index 451fbda..bb18627 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@cloudflare/kv-asset-handler": "^0.3.1" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.23.1", + "@html-eslint/eslint-plugin": "^0.24.0", "@html-eslint/parser": "^0.24.0", "@stylistic/eslint-plugin-js": "^1.6.3", "eslint": "^8.57.0",