From 44a74377cf87f557a6f26c52d093d490f195d2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:51:38 +0000 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.22.0 to 0.23.1 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.22.0 to 0.23.1. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.22.0...v0.23.1) --- 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 35f0b57..d3d1a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "license": "CC BY-NC-SA 4.0 https://creativecommons.org/licenses/by-nc-sa/4.0", "devDependencies": { - "@html-eslint/eslint-plugin": "^0.22.0", + "@html-eslint/eslint-plugin": "^0.23.1", "@html-eslint/parser": "^0.22.0", "eslint": "^8.56.0", "eslint-plugin-html": "^7.1.0", @@ -261,9 +261,9 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.22.0.tgz", - "integrity": "sha512-6Q3uW5XeVmUGwH2t5lmt0q51x7dNiaV1GuYReuHOPn01tSn9vJ5OKs71t+OsQzhg+hUqpVrmBizkBJZkcpX/sA==", + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.23.1.tgz", + "integrity": "sha512-2AU58FZSPPHjNJzuv08GfgU/nfrVgNI4Uj9y6KOaU5egzAf1DO5x6HeZwvS0MPBAduqoC0i1RqHNSQrzCcmB7A==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index 75c9e07..e9a8c69 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "url": "https://github.com/DEVTomatoCake/Pack-Analyzer.git" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.22.0", + "@html-eslint/eslint-plugin": "^0.23.1", "@html-eslint/parser": "^0.22.0", "eslint": "^8.56.0", "eslint-plugin-html": "^7.1.0",