From 511bef48865c12302751b473571a603ec25b8696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 16:26:41 +0200 Subject: [PATCH] Bump @html-eslint/eslint-plugin from 0.24.1 to 0.25.0 (#35) Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.24.1 to 0.25.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.24.1...v0.25.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 37950b0..6baa389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.25.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin-js": "^2.2.2", "eslint": "^9.5.0", @@ -264,9 +264,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.25.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.25.0.tgz", + "integrity": "sha512-5DlvqO8bbe90cKSfFDuEblyrEnhAdgNTjWxXeUxt/XXC2OuMC8CsxzLZjtK3+0X6yM8m4xcE3fymCPwg7zdcXQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index d83d04f..35657fa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.25.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin-js": "^2.2.2", "eslint": "^9.5.0",