From 68add614d84dc6ce98dbdcf19180b6ef4b3e777f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:12:50 +0000 Subject: [PATCH] chore(deps): bump @vitest/eslint-plugin from 1.3.8 to 1.3.16 Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.3.8 to 1.3.16. - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.8...v1.3.16) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-version: 1.3.16 dependency-type: direct:production 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 372974a..72c976d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mongodb-js/devtools-proxy-support": "^0.5.2", "@mongosh/arg-parser": "^3.14.0", "@mongosh/service-provider-node-driver": "~3.12.0", - "@vitest/eslint-plugin": "^1.3.4", + "@vitest/eslint-plugin": "^1.3.16", "bson": "^6.10.4", "express": "^5.1.0", "lru-cache": "^11.1.0", @@ -2655,9 +2655,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.3.8.tgz", - "integrity": "sha512-+M0eRDo/UiIF4xZZbZBBAR2Resx0ihdLRNpYevkrDJ6F3xHuEXSAAJGt6Ahabd0eJC4mQKvLA1JY1qBM058Cag==", + "version": "1.3.16", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.3.16.tgz", + "integrity": "sha512-EvXGiZpz3L1G/pmebcmMe61UzqgR8LFwmm+QGgQEHcrTCFkMgl+c0mj2jneo38/CkHhofbK3zc3xafV6/SpzNw==", "license": "MIT", "dependencies": { "@typescript-eslint/scope-manager": "^8.41.0", diff --git a/package.json b/package.json index c353b08..f714ef8 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@mongodb-js/devtools-proxy-support": "^0.5.2", "@mongosh/arg-parser": "^3.14.0", "@mongosh/service-provider-node-driver": "~3.12.0", - "@vitest/eslint-plugin": "^1.3.4", + "@vitest/eslint-plugin": "^1.3.16", "bson": "^6.10.4", "express": "^5.1.0", "lru-cache": "^11.1.0",