From d425206ae24c6b3648bdaf8a7f622128c68af985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 03:52:07 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 20 ++--- pnpm-lock.yaml | 198 +++++++++++++++++++++++++------------------------ 2 files changed, 112 insertions(+), 106 deletions(-) diff --git a/package.json b/package.json index 71bb4b83..c0c44d1c 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "format": "eslint --fix --ext .ts,.js,.vue,.cjs . && prettier -w ." }, "dependencies": { - "@headlessui/vue": "1.7.15", - "@heroicons/vue": "2.0.18", + "@headlessui/vue": "1.7.22", + "@heroicons/vue": "2.1.5", "consola": "3.2.3", "date-fns": "3.6.0", "twitter-text": "3.1.0", @@ -21,24 +21,24 @@ }, "devDependencies": { "@crxjs/vite-plugin": "2.0.0-beta.25", - "@tailwindcss/forms": "0.5.4", - "@types/chrome": "0.0.242", - "@types/node": "20.14.8", - "@types/twitter-text": "3.1.5", + "@tailwindcss/forms": "0.5.9", + "@types/chrome": "0.0.270", + "@types/node": "20.16.5", + "@types/twitter-text": "3.1.10", "@typescript-eslint/eslint-plugin": "6.2.0", "@typescript-eslint/parser": "6.2.0", "@vitejs/plugin-vue": "5.1.3", "@vue/eslint-config-prettier": "9.0.0", "@vue/eslint-config-typescript": "13.0.0", - "autoprefixer": "10.4.14", + "autoprefixer": "10.4.20", "eslint": "8.46.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.0.0", "eslint-plugin-vue": "9.15.1", "jsdom": "25.0.0", - "postcss": "8.4.31", - "prettier": "3.0.0", - "tailwindcss": "3.3.3", + "postcss": "8.4.45", + "prettier": "3.3.3", + "tailwindcss": "3.4.10", "typescript": "5.5.4", "vite": "5.4.3", "vitest": "2.0.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e2420d24..33efba7b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,11 +9,11 @@ importers: .: dependencies: '@headlessui/vue': - specifier: 1.7.15 - version: 1.7.15(vue@3.5.3(typescript@5.5.4)) + specifier: 1.7.22 + version: 1.7.22(vue@3.5.3(typescript@5.5.4)) '@heroicons/vue': - specifier: 2.0.18 - version: 2.0.18(vue@3.5.3(typescript@5.5.4)) + specifier: 2.1.5 + version: 2.1.5(vue@3.5.3(typescript@5.5.4)) consola: specifier: 3.2.3 version: 3.2.3 @@ -31,17 +31,17 @@ importers: specifier: 2.0.0-beta.25 version: 2.0.0-beta.25 '@tailwindcss/forms': - specifier: 0.5.4 - version: 0.5.4(tailwindcss@3.3.3) + specifier: 0.5.9 + version: 0.5.9(tailwindcss@3.4.10) '@types/chrome': - specifier: 0.0.242 - version: 0.0.242 + specifier: 0.0.270 + version: 0.0.270 '@types/node': - specifier: 20.14.8 - version: 20.14.8 + specifier: 20.16.5 + version: 20.16.5 '@types/twitter-text': - specifier: 3.1.5 - version: 3.1.5 + specifier: 3.1.10 + version: 3.1.10 '@typescript-eslint/eslint-plugin': specifier: 6.2.0 version: 6.2.0(@typescript-eslint/parser@6.2.0(eslint@8.46.0)(typescript@5.5.4))(eslint@8.46.0)(typescript@5.5.4) @@ -50,16 +50,16 @@ importers: version: 6.2.0(eslint@8.46.0)(typescript@5.5.4) '@vitejs/plugin-vue': specifier: 5.1.3 - version: 5.1.3(vite@5.4.3(@types/node@20.14.8))(vue@3.5.3(typescript@5.5.4)) + version: 5.1.3(vite@5.4.3(@types/node@20.16.5))(vue@3.5.3(typescript@5.5.4)) '@vue/eslint-config-prettier': specifier: 9.0.0 - version: 9.0.0(eslint@8.46.0)(prettier@3.0.0) + version: 9.0.0(eslint@8.46.0)(prettier@3.3.3) '@vue/eslint-config-typescript': specifier: 13.0.0 version: 13.0.0(eslint-plugin-vue@9.15.1(eslint@8.46.0))(eslint@8.46.0)(typescript@5.5.4) autoprefixer: - specifier: 10.4.14 - version: 10.4.14(postcss@8.4.31) + specifier: 10.4.20 + version: 10.4.20(postcss@8.4.45) eslint: specifier: 8.46.0 version: 8.46.0 @@ -68,7 +68,7 @@ importers: version: 9.1.0(eslint@8.46.0) eslint-plugin-prettier: specifier: 5.0.0 - version: 5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.0.0) + version: 5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.3.3) eslint-plugin-vue: specifier: 9.15.1 version: 9.15.1(eslint@8.46.0) @@ -76,23 +76,23 @@ importers: specifier: 25.0.0 version: 25.0.0 postcss: - specifier: 8.4.31 - version: 8.4.31 + specifier: 8.4.45 + version: 8.4.45 prettier: - specifier: 3.0.0 - version: 3.0.0 - tailwindcss: specifier: 3.3.3 version: 3.3.3 + tailwindcss: + specifier: 3.4.10 + version: 3.4.10 typescript: specifier: 5.5.4 version: 5.5.4 vite: specifier: 5.4.3 - version: 5.4.3(@types/node@20.14.8) + version: 5.4.3(@types/node@20.16.5) vitest: specifier: 2.0.5 - version: 2.0.5(@types/node@20.14.8)(jsdom@25.0.0) + version: 2.0.5(@types/node@20.16.5)(jsdom@25.0.0) vue-tsc: specifier: 2.1.6 version: 2.1.6(typescript@5.5.4) @@ -287,14 +287,14 @@ packages: resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - '@headlessui/vue@1.7.15': - resolution: {integrity: sha512-3ozVEgQ8mw09nWvUPN+8S6C8l3SM0lVT1aEN/+oP5Y4LF0WNMM9UrVisVTN9LLQ06v/X3EFA0blyL/vg8XNZlg==} + '@headlessui/vue@1.7.22': + resolution: {integrity: sha512-Hoffjoolq1rY+LOfJ+B/OvkhuBXXBFgd8oBlN+l1TApma2dB0En0ucFZrwQtb33SmcCqd32EQd0y07oziXWNYg==} engines: {node: '>=10'} peerDependencies: vue: ^3.2.0 - '@heroicons/vue@2.0.18': - resolution: {integrity: sha512-BcTC9nq2TkwNSfQuqo96J7ehx4etezypc2YeTq7KsXWxrcrerhkgjLrxGRBnStN0wrXo0Gv4BInybqz5uBG6Cw==} + '@heroicons/vue@2.1.5': + resolution: {integrity: sha512-IpqR72sFqFs55kyKfFS7tN+Ww6odFNeH/7UxycIOrlVYfj4WUGAdzQtLBnJspucSeqWFQsKM0g0YrgU655BEfA==} peerDependencies: vue: '>= 3' @@ -437,13 +437,21 @@ packages: cpu: [x64] os: [win32] - '@tailwindcss/forms@0.5.4': - resolution: {integrity: sha512-YAm12D3R7/9Mh4jFbYSMnsd6jG++8KxogWgqs7hbdo/86aWjjlIEvL7+QYdVELmAI0InXTpZqFIg5e7aDVWI2Q==} + '@tailwindcss/forms@0.5.9': + resolution: {integrity: sha512-tM4XVr2+UVTxXJzey9Twx48c1gcxFStqn1pQz0tRsX8o3DvxhN5oY5pvyAbUx7VTaZxpej4Zzvc6h+1RJBzpIg==} + peerDependencies: + tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20' + + '@tanstack/virtual-core@3.10.7': + resolution: {integrity: sha512-ND5dfsU0n9F4gROzwNNDJmg6y8n9pI8YWxtgbfJ5UcNn7Hx+MxEXtXcQ189tS7sh8pmCObgz2qSiyRKTZxT4dg==} + + '@tanstack/vue-virtual@3.10.7': + resolution: {integrity: sha512-OSK1fkvz4GaBhF80KVmBsJZoMI9ncVaUU//pI8OqTdBnepw467zcuF2Y+Ia1VC0CPYfUEALyS8n4Ar0RI/7ASg==} peerDependencies: - tailwindcss: '>=3.0.0 || >= 3.0.0-alpha.1' + vue: ^2.7.0 || ^3.0.0 - '@types/chrome@0.0.242': - resolution: {integrity: sha512-SeMXBSfcAGX9ezTz7Pro7n/AiNdIH3cetkdbM+Kfg3zD24jmbnm0IAEIxzx8ccqrnJenLCfD7fR+4WIYAbeQHw==} + '@types/chrome@0.0.270': + resolution: {integrity: sha512-ADvkowV7YnJfycZZxL2brluZ6STGW+9oKG37B422UePf2PCXuFA/XdERI0T18wtuWPx0tmFeZqq6MOXVk1IC+Q==} '@types/estree@1.0.5': resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} @@ -460,14 +468,14 @@ packages: '@types/json-schema@7.0.15': resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - '@types/node@20.14.8': - resolution: {integrity: sha512-DO+2/jZinXfROG7j7WKFn/3C6nFwxy2lLpgLjEXJz+0XKphZlTLJ14mo8Vfg8X5BWN6XjyESXq+LcYdT7tR3bA==} + '@types/node@20.16.5': + resolution: {integrity: sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==} '@types/semver@7.5.8': resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - '@types/twitter-text@3.1.5': - resolution: {integrity: sha512-Gsr5ZHM/7wRUvoWAC/rfEI2WaPcsBI1g13U1VF6j15Z29h815IwobcjZsYibtjnCt5hfXJ37MuMe+cCgeS7EUw==} + '@types/twitter-text@3.1.10': + resolution: {integrity: sha512-+wF6TYQtvokyCc42VKF9OAvEgro0JIAEMor+A7eZsZtkgD/LPAIJx5+g7529nQUzRpas2hlmJEPfZgkzxr0xnA==} '@typescript-eslint/eslint-plugin@6.2.0': resolution: {integrity: sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==} @@ -740,8 +748,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - autoprefixer@10.4.14: - resolution: {integrity: sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==} + autoprefixer@10.4.20: + resolution: {integrity: sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: @@ -1526,10 +1534,6 @@ packages: postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} - postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.45: resolution: {integrity: sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==} engines: {node: ^10 || ^12 || >=14} @@ -1542,8 +1546,8 @@ packages: resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} engines: {node: '>=6.0.0'} - prettier@3.0.0: - resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + prettier@3.3.3: + resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} engines: {node: '>=14'} hasBin: true @@ -1717,8 +1721,8 @@ packages: resolution: {integrity: sha512-HwOKAP7Wc5aRGYdKH+dw0PRRpbO841v2DENBtjnR5HFWoiNByAl7vrx3p0G/rCyYXQsrxqtX48TImFtPcIHSpQ==} engines: {node: ^14.18.0 || >=16.0.0} - tailwindcss@3.3.3: - resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} + tailwindcss@3.4.10: + resolution: {integrity: sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==} engines: {node: '>=14.0.0'} hasBin: true @@ -1797,8 +1801,8 @@ packages: uberproto@1.2.0: resolution: {integrity: sha512-pGtPAQmLwh+R9w81WVHzui1FfedpQWQpiaIIfPCwhtsBez4q6DYbJFfyXPVHPUTNFnedAvNEnkoFiLuhXIR94w==} - undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} undici@6.19.8: resolution: {integrity: sha512-U8uCCl2x9TK3WANvmBavymRzxbfFYG+tAu+fgx3zxQy3qdagQqBLwJVrdyO1TBfUXvfKveMKJZhpvUYoOjM+4g==} @@ -2128,11 +2132,12 @@ snapshots: '@eslint/js@8.57.0': {} - '@headlessui/vue@1.7.15(vue@3.5.3(typescript@5.5.4))': + '@headlessui/vue@1.7.22(vue@3.5.3(typescript@5.5.4))': dependencies: + '@tanstack/vue-virtual': 3.10.7(vue@3.5.3(typescript@5.5.4)) vue: 3.5.3(typescript@5.5.4) - '@heroicons/vue@2.0.18(vue@3.5.3(typescript@5.5.4))': + '@heroicons/vue@2.1.5(vue@3.5.3(typescript@5.5.4))': dependencies: vue: 3.5.3(typescript@5.5.4) @@ -2244,12 +2249,19 @@ snapshots: '@rollup/rollup-win32-x64-msvc@4.21.2': optional: true - '@tailwindcss/forms@0.5.4(tailwindcss@3.3.3)': + '@tailwindcss/forms@0.5.9(tailwindcss@3.4.10)': dependencies: mini-svg-data-uri: 1.4.4 - tailwindcss: 3.3.3 + tailwindcss: 3.4.10 + + '@tanstack/virtual-core@3.10.7': {} + + '@tanstack/vue-virtual@3.10.7(vue@3.5.3(typescript@5.5.4))': + dependencies: + '@tanstack/virtual-core': 3.10.7 + vue: 3.5.3(typescript@5.5.4) - '@types/chrome@0.0.242': + '@types/chrome@0.0.270': dependencies: '@types/filesystem': 0.0.36 '@types/har-format': 1.2.15 @@ -2266,13 +2278,13 @@ snapshots: '@types/json-schema@7.0.15': {} - '@types/node@20.14.8': + '@types/node@20.16.5': dependencies: - undici-types: 5.26.5 + undici-types: 6.19.8 '@types/semver@7.5.8': {} - '@types/twitter-text@3.1.5': {} + '@types/twitter-text@3.1.10': {} '@typescript-eslint/eslint-plugin@6.2.0(@typescript-eslint/parser@6.2.0(eslint@8.46.0)(typescript@5.5.4))(eslint@8.46.0)(typescript@5.5.4)': dependencies: @@ -2441,9 +2453,9 @@ snapshots: '@typescript-eslint/types': 7.18.0 eslint-visitor-keys: 3.4.3 - '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@20.14.8))(vue@3.5.3(typescript@5.5.4))': + '@vitejs/plugin-vue@5.1.3(vite@5.4.3(@types/node@20.16.5))(vue@3.5.3(typescript@5.5.4))': dependencies: - vite: 5.4.3(@types/node@20.14.8) + vite: 5.4.3(@types/node@20.16.5) vue: 3.5.3(typescript@5.5.4) '@vitest/expect@2.0.5': @@ -2526,12 +2538,12 @@ snapshots: de-indent: 1.0.2 he: 1.2.0 - '@vue/eslint-config-prettier@9.0.0(eslint@8.46.0)(prettier@3.0.0)': + '@vue/eslint-config-prettier@9.0.0(eslint@8.46.0)(prettier@3.3.3)': dependencies: eslint: 8.46.0 eslint-config-prettier: 9.1.0(eslint@8.46.0) - eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.0.0) - prettier: 3.0.0 + eslint-plugin-prettier: 5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.3.3) + prettier: 3.3.3 transitivePeerDependencies: - '@types/eslint' @@ -2636,14 +2648,14 @@ snapshots: asynckit@0.4.0: {} - autoprefixer@10.4.14(postcss@8.4.31): + autoprefixer@10.4.20(postcss@8.4.45): dependencies: browserslist: 4.23.3 caniuse-lite: 1.0.30001658 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.1.0 - postcss: 8.4.31 + postcss: 8.4.45 postcss-value-parser: 4.2.0 balanced-match@1.0.2: {} @@ -2891,10 +2903,10 @@ snapshots: dependencies: eslint: 8.46.0 - eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.0.0): + eslint-plugin-prettier@5.0.0(eslint-config-prettier@9.1.0(eslint@8.46.0))(eslint@8.46.0)(prettier@3.3.3): dependencies: eslint: 8.46.0 - prettier: 3.0.0 + prettier: 3.3.3 prettier-linter-helpers: 1.0.0 synckit: 0.8.8 optionalDependencies: @@ -3426,28 +3438,28 @@ snapshots: pirates@4.0.6: {} - postcss-import@15.1.0(postcss@8.4.31): + postcss-import@15.1.0(postcss@8.4.45): dependencies: - postcss: 8.4.31 + postcss: 8.4.45 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 - postcss-js@4.0.1(postcss@8.4.31): + postcss-js@4.0.1(postcss@8.4.45): dependencies: camelcase-css: 2.0.1 - postcss: 8.4.31 + postcss: 8.4.45 - postcss-load-config@4.0.2(postcss@8.4.31): + postcss-load-config@4.0.2(postcss@8.4.45): dependencies: lilconfig: 3.1.2 yaml: 2.5.1 optionalDependencies: - postcss: 8.4.31 + postcss: 8.4.45 - postcss-nested@6.2.0(postcss@8.4.31): + postcss-nested@6.2.0(postcss@8.4.45): dependencies: - postcss: 8.4.31 + postcss: 8.4.45 postcss-selector-parser: 6.1.2 postcss-selector-parser@6.1.2: @@ -3457,12 +3469,6 @@ snapshots: postcss-value-parser@4.2.0: {} - postcss@8.4.31: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.0 - postcss@8.4.45: dependencies: nanoid: 3.3.7 @@ -3475,7 +3481,7 @@ snapshots: dependencies: fast-diff: 1.3.0 - prettier@3.0.0: {} + prettier@3.3.3: {} psl@1.9.0: {} @@ -3630,7 +3636,7 @@ snapshots: '@pkgr/core': 0.1.1 tslib: 2.7.0 - tailwindcss@3.3.3: + tailwindcss@3.4.10: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 @@ -3646,11 +3652,11 @@ snapshots: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.1.0 - postcss: 8.4.31 - postcss-import: 15.1.0(postcss@8.4.31) - postcss-js: 4.0.1(postcss@8.4.31) - postcss-load-config: 4.0.2(postcss@8.4.31) - postcss-nested: 6.2.0(postcss@8.4.31) + postcss: 8.4.45 + postcss-import: 15.1.0(postcss@8.4.45) + postcss-js: 4.0.1(postcss@8.4.45) + postcss-load-config: 4.0.2(postcss@8.4.45) + postcss-nested: 6.2.0(postcss@8.4.45) postcss-selector-parser: 6.1.2 resolve: 1.22.8 sucrase: 3.35.0 @@ -3719,7 +3725,7 @@ snapshots: uberproto@1.2.0: {} - undici-types@5.26.5: {} + undici-types@6.19.8: {} undici@6.19.8: {} @@ -3744,13 +3750,13 @@ snapshots: util-deprecate@1.0.2: {} - vite-node@2.0.5(@types/node@20.14.8): + vite-node@2.0.5(@types/node@20.16.5): dependencies: cac: 6.7.14 debug: 4.3.7 pathe: 1.1.2 tinyrainbow: 1.2.0 - vite: 5.4.3(@types/node@20.14.8) + vite: 5.4.3(@types/node@20.16.5) transitivePeerDependencies: - '@types/node' - less @@ -3762,16 +3768,16 @@ snapshots: - supports-color - terser - vite@5.4.3(@types/node@20.14.8): + vite@5.4.3(@types/node@20.16.5): dependencies: esbuild: 0.21.5 postcss: 8.4.45 rollup: 4.21.2 optionalDependencies: - '@types/node': 20.14.8 + '@types/node': 20.16.5 fsevents: 2.3.3 - vitest@2.0.5(@types/node@20.14.8)(jsdom@25.0.0): + vitest@2.0.5(@types/node@20.16.5)(jsdom@25.0.0): dependencies: '@ampproject/remapping': 2.3.0 '@vitest/expect': 2.0.5 @@ -3789,11 +3795,11 @@ snapshots: tinybench: 2.9.0 tinypool: 1.0.1 tinyrainbow: 1.2.0 - vite: 5.4.3(@types/node@20.14.8) - vite-node: 2.0.5(@types/node@20.14.8) + vite: 5.4.3(@types/node@20.16.5) + vite-node: 2.0.5(@types/node@20.16.5) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 20.14.8 + '@types/node': 20.16.5 jsdom: 25.0.0 transitivePeerDependencies: - less