From: Haoqun Jiang Date: Tue, 21 Jun 2022 08:27:27 +0000 (+0800) Subject: chore: update all non-major dependencies X-Git-Tag: v3.2.2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a0da2d00e1eee840380155d09bf644acb4c9f3;p=thirdparty%2Fvuejs%2Fcreate-vue.git chore: update all non-major dependencies --- diff --git a/package.json b/package.json index 389b1ded..df686b4d 100644 --- a/package.json +++ b/package.json @@ -34,19 +34,19 @@ }, "homepage": "https://github.com/vuejs/create-vue#readme", "devDependencies": { - "@types/eslint": "^8.4.2", + "@types/eslint": "^8.4.3", "@types/prompts": "^2.0.14", "@vue/tsconfig": "^0.1.3", - "esbuild": "^0.14.42", + "esbuild": "^0.14.47", "esbuild-plugin-license": "^1.2.2", "husky": "^8.0.1", "kolorist": "^1.5.1", - "lint-staged": "^12.4.3", + "lint-staged": "^12.5.0", "minimist": "^1.2.6", "npm-run-all": "^4.1.5", - "prettier": "^2.6.2", + "prettier": "^2.7.1", "prompts": "^2.4.2", - "zx": "^6.1.0" + "zx": "^6.2.5" }, "lint-staged": { "*.{js,ts,vue,json}": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2b2924e1..10d6c3f1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,123 +4,123 @@ importers: .: specifiers: - '@types/eslint': ^8.4.2 + '@types/eslint': ^8.4.3 '@types/prompts': ^2.0.14 '@vue/tsconfig': ^0.1.3 - esbuild: ^0.14.42 + esbuild: ^0.14.47 esbuild-plugin-license: ^1.2.2 husky: ^8.0.1 kolorist: ^1.5.1 - lint-staged: ^12.4.3 + lint-staged: ^12.5.0 minimist: ^1.2.6 npm-run-all: ^4.1.5 - prettier: ^2.6.2 + prettier: ^2.7.1 prompts: ^2.4.2 - zx: ^6.1.0 + zx: ^6.2.5 devDependencies: - '@types/eslint': 8.4.2 + '@types/eslint': 8.4.3 '@types/prompts': 2.0.14 '@vue/tsconfig': 0.1.3 - esbuild: 0.14.42 - esbuild-plugin-license: 1.2.2_esbuild@0.14.42 + esbuild: 0.14.47 + esbuild-plugin-license: 1.2.2_esbuild@0.14.47 husky: 8.0.1 kolorist: 1.5.1 - lint-staged: 12.4.3 + lint-staged: 12.5.0 minimist: 1.2.6 npm-run-all: 4.1.5 - prettier: 2.6.2 + prettier: 2.7.1 prompts: 2.4.2 - zx: 6.1.0 + zx: 6.2.5 playground/cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 - cypress: ^10.0.2 + cypress: ^10.1.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/default: specifiers: '@vitejs/plugin-vue': ^2.3.3 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - vite: 2.9.9 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + vite: 2.9.12 playground/jsx: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - cypress: ^10.0.2 + cypress: ^10.1.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - cypress: 10.0.2 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-pinia: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 pinia: ^2.0.14 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-pinia-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - cypress: ^10.0.2 + cypress: ^10.1.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - cypress: 10.0.2 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-pinia-vitest: specifiers: @@ -129,141 +129,141 @@ importers: '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 pinia: ^2.0.14 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-pinia-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-pinia-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-router-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - cypress: ^10.0.2 + cypress: ^10.1.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - cypress: 10.0.2 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-router-pinia: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 pinia: ^2.0.14 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-router-pinia-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 - cypress: ^10.0.2 + cypress: ^10.1.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - cypress: 10.0.2 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/jsx-router-pinia-vitest: specifiers: @@ -272,75 +272,75 @@ importers: '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 pinia: ^2.0.14 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router-pinia-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router-pinia-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router-vitest: specifiers: @@ -348,70 +348,70 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-router-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-vitest: specifiers: @@ -419,94 +419,94 @@ importers: '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/jsx-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/pinia: specifiers: '@vitejs/plugin-vue': ^2.3.3 pinia: ^2.0.14 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - vite: 2.9.9 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + vite: 2.9.12 playground/pinia-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 - cypress: ^10.0.2 + cypress: ^10.1.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/pinia-vitest: specifiers: @@ -514,128 +514,128 @@ importers: '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 pinia: ^2.0.14 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/pinia-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/pinia-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router: specifiers: '@vitejs/plugin-vue': ^2.3.3 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - vite: 2.9.9 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + vite: 2.9.12 playground/router-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 - cypress: ^10.0.2 + cypress: ^10.1.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/router-pinia: specifiers: '@vitejs/plugin-vue': ^2.3.3 pinia: ^2.0.14 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - vite: 2.9.9 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + vite: 2.9.12 playground/router-pinia-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 - cypress: ^10.0.2 + cypress: ^10.1.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + cypress: 10.1.0 start-server-and-test: 1.14.0 - vite: 2.9.9 + vite: 2.9.12 playground/router-pinia-vitest: specifiers: @@ -643,290 +643,290 @@ importers: '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 pinia: ^2.0.14 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router-pinia-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router-pinia-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 - dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 + dependencies: + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router-vitest: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router-vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/router-with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/typescript: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-pinia: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-pinia-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-pinia-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 @@ -934,218 +934,218 @@ importers: jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-pinia-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-pinia-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-pinia: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-pinia-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-pinia-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 @@ -1153,960 +1153,960 @@ importers: jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-pinia-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-pinia-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-router-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-jsx-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vitejs/plugin-vue-jsx': ^1.3.10 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 '@vitejs/plugin-vue-jsx': 1.3.10 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-pinia: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-pinia-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-pinia-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-pinia-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-pinia-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-pinia: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-pinia-cypress: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-pinia-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-pinia-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-pinia-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 pinia: ^2.0.14 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - pinia: 2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + pinia: 2.0.14_j6bzmzd4ujpabbp5objtwxyjp4 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-router-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 - vue-router: ^4.0.15 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 + vue-router: ^4.0.16 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-vitest: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 jsdom: ^19.0.0 npm-run-all: ^4.1.5 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 jsdom: 19.0.0 npm-run-all: 4.1.5 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-vitest-cypress: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/typescript-with-tests: specifiers: '@types/jsdom': ^16.2.14 - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 '@vue/tsconfig': ^0.1.3 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 npm-run-all: ^4.1.5 start-server-and-test: ^1.14.0 - typescript: ~4.7.2 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + typescript: ~4.7.4 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 vue-tsc: ^0.35.2 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: '@types/jsdom': 16.2.14 - '@types/node': 16.11.36 - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - '@vue/tsconfig': 0.1.3_@types+node@16.11.36 - cypress: 10.0.2 + '@types/node': 16.11.41 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + '@vue/tsconfig': 0.1.3_@types+node@16.11.41 + cypress: 10.1.0 jsdom: 19.0.0 npm-run-all: 4.1.5 start-server-and-test: 1.14.0 - typescript: 4.7.2 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 + vue-tsc: 0.35.2_typescript@4.7.4 playground/vitest: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/vitest-cypress: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 playground/with-tests: specifiers: '@vitejs/plugin-vue': ^2.3.3 '@vue/test-utils': ^2.0.0 - cypress: ^10.0.2 + cypress: ^10.1.0 jsdom: ^19.0.0 start-server-and-test: ^1.14.0 - vite: ^2.9.9 - vitest: ^0.13.0 - vue: ^3.2.36 + vite: ^2.9.12 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - '@vue/test-utils': 2.0.0_vue@3.2.36 - cypress: 10.0.2 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + '@vue/test-utils': 2.0.0_vue@3.2.37 + cypress: 10.1.0 jsdom: 19.0.0 start-server-and-test: 1.14.0 - vite: 2.9.9 - vitest: 0.13.0_jsdom@19.0.0 + vite: 2.9.12 + vitest: 0.13.1_jsdom@19.0.0 template/base: specifiers: '@vitejs/plugin-vue': ^2.3.3 - vite: ^2.9.9 - vue: ^3.2.36 + vite: ^2.9.12 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vitejs/plugin-vue': 2.3.3_vite@2.9.9+vue@3.2.36 - vite: 2.9.9 + '@vitejs/plugin-vue': 2.3.3_vite@2.9.12+vue@3.2.37 + vite: 2.9.12 template/config/cypress: specifiers: - cypress: ^10.0.2 + cypress: ^10.1.0 start-server-and-test: ^1.14.0 devDependencies: - cypress: 10.0.2 + cypress: 10.1.0 start-server-and-test: 1.14.0 template/config/cypress-ct: specifiers: - cypress: ^10.0.2 - vue: ^3.2.36 + cypress: ^10.1.0 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - cypress: 10.0.2 + cypress: 10.1.0 template/config/jsx: specifiers: @@ -2117,51 +2117,51 @@ importers: template/config/pinia: specifiers: pinia: ^2.0.14 - vue: ^3.2.36 + vue: ^3.2.37 dependencies: - pinia: 2.0.14_vue@3.2.36 - vue: 3.2.36 + pinia: 2.0.14_vue@3.2.37 + vue: 3.2.37 template/config/router: specifiers: - vue: ^3.2.36 - vue-router: ^4.0.15 + vue: ^3.2.37 + vue-router: ^4.0.16 dependencies: - vue: 3.2.36 - vue-router: 4.0.15_vue@3.2.36 + vue: 3.2.37 + vue-router: 4.0.16_vue@3.2.37 template/config/typescript: specifiers: - '@types/node': ^16.11.36 + '@types/node': ^16.11.41 npm-run-all: ^4.1.5 - typescript: ~4.7.2 + typescript: ~4.7.4 vue-tsc: ^0.35.2 devDependencies: - '@types/node': 16.11.36 + '@types/node': 16.11.41 npm-run-all: 4.1.5 - typescript: 4.7.2 - vue-tsc: 0.35.2_typescript@4.7.2 + typescript: 4.7.4 + vue-tsc: 0.35.2_typescript@4.7.4 template/config/vitest: specifiers: '@vue/test-utils': ^2.0.0 jsdom: ^19.0.0 - vitest: ^0.13.0 - vue: ^3.2.36 + vitest: ^0.13.1 + vue: ^3.2.37 dependencies: - vue: 3.2.36 + vue: 3.2.37 devDependencies: - '@vue/test-utils': 2.0.0_vue@3.2.36 + '@vue/test-utils': 2.0.0_vue@3.2.37 jsdom: 19.0.0 - vitest: 0.13.0_jsdom@19.0.0 + vitest: 0.13.1_jsdom@19.0.0 template/config/vuex: specifiers: - vue: ^3.2.36 + vue: ^3.2.37 vuex: ^4.0.2 dependencies: - vue: 3.2.36 - vuex: 4.0.2_vue@3.2.36 + vue: 3.2.37 + vuex: 4.0.2_vue@3.2.37 template/tsconfig/base: specifiers: @@ -2192,24 +2192,24 @@ packages: '@babel/highlight': 7.17.12 dev: true - /@babel/compat-data/7.17.10: - resolution: {integrity: sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==} + /@babel/compat-data/7.18.5: + resolution: {integrity: sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.18.2: - resolution: {integrity: sha512-A8pri1YJiC5UnkdrWcmfZTJTV85b4UXTAfImGmCfYmax4TR9Cw8sDS0MOk++Gp2mE/BefVJ5nwy5yzqNJbP/DQ==} + /@babel/core/7.18.5: + resolution: {integrity: sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.16.7 '@babel/generator': 7.18.2 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.2 + '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 '@babel/helper-module-transforms': 7.18.0 '@babel/helpers': 7.18.2 - '@babel/parser': 7.18.4 + '@babel/parser': 7.18.5 '@babel/template': 7.16.7 - '@babel/traverse': 7.18.2 + '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 convert-source-map: 1.8.0 debug: 4.3.4 @@ -2236,26 +2236,26 @@ packages: '@babel/types': 7.18.4 dev: true - /@babel/helper-compilation-targets/7.18.2_@babel+core@7.18.2: + /@babel/helper-compilation-targets/7.18.2_@babel+core@7.18.5: resolution: {integrity: sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.17.10 - '@babel/core': 7.18.2 + '@babel/compat-data': 7.18.5 + '@babel/core': 7.18.5 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.20.3 + browserslist: 4.20.4 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.2: + /@babel/helper-create-class-features-plugin/7.18.0_@babel+core@7.18.5: resolution: {integrity: sha512-Kh8zTGR9de3J63e5nS0rQUdRs/kbtwoeQQ0sriS0lItjC96u8XXZN6lKpuyWd2coKSU13py/y+LTmThLuVX0Pg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.2 + '@babel/core': 7.18.5 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.18.2 '@babel/helper-function-name': 7.17.9 @@ -2311,7 +2311,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.18.2 + '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 transitivePeerDependencies: - supports-color @@ -2336,7 +2336,7 @@ packages: '@babel/helper-environment-visitor': 7.18.2 '@babel/helper-member-expression-to-functions': 7.17.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.18.2 + '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 transitivePeerDependencies: - supports-color @@ -2370,7 +2370,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.18.2 + '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 transitivePeerDependencies: - supports-color @@ -2385,52 +2385,52 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.18.4: - resolution: {integrity: sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==} + /@babel/parser/7.18.5: + resolution: {integrity: sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.18.4 - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.2: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.5: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 + '@babel/core': 7.18.5 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.2: + /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.5: resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 + '@babel/core': 7.18.5 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.2: + /@babel/plugin-syntax-typescript/7.17.12_@babel+core@7.18.5: resolution: {integrity: sha512-TYY0SXFiO31YXtNg3HtFwNJHjLsAyIIhAhNWkQ5whPPS7HWUFlg9z0Ta4qAQNjQbP1wsSt/oKkmZ/4/WWdMUpw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 + '@babel/core': 7.18.5 '@babel/helper-plugin-utils': 7.17.12 dev: true - /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.2: + /@babel/plugin-transform-typescript/7.18.4_@babel+core@7.18.5: resolution: {integrity: sha512-l4vHuSLUajptpHNEOUDEGsnpl9pfRLsN1XUoDQDD/YBuXTM+v37SHGS+c6n4jdcZy96QtuUuSvZYMLSSsjH8Mw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.2 - '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.2 + '@babel/core': 7.18.5 + '@babel/helper-create-class-features-plugin': 7.18.0_@babel+core@7.18.5 '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.2 + '@babel/plugin-syntax-typescript': 7.17.12_@babel+core@7.18.5 transitivePeerDependencies: - supports-color dev: true @@ -2440,12 +2440,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.18.4 + '@babel/parser': 7.18.5 '@babel/types': 7.18.4 dev: true - /@babel/traverse/7.18.2: - resolution: {integrity: sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==} + /@babel/traverse/7.18.5: + resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 @@ -2454,7 +2454,7 @@ packages: '@babel/helper-function-name': 7.17.9 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.18.4 + '@babel/parser': 7.18.5 '@babel/types': 7.18.4 debug: 4.3.4 globals: 11.12.0 @@ -2615,8 +2615,8 @@ packages: resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} dev: true - /@types/eslint/8.4.2: - resolution: {integrity: sha512-Z1nseZON+GEnFjJc04sv4NSALGjhFwy6K0HXt7qsn5ArfAKtb63dXNJHf+1YW6IpOIYRBGUbu3GwJdj8DGnCjA==} + /@types/eslint/8.4.3: + resolution: {integrity: sha512-YP1S7YJRMPs+7KZKDb9G63n8YejIwW9BALq7a5j2+H4yl6iOv9CB29edho+cuFRrvmJbbaH2yiVChKLJVysDGw==} dependencies: '@types/estree': 0.0.51 '@types/json-schema': 7.0.11 @@ -2629,13 +2629,13 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 17.0.36 + '@types/node': 17.0.45 dev: true /@types/jsdom/16.2.14: resolution: {integrity: sha512-6BAy1xXEmMuHeAJ4Fv4yXKwBDTGTOseExKE3OaHiNycdHdZw59KfYzrt0DkDluvwmik1HRt6QS7bImxUmpSy+w==} dependencies: - '@types/node': 16.11.36 + '@types/node': 16.11.41 '@types/parse5': 6.0.3 '@types/tough-cookie': 4.0.2 dev: true @@ -2648,16 +2648,20 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node/14.18.18: - resolution: {integrity: sha512-B9EoJFjhqcQ9OmQrNorItO+OwEOORNn3S31WuiHvZY/dm9ajkB7AKD/8toessEtHHNL+58jofbq7hMMY9v4yig==} + /@types/node/14.18.21: + resolution: {integrity: sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==} dev: true - /@types/node/16.11.36: - resolution: {integrity: sha512-FR5QJe+TaoZ2GsMHkjuwoNabr+UrJNRr2HNOo+r/7vhcuntM6Ee/pRPOnRhhL2XE9OOvX9VLEq+BcXl3VjNoWA==} + /@types/node/16.11.41: + resolution: {integrity: sha512-mqoYK2TnVjdkGk8qXAVGc/x9nSaTpSrFaGFm43BUH3IdoBV0nta6hYaGmdOvIMlbHJbUEVen3gvwpwovAZKNdQ==} dev: true - /@types/node/17.0.36: - resolution: {integrity: sha512-V3orv+ggDsWVHP99K3JlwtH20R7J4IhI1Kksgc+64q5VxgfRkQG8Ws3MFm/FZOKDYGy9feGFlZ70/HpCNe9QaA==} + /@types/node/17.0.45: + resolution: {integrity: sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==} + dev: true + + /@types/node/18.0.0: + resolution: {integrity: sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==} dev: true /@types/parse5/6.0.3: @@ -2667,7 +2671,11 @@ packages: /@types/prompts/2.0.14: resolution: {integrity: sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA==} dependencies: - '@types/node': 17.0.36 + '@types/node': 18.0.0 + dev: true + + /@types/ps-tree/1.1.2: + resolution: {integrity: sha512-ZREFYlpUmPQJ0esjxoG1fMvB2HNaD3z+mjqdSosZvd3RalncI9NEur73P8ZJz4YQdL64CmV1w0RuqoRUlhQRBw==} dev: true /@types/sinonjs__fake-timers/8.1.1: @@ -2690,7 +2698,7 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 17.0.36 + '@types/node': 14.18.21 dev: true optional: true @@ -2698,25 +2706,25 @@ packages: resolution: {integrity: sha512-Cf5zznh4yNMiEMBfTOztaDVDmK1XXfgxClzOSUVUc8WAmHzogrCUeM8B05ABzuGtg0D1amfng+mUmSIOFGP3Pw==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.18.2 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.2 - '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.2 + '@babel/core': 7.18.5 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 + '@babel/plugin-transform-typescript': 7.18.4_@babel+core@7.18.5 '@rollup/pluginutils': 4.2.1 - '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.2 + '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.18.5 hash-sum: 2.0.0 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.36: + /@vitejs/plugin-vue/2.3.3_vite@2.9.12+vue@3.2.37: resolution: {integrity: sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==} engines: {node: '>=12.0.0'} peerDependencies: vite: ^2.5.10 vue: ^3.2.25 dependencies: - vite: 2.9.9 - vue: 3.2.36 + vite: 2.9.12 + vue: 3.2.37 dev: true /@volar/code-gen/0.35.2: @@ -2734,9 +2742,9 @@ packages: dependencies: '@volar/code-gen': 0.35.2 '@volar/source-map': 0.35.2 - '@vue/compiler-core': 3.2.36 - '@vue/compiler-dom': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/compiler-dom': 3.2.37 + '@vue/shared': 3.2.37 dev: true /@volar/vue-typescript/0.35.2: @@ -2745,21 +2753,21 @@ packages: '@volar/code-gen': 0.35.2 '@volar/source-map': 0.35.2 '@volar/vue-code-gen': 0.35.2 - '@vue/compiler-sfc': 3.2.36 - '@vue/reactivity': 3.2.36 + '@vue/compiler-sfc': 3.2.37 + '@vue/reactivity': 3.2.37 dev: true /@vue/babel-helper-vue-transform-on/1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} dev: true - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.2: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.18.5: resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: '@babel/helper-module-imports': 7.16.7 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.2 + '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.5 '@babel/template': 7.16.7 - '@babel/traverse': 7.18.2 + '@babel/traverse': 7.18.5 '@babel/types': 7.18.4 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 @@ -2770,89 +2778,89 @@ packages: - supports-color dev: true - /@vue/compiler-core/3.2.36: - resolution: {integrity: sha512-bbyZM5hvBicv0PW3KUfVi+x3ylHnfKG7DOn5wM+f2OztTzTjLEyBb/5yrarIYpmnGitVGbjZqDbODyW4iK8hqw==} + /@vue/compiler-core/3.2.37: + resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: - '@babel/parser': 7.18.4 - '@vue/shared': 3.2.36 + '@babel/parser': 7.18.5 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 - /@vue/compiler-dom/3.2.36: - resolution: {integrity: sha512-tcOTAOiW4s24QLnq+ON6J+GRONXJ+A/mqKCORi0LSlIh8XQlNnlm24y8xIL8la+ZDgkdbjarQ9ZqYSvEja6gVA==} + /@vue/compiler-dom/3.2.37: + resolution: {integrity: sha512-yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfqQ==} dependencies: - '@vue/compiler-core': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-core': 3.2.37 + '@vue/shared': 3.2.37 - /@vue/compiler-sfc/3.2.36: - resolution: {integrity: sha512-AvGb4bTj4W8uQ4BqaSxo7UwTEqX5utdRSMyHy58OragWlt8nEACQ9mIeQh3K4di4/SX+41+pJrLIY01lHAOFOA==} + /@vue/compiler-sfc/3.2.37: + resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==} dependencies: - '@babel/parser': 7.18.4 - '@vue/compiler-core': 3.2.36 - '@vue/compiler-dom': 3.2.36 - '@vue/compiler-ssr': 3.2.36 - '@vue/reactivity-transform': 3.2.36 - '@vue/shared': 3.2.36 + '@babel/parser': 7.18.5 + '@vue/compiler-core': 3.2.37 + '@vue/compiler-dom': 3.2.37 + '@vue/compiler-ssr': 3.2.37 + '@vue/reactivity-transform': 3.2.37 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 postcss: 8.4.14 source-map: 0.6.1 - /@vue/compiler-ssr/3.2.36: - resolution: {integrity: sha512-+KugInUFRvOxEdLkZwE+W43BqHyhBh0jpYXhmqw1xGq2dmE6J9eZ8UUSOKNhdHtQ/iNLWWeK/wPZkVLUf3YGaw==} + /@vue/compiler-ssr/3.2.37: + resolution: {integrity: sha512-7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw==} dependencies: - '@vue/compiler-dom': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-dom': 3.2.37 + '@vue/shared': 3.2.37 /@vue/devtools-api/6.1.4: resolution: {integrity: sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==} dev: false - /@vue/reactivity-transform/3.2.36: - resolution: {integrity: sha512-Jk5o2BhpODC9XTA7o4EL8hSJ4JyrFWErLtClG3NH8wDS7ri9jBDWxI7/549T7JY9uilKsaNM+4pJASLj5dtRwA==} + /@vue/reactivity-transform/3.2.37: + resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: - '@babel/parser': 7.18.4 - '@vue/compiler-core': 3.2.36 - '@vue/shared': 3.2.36 + '@babel/parser': 7.18.5 + '@vue/compiler-core': 3.2.37 + '@vue/shared': 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 - /@vue/reactivity/3.2.36: - resolution: {integrity: sha512-c2qvopo0crh9A4GXi2/2kfGYMxsJW4tVILrqRPydVGZHhq0fnzy6qmclWOhBFckEhmyxmpHpdJtIRYGeKcuhnA==} + /@vue/reactivity/3.2.37: + resolution: {integrity: sha512-/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A==} dependencies: - '@vue/shared': 3.2.36 + '@vue/shared': 3.2.37 - /@vue/runtime-core/3.2.36: - resolution: {integrity: sha512-PTWBD+Lub+1U3/KhbCExrfxyS14hstLX+cBboxVHaz+kXoiDLNDEYAovPtxeTutbqtClIXtft+wcGdC+FUQ9qQ==} + /@vue/runtime-core/3.2.37: + resolution: {integrity: sha512-JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ==} dependencies: - '@vue/reactivity': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/reactivity': 3.2.37 + '@vue/shared': 3.2.37 - /@vue/runtime-dom/3.2.36: - resolution: {integrity: sha512-gYPYblm7QXHVuBohqNRRT7Wez0f2Mx2D40rb4fleehrJU9CnkjG0phhcGEZFfGwCmHZRqBCRgbFWE98bPULqkg==} + /@vue/runtime-dom/3.2.37: + resolution: {integrity: sha512-HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoPw==} dependencies: - '@vue/runtime-core': 3.2.36 - '@vue/shared': 3.2.36 + '@vue/runtime-core': 3.2.37 + '@vue/shared': 3.2.37 csstype: 2.6.20 - /@vue/server-renderer/3.2.36_vue@3.2.36: - resolution: {integrity: sha512-uZE0+jfye6yYXWvAQYeHZv+f50sRryvy16uiqzk3jn8hEY8zTjI+rzlmZSGoE915k+W/Ol9XSw6vxOUD8dGkUg==} + /@vue/server-renderer/3.2.37_vue@3.2.37: + resolution: {integrity: sha512-kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA==} peerDependencies: - vue: 3.2.36 + vue: 3.2.37 dependencies: - '@vue/compiler-ssr': 3.2.36 - '@vue/shared': 3.2.36 - vue: 3.2.36 + '@vue/compiler-ssr': 3.2.37 + '@vue/shared': 3.2.37 + vue: 3.2.37 - /@vue/shared/3.2.36: - resolution: {integrity: sha512-JtB41wXl7Au3+Nl3gD16Cfpj7k/6aCroZ6BbOiCMFCMvrOpkg/qQUXTso2XowaNqBbnkuGHurLAqkLBxNGc1hQ==} + /@vue/shared/3.2.37: + resolution: {integrity: sha512-4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw==} - /@vue/test-utils/2.0.0_vue@3.2.36: + /@vue/test-utils/2.0.0_vue@3.2.37: resolution: {integrity: sha512-zL5kygNq7hONrO1CzaUGprEAklAX+pH8J1MPMCU3Rd2xtSYkZ+PmKU3oEDRg8VAGdL5lNJHzDgrud5amFPtirw==} peerDependencies: vue: ^3.0.1 dependencies: - vue: 3.2.36 + vue: 3.2.37 dev: true /@vue/tsconfig/0.1.3: @@ -2864,7 +2872,7 @@ packages: optional: true dev: true - /@vue/tsconfig/0.1.3_@types+node@16.11.36: + /@vue/tsconfig/0.1.3_@types+node@16.11.41: resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==} peerDependencies: '@types/node': '*' @@ -2872,7 +2880,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 16.11.36 + '@types/node': 16.11.41 dev: true /abab/2.0.6: @@ -2985,8 +2993,8 @@ packages: engines: {node: '>=8'} dev: true - /async/3.2.3: - resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} + /async/3.2.4: + resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} dev: true /asynckit/0.4.0: @@ -3054,13 +3062,13 @@ packages: resolution: {integrity: sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==} dev: true - /browserslist/4.20.3: - resolution: {integrity: sha512-NBhymBQl1zM0Y5dQT/O+xiLP9/rzOIQdKM/eMJBAq7yBgaB6krIYLGejrwVYnSHZdqjscB1SPuAjHwxjvN6Wdg==} + /browserslist/4.20.4: + resolution: {integrity: sha512-ok1d+1WpnU24XYN7oC3QWgTyMhY/avPJ/r9T00xxvUOIparA/gc+UPUMaod3i+G6s+nI2nUb9xZ5k794uIwShw==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001344 - electron-to-chromium: 1.4.142 + caniuse-lite: 1.0.30001358 + electron-to-chromium: 1.4.163 escalade: 3.1.1 node-releases: 2.0.5 picocolors: 1.0.0 @@ -3086,7 +3094,7 @@ packages: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: function-bind: 1.1.1 - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 dev: true /camelcase/6.3.0: @@ -3094,8 +3102,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001344: - resolution: {integrity: sha512-0ZFjnlCaXNOAYcV7i+TtdKBp0L/3XEU2MF/x6Du1lrh+SRX4IfzIVL4HNJg5pB2PmFb8rszIGyOvsZnqqRoc2g==} + /caniuse-lite/1.0.30001358: + resolution: {integrity: sha512-hvp8PSRymk85R20bsDra7ZTCpSVGN/PAz9pSAjPSjKC+rNmnUk5vCRgJwiTT/O4feQ/yu/drvZYpKxxhbFuChw==} dev: true /caseless/0.12.0: @@ -3146,8 +3154,8 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /ci-info/3.3.1: - resolution: {integrity: sha512-SXgeMX9VwDe7iFFaEWkA5AstuER9YKqy4EhHqr4DVqkwmD9rpVimkMKWHdjn30Ja45txyjhSn63lVX69eVCckg==} + /ci-info/3.3.2: + resolution: {integrity: sha512-xmDt/QIAdeZ9+nfdPsaBCpMvHNLFiLdjj59qjqn+6iPe6YmHGQ35sBnQ8uslRBXFmXkiZQOJRjvQeoGppoTjjg==} dev: true /clean-stack/2.2.0: @@ -3208,8 +3216,8 @@ packages: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} dev: true - /colorette/2.0.16: - resolution: {integrity: sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==} + /colorette/2.0.19: + resolution: {integrity: sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==} dev: true /combined-stream/1.0.8: @@ -3286,15 +3294,15 @@ packages: /csstype/2.6.20: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} - /cypress/10.0.2: - resolution: {integrity: sha512-7+C4KHYBcfZrawss+Gt5PlS35rfc6ySc59JcHDVsIMm1E/J35dqE41UEXpdtwIq3549umCerNWnFADzqib4kcA==} + /cypress/10.1.0: + resolution: {integrity: sha512-aQ4JVZVib4Xd9FZW8IRZfKelUvqF4y5A+oUbNvn8TlsBmEfIg3m5Xd6Mt6PVU/jHiVJ9Psl905B3ZPnrDcmyuQ==} engines: {node: '>=12.0.0'} hasBin: true requiresBuild: true dependencies: '@cypress/request': 2.88.10 '@cypress/xvfb': 1.2.4_supports-color@8.1.1 - '@types/node': 14.18.18 + '@types/node': 14.18.21 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -3308,7 +3316,7 @@ packages: cli-table3: 0.6.2 commander: 5.1.0 common-tags: 1.8.2 - dayjs: 1.11.2 + dayjs: 1.11.3 debug: 4.3.4_supports-color@8.1.1 enquirer: 2.3.6 eventemitter2: 6.4.5 @@ -3357,8 +3365,8 @@ packages: whatwg-url: 11.0.0 dev: true - /dayjs/1.11.2: - resolution: {integrity: sha512-F4LXf1OeU9hrSYRPTTj/6FbO4HTjPKXvEIC1P2kcnFurViINCVk3ZV0xAS3XVx9MkMsXbbqlK6hjseaYbgKEHw==} + /dayjs/1.11.3: + resolution: {integrity: sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==} dev: true /debug/3.2.7_supports-color@8.1.1: @@ -3480,8 +3488,8 @@ packages: safer-buffer: 2.1.2 dev: true - /electron-to-chromium/1.4.142: - resolution: {integrity: sha512-ea8Q1YX0JRp4GylOmX4gFHIizi0j9GfRW4EkaHnkZp0agRCBB4ZGeCv17IEzIvBkiYVwfoKVhKZJbTfqCRdQdg==} + /electron-to-chromium/1.4.163: + resolution: {integrity: sha512-c9q94pUVqIdc8hyr7jZDB4bNEoNF3QJ7y35lnddMD+mXtiv5GsL1bT/RmfW/KEOmvlNg5Oy1qioiy4tA7e864Q==} dev: true /emoji-regex/8.0.0: @@ -3519,7 +3527,7 @@ packages: es-to-primitive: 1.2.1 function-bind: 1.1.1 function.prototype.name: 1.1.5 - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 get-symbol-description: 1.0.0 has: 1.0.3 has-property-descriptors: 1.0.0 @@ -3549,8 +3557,8 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild-android-64/0.14.42: - resolution: {integrity: sha512-P4Y36VUtRhK/zivqGVMqhptSrFILAGlYp0Z8r9UQqHJ3iWztRCNWnlBzD9HRx0DbueXikzOiwyOri+ojAFfW6A==} + /esbuild-android-64/0.14.47: + resolution: {integrity: sha512-R13Bd9+tqLVFndncMHssZrPWe6/0Kpv2/dt4aA69soX4PRxlzsVpCvoJeFE8sOEoeVEiBkI0myjlkDodXlHa0g==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -3558,8 +3566,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.42: - resolution: {integrity: sha512-0cOqCubq+RWScPqvtQdjXG3Czb3AWI2CaKw3HeXry2eoA2rrPr85HF7IpdU26UWdBXgPYtlTN1LUiuXbboROhg==} + /esbuild-android-arm64/0.14.47: + resolution: {integrity: sha512-OkwOjj7ts4lBp/TL6hdd8HftIzOy/pdtbrNA4+0oVWgGG64HrdVzAF5gxtJufAPOsEjkyh1oIYvKAUinKKQRSQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -3567,8 +3575,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.42: - resolution: {integrity: sha512-ipiBdCA3ZjYgRfRLdQwP82rTiv/YVMtW36hTvAN5ZKAIfxBOyPXY7Cejp3bMXWgzKD8B6O+zoMzh01GZsCuEIA==} + /esbuild-darwin-64/0.14.47: + resolution: {integrity: sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -3576,8 +3584,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.42: - resolution: {integrity: sha512-bU2tHRqTPOaoH/4m0zYHbFWpiYDmaA0gt90/3BMEFaM0PqVK/a6MA2V/ypV5PO0v8QxN6gH5hBPY4YJ2lopXgA==} + /esbuild-darwin-arm64/0.14.47: + resolution: {integrity: sha512-seCmearlQyvdvM/noz1L9+qblC5vcBrhUaOoLEDDoLInF/VQ9IkobGiLlyTPYP5dW1YD4LXhtBgOyevoIHGGnw==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -3585,8 +3593,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.42: - resolution: {integrity: sha512-75h1+22Ivy07+QvxHyhVqOdekupiTZVLN1PMwCDonAqyXd8TVNJfIRFrdL8QmSJrOJJ5h8H1I9ETyl2L8LQDaw==} + /esbuild-freebsd-64/0.14.47: + resolution: {integrity: sha512-ZH8K2Q8/Ux5kXXvQMDsJcxvkIwut69KVrYQhza/ptkW50DC089bCVrJZZ3sKzIoOx+YPTrmsZvqeZERjyYrlvQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -3594,8 +3602,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.42: - resolution: {integrity: sha512-W6Jebeu5TTDQMJUJVarEzRU9LlKpNkPBbjqSu+GUPTHDCly5zZEQq9uHkmHHl7OKm+mQ2zFySN83nmfCeZCyNA==} + /esbuild-freebsd-arm64/0.14.47: + resolution: {integrity: sha512-ZJMQAJQsIOhn3XTm7MPQfCzEu5b9STNC+s90zMWe2afy9EwnHV7Ov7ohEMv2lyWlc2pjqLW8QJnz2r0KZmeAEQ==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -3603,8 +3611,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.42: - resolution: {integrity: sha512-Ooy/Bj+mJ1z4jlWcK5Dl6SlPlCgQB9zg1UrTCeY8XagvuWZ4qGPyYEWGkT94HUsRi2hKsXvcs6ThTOjBaJSMfg==} + /esbuild-linux-32/0.14.47: + resolution: {integrity: sha512-FxZOCKoEDPRYvq300lsWCTv1kcHgiiZfNrPtEhFAiqD7QZaXrad8LxyJ8fXGcWzIFzRiYZVtB3ttvITBvAFhKw==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -3612,8 +3620,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.42: - resolution: {integrity: sha512-2L0HbzQfbTuemUWfVqNIjOfaTRt9zsvjnme6lnr7/MO9toz/MJ5tZhjqrG6uDWDxhsaHI2/nsDgrv8uEEN2eoA==} + /esbuild-linux-64/0.14.47: + resolution: {integrity: sha512-nFNOk9vWVfvWYF9YNYksZptgQAdstnDCMtR6m42l5Wfugbzu11VpMCY9XrD4yFxvPo9zmzcoUL/88y0lfJZJJw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -3621,8 +3629,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.42: - resolution: {integrity: sha512-STq69yzCMhdRaWnh29UYrLSr/qaWMm/KqwaRF1pMEK7kDiagaXhSL1zQGXbYv94GuGY/zAwzK98+6idCMUOOCg==} + /esbuild-linux-arm/0.14.47: + resolution: {integrity: sha512-ZGE1Bqg/gPRXrBpgpvH81tQHpiaGxa8c9Rx/XOylkIl2ypLuOcawXEAo8ls+5DFCcRGt/o3sV+PzpAFZobOsmA==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -3630,8 +3638,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.42: - resolution: {integrity: sha512-c3Ug3e9JpVr8jAcfbhirtpBauLxzYPpycjWulD71CF6ZSY26tvzmXMJYooQ2YKqDY4e/fPu5K8bm7MiXMnyxuA==} + /esbuild-linux-arm64/0.14.47: + resolution: {integrity: sha512-ywfme6HVrhWcevzmsufjd4iT3PxTfCX9HOdxA7Hd+/ZM23Y9nXeb+vG6AyA6jgq/JovkcqRHcL9XwRNpWG6XRw==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -3639,8 +3647,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.42: - resolution: {integrity: sha512-QuvpHGbYlkyXWf2cGm51LBCHx6eUakjaSrRpUqhPwjh/uvNUYvLmz2LgPTTPwCqaKt0iwL+OGVL0tXA5aDbAbg==} + /esbuild-linux-mips64le/0.14.47: + resolution: {integrity: sha512-mg3D8YndZ1LvUiEdDYR3OsmeyAew4MA/dvaEJxvyygahWmpv1SlEEnhEZlhPokjsUMfRagzsEF/d/2XF+kTQGg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -3648,8 +3656,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.42: - resolution: {integrity: sha512-8ohIVIWDbDT+i7lCx44YCyIRrOW1MYlks9fxTo0ME2LS/fxxdoJBwHWzaDYhjvf8kNpA+MInZvyOEAGoVDrMHg==} + /esbuild-linux-ppc64le/0.14.47: + resolution: {integrity: sha512-WER+f3+szmnZiWoK6AsrTKGoJoErG2LlauSmk73LEZFQ/iWC+KhhDsOkn1xBUpzXWsxN9THmQFltLoaFEH8F8w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -3657,8 +3665,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.42: - resolution: {integrity: sha512-DzDqK3TuoXktPyG1Lwx7vhaF49Onv3eR61KwQyxYo4y5UKTpL3NmuarHSIaSVlTFDDpcIajCDwz5/uwKLLgKiQ==} + /esbuild-linux-riscv64/0.14.47: + resolution: {integrity: sha512-1fI6bP3A3rvI9BsaaXbMoaOjLE3lVkJtLxsgLHqlBhLlBVY7UqffWBvkrX/9zfPhhVMd9ZRFiaqXnB1T7BsL2g==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -3666,8 +3674,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.42: - resolution: {integrity: sha512-YFRhPCxl8nb//Wn6SiS5pmtplBi4z9yC2gLrYoYI/tvwuB1jldir9r7JwAGy1Ck4D7sE7wBN9GFtUUX/DLdcEQ==} + /esbuild-linux-s390x/0.14.47: + resolution: {integrity: sha512-eZrWzy0xFAhki1CWRGnhsHVz7IlSKX6yT2tj2Eg8lhAwlRE5E96Hsb0M1mPSE1dHGpt1QVwwVivXIAacF/G6mw==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -3675,8 +3683,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.42: - resolution: {integrity: sha512-QYSD2k+oT9dqB/4eEM9c+7KyNYsIPgzYOSrmfNGDIyJrbT1d+CFVKvnKahDKNJLfOYj8N4MgyFaU9/Ytc6w5Vw==} + /esbuild-netbsd-64/0.14.47: + resolution: {integrity: sha512-Qjdjr+KQQVH5Q2Q1r6HBYswFTToPpss3gqCiSw2Fpq/ua8+eXSQyAMG+UvULPqXceOwpnPo4smyZyHdlkcPppQ==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -3684,8 +3692,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.42: - resolution: {integrity: sha512-M2meNVIKWsm2HMY7+TU9AxM7ZVwI9havdsw6m/6EzdXysyCFFSoaTQ/Jg03izjCsK17FsVRHqRe26Llj6x0MNA==} + /esbuild-openbsd-64/0.14.47: + resolution: {integrity: sha512-QpgN8ofL7B9z8g5zZqJE+eFvD1LehRlxr25PBkjyyasakm4599iroUpaj96rdqRlO2ShuyqwJdr+oNqWwTUmQw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -3693,16 +3701,16 @@ packages: dev: true optional: true - /esbuild-plugin-license/1.2.2_esbuild@0.14.42: + /esbuild-plugin-license/1.2.2_esbuild@0.14.47: resolution: {integrity: sha512-sqa8V1pB6wr6L8lPQ+lD73ARTfi824H/smyUd4eBwvc+yGK0ZvfupXDqgmrFpP5zu6aTj8pMlnoowuDOjKGX5A==} peerDependencies: esbuild: '*' dependencies: - esbuild: 0.14.42 + esbuild: 0.14.47 dev: true - /esbuild-sunos-64/0.14.42: - resolution: {integrity: sha512-uXV8TAZEw36DkgW8Ak3MpSJs1ofBb3Smkc/6pZ29sCAN1KzCAQzsje4sUwugf+FVicrHvlamCOlFZIXgct+iqQ==} + /esbuild-sunos-64/0.14.47: + resolution: {integrity: sha512-uOeSgLUwukLioAJOiGYm3kNl+1wJjgJA8R671GYgcPgCx7QR73zfvYqXFFcIO93/nBdIbt5hd8RItqbbf3HtAQ==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -3710,8 +3718,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.42: - resolution: {integrity: sha512-4iw/8qWmRICWi9ZOnJJf9sYt6wmtp3hsN4TdI5NqgjfOkBVMxNdM9Vt3626G1Rda9ya2Q0hjQRD9W1o+m6Lz6g==} + /esbuild-windows-32/0.14.47: + resolution: {integrity: sha512-H0fWsLTp2WBfKLBgwYT4OTfFly4Im/8B5f3ojDv1Kx//kiubVY0IQunP2Koc/fr/0wI7hj3IiBDbSrmKlrNgLQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -3719,8 +3727,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.42: - resolution: {integrity: sha512-j3cdK+Y3+a5H0wHKmLGTJcq0+/2mMBHPWkItR3vytp/aUGD/ua/t2BLdfBIzbNN9nLCRL9sywCRpOpFMx3CxzA==} + /esbuild-windows-64/0.14.47: + resolution: {integrity: sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -3728,8 +3736,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.42: - resolution: {integrity: sha512-+lRAARnF+hf8J0mN27ujO+VbhPbDqJ8rCcJKye4y7YZLV6C4n3pTRThAb388k/zqF5uM0lS5O201u0OqoWSicw==} + /esbuild-windows-arm64/0.14.47: + resolution: {integrity: sha512-HFSW2lnp62fl86/qPQlqw6asIwCnEsEoNIL1h2uVMgakddf+vUuMcCbtUY1i8sst7KkgHrVKCJQB33YhhOweCQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -3737,32 +3745,32 @@ packages: dev: true optional: true - /esbuild/0.14.42: - resolution: {integrity: sha512-V0uPZotCEHokJdNqyozH6qsaQXqmZEOiZWrXnds/zaH/0SyrIayRXWRB98CENO73MIZ9T3HBIOsmds5twWtmgw==} + /esbuild/0.14.47: + resolution: {integrity: sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.42 - esbuild-android-arm64: 0.14.42 - esbuild-darwin-64: 0.14.42 - esbuild-darwin-arm64: 0.14.42 - esbuild-freebsd-64: 0.14.42 - esbuild-freebsd-arm64: 0.14.42 - esbuild-linux-32: 0.14.42 - esbuild-linux-64: 0.14.42 - esbuild-linux-arm: 0.14.42 - esbuild-linux-arm64: 0.14.42 - esbuild-linux-mips64le: 0.14.42 - esbuild-linux-ppc64le: 0.14.42 - esbuild-linux-riscv64: 0.14.42 - esbuild-linux-s390x: 0.14.42 - esbuild-netbsd-64: 0.14.42 - esbuild-openbsd-64: 0.14.42 - esbuild-sunos-64: 0.14.42 - esbuild-windows-32: 0.14.42 - esbuild-windows-64: 0.14.42 - esbuild-windows-arm64: 0.14.42 + esbuild-android-64: 0.14.47 + esbuild-android-arm64: 0.14.47 + esbuild-darwin-64: 0.14.47 + esbuild-darwin-arm64: 0.14.47 + esbuild-freebsd-64: 0.14.47 + esbuild-freebsd-arm64: 0.14.47 + esbuild-linux-32: 0.14.47 + esbuild-linux-64: 0.14.47 + esbuild-linux-arm: 0.14.47 + esbuild-linux-arm64: 0.14.47 + esbuild-linux-mips64le: 0.14.47 + esbuild-linux-ppc64le: 0.14.47 + esbuild-linux-riscv64: 0.14.47 + esbuild-linux-s390x: 0.14.47 + esbuild-netbsd-64: 0.14.47 + esbuild-openbsd-64: 0.14.47 + esbuild-sunos-64: 0.14.47 + esbuild-windows-32: 0.14.47 + esbuild-windows-64: 0.14.47 + esbuild-windows-arm64: 0.14.47 dev: true /escalade/3.1.1: @@ -4035,8 +4043,8 @@ packages: resolution: {integrity: sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==} dev: true - /get-intrinsic/1.1.1: - resolution: {integrity: sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==} + /get-intrinsic/1.1.2: + resolution: {integrity: sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==} dependencies: function-bind: 1.1.1 has: 1.0.3 @@ -4060,13 +4068,13 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 dev: true /getos/3.2.1: resolution: {integrity: sha512-U56CfOK17OKgTVqozZjUKNdkfEv6jk5WISBJ8SHoagjE6L69zOwl3Z+O8myjY9MEW3i2HPWQBt/LTbCgcC973Q==} dependencies: - async: 3.2.3 + async: 3.2.4 dev: true /getpass/0.1.7: @@ -4105,8 +4113,8 @@ packages: engines: {node: '>=4'} dev: true - /globby/13.1.1: - resolution: {integrity: sha512-XMzoDZbGZ37tufiv7g0N4F/zp3zkwdFtVbV3EHsVl1KQr4RPLfNoT068/97RPshz2J5xYNEjLKKBKaGHifBd3Q==} + /globby/13.1.2: + resolution: {integrity: sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 @@ -4137,7 +4145,7 @@ packages: /has-property-descriptors/1.0.0: resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} dependencies: - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 dev: true /has-symbols/1.0.3: @@ -4266,7 +4274,7 @@ packages: resolution: {integrity: sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 has: 1.0.3 side-channel: 1.0.4 dev: true @@ -4298,7 +4306,7 @@ packages: resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} hasBin: true dependencies: - ci-info: 3.3.1 + ci-info: 3.3.2 dev: true /is-core-module/2.9.0: @@ -4478,7 +4486,7 @@ packages: whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 whatwg-url: 10.0.0 - ws: 8.7.0 + ws: 8.8.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - bufferutil @@ -4555,13 +4563,13 @@ packages: engines: {node: '>=10'} dev: true - /lint-staged/12.4.3: - resolution: {integrity: sha512-eH6SKOmdm/ZwCRMTZAmM3q3dPkpq6vco/BfrOw8iGun4Xs/thYegPD/MLIwKO+iPkzibkLJuQcRhRLXKvaKreg==} + /lint-staged/12.5.0: + resolution: {integrity: sha512-BKLUjWDsKquV/JuIcoQW4MSAI3ggwEImF1+sB4zaKvyVx1wBk3FsG7UK9bpnmBTN1pm7EH2BBcMwINJzCRv12g==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: cli-truncate: 3.1.0 - colorette: 2.0.16 + colorette: 2.0.19 commander: 9.3.0 debug: 4.3.4_supports-color@9.2.2 execa: 5.1.1 @@ -4588,7 +4596,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.16 + colorette: 2.0.19 enquirer: 2.3.6 log-update: 4.0.0 p-map: 4.0.0 @@ -4608,7 +4616,7 @@ packages: optional: true dependencies: cli-truncate: 2.1.0 - colorette: 2.0.16 + colorette: 2.0.19 log-update: 4.0.0 p-map: 4.0.0 rfdc: 1.3.0 @@ -4751,8 +4759,8 @@ packages: engines: {node: '>=10.5.0'} dev: true - /node-fetch/3.2.4: - resolution: {integrity: sha512-WvYJRN7mMyOLurFR2YpysQGuwYrJN+qrrpHjJDuKMcSPdfFccRUla/kng2mz6HWSBxJcqPbvatS6Gb4RhOzCJw==} + /node-fetch/3.2.6: + resolution: {integrity: sha512-LAy/HZnLADOVkVPubaxHDft29booGglPFDr2Hw0J1AercRh01UiVFm++KMDnJeH9sHgNB4hsXPii7Sgym/sTbw==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: data-uri-to-buffer: 4.0.0 @@ -4768,7 +4776,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.0 + resolve: 1.22.1 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -4861,7 +4869,7 @@ packages: dev: true /parse-json/4.0.0: - resolution: {integrity: sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=} + resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} engines: {node: '>=4'} dependencies: error-ex: 1.3.2 @@ -4878,7 +4886,7 @@ packages: dev: true /path-key/2.0.1: - resolution: {integrity: sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=} + resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} engines: {node: '>=4'} dev: true @@ -4947,11 +4955,11 @@ packages: dev: true /pify/3.0.0: - resolution: {integrity: sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=} + resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} engines: {node: '>=4'} dev: true - /pinia/2.0.14_qhv4oyzxhhzeba5rd2zztmcg2y: + /pinia/2.0.14_j6bzmzd4ujpabbp5objtwxyjp4: resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -4964,12 +4972,12 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.1.4 - typescript: 4.7.2 - vue: 3.2.36 - vue-demi: 0.12.5_vue@3.2.36 + typescript: 4.7.4 + vue: 3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false - /pinia/2.0.14_vue@3.2.36: + /pinia/2.0.14_vue@3.2.37: resolution: {integrity: sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==} peerDependencies: '@vue/composition-api': ^1.4.0 @@ -4982,8 +4990,8 @@ packages: optional: true dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.36 - vue-demi: 0.12.5_vue@3.2.36 + vue: 3.2.37 + vue-demi: 0.13.1_vue@3.2.37 dev: false /postcss/8.4.14: @@ -4995,12 +5003,12 @@ packages: source-map-js: 1.0.2 /prelude-ls/1.1.2: - resolution: {integrity: sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=} + resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} engines: {node: '>= 0.8.0'} dev: true - /prettier/2.6.2: - resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==} + /prettier/2.7.1: + resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -5056,7 +5064,7 @@ packages: dev: true /read-pkg/3.0.0: - resolution: {integrity: sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=} + resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} engines: {node: '>=4'} dependencies: load-json-file: 4.0.0 @@ -5074,13 +5082,13 @@ packages: dev: true /request-progress/3.0.0: - resolution: {integrity: sha1-TKdUCBx/7GP1BeT6qCWqBs1mnb4=} + resolution: {integrity: sha512-MnWzEHHaxHO2iWiQuHrUPBi/1WeBf5PkxQqNyNvLl9VAYSdXkP8tQ3pBSeCPD+yw0v0Aq1zosWLz0BdeXpWwZg==} dependencies: throttleit: 1.0.0 dev: true - /resolve/1.22.0: - resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} + /resolve/1.22.1: + resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: is-core-module: 2.9.0 @@ -5112,8 +5120,8 @@ packages: glob: 7.2.3 dev: true - /rollup/2.75.3: - resolution: {integrity: sha512-YA29fLU6MAYSaDxIQYrGGOcbXlDmG96h0krGGYObroezcQ0KgEPM3+7MtKD/qeuUbFuAJXvKZee5dA1dpwq1PQ==} + /rollup/2.75.7: + resolution: {integrity: sha512-VSE1iy0eaAYNCxEXaleThdFXqZJ42qDBatAwrfnPlENEZ8erQ+0LYX4JXOLPceWfZpV1VtZwZ3dFCuOZiSyFtQ==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -5170,7 +5178,7 @@ packages: dev: true /shebang-command/1.2.0: - resolution: {integrity: sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=} + resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} dependencies: shebang-regex: 1.0.0 @@ -5184,7 +5192,7 @@ packages: dev: true /shebang-regex/1.0.0: - resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} + resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} engines: {node: '>=0.10.0'} dev: true @@ -5201,7 +5209,7 @@ packages: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.1 + get-intrinsic: 1.1.2 object-inspect: 1.12.2 dev: true @@ -5278,7 +5286,7 @@ packages: dev: true /split/0.3.3: - resolution: {integrity: sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=} + resolution: {integrity: sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==} dependencies: through: 2.3.8 dev: true @@ -5316,7 +5324,7 @@ packages: dev: true /stream-combiner/0.0.4: - resolution: {integrity: sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=} + resolution: {integrity: sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==} dependencies: duplexer: 0.1.2 dev: true @@ -5384,7 +5392,7 @@ packages: dev: true /strip-bom/3.0.0: - resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} + resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} dev: true @@ -5425,7 +5433,7 @@ packages: dev: true /svg-tags/1.0.0: - resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=} + resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} dev: true /symbol-tree/3.2.4: @@ -5433,11 +5441,11 @@ packages: dev: true /throttleit/1.0.0: - resolution: {integrity: sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=} + resolution: {integrity: sha512-rkTVqu6IjfQ/6+uNuuc3sZek4CEYxTJom3IktzgdSxcZqdARuebbA/f4QmAxMQIxqq9ZLEUkSYqvuk1I6VKq4g==} dev: true /through/2.3.8: - resolution: {integrity: sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=} + resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} dev: true /tinypool/0.1.3: @@ -5445,8 +5453,8 @@ packages: engines: {node: '>=14.0.0'} dev: true - /tinyspy/0.3.2: - resolution: {integrity: sha512-2+40EP4D3sFYy42UkgkFFB+kiX2Tg3URG/lVvAZFfLxgGpnWl5qQJuBw1gaLttq8UOS+2p3C0WrhJnQigLTT2Q==} + /tinyspy/0.3.3: + resolution: {integrity: sha512-gRiUR8fuhUf0W9lzojPf1N1euJYA30ISebSfgca8z76FOvXtVXqd5ojEIaKLWbDQhAaC3ibxZIjqbyi4ybjcTw==} engines: {node: '>=14.0.0'} dev: true @@ -5458,7 +5466,7 @@ packages: dev: true /to-fast-properties/2.0.0: - resolution: {integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=} + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} engines: {node: '>=4'} /to-regex-range/5.0.1: @@ -5497,17 +5505,17 @@ packages: dev: true /tunnel-agent/0.6.0: - resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=} + resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} dependencies: safe-buffer: 5.2.1 dev: true /tweetnacl/0.14.5: - resolution: {integrity: sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=} + resolution: {integrity: sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==} dev: true /type-check/0.3.2: - resolution: {integrity: sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=} + resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} engines: {node: '>= 0.8.0'} dependencies: prelude-ls: 1.1.2 @@ -5523,8 +5531,8 @@ packages: engines: {node: '>=10'} dev: true - /typescript/4.7.2: - resolution: {integrity: sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==} + /typescript/4.7.4: + resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} hasBin: true @@ -5573,8 +5581,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite/2.9.9: - resolution: {integrity: sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==} + /vite/2.9.12: + resolution: {integrity: sha512-suxC36dQo9Rq1qMB2qiRorNJtJAdxguu5TMvBHOc/F370KvqAe9t48vYp+/TbPKRNrMh/J55tOUmkuIqstZaew==} engines: {node: '>=12.2.0'} hasBin: true peerDependencies: @@ -5589,16 +5597,16 @@ packages: stylus: optional: true dependencies: - esbuild: 0.14.42 + esbuild: 0.14.47 postcss: 8.4.14 - resolve: 1.22.0 - rollup: 2.75.3 + resolve: 1.22.1 + rollup: 2.75.7 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.13.0_jsdom@19.0.0: - resolution: {integrity: sha512-vuYt3+G25MMnANgyMHHG3VK86C9K/VFi/8uH5myQ2v660W4WArv99ElakPlVFxxSXXM1jqQPiPj2ht35Bod9LQ==} + /vitest/0.13.1_jsdom@19.0.0: + resolution: {integrity: sha512-CfSBf7YFw/i8HumSUQRtZKs0aV91DC9WU8nAgIJAlawKHaFuPHQohDwOTPIFgrxySiuFYUa0Yohf9gDFfBwjxA==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -5623,8 +5631,8 @@ packages: jsdom: 19.0.0 local-pkg: 0.4.1 tinypool: 0.1.3 - tinyspy: 0.3.2 - vite: 2.9.9 + tinyspy: 0.3.3 + vite: 2.9.12 transitivePeerDependencies: - less - sass @@ -5632,8 +5640,8 @@ packages: - supports-color dev: true - /vue-demi/0.12.5_vue@3.2.36: - resolution: {integrity: sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==} + /vue-demi/0.13.1_vue@3.2.37: + resolution: {integrity: sha512-xmkJ56koG3ptpLnpgmIzk9/4nFf4CqduSJbUM0OdPoU87NwRuZ6x49OLhjSa/fC15fV+5CbEnrxU4oyE022svg==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -5644,44 +5652,44 @@ packages: '@vue/composition-api': optional: true dependencies: - vue: 3.2.36 + vue: 3.2.37 dev: false - /vue-router/4.0.15_vue@3.2.36: - resolution: {integrity: sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==} + /vue-router/4.0.16_vue@3.2.37: + resolution: {integrity: sha512-JcO7cb8QJLBWE+DfxGUL3xUDOae/8nhM1KVdnudadTAORbuxIC/xAydC5Zr/VLHUDQi1ppuTF5/rjBGzgzrJNA==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.36 + vue: 3.2.37 dev: false - /vue-tsc/0.35.2_typescript@4.7.2: + /vue-tsc/0.35.2_typescript@4.7.4: resolution: {integrity: sha512-aqY16VlODHzqtKGUkqdumNpH+s5ABCkufRyvMKQlL/mua+N2DfSVnHufzSNNUMr7vmOO0YsNg27jsspBMq4iGA==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/vue-typescript': 0.35.2 - typescript: 4.7.2 + typescript: 4.7.4 dev: true - /vue/3.2.36: - resolution: {integrity: sha512-5yTXmrE6gW8IQgttzHW5bfBiFA6mx35ZXHjGLDmKYzW6MMmYvCwuKybANRepwkMYeXw2v1buGg3/lPICY5YlZw==} + /vue/3.2.37: + resolution: {integrity: sha512-bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVtQ==} dependencies: - '@vue/compiler-dom': 3.2.36 - '@vue/compiler-sfc': 3.2.36 - '@vue/runtime-dom': 3.2.36 - '@vue/server-renderer': 3.2.36_vue@3.2.36 - '@vue/shared': 3.2.36 + '@vue/compiler-dom': 3.2.37 + '@vue/compiler-sfc': 3.2.37 + '@vue/runtime-dom': 3.2.37 + '@vue/server-renderer': 3.2.37_vue@3.2.37 + '@vue/shared': 3.2.37 - /vuex/4.0.2_vue@3.2.36: + /vuex/4.0.2_vue@3.2.37: resolution: {integrity: sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==} peerDependencies: vue: ^3.0.2 dependencies: '@vue/devtools-api': 6.1.4 - vue: 3.2.36 + vue: 3.2.37 dev: false /w3c-hr-time/1.0.2: @@ -5798,11 +5806,11 @@ packages: dev: true /wrappy/1.0.2: - resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: true - /ws/8.7.0: - resolution: {integrity: sha512-c2gsP0PRwcLFzUiA8Mkr37/MI7ilIlHQxaEAtd0uNMbVMoy8puJyafRlm0bV9MbGSabUPeLrRRaqIBcFcA2Pqg==} + /ws/8.8.0: + resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -5838,26 +5846,28 @@ packages: dev: true /yauzl/2.10.0: - resolution: {integrity: sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk=} + resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} dependencies: buffer-crc32: 0.2.13 fd-slicer: 1.1.0 dev: true - /zx/6.1.0: - resolution: {integrity: sha512-LcvyN946APdktLPm1ta4wfNiJaDuq1iHOTDwApP69ug5hNYWzMYaVMC5Ek6Ny4nnSLpJ6wdY42feR/2LY5/nVA==} + /zx/6.2.5: + resolution: {integrity: sha512-aTEZSL8sp1IhMUhxlXRTPH6MwzcuTBA3G4LLuH68NIj8kENfcaVGV7cn8LQXXHwG1M9LDI6ST6Qcw0EOrhRAVA==} engines: {node: '>= 16.0.0'} hasBin: true dependencies: '@types/fs-extra': 9.0.13 '@types/minimist': 1.2.2 - '@types/node': 17.0.36 + '@types/node': 17.0.45 + '@types/ps-tree': 1.1.2 '@types/which': 2.0.1 chalk: 5.0.1 fs-extra: 10.1.0 - globby: 13.1.1 + globby: 13.1.2 + ignore: 5.2.0 minimist: 1.2.6 - node-fetch: 3.2.4 + node-fetch: 3.2.6 ps-tree: 1.2.0 which: 2.0.2 yaml: 2.1.1 diff --git a/template/base/package.json b/template/base/package.json index 867abaa0..78a505d0 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -5,10 +5,10 @@ "preview": "vite preview --port 4173" }, "dependencies": { - "vue": "^3.2.36" + "vue": "^3.2.37" }, "devDependencies": { "@vitejs/plugin-vue": "^2.3.3", - "vite": "^2.9.9" + "vite": "^2.9.12" } } diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index c8c5ef9b..3e8ea93f 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -4,9 +4,9 @@ "test:unit:ci": "cypress run --component --quiet --reporter spec" }, "dependencies": { - "vue": "^3.2.36" + "vue": "^3.2.37" }, "devDependencies": { - "cypress": "^10.0.2" + "cypress": "^10.1.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index f995b4b1..0b2a623f 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -4,7 +4,7 @@ "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:4173/ 'cypress run --e2e'" }, "devDependencies": { - "cypress": "^10.0.2", + "cypress": "^10.1.0", "start-server-and-test": "^1.14.0" } } diff --git a/template/config/pinia/package.json b/template/config/pinia/package.json index d09acb92..4cf997eb 100644 --- a/template/config/pinia/package.json +++ b/template/config/pinia/package.json @@ -1,6 +1,6 @@ { "dependencies": { "pinia": "^2.0.14", - "vue": "^3.2.36" + "vue": "^3.2.37" } } diff --git a/template/config/router/package.json b/template/config/router/package.json index 9e5c112b..c115e92d 100644 --- a/template/config/router/package.json +++ b/template/config/router/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.2.36", - "vue-router": "^4.0.15" + "vue": "^3.2.37", + "vue-router": "^4.0.16" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 3cb6df72..cdc7f080 100644 --- a/template/config/typescript/package.json +++ b/template/config/typescript/package.json @@ -5,9 +5,9 @@ "type-check": "vue-tsc --noEmit" }, "devDependencies": { - "@types/node": "^16.11.36", + "@types/node": "^16.11.41", "npm-run-all": "^4.1.5", - "typescript": "~4.7.2", + "typescript": "~4.7.4", "vue-tsc": "^0.35.2" } } diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index b98ba57f..fc9175ad 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -3,11 +3,11 @@ "test:unit": "vitest --environment jsdom" }, "dependencies": { - "vue": "^3.2.36" + "vue": "^3.2.37" }, "devDependencies": { "@vue/test-utils": "^2.0.0", "jsdom": "^19.0.0", - "vitest": "^0.13.0" + "vitest": "^0.13.1" } } diff --git a/template/config/vuex/package.json b/template/config/vuex/package.json index 28256d1b..487d1e3b 100644 --- a/template/config/vuex/package.json +++ b/template/config/vuex/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "vue": "^3.2.36", + "vue": "^3.2.37", "vuex": "^4.0.2" } }