diff --git a/package-lock.json b/package-lock.json index e47eeb40e1..c838b3bd44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@stoplight/spectral-functions": "^1.9.3", "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.1", - "eslint-plugin-jest": "^28.9.0", + "eslint-plugin-jest": "^28.10.0", "openapi-to-postmanv2": "4.24.0" }, "devDependencies": { @@ -4715,10 +4715,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "28.9.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.9.0.tgz", - "integrity": "sha512-rLu1s1Wf96TgUUxSw6loVIkNtUjq1Re7A9QdCCHSohnvXEBAjuL420h0T/fMmkQlNsQP2GhQzEUpYHPfxBkvYQ==", - "license": "MIT", + "version": "28.10.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-28.10.0.tgz", + "integrity": "sha512-hyMWUxkBH99HpXT3p8hc7REbEZK3D+nk8vHXGgpB+XXsi0gO4PxMSP+pjfUzb67GnV9yawV9a53eUmcde1CCZA==", "dependencies": { "@typescript-eslint/utils": "^6.0.0 || ^7.0.0 || ^8.0.0" }, diff --git a/package.json b/package.json index ebe70edb00..344eb14538 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@stoplight/spectral-functions": "^1.9.3", "@stoplight/spectral-ref-resolver": "^1.0.5", "@stoplight/spectral-ruleset-bundler": "^1.6.1", - "eslint-plugin-jest": "^28.9.0", + "eslint-plugin-jest": "^28.10.0", "openapi-to-postmanv2": "4.24.0" }, "devDependencies": {