From 471d69295fef08b2304dca0d66ab59b1a203872f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 02:10:26 +0000 Subject: [PATCH] build(deps-dev): bump @html-eslint/eslint-plugin from 0.24.1 to 0.26.0 Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.24.1 to 0.26.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.24.1...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] <support@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 326e2e8..54783a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "htmlparser2": "^9.1.0" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.24.1", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0", @@ -90,9 +90,9 @@ } }, "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, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index c3ce5ae..45477d5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "htmlparser2": "^9.1.0" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.26.0", "@html-eslint/parser": "^0.24.1", "eslint": "^9.0.0", "eslint-config-prettier": "^9.1.0",