diff --git a/package-lock.json b/package-lock.json index fff0987a..de58ea02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@types/node": "^26.5.0", "@types/range-parser": "^1.2.7", "@vitest/coverage-istanbul": "^5.0.0", - "@vitest/spy": "^5.0.0", + "@vitest/spy": "^5.0.1", "eslint": "^10.10.0", "husky": "^9.1.7", "lint-staged": "^17.5.0", @@ -3798,7 +3798,7 @@ } } }, - "node_modules/@vitest/spy": { + "node_modules/@vitest/mocker/node_modules/@vitest/spy": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.0.tgz", "integrity": "sha512-uy+luWBAPw9XfthoHi5AkfHUnuPYEESjl0p/r+meoBnU8bxg5GDQ3Ey8MjcJ6sqahkL4PFyrvfMJJBw7LbU06g==", @@ -3808,6 +3808,16 @@ "url": "https://opencollective.com/vitest" } }, + "node_modules/@vitest/spy": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-5.0.1.tgz", + "integrity": "sha512-rbto/mF/SGERxEgYOek7Xm6B9b+y+mVoo+f4b2LymYO8zM1b7uB5nHuhVMTP2hxdzgxvGiZYGxGIaMvL5y180Q==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://opencollective.com/vitest" + } + }, "node_modules/accepts": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", diff --git a/package.json b/package.json index bd45db4d..5942ef5d 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@types/node": "^26.5.0", "@types/range-parser": "^1.2.7", "@vitest/coverage-istanbul": "^5.0.0", - "@vitest/spy": "^5.0.0", + "@vitest/spy": "^5.0.1", "eslint": "^10.10.0", "husky": "^9.1.7", "lint-staged": "^17.5.0",