From 49bd0888bdb67b00b5ec1d16f0e56b326bc28f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:18:16 +0000 Subject: [PATCH] Bump eslint-plugin-vitest-globals from 1.5.0 to 1.6.1 in /web Bumps [eslint-plugin-vitest-globals](https://github.com/saqqdy/eslint-plugin-vitest-globals) from 1.5.0 to 1.6.1. - [Release notes](https://github.com/saqqdy/eslint-plugin-vitest-globals/releases) - [Changelog](https://github.com/saqqdy/eslint-plugin-vitest-globals/blob/master/CHANGELOG.md) - [Commits](https://github.com/saqqdy/eslint-plugin-vitest-globals/compare/1.5.0...1.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-vitest-globals dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- web/package-lock.json | 18 +++++++++++++----- web/package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index c7f246b1a..edca097f6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -109,7 +109,7 @@ "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.8", - "eslint-plugin-vitest-globals": "^1.5.0", + "eslint-plugin-vitest-globals": "^1.6.1", "fake-indexeddb": "^6.0.0", "i18next-cli": "^1.5.11", "jest-websocket-mock": "^2.5.0", @@ -7693,10 +7693,18 @@ } }, "node_modules/eslint-plugin-vitest-globals": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.5.0.tgz", - "integrity": "sha512-ZSsVOaOIig0oVLzRTyk8lUfBfqzWxr/J3/NFMfGGRIkGQPejJYmDH3gXmSJxAojts77uzAGB/UmVrwi2DC4LYA==", - "dev": true + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vitest-globals/-/eslint-plugin-vitest-globals-1.6.1.tgz", + "integrity": "sha512-ydMvr96XRaT913a8gy8TY/LLyGB49Wmj0+x/FCbaWSpWMSaWDLG63/5zSLLrdSGXJ0PTjWpYZOZ61YBuzNyyTw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=16" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/saqqdy" + } }, "node_modules/eslint-scope": { "version": "7.2.2", diff --git a/web/package.json b/web/package.json index 7d22dc718..087d308f9 100644 --- a/web/package.json +++ b/web/package.json @@ -123,7 +123,7 @@ "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.8", - "eslint-plugin-vitest-globals": "^1.5.0", + "eslint-plugin-vitest-globals": "^1.6.1", "fake-indexeddb": "^6.0.0", "i18next-cli": "^1.5.11", "jest-websocket-mock": "^2.5.0",