From 0f8ada03a515d73f47d8a588deecb215fbef7cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:21:35 +0000 Subject: [PATCH] Bump @vitest/eslint-plugin from 1.1.27 to 1.1.28 Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.27 to 1.1.28. - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.27...v1.1.28) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... 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 310c930d..8c4d8773 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@playwright/browser-chromium": "^1.47.2", - "@vitest/eslint-plugin": "^1.1.27", + "@vitest/eslint-plugin": "^1.1.28", "eslint": "^9.11.1", "eslint-plugin-prettier": "^5.2.1", "http-server": "^14.1.1", @@ -1425,9 +1425,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.27", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.27.tgz", - "integrity": "sha512-aGPTmeaNiUDo2OIMPj1HKiF5q4fu2IIA9lMc0AwOk0nOvL2kLmQBY8AbFmYj895ApzamN46UtQYmxlRSjbTZqQ==", + "version": "1.1.28", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.28.tgz", + "integrity": "sha512-nf7oQ0Gem/SeEfNvutFZcOjPGtcj60fyODO5uH6LZtMZl9RaEvo8/BRLcGY4xYX14JkThwpvhwFdjSX0WxMjxg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/package.json b/package.json index 233a2f85..a3b1db9c 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ }, "devDependencies": { "@playwright/browser-chromium": "^1.47.2", - "@vitest/eslint-plugin": "^1.1.27", + "@vitest/eslint-plugin": "^1.1.28", "eslint": "^9.11.1", "eslint-plugin-prettier": "^5.2.1", "http-server": "^14.1.1",