From 8fcffd19455568f5345f08357b8871087eb81853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:01:11 +0000 Subject: [PATCH] Bump @vitest/eslint-plugin from 1.1.18 to 1.1.20 in /nginx/oauth2/e2e Bumps [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) from 1.1.18 to 1.1.20. - [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases) - [Commits](https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.1.18...v1.1.20) --- updated-dependencies: - dependency-name: "@vitest/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nginx/oauth2/e2e/package-lock.json | 8 ++++---- nginx/oauth2/e2e/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx/oauth2/e2e/package-lock.json b/nginx/oauth2/e2e/package-lock.json index 298bf4e..ee3a890 100644 --- a/nginx/oauth2/e2e/package-lock.json +++ b/nginx/oauth2/e2e/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@eslint/js": "9.17.0", "@stylistic/eslint-plugin": "2.12.1", - "@vitest/eslint-plugin": "1.1.18", + "@vitest/eslint-plugin": "1.1.20", "chrome-har": "1.0.1", "eslint": "9.17.0", "puppeteer": "23.11.1", @@ -1166,9 +1166,9 @@ } }, "node_modules/@vitest/eslint-plugin": { - "version": "1.1.18", - "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.18.tgz", - "integrity": "sha512-pcnR0hn4KRaWqdEXdZPXLs2wAxzMBD8dKkpVkOuhT+bOOGW1/4BdiUrU3I0LW2loskfVS/XldwcO/lCEoFDyZw==", + "version": "1.1.20", + "resolved": "https://registry.npmjs.org/@vitest/eslint-plugin/-/eslint-plugin-1.1.20.tgz", + "integrity": "sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==", "dev": true, "peerDependencies": { "@typescript-eslint/utils": ">= 8.0", diff --git a/nginx/oauth2/e2e/package.json b/nginx/oauth2/e2e/package.json index 58c99bf..d2d0e04 100644 --- a/nginx/oauth2/e2e/package.json +++ b/nginx/oauth2/e2e/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@eslint/js": "9.17.0", "@stylistic/eslint-plugin": "2.12.1", - "@vitest/eslint-plugin": "1.1.18", + "@vitest/eslint-plugin": "1.1.20", "chrome-har": "1.0.1", "eslint": "9.17.0", "puppeteer": "23.11.1",