From 3ac84d95b4687b0842359c5f6d73fd513ec3e856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 06:28:45 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- package.json | 2 +- pnpm-lock.yaml | 211 +++++++++++------------- template/base/package.json | 2 +- template/config/cypress-ct/package.json | 2 +- template/config/cypress/package.json | 2 +- template/config/jsx/package.json | 2 +- template/config/playwright/package.json | 2 +- template/config/typescript/package.json | 4 +- template/config/vitest/package.json | 2 +- 9 files changed, 103 insertions(+), 126 deletions(-) diff --git a/package.json b/package.json index 85e04bb7..f32c7375 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/vuejs/create-vue#readme", "devDependencies": { "@types/eslint": "^8.21.1", - "@types/node": "^18.14.0", + "@types/node": "^18.14.2", "@types/prompts": "^2.4.2", "@vue/create-eslint-config": "^0.2.0", "@vue/tsconfig": "^0.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7cfea969..c30c0c3c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5,7 +5,7 @@ importers: .: specifiers: '@types/eslint': ^8.21.1 - '@types/node': ^18.14.0 + '@types/node': ^18.14.2 '@types/prompts': ^2.4.2 '@vue/create-eslint-config': ^0.2.0 '@vue/tsconfig': ^0.1.3 @@ -21,10 +21,10 @@ importers: zx: ^4.3.0 devDependencies: '@types/eslint': 8.21.1 - '@types/node': 18.14.0 + '@types/node': 18.14.2 '@types/prompts': 2.4.2 '@vue/create-eslint-config': 0.2.0 - '@vue/tsconfig': 0.1.3_@types+node@18.14.0 + '@vue/tsconfig': 0.1.3_@types+node@18.14.2 esbuild: 0.16.14 esbuild-plugin-license: 1.2.2_esbuild@0.16.14 husky: 8.0.3 @@ -39,41 +39,41 @@ importers: template/base: specifiers: '@vitejs/plugin-vue': ^4.0.0 - vite: ^4.1.3 + vite: ^4.1.4 vue: ^3.2.47 dependencies: vue: 3.2.47 devDependencies: - '@vitejs/plugin-vue': 4.0.0_vite@4.1.3+vue@3.2.47 - vite: 4.1.3 + '@vitejs/plugin-vue': 4.0.0_vite@4.1.4+vue@3.2.47 + vite: 4.1.4 template/config/cypress: specifiers: - cypress: ^12.6.0 + cypress: ^12.7.0 start-server-and-test: ^2.0.0 devDependencies: - cypress: 12.6.0 + cypress: 12.7.0 start-server-and-test: 2.0.0 template/config/cypress-ct: specifiers: - cypress: ^12.6.0 + cypress: ^12.7.0 vue: ^3.2.47 dependencies: vue: 3.2.47 devDependencies: - cypress: 12.6.0 + cypress: 12.7.0 template/config/jsx: specifiers: '@vitejs/plugin-vue-jsx': ^3.0.0 - vite: ^4.1.3 + vite: ^4.1.4 vue: ^3.2.47 dependencies: vue: 3.2.47 devDependencies: - '@vitejs/plugin-vue-jsx': 3.0.0_vite@4.1.3+vue@3.2.47 - vite: 4.1.3 + '@vitejs/plugin-vue-jsx': 3.0.0_vite@4.1.4+vue@3.2.47 + vite: 4.1.4 template/config/pinia: specifiers: @@ -85,9 +85,9 @@ importers: template/config/playwright: specifiers: - '@playwright/test': ^1.30.0 + '@playwright/test': ^1.31.1 devDependencies: - '@playwright/test': 1.30.0 + '@playwright/test': 1.31.1 template/config/router: specifiers: @@ -99,28 +99,28 @@ importers: template/config/typescript: specifiers: - '@types/node': ^18.14.0 + '@types/node': ^18.14.2 npm-run-all: ^4.1.5 typescript: ~4.8.4 - vue-tsc: ^1.1.5 + vue-tsc: ^1.2.0 devDependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 npm-run-all: 4.1.5 typescript: 4.8.4 - vue-tsc: 1.1.5_typescript@4.8.4 + vue-tsc: 1.2.0_typescript@4.8.4 template/config/vitest: specifiers: '@vue/test-utils': ^2.3.0 jsdom: ^21.1.0 - vitest: ^0.28.5 + vitest: ^0.29.1 vue: ^3.2.47 dependencies: vue: 3.2.47 devDependencies: '@vue/test-utils': 2.3.0_vue@3.2.47 jsdom: 21.1.0 - vitest: 0.28.5_jsdom@21.1.0 + vitest: 0.29.1_jsdom@21.1.0 template/tsconfig/base: specifiers: @@ -734,13 +734,15 @@ packages: fastq: 1.13.0 dev: true - /@playwright/test/1.30.0: - resolution: {integrity: sha512-SVxkQw1xvn/Wk/EvBnqWIq6NLo1AppwbYOjNLmyU0R1RoQ3rLEBtmjTnElcnz8VEtn11fptj1ECxK0tgURhajw==} + /@playwright/test/1.31.1: + resolution: {integrity: sha512-IsytVZ+0QLDh1Hj83XatGp/GsI1CDJWbyDaBGbainsh0p2zC7F4toUocqowmjS6sQff2NGT3D9WbDj/3K2CJiA==} engines: {node: '>=14'} hasBin: true dependencies: - '@types/node': 18.14.0 - playwright-core: 1.30.0 + '@types/node': 18.14.2 + playwright-core: 1.31.1 + optionalDependencies: + fsevents: 2.3.2 dev: true /@sideway/address/4.1.4: @@ -786,13 +788,13 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 dev: true /@types/jsdom/21.1.0: resolution: {integrity: sha512-leWreJOdnuIxq9Y70tBVm/bvTuh31DSlF/r4l7Cfi4uhVQqLHD0Q4v301GMisEMwwbMgF7ZKxuZ+Jbd4NcdmRw==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 '@types/tough-cookie': 4.0.2 parse5: 7.1.1 dev: true @@ -808,7 +810,7 @@ packages: /@types/node-fetch/2.6.2: resolution: {integrity: sha512-DHqhlq5jeESLy19TYhLakJ07kNumXWjcDdxXsLUMJZ6ue8VZJj4kLPQVE/2mdHh3xZziNF1xppu5lwmS53HR+A==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 form-data: 3.0.1 dev: true @@ -820,14 +822,14 @@ packages: resolution: {integrity: sha512-jh6m0QUhIRcZpNv7Z/rpN+ZWXOicUUQbSoWks7Htkbb9IjFQj4kzcX/xFCkjstCj5flMsN8FiSvt+q+Tcs4Llg==} dev: true - /@types/node/18.14.0: - resolution: {integrity: sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==} + /@types/node/18.14.2: + resolution: {integrity: sha512-1uEQxww3DaghA0RxqHx0O0ppVlo43pJhepY51OxuQIKHpjbnYLA7vcdwioNPzIqmC2u3I/dmylcqjlh0e7AyUA==} dev: true /@types/prompts/2.4.2: resolution: {integrity: sha512-TwNx7qsjvRIUv/BCx583tqF5IINEVjCNqg9ofKHRlSoUHE62WBHrem4B1HGXcIrG511v29d1kJ9a/t2Esz7MIg==} dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 kleur: 3.0.3 dev: true @@ -847,11 +849,11 @@ packages: resolution: {integrity: sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==} requiresBuild: true dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 dev: true optional: true - /@vitejs/plugin-vue-jsx/3.0.0_vite@4.1.3+vue@3.2.47: + /@vitejs/plugin-vue-jsx/3.0.0_vite@4.1.4+vue@3.2.47: resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -861,47 +863,47 @@ packages: '@babel/core': 7.20.5 '@babel/plugin-transform-typescript': 7.20.2_@babel+core@7.20.5 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.5 - vite: 4.1.3 + vite: 4.1.4 vue: 3.2.47 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/4.0.0_vite@4.1.3+vue@3.2.47: + /@vitejs/plugin-vue/4.0.0_vite@4.1.4+vue@3.2.47: resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.1.3 + vite: 4.1.4 vue: 3.2.47 dev: true - /@vitest/expect/0.28.5: - resolution: {integrity: sha512-gqTZwoUTwepwGIatnw4UKpQfnoyV0Z9Czn9+Lo2/jLIt4/AXLTn+oVZxlQ7Ng8bzcNkR+3DqLJ08kNr8jRmdNQ==} + /@vitest/expect/0.29.1: + resolution: {integrity: sha512-VFt1u34D+/L4pqjLA8VGPdHbdF8dgjX9Nq573L9KG6/7MIAL9jmbEIKpXudmxjoTwcyczOXRyDuUWBQHZafjoA==} dependencies: - '@vitest/spy': 0.28.5 - '@vitest/utils': 0.28.5 + '@vitest/spy': 0.29.1 + '@vitest/utils': 0.29.1 chai: 4.3.7 dev: true - /@vitest/runner/0.28.5: - resolution: {integrity: sha512-NKkHtLB+FGjpp5KmneQjTcPLWPTDfB7ie+MmF1PnUBf/tGe2OjGxWyB62ySYZ25EYp9krR5Bw0YPLS/VWh1QiA==} + /@vitest/runner/0.29.1: + resolution: {integrity: sha512-VZ6D+kWpd/LVJjvxkt79OA29FUpyrI5L/EEwoBxH5m9KmKgs1QWNgobo/CGQtIWdifLQLvZdzYEK7Qj96w/ixQ==} dependencies: - '@vitest/utils': 0.28.5 + '@vitest/utils': 0.29.1 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/spy/0.28.5: - resolution: {integrity: sha512-7if6rsHQr9zbmvxN7h+gGh2L9eIIErgf8nSKYDlg07HHimCxp4H6I/X/DPXktVPPLQfiZ1Cw2cbDIx9fSqDjGw==} + /@vitest/spy/0.29.1: + resolution: {integrity: sha512-sRXXK44pPzaizpiZOIQP7YMhxIs80J/b6v1yR3SItpxG952c8tdA7n0O2j4OsVkjiO/ZDrjAYFrXL3gq6hLx6Q==} dependencies: tinyspy: 1.0.2 dev: true - /@vitest/utils/0.28.5: - resolution: {integrity: sha512-UyZdYwdULlOa4LTUSwZ+Paz7nBHGTT72jKwdFSV4IjHF1xsokp+CabMdhjvVhYwkLfO88ylJT46YMilnkSARZA==} + /@vitest/utils/0.29.1: + resolution: {integrity: sha512-6npOEpmyE6zPS2wsWb7yX5oDpp6WY++cC5BX6/qaaMhGC3ZlPd8BbTz3RtGPi1PfPerPvfs4KqS/JDOIaB6J3w==} dependencies: cli-truncate: 3.1.0 diff: 5.1.0 @@ -910,29 +912,29 @@ packages: pretty-format: 27.5.1 dev: true - /@volar/language-core/1.2.0-alpha.17: - resolution: {integrity: sha512-nTJfag+EsjWPaefp7JxQ3uJIe0pLdTEfR1ZmaJgn4yKA2FkturuLdlHk3Nj3HjhAhoRDfF7S1BZFDnMjZCAegw==} + /@volar/language-core/1.3.0-alpha.0: + resolution: {integrity: sha512-W3uMzecHPcbwddPu4SJpUcPakRBK/y/BP+U0U6NiPpUX1tONLC4yCawt+QBJqtgJ+sfD6ztf5PyvPL3hQRqfOA==} dependencies: - '@volar/source-map': 1.2.0-alpha.17 + '@volar/source-map': 1.3.0-alpha.0 dev: true - /@volar/source-map/1.2.0-alpha.17: - resolution: {integrity: sha512-g0NO3HWSo5PaY4Vv8MuQ9qhIwyxCWFWI69b0fuwdXsHo9gJ4Ngf9BKgg7U0h3b9XtmNnj1efIpgIK1rtwC+nyw==} + /@volar/source-map/1.3.0-alpha.0: + resolution: {integrity: sha512-jSdizxWFvDTvkPYZnO6ew3sBZUnS0abKCbuopkc0JrIlFbznWC/fPH3iPFIMS8/IIkRxq1Jh9VVG60SmtsdaMQ==} dependencies: muggle-string: 0.2.2 dev: true - /@volar/typescript/1.2.0-alpha.17: - resolution: {integrity: sha512-1bJnlwfew0f738eqLjIoXEgNCFBAstzorn84GB96MLcdGPpEf2upQ/7FGSpgaJaFi9LTJBggkqBhuegxjqOQKg==} + /@volar/typescript/1.3.0-alpha.0: + resolution: {integrity: sha512-5UItyW2cdH2mBLu4RrECRNJRgtvvzKrSCn2y3v/D61QwIDkGx4aeil6x8RFuUL5TFtV6QvVHXnsOHxNgd+sCow==} dependencies: - '@volar/language-core': 1.2.0-alpha.17 + '@volar/language-core': 1.3.0-alpha.0 dev: true - /@volar/vue-language-core/1.1.5: - resolution: {integrity: sha512-HpouTNZuwVX+DicGik6y+g9m2fI0Xvng9K9Wh8xZCXzMFEhvjsxsbtWVmLSgnSV6mgyF8YTM3R6n/buR6kYBWA==} + /@volar/vue-language-core/1.2.0: + resolution: {integrity: sha512-w7yEiaITh2WzKe6u8ZdeLKCUz43wdmY/OqAmsB/PGDvvhTcVhCJ6f0W/RprZL1IhqH8wALoWiwEh/Wer7ZviMQ==} dependencies: - '@volar/language-core': 1.2.0-alpha.17 - '@volar/source-map': 1.2.0-alpha.17 + '@volar/language-core': 1.3.0-alpha.0 + '@volar/source-map': 1.3.0-alpha.0 '@vue/compiler-dom': 3.2.47 '@vue/compiler-sfc': 3.2.47 '@vue/reactivity': 3.2.47 @@ -942,11 +944,11 @@ packages: vue-template-compiler: 2.7.14 dev: true - /@volar/vue-typescript/1.1.5: - resolution: {integrity: sha512-X8q2YJ/1bH36ZCvdYIc46O0QcWI3T6Uk+Uju5+ssiuscQ6Ie7v+gUXW9w/18a+Ms35DcEOOQBzE7Ex3A9KQzjQ==} + /@volar/vue-typescript/1.2.0: + resolution: {integrity: sha512-zjmRi9y3J1EkG+pfuHp8IbHmibihrKK485cfzsHjiuvJMGrpkWvlO5WVEk8oslMxxeGC5XwBFE9AOlvh378EPA==} dependencies: - '@volar/typescript': 1.2.0-alpha.17 - '@volar/vue-language-core': 1.1.5 + '@volar/typescript': 1.3.0-alpha.0 + '@volar/vue-language-core': 1.2.0 dev: true /@vue/babel-helper-vue-transform-on/1.0.2: @@ -1082,7 +1084,7 @@ packages: optional: true dev: true - /@vue/tsconfig/0.1.3_@types+node@18.14.0: + /@vue/tsconfig/0.1.3_@types+node@18.14.2: resolution: {integrity: sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==} peerDependencies: '@types/node': '*' @@ -1090,7 +1092,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 dev: true /abab/2.0.6: @@ -1113,12 +1115,6 @@ packages: engines: {node: '>=0.4.0'} dev: true - /acorn/8.8.1: - resolution: {integrity: sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true - /acorn/8.8.2: resolution: {integrity: sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==} engines: {node: '>=0.4.0'} @@ -1308,10 +1304,6 @@ packages: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} dev: true - /buffer-from/1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} - dev: true - /buffer/5.7.1: resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} dependencies: @@ -1357,7 +1349,7 @@ packages: check-error: 1.0.2 deep-eql: 4.1.3 get-func-name: 2.0.0 - loupe: 2.3.4 + loupe: 2.3.6 pathval: 1.1.1 type-detect: 4.0.8 dev: true @@ -1539,8 +1531,8 @@ packages: /csstype/2.6.20: resolution: {integrity: sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==} - /cypress/12.6.0: - resolution: {integrity: sha512-WdHSVaS1lumSd5XpVTslZd8ui9GIGphrzvXq9+3DtVhqjRZC5M70gu5SW/Y/SLPq3D1wiXGZoHC6HJ7ESVE2lw==} + /cypress/12.7.0: + resolution: {integrity: sha512-7rq+nmhzz0u6yabCFyPtADU2OOrYt6pvUau9qV7xyifJ/hnsaw/vkr0tnLlcuuQKUAOC1v1M1e4Z0zG7S0IAvA==} engines: {node: ^14.0.0 || ^16.0.0 || >=18.0.0} hasBin: true requiresBuild: true @@ -2781,12 +2773,6 @@ packages: wrap-ansi: 6.2.0 dev: true - /loupe/2.3.4: - resolution: {integrity: sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==} - dependencies: - get-func-name: 2.0.0 - dev: true - /loupe/2.3.6: resolution: {integrity: sha512-RaPMZKiMy8/JruncMU5Bt6na1eftNoo++R4Y+N2FrxkDVTrGvcyzFTsaGif4QTeKESheMGegbhw6iUAq+5A8zA==} dependencies: @@ -3182,8 +3168,8 @@ packages: pathe: 1.1.0 dev: true - /playwright-core/1.30.0: - resolution: {integrity: sha512-7AnRmTCf+GVYhHbLJsGUtskWTE33SwMZkybJ0v6rqR1boxq2x36U7p1vDRV7HO2IwTZgmycracLxPEJI49wu4g==} + /playwright-core/1.31.1: + resolution: {integrity: sha512-JTyX4kV3/LXsvpHkLzL2I36aCdml4zeE35x+G5aPc4bkLsiRiQshU5lWeVpHFAuC8xAcbI6FDcw/8z3q2xtJSQ==} engines: {node: '>=14'} hasBin: true dev: true @@ -3487,13 +3473,6 @@ packages: resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} engines: {node: '>=0.10.0'} - /source-map-support/0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} - dependencies: - buffer-from: 1.1.2 - source-map: 0.6.1 - dev: true - /source-map/0.6.1: resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} engines: {node: '>=0.10.0'} @@ -3867,8 +3846,8 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node/0.28.5_@types+node@18.14.0: - resolution: {integrity: sha512-LmXb9saMGlrMZbXTvOveJKwMTBTNUH66c8rJnQ0ZPNX+myPEol64+szRzXtV5ORb0Hb/91yq+/D3oERoyAt6LA==} + /vite-node/0.29.1_@types+node@18.14.2: + resolution: {integrity: sha512-Ey9bTlQOQrCxQN0oJ7sTg+GrU4nTMLg44iKTFCKf31ry60csqQz4E+Q04hdWhwE4cTgpxUC+zEB1kHbf5jNkFA==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -3877,9 +3856,7 @@ packages: mlly: 1.1.1 pathe: 1.1.0 picocolors: 1.0.0 - source-map: 0.6.1 - source-map-support: 0.5.21 - vite: 4.1.3_@types+node@18.14.0 + vite: 4.1.4_@types+node@18.14.2 transitivePeerDependencies: - '@types/node' - less @@ -3890,8 +3867,8 @@ packages: - terser dev: true - /vite/4.1.3: - resolution: {integrity: sha512-0Zqo4/Fr/swSOBmbl+HAAhOjrqNwju+yTtoe4hQX9UsARdcuc9njyOdr6xU0DDnV7YP0RT6mgTTOiRtZgxfCxA==} + /vite/4.1.4: + resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -3923,8 +3900,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/4.1.3_@types+node@18.14.0: - resolution: {integrity: sha512-0Zqo4/Fr/swSOBmbl+HAAhOjrqNwju+yTtoe4hQX9UsARdcuc9njyOdr6xU0DDnV7YP0RT6mgTTOiRtZgxfCxA==} + /vite/4.1.4_@types+node@18.14.2: + resolution: {integrity: sha512-3knk/HsbSTKEin43zHu7jTwYWv81f8kgAL99G5NWBcA1LKvtvcVAC4JjBH1arBunO9kQka+1oGbrMKOjk4ZrBg==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -3948,7 +3925,7 @@ packages: terser: optional: true dependencies: - '@types/node': 18.14.0 + '@types/node': 18.14.2 esbuild: 0.16.14 postcss: 8.4.21 resolve: 1.22.1 @@ -3957,8 +3934,8 @@ packages: fsevents: 2.3.2 dev: true - /vitest/0.28.5_jsdom@21.1.0: - resolution: {integrity: sha512-pyCQ+wcAOX7mKMcBNkzDwEHRGqQvHUl0XnoHR+3Pb1hytAHISgSxv9h0gUiSiYtISXUU3rMrKiKzFYDrI6ZIHA==} + /vitest/0.29.1_jsdom@21.1.0: + resolution: {integrity: sha512-iSy6d9VwsIn7pz5I8SjVwdTLDRGKNZCRJVzROwjt0O0cffoymKwazIZ2epyMpRGpeL5tsXAl1cjXiT7agTyVug==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -3981,12 +3958,12 @@ packages: dependencies: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 - '@types/node': 18.14.0 - '@vitest/expect': 0.28.5 - '@vitest/runner': 0.28.5 - '@vitest/spy': 0.28.5 - '@vitest/utils': 0.28.5 - acorn: 8.8.1 + '@types/node': 18.14.2 + '@vitest/expect': 0.29.1 + '@vitest/runner': 0.29.1 + '@vitest/spy': 0.29.1 + '@vitest/utils': 0.29.1 + acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 chai: 4.3.7 @@ -4001,8 +3978,8 @@ packages: tinybench: 2.3.1 tinypool: 0.3.1 tinyspy: 1.0.2 - vite: 4.1.3_@types+node@18.14.0 - vite-node: 0.28.5_@types+node@18.14.0 + vite: 4.1.4_@types+node@18.14.2 + vite-node: 0.29.1_@types+node@18.14.2 why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -4044,14 +4021,14 @@ packages: he: 1.2.0 dev: true - /vue-tsc/1.1.5_typescript@4.8.4: - resolution: {integrity: sha512-DVAbFGP/AcoQGfo7T1iRz6TNDeLGzvTbpqH5KCgNb6EuLLnbFP9Ki9KYHMkYs+hLlNVlw9Kp5WXm7I/Ur70mhA==} + /vue-tsc/1.2.0_typescript@4.8.4: + resolution: {integrity: sha512-rIlzqdrhyPYyLG9zxsVRa+JEseeS9s8F2BbVVVWRRsTZvJO2BbhLEb2HW3MY+DFma0378tnIqs+vfTzbcQtRFw==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 1.1.5 - '@volar/vue-typescript': 1.1.5 + '@volar/vue-language-core': 1.2.0 + '@volar/vue-typescript': 1.2.0 typescript: 4.8.4 dev: true diff --git a/template/base/package.json b/template/base/package.json index 09783060..0f3e90f1 100644 --- a/template/base/package.json +++ b/template/base/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", - "vite": "^4.1.3" + "vite": "^4.1.4" } } diff --git a/template/config/cypress-ct/package.json b/template/config/cypress-ct/package.json index 4076cb3b..cb2d422a 100644 --- a/template/config/cypress-ct/package.json +++ b/template/config/cypress-ct/package.json @@ -7,6 +7,6 @@ "vue": "^3.2.47" }, "devDependencies": { - "cypress": "^12.6.0" + "cypress": "^12.7.0" } } diff --git a/template/config/cypress/package.json b/template/config/cypress/package.json index 0f66dc2b..e7690ffe 100644 --- a/template/config/cypress/package.json +++ b/template/config/cypress/package.json @@ -4,7 +4,7 @@ "test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'" }, "devDependencies": { - "cypress": "^12.6.0", + "cypress": "^12.7.0", "start-server-and-test": "^2.0.0" } } diff --git a/template/config/jsx/package.json b/template/config/jsx/package.json index 832cc8ac..7191f503 100644 --- a/template/config/jsx/package.json +++ b/template/config/jsx/package.json @@ -4,6 +4,6 @@ }, "devDependencies": { "@vitejs/plugin-vue-jsx": "^3.0.0", - "vite": "^4.1.3" + "vite": "^4.1.4" } } diff --git a/template/config/playwright/package.json b/template/config/playwright/package.json index 2e3e707a..1730bddd 100644 --- a/template/config/playwright/package.json +++ b/template/config/playwright/package.json @@ -3,6 +3,6 @@ "test:e2e": "playwright test" }, "devDependencies": { - "@playwright/test": "^1.30.0" + "@playwright/test": "^1.31.1" } } diff --git a/template/config/typescript/package.json b/template/config/typescript/package.json index 9aa09988..7ff3cc61 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": "^18.14.0", + "@types/node": "^18.14.2", "npm-run-all": "^4.1.5", "typescript": "~4.8.4", - "vue-tsc": "^1.1.5" + "vue-tsc": "^1.2.0" } } diff --git a/template/config/vitest/package.json b/template/config/vitest/package.json index 7bae9296..0227469f 100644 --- a/template/config/vitest/package.json +++ b/template/config/vitest/package.json @@ -8,6 +8,6 @@ "devDependencies": { "@vue/test-utils": "^2.3.0", "jsdom": "^21.1.0", - "vitest": "^0.28.5" + "vitest": "^0.29.1" } }