From 435af1f4cbcd17476a60667eaa40526517baba0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:06:10 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- examples/allow-js/package.json | 2 +- examples/minimal/package.json | 2 +- examples/type-checked/package.json | 6 +- examples/with-cypress/package.json | 4 +- examples/with-jsx-in-vue/package.json | 2 +- examples/with-jsx/package.json | 2 +- examples/with-nightwatch/package.json | 4 +- examples/with-playwright/package.json | 2 +- examples/with-prettier/package.json | 2 +- examples/with-tsx-in-vue/package.json | 2 +- examples/with-tsx/package.json | 2 +- examples/with-vitest/package.json | 4 +- package.json | 2 +- pnpm-lock.yaml | 309 ++++++++---------- test/fixtures/file-based-routing/package.json | 2 +- test/fixtures/with-older-espree/package.json | 4 +- 16 files changed, 164 insertions(+), 187 deletions(-) diff --git a/examples/allow-js/package.json b/examples/allow-js/package.json index 4cc987c..a69713c 100644 --- a/examples/allow-js/package.json +++ b/examples/allow-js/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 4e67c89..a2e3a52 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -22,7 +22,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/type-checked/package.json b/examples/type-checked/package.json index d9c4790..d2f6244 100644 --- a/examples/type-checked/package.json +++ b/examples/type-checked/package.json @@ -26,17 +26,17 @@ "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue-jsx": "^4.1.1", - "@vitest/eslint-plugin": "1.1.16", + "@vitest/eslint-plugin": "1.1.20", "@vue/eslint-config-prettier": "^10.1.0", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", diff --git a/examples/with-cypress/package.json b/examples/with-cypress/package.json index 65a6c5c..b2c5d5e 100644 --- a/examples/with-cypress/package.json +++ b/examples/with-cypress/package.json @@ -24,11 +24,11 @@ "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", - "cypress": "^13.16.1", + "cypress": "^13.17.0", "eslint": "^9.17.0", "eslint-plugin-cypress": "^4.1.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "start-server-and-test": "^2.0.9", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-jsx-in-vue/package.json b/examples/with-jsx-in-vue/package.json index 066b338..49353a0 100644 --- a/examples/with-jsx-in-vue/package.json +++ b/examples/with-jsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-jsx/package.json b/examples/with-jsx/package.json index 729d97e..7bef62b 100644 --- a/examples/with-jsx/package.json +++ b/examples/with-jsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-nightwatch/package.json b/examples/with-nightwatch/package.json index ec983ee..17dce4b 100644 --- a/examples/with-nightwatch/package.json +++ b/examples/with-nightwatch/package.json @@ -24,12 +24,12 @@ "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", - "chromedriver": "^131.0.3", + "chromedriver": "^131.0.4", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "geckodriver": "^5.0.0", "nightwatch": "^3.9.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "ts-node": "^10.9.2", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-playwright/package.json b/examples/with-playwright/package.json index 67b3b73..51a5eb0 100644 --- a/examples/with-playwright/package.json +++ b/examples/with-playwright/package.json @@ -25,7 +25,7 @@ "eslint": "^9.17.0", "eslint-plugin-playwright": "^2.1.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-prettier/package.json b/examples/with-prettier/package.json index c465c0d..3017a9c 100644 --- a/examples/with-prettier/package.json +++ b/examples/with-prettier/package.json @@ -24,7 +24,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "prettier": "^3.4.2", "typescript": "~5.6.3", "vite": "^6.0.5", diff --git a/examples/with-tsx-in-vue/package.json b/examples/with-tsx-in-vue/package.json index ec23c87..ba193c7 100644 --- a/examples/with-tsx-in-vue/package.json +++ b/examples/with-tsx-in-vue/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-tsx/package.json b/examples/with-tsx/package.json index c472be8..015a1ce 100644 --- a/examples/with-tsx/package.json +++ b/examples/with-tsx/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10" diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 5f9a4aa..4380128 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -20,14 +20,14 @@ "@types/jsdom": "^21.1.7", "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", - "@vitest/eslint-plugin": "^1.1.16", + "@vitest/eslint-plugin": "^1.1.20", "@vue/eslint-config-typescript": "workspace:*", "@vue/test-utils": "^2.4.6", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "jsdom": "^25.0.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vitest": "^2.1.8", diff --git a/package.json b/package.json index cc34d55..a1133bf 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ }, "dependencies": { "fast-glob": "^3.3.2", - "typescript-eslint": "^8.18.0", + "typescript-eslint": "^8.18.1", "vue-eslint-parser": "^9.4.3" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0c9e01..c739afe 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^3.3.2 version: 3.3.2 typescript-eslint: - specifier: ^8.18.0 - version: 8.18.0(eslint@9.17.0)(typescript@5.6.3) + specifier: ^8.18.1 + version: 8.18.1(eslint@9.17.0)(typescript@5.6.3) vue-eslint-parser: specifier: ^9.4.3 version: 9.4.3(eslint@9.17.0) @@ -80,8 +80,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -120,8 +120,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -160,8 +160,8 @@ importers: specifier: ^4.1.1 version: 4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': - specifier: 1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) + specifier: 1.1.20 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-prettier': specifier: ^10.1.0 version: 10.1.0(eslint@9.17.0)(prettier@3.4.2) @@ -175,8 +175,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: - specifier: ^13.16.1 - version: 13.16.1 + specifier: ^13.17.0 + version: 13.17.0 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -190,8 +190,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -236,8 +236,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) cypress: - specifier: ^13.16.1 - version: 13.16.1 + specifier: ^13.17.0 + version: 13.17.0 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -248,8 +248,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 start-server-and-test: specifier: ^2.0.9 version: 2.0.9 @@ -294,8 +294,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -337,8 +337,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -377,8 +377,8 @@ importers: specifier: ^0.7.0 version: 0.7.0(typescript@5.6.3)(vue@3.5.13(typescript@5.6.3)) chromedriver: - specifier: ^131.0.3 - version: 131.0.3 + specifier: ^131.0.4 + version: 131.0.4 eslint: specifier: ^9.17.0 version: 9.17.0 @@ -390,10 +390,10 @@ importers: version: 5.0.0 nightwatch: specifier: ^3.9.0 - version: 3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0) + version: 3.9.0(chromedriver@131.0.4)(geckodriver@5.0.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.17.10)(typescript@5.6.3) @@ -444,8 +444,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -487,8 +487,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 prettier: specifier: ^3.4.2 version: 3.4.2 @@ -533,8 +533,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -576,8 +576,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -607,8 +607,8 @@ importers: specifier: ^5.2.1 version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vitest/eslint-plugin': - specifier: ^1.1.16 - version: 1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) + specifier: ^1.1.20 + version: 1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../.. @@ -628,8 +628,8 @@ importers: specifier: ^25.0.1 version: 25.0.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -674,8 +674,8 @@ importers: specifier: ^9.32.0 version: 9.32.0(eslint@9.17.0) npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 @@ -702,11 +702,11 @@ importers: specifier: ^20.1.4 version: 20.1.4 '@types/node': - specifier: ^20.17.7 - version: 20.17.7 + specifier: ^20.17.10 + version: 20.17.10 '@vitejs/plugin-vue': specifier: ^5.2.1 - version: 5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) + version: 5.2.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3)) '@vue/eslint-config-typescript': specifier: workspace:* version: link:../../.. @@ -723,14 +723,14 @@ importers: specifier: ^9.6.1 version: 9.6.1 npm-run-all2: - specifier: ^7.0.1 - version: 7.0.1 + specifier: ^7.0.2 + version: 7.0.2 typescript: specifier: ~5.6.3 version: 5.6.3 vite: specifier: ^6.0.5 - version: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) + version: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue-tsc: specifier: ^2.1.10 version: 2.1.10(typescript@5.6.3) @@ -1935,9 +1935,6 @@ packages: '@types/node@20.17.10': resolution: {integrity: sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==} - '@types/node@20.17.7': - resolution: {integrity: sha512-sZXXnpBFMKbao30dUAvzKbdwA2JM1fwUtVEq/kxKuPI5mMwZiRElCpTXb0Biq/LMEVpXDZL5G5V0RPnxKeyaYg==} - '@types/node@22.10.2': resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==} @@ -1962,51 +1959,51 @@ packages: '@types/yauzl@2.10.3': resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} - '@typescript-eslint/eslint-plugin@8.18.0': - resolution: {integrity: sha512-NR2yS7qUqCL7AIxdJUQf2MKKNDVNaig/dEB0GBLU7D+ZdHgK1NoH/3wsgO3OnPVipn51tG3MAwaODEGil70WEw==} + '@typescript-eslint/eslint-plugin@8.18.1': + resolution: {integrity: sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: '@typescript-eslint/parser': ^8.0.0 || ^8.0.0-alpha.0 eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/parser@8.18.0': - resolution: {integrity: sha512-hgUZ3kTEpVzKaK3uNibExUYm6SKKOmTU2BOxBSvOYwtJEPdVQ70kZJpPjstlnhCHcuc2WGfSbpKlb/69ttyN5Q==} + '@typescript-eslint/parser@8.18.1': + resolution: {integrity: sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/scope-manager@8.18.0': - resolution: {integrity: sha512-PNGcHop0jkK2WVYGotk/hxj+UFLhXtGPiGtiaWgVBVP1jhMoMCHlTyJA+hEj4rszoSdLTK3fN4oOatrL0Cp+Xw==} + '@typescript-eslint/scope-manager@8.18.1': + resolution: {integrity: sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/type-utils@8.18.0': - resolution: {integrity: sha512-er224jRepVAVLnMF2Q7MZJCq5CsdH2oqjP4dT7K6ij09Kyd+R21r7UVJrF0buMVdZS5QRhDzpvzAxHxabQadow==} + '@typescript-eslint/type-utils@8.18.1': + resolution: {integrity: sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/types@8.18.0': - resolution: {integrity: sha512-FNYxgyTCAnFwTrzpBGq+zrnoTO4x0c1CKYY5MuUTzpScqmY5fmsh2o3+57lqdI3NZucBDCzDgdEbIaNfAjAHQA==} + '@typescript-eslint/types@8.18.1': + resolution: {integrity: sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} - '@typescript-eslint/typescript-estree@8.18.0': - resolution: {integrity: sha512-rqQgFRu6yPkauz+ms3nQpohwejS8bvgbPyIDq13cgEDbkXt4LH4OkDMT0/fN1RUtzG8e8AKJyDBoocuQh8qNeg==} + '@typescript-eslint/typescript-estree@8.18.1': + resolution: {integrity: sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/utils@8.18.0': - resolution: {integrity: sha512-p6GLdY383i7h5b0Qrfbix3Vc3+J2k6QWw6UMUeY5JGfm3C5LbZ4QIZzJNoNOfgyRe0uuYKjvVOsO/jD4SJO+xg==} + '@typescript-eslint/utils@8.18.1': + resolution: {integrity: sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 typescript: '>=4.8.4 <5.8.0' - '@typescript-eslint/visitor-keys@8.18.0': - resolution: {integrity: sha512-pCh/qEA8Lb1wVIqNvBke8UaRjJ6wrAWkJO5yyIbs8Yx6TNGYyfNjOo61tLv+WwLvoLPp4BQ8B7AHKijl8NGUfw==} + '@typescript-eslint/visitor-keys@8.18.1': + resolution: {integrity: sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} '@vitejs/plugin-vue-jsx@4.1.1': @@ -2030,8 +2027,8 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vitest/eslint-plugin@1.1.16': - resolution: {integrity: sha512-xecwJYuAp11AFsd2aoSnTWO3Wckgu7rjBz1VOhvsDtZzI4s7z/WerAR4gxnEFy37scdsE8wSlP95/2ry6sLhSg==} + '@vitest/eslint-plugin@1.1.20': + resolution: {integrity: sha512-2eLsgUm+GVOpDfNyH2do//MiNO/WZkXrPi+EjDmXEdUt6Jwnziq4H221L8vJE0aJys+l1FRfSkm4QbaIyDCfBg==} peerDependencies: '@typescript-eslint/utils': '>= 8.0' eslint: '>= 8.57.0' @@ -2491,8 +2488,8 @@ packages: resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} - chromedriver@131.0.3: - resolution: {integrity: sha512-DKHFt0ilcA/RJzY1ApBiJAil6fh08f9mXM8XbdDE1u+S1V5YVUNTUi4bOtJFZoAwS9nlV0H5W6InWrpXqSs2xg==} + chromedriver@131.0.4: + resolution: {integrity: sha512-JgIkept8YrnqT05ldLaOzxxEJDUV1t3PFIIMO/gQz9AbnpZx7Pl1zq6tQTTz2HoY5T2JKZ5kyiEWwc48g4fJ5w==} engines: {node: '>=18'} hasBin: true @@ -2620,8 +2617,8 @@ packages: csstype@3.1.3: resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - cypress@13.16.1: - resolution: {integrity: sha512-17FtCaz0cx7ssWYKXzGB0Vub8xHwpVPr+iPt2fHhLMDhVAPVrplD+rTQsZUsfb19LVBn5iwkEUFjQ1yVVJXsLA==} + cypress@13.17.0: + resolution: {integrity: sha512-5xWkaPurwkIljojFidhw8lFScyxhtiFHl/i/3zov+1Z5CmY4t9tjIdvSXfu82Y3w7wt0uR9KkucbhkVvJZLQSA==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true @@ -4023,8 +4020,8 @@ packages: resolution: {integrity: sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==} engines: {node: ^18.17.0 || >=20.5.0} - npm-run-all2@7.0.1: - resolution: {integrity: sha512-Adbv+bJQ8UTAM03rRODqrO5cx0YU5KCG2CvHtSURiadvdTjjgGJXdbc1oQ9CXBh9dnGfHSoSB1Web/0Dzp6kOQ==} + npm-run-all2@7.0.2: + resolution: {integrity: sha512-7tXR+r9hzRNOPNTvXegM+QzCuMjzUIIq66VDunL6j60O4RrExx32XUhlrS7UK4VcdGw5/Wxzb3kfNcFix9JKDA==} engines: {node: ^18.17.0 || >=20.5.0, npm: '>= 9'} hasBin: true @@ -4729,8 +4726,8 @@ packages: resolution: {integrity: sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==} engines: {node: '>=8'} - typescript-eslint@8.18.0: - resolution: {integrity: sha512-Xq2rRjn6tzVpAyHr3+nmSg1/9k9aIHnJ2iZeOH7cfGOWqTkXTm3kwpQglEuLGdNrYvPF+2gtAs+/KF5rjVo+WQ==} + typescript-eslint@8.18.1: + resolution: {integrity: sha512-Mlaw6yxuaDEPQvb/2Qwu3/TfgeBHy9iTJ3mTwe7OvpPmF6KPQjVOfGyEJpPv6Ez2C34OODChhXrzYw/9phI0MQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} peerDependencies: eslint: ^8.57.0 || ^9.0.0 @@ -5190,7 +5187,7 @@ snapshots: '@babel/traverse': 7.25.9 '@babel/types': 7.26.0 convert-source-map: 2.0.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 @@ -5348,7 +5345,7 @@ snapshots: '@babel/parser': 7.26.2 '@babel/template': 7.25.9 '@babel/types': 7.26.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color @@ -5693,7 +5690,7 @@ snapshots: '@eslint/config-array@0.19.0': dependencies: '@eslint/object-schema': 2.1.4 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color @@ -5703,7 +5700,7 @@ snapshots: '@eslint/eslintrc@3.2.0': dependencies: ajv: 6.12.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 espree: 10.3.0 globals: 14.0.0 ignore: 5.3.2 @@ -6084,7 +6081,7 @@ snapshots: '@types/nightwatch@2.3.32': dependencies: '@types/chai': 5.0.1 - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/selenium-webdriver': 4.1.27 devtools-protocol: 0.0.1025565 @@ -6092,10 +6089,6 @@ snapshots: dependencies: undici-types: 6.19.8 - '@types/node@20.17.7': - dependencies: - undici-types: 6.19.8 - '@types/node@22.10.2': dependencies: undici-types: 6.20.0 @@ -6104,7 +6097,7 @@ snapshots: '@types/selenium-webdriver@4.1.27': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/ws': 8.5.13 '@types/sinonjs__fake-timers@8.1.1': {} @@ -6115,21 +6108,21 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 '@types/yauzl@2.10.3': dependencies: - '@types/node': 20.17.10 + '@types/node': 22.10.2 optional: true - '@typescript-eslint/eslint-plugin@8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/eslint-plugin@8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.12.1 - '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/type-utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.18.0 + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/type-utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.1 eslint: 9.17.0 graphemer: 1.4.0 ignore: 5.3.2 @@ -6139,41 +6132,41 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) - '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) + '@typescript-eslint/visitor-keys': 8.18.1 + debug: 4.4.0(supports-color@8.1.1) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@8.18.0': + '@typescript-eslint/scope-manager@8.18.1': dependencies: - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/visitor-keys': 8.18.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 - '@typescript-eslint/type-utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/type-utils@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - debug: 4.4.0 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + debug: 4.4.0(supports-color@8.1.1) eslint: 9.17.0 ts-api-utils: 1.4.1(typescript@5.6.3) typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@8.18.0': {} + '@typescript-eslint/types@8.18.1': {} - '@typescript-eslint/typescript-estree@8.18.0(typescript@5.6.3)': + '@typescript-eslint/typescript-estree@8.18.1(typescript@5.6.3)': dependencies: - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/visitor-keys': 8.18.0 - debug: 4.4.0 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/visitor-keys': 8.18.1 + debug: 4.4.0(supports-color@8.1.1) fast-glob: 3.3.2 is-glob: 4.0.3 minimatch: 9.0.5 @@ -6183,20 +6176,20 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3)': + '@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3)': dependencies: '@eslint-community/eslint-utils': 4.4.1(eslint@9.17.0) - '@typescript-eslint/scope-manager': 8.18.0 - '@typescript-eslint/types': 8.18.0 - '@typescript-eslint/typescript-estree': 8.18.0(typescript@5.6.3) + '@typescript-eslint/scope-manager': 8.18.1 + '@typescript-eslint/types': 8.18.1 + '@typescript-eslint/typescript-estree': 8.18.1(typescript@5.6.3) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/visitor-keys@8.18.0': + '@typescript-eslint/visitor-keys@8.18.1': dependencies: - '@typescript-eslint/types': 8.18.0 + '@typescript-eslint/types': 8.18.1 eslint-visitor-keys: 4.2.0 '@vitejs/plugin-vue-jsx@4.1.1(vite@6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': @@ -6219,19 +6212,14 @@ snapshots: vite: 6.0.5(@types/node@20.17.10)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': - dependencies: - vite: 6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1) - vue: 3.5.13(typescript@5.6.3) - '@vitejs/plugin-vue@5.2.1(vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1))(vue@3.5.13(typescript@5.6.3))': dependencies: vite: 6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1) vue: 3.5.13(typescript@5.6.3) - '@vitest/eslint-plugin@1.1.16(@typescript-eslint/utils@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': + '@vitest/eslint-plugin@1.1.20(@typescript-eslint/utils@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3)(vitest@2.1.8(@types/node@20.17.10)(jsdom@25.0.1))': dependencies: - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 optionalDependencies: typescript: 5.6.3 @@ -6494,7 +6482,7 @@ snapshots: agent-base@7.1.1: dependencies: - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -6810,7 +6798,7 @@ snapshots: optionalDependencies: fsevents: 2.3.3 - chromedriver@131.0.3: + chromedriver@131.0.4: dependencies: '@testim/chrome-version': 1.1.4 axios: 1.7.7(debug@4.4.0) @@ -6927,7 +6915,7 @@ snapshots: csstype@3.1.3: {} - cypress@13.16.1: + cypress@13.17.0: dependencies: '@cypress/request': 3.0.6 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) @@ -6946,7 +6934,7 @@ snapshots: commander: 6.2.1 common-tags: 1.8.2 dayjs: 1.11.13 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) enquirer: 2.4.1 eventemitter2: 6.4.7 execa: 4.1.0 @@ -7006,15 +6994,15 @@ snapshots: optionalDependencies: supports-color: 8.1.1 - debug@4.3.7(supports-color@8.1.1): + debug@4.3.7: dependencies: ms: 2.1.3 - optionalDependencies: - supports-color: 8.1.1 - debug@4.4.0: + debug@4.4.0(supports-color@8.1.1): dependencies: ms: 2.1.3 + optionalDependencies: + supports-color: 8.1.1 decamelize@4.0.0: {} @@ -7437,7 +7425,7 @@ snapshots: ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.6 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 escape-string-regexp: 4.0.0 eslint-scope: 8.2.0 eslint-visitor-keys: 4.2.0 @@ -7552,7 +7540,7 @@ snapshots: extract-zip@2.0.1(supports-color@8.1.1): dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: @@ -7629,7 +7617,7 @@ snapshots: follow-redirects@1.15.9(debug@4.4.0): optionalDependencies: - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) for-each@0.3.3: dependencies: @@ -7729,7 +7717,7 @@ snapshots: dependencies: basic-ftp: 5.0.5 data-uri-to-buffer: 6.0.2 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) fs-extra: 11.2.0 transitivePeerDependencies: - supports-color @@ -7831,7 +7819,7 @@ snapshots: http-proxy-agent@7.0.2: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -7844,7 +7832,7 @@ snapshots: https-proxy-agent@7.0.5: dependencies: agent-base: 7.1.1 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) transitivePeerDependencies: - supports-color @@ -8386,7 +8374,7 @@ snapshots: dependencies: axe-core: 4.10.2 - nightwatch@3.9.0(chromedriver@131.0.3)(geckodriver@5.0.0): + nightwatch@3.9.0(chromedriver@131.0.4)(geckodriver@5.0.0): dependencies: '@nightwatch/chai': 5.0.3 '@nightwatch/html-reporter-template': 0.3.0 @@ -8423,7 +8411,7 @@ snapshots: untildify: 4.0.0 uuid: 8.3.2 optionalDependencies: - chromedriver: 131.0.3 + chromedriver: 131.0.4 geckodriver: 5.0.0 transitivePeerDependencies: - bufferutil @@ -8457,7 +8445,7 @@ snapshots: npm-normalize-package-bin@4.0.0: {} - npm-run-all2@7.0.1: + npm-run-all2@7.0.2: dependencies: ansi-styles: 6.2.1 cross-spawn: 7.0.6 @@ -8559,7 +8547,7 @@ snapshots: dependencies: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) get-uri: 6.0.3 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 @@ -8711,7 +8699,7 @@ snapshots: proxy-agent@6.4.0: dependencies: agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.5 lru-cache: 7.18.3 @@ -8962,7 +8950,7 @@ snapshots: socks-proxy-agent@8.0.4: dependencies: agent-base: 7.1.1 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) socks: 2.8.3 transitivePeerDependencies: - supports-color @@ -9008,7 +8996,7 @@ snapshots: arg: 5.0.2 bluebird: 3.7.2 check-more-types: 2.24.0 - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) execa: 5.1.1 lazy-ass: 1.6.0 ps-tree: 1.2.0 @@ -9218,11 +9206,11 @@ snapshots: type-fest@0.7.1: {} - typescript-eslint@8.18.0(eslint@9.17.0)(typescript@5.6.3): + typescript-eslint@8.18.1(eslint@9.17.0)(typescript@5.6.3): dependencies: - '@typescript-eslint/eslint-plugin': 8.18.0(@typescript-eslint/parser@8.18.0(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/parser': 8.18.0(eslint@9.17.0)(typescript@5.6.3) - '@typescript-eslint/utils': 8.18.0(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/eslint-plugin': 8.18.1(@typescript-eslint/parser@8.18.1(eslint@9.17.0)(typescript@5.6.3))(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/parser': 8.18.1(eslint@9.17.0)(typescript@5.6.3) + '@typescript-eslint/utils': 8.18.1(eslint@9.17.0)(typescript@5.6.3) eslint: 9.17.0 typescript: 5.6.3 transitivePeerDependencies: @@ -9309,7 +9297,7 @@ snapshots: vite-node@2.1.8(@types/node@20.17.10): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@20.17.10) @@ -9327,7 +9315,7 @@ snapshots: vite-node@2.1.8(@types/node@22.10.2): dependencies: cac: 6.7.14 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.4.0(supports-color@8.1.1) es-module-lexer: 1.5.4 pathe: 1.1.2 vite: 5.4.11(@types/node@22.10.2) @@ -9346,7 +9334,7 @@ snapshots: dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9362,7 +9350,7 @@ snapshots: dependencies: '@antfu/utils': 0.7.10 '@rollup/pluginutils': 5.1.3(rollup@4.27.4) - debug: 4.4.0 + debug: 4.4.0(supports-color@8.1.1) error-stack-parser-es: 0.1.5 fs-extra: 11.2.0 open: 10.1.0 @@ -9488,17 +9476,6 @@ snapshots: tsx: 4.19.2 yaml: 2.6.1 - vite@6.0.5(@types/node@20.17.7)(tsx@4.19.2)(yaml@2.6.1): - dependencies: - esbuild: 0.24.0 - postcss: 8.4.49 - rollup: 4.27.4 - optionalDependencies: - '@types/node': 20.17.7 - fsevents: 2.3.3 - tsx: 4.19.2 - yaml: 2.6.1 - vite@6.0.5(@types/node@22.10.2)(tsx@4.19.2)(yaml@2.6.1): dependencies: esbuild: 0.24.0 @@ -9520,7 +9497,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9556,7 +9533,7 @@ snapshots: '@vitest/spy': 2.1.8 '@vitest/utils': 2.1.8 chai: 5.1.2 - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 expect-type: 1.1.0 magic-string: 0.30.13 pathe: 1.1.2 @@ -9592,7 +9569,7 @@ snapshots: vue-eslint-parser@9.4.3(eslint@9.17.0): dependencies: - debug: 4.3.7(supports-color@8.1.1) + debug: 4.3.7 eslint: 9.17.0 eslint-scope: 7.2.2 eslint-visitor-keys: 3.4.3 diff --git a/test/fixtures/file-based-routing/package.json b/test/fixtures/file-based-routing/package.json index 837e2f5..0125e2a 100644 --- a/test/fixtures/file-based-routing/package.json +++ b/test/fixtures/file-based-routing/package.json @@ -23,7 +23,7 @@ "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "unplugin-vue-router": "^0.10.9", "vite": "^6.0.5", diff --git a/test/fixtures/with-older-espree/package.json b/test/fixtures/with-older-espree/package.json index 1cd68fe..ce683fd 100644 --- a/test/fixtures/with-older-espree/package.json +++ b/test/fixtures/with-older-espree/package.json @@ -16,14 +16,14 @@ }, "devDependencies": { "@tsconfig/node20": "^20.1.4", - "@types/node": "^20.17.7", + "@types/node": "^20.17.10", "@vitejs/plugin-vue": "^5.2.1", "@vue/eslint-config-typescript": "workspace:*", "@vue/tsconfig": "^0.7.0", "eslint": "^9.17.0", "eslint-plugin-vue": "^9.32.0", "espree": "^9.6.1", - "npm-run-all2": "^7.0.1", + "npm-run-all2": "^7.0.2", "typescript": "~5.6.3", "vite": "^6.0.5", "vue-tsc": "^2.1.10"