From 4675dd1bba2d0ee98c95ddcbfc43d781eaf7b469 Mon Sep 17 00:00:00 2001 From: Yizack Rangel Date: Fri, 14 Jul 2023 22:24:21 -0500 Subject: [PATCH] chore: update deps --- package.json | 10 +- pnpm-lock.yaml | 256 +++++++++++++++++++------------------------------ 2 files changed, 101 insertions(+), 165 deletions(-) diff --git a/package.json b/package.json index b2b1d01..f02f3dc 100644 --- a/package.json +++ b/package.json @@ -56,19 +56,19 @@ "emojis": "node ./scripts/generateEmojis.js" }, "dependencies": { - "@nuxt/kit": "^3.6.2", + "@nuxt/kit": "^3.6.3", "@twemoji/api": "^14.1.2", "@twemoji/parser": "^14.1.0" }, "devDependencies": { "@nuxt/eslint-config": "^0.1.1", "@nuxt/module-builder": "^0.4.0", - "@nuxt/schema": "^3.6.2", - "@nuxt/test-utils": "^3.6.2", + "@nuxt/schema": "^3.6.3", + "@nuxt/test-utils": "^3.6.3", "@types/node": "^18.16.19", "changelogen": "^0.5.4", - "eslint": "^8.44.0", - "nuxt": "^3.6.2", + "eslint": "^8.45.0", + "nuxt": "^3.6.3", "vitest": "^0.33.0" }, "changelog": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa59e8c..b02ff83 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@nuxt/kit': - specifier: ^3.6.2 - version: 3.6.2(rollup@3.23.0) + specifier: ^3.6.3 + version: 3.6.3(rollup@3.23.0) '@twemoji/api': specifier: ^14.1.2 version: 14.1.2 @@ -18,16 +18,16 @@ dependencies: devDependencies: '@nuxt/eslint-config': specifier: ^0.1.1 - version: 0.1.1(eslint@8.44.0) + version: 0.1.1(eslint@8.45.0) '@nuxt/module-builder': specifier: ^0.4.0 - version: 0.4.0(@nuxt/kit@3.6.2)(nuxi@3.6.0) + version: 0.4.0(@nuxt/kit@3.6.3)(nuxi@3.6.3) '@nuxt/schema': - specifier: ^3.6.2 - version: 3.6.2(rollup@3.23.0) + specifier: ^3.6.3 + version: 3.6.3(rollup@3.23.0) '@nuxt/test-utils': - specifier: ^3.6.2 - version: 3.6.2(rollup@3.23.0)(vitest@0.33.0)(vue@3.3.4) + specifier: ^3.6.3 + version: 3.6.3(rollup@3.23.0)(vitest@0.33.0)(vue@3.3.4) '@types/node': specifier: ^18.16.19 version: 18.16.19 @@ -35,11 +35,11 @@ devDependencies: specifier: ^0.5.4 version: 0.5.4 eslint: - specifier: ^8.44.0 - version: 8.44.0 + specifier: ^8.45.0 + version: 8.45.0 nuxt: - specifier: ^3.6.2 - version: 3.6.2(@types/node@18.16.19)(eslint@8.44.0)(rollup@3.23.0)(typescript@5.0.4) + specifier: ^3.6.3 + version: 3.6.3(@types/node@18.16.19)(eslint@8.45.0)(rollup@3.23.0)(typescript@5.0.4) vitest: specifier: ^0.33.0 version: 0.33.0 @@ -740,13 +740,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.44.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.45.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.44.0 + eslint: 8.45.0 eslint-visitor-keys: 3.4.1 dev: true @@ -890,26 +890,26 @@ packages: resolution: {integrity: sha512-GBzP8zOc7CGWyFQS6dv1lQz8VVpz5C2yRszbXufwG/9zhStTIH50EtD87NmWbTMwXDvZLNg8GIpb1UFdH93JCA==} dev: true - /@nuxt/eslint-config@0.1.1(eslint@8.44.0): + /@nuxt/eslint-config@0.1.1(eslint@8.45.0): resolution: {integrity: sha512-znm1xlbhldUubB2XGx6Ca5uarwlIieKf0o8CtxtF6eEauDbpa3T2p3JnTcdguMW2nj1YPneoGmhshANfOlghiQ==} peerDependencies: eslint: ^8.29.0 dependencies: '@rushstack/eslint-patch': 1.3.0 - '@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.44.0)(typescript@4.9.5) - '@typescript-eslint/parser': 5.59.7(eslint@8.44.0)(typescript@5.0.4) - eslint: 8.44.0 - eslint-plugin-vue: 9.14.0(eslint@8.44.0) + '@typescript-eslint/eslint-plugin': 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.45.0)(typescript@4.9.5) + '@typescript-eslint/parser': 5.59.7(eslint@8.45.0)(typescript@5.0.4) + eslint: 8.45.0 + eslint-plugin-vue: 9.14.0(eslint@8.45.0) typescript: 4.9.5 transitivePeerDependencies: - supports-color dev: true - /@nuxt/kit@3.6.2(rollup@3.23.0): - resolution: {integrity: sha512-X1WN76izsILva6TvQVTfJCHG7TXCwsB6jsxZKcU3qSog26jer5dildDb5ZmKL3e+IFD6BwK4ShO/py8VZcT6OA==} + /@nuxt/kit@3.6.3(rollup@3.23.0): + resolution: {integrity: sha512-Eq+2whSIsZ+2IdB9J3okYOc+nZHassjt13vJZowxO3dw0rsXTnWGFHx40IX+wrBYE6eiOHjU/cXQ1XHdiU2GyQ==} engines: {node: ^14.18.0 || >=16.10.0} dependencies: - '@nuxt/schema': 3.6.2(rollup@3.23.0) + '@nuxt/schema': 3.6.3(rollup@3.23.0) c12: 1.4.2 consola: 3.2.3 defu: 6.1.2 @@ -930,18 +930,18 @@ packages: - rollup - supports-color - /@nuxt/module-builder@0.4.0(@nuxt/kit@3.6.2)(nuxi@3.6.0): + /@nuxt/module-builder@0.4.0(@nuxt/kit@3.6.3)(nuxi@3.6.3): resolution: {integrity: sha512-B+UAYgFV1Hkc2ZcD7GaiKZ3SNHhyxFlXzZoBWTc9ulE0Z/+rq6RTa9fNm13BZyGhVhDCl5FN/wF/yYa1O/D2iw==} hasBin: true peerDependencies: '@nuxt/kit': ^3.5.0 nuxi: ^3.5.0 dependencies: - '@nuxt/kit': 3.6.2(rollup@3.23.0) + '@nuxt/kit': 3.6.3(rollup@3.23.0) consola: 3.1.0 mlly: 1.3.0 mri: 1.2.0 - nuxi: 3.6.0 + nuxi: 3.6.3 pathe: 1.1.0 unbuild: 1.2.1 transitivePeerDependencies: @@ -949,8 +949,8 @@ packages: - supports-color dev: true - /@nuxt/schema@3.6.2(rollup@3.23.0): - resolution: {integrity: sha512-wxb1/C5ozly5IwX0IRjVGml1n2KjZrTKsf6lTk3fdjUpW105kAvYX4j66PDOdBRE4vCwCsgaHJfWpUSeNBxbuA==} + /@nuxt/schema@3.6.3(rollup@3.23.0): + resolution: {integrity: sha512-ZkcDt1DbgKX4Zv6Y+uLdn4Zt2WUDsZy+cuVx9XTRPoGVaG9PXZEgQr1XYoVH1vBMH/8VgDApvjok/Vzo+x+Nrg==} engines: {node: ^14.18.0 || >=16.10.0} dependencies: defu: 6.1.2 @@ -970,7 +970,7 @@ packages: resolution: {integrity: sha512-7kr2VDirYIXqyTHqaiWCrfQLgUjAa4qAHzykJOspMCFJWalHU9SVfnv+cTOKGqoXQ4TWOCd09tEd7sLlMFTEqw==} hasBin: true dependencies: - '@nuxt/kit': 3.6.2(rollup@3.23.0) + '@nuxt/kit': 3.6.3(rollup@3.23.0) chalk: 5.3.0 ci-info: 3.8.0 consola: 3.2.3 @@ -994,24 +994,24 @@ packages: - supports-color dev: true - /@nuxt/test-utils@3.6.2(rollup@3.23.0)(vitest@0.33.0)(vue@3.3.4): - resolution: {integrity: sha512-OvWmgEqh4SiADTj6cnYhIq2fvdBYzIDtrCOJYuCGc6Of80oGZG18cZfKmlcACRk/Vk3zQP3FGDfC26tz7d5N+Q==} + /@nuxt/test-utils@3.6.3(rollup@3.23.0)(vitest@0.33.0)(vue@3.3.4): + resolution: {integrity: sha512-LpEIjPAF3iVtSlPuZS6r1sRi4Xbfx49k18CTUhit0ukYVfufNrwCsBL60OG+lAhwzAMqUCh4qSwRGaBH1DI3Cg==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: '@jest/globals': ^29.5.0 - playwright: ^1.34.3 - vitest: ^0.30.0 || ^0.31.0 || ^0.32.0 + playwright-core: ^1.34.3 + vitest: ^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0 vue: ^3.3.4 peerDependenciesMeta: '@jest/globals': optional: true - playwright: + playwright-core: optional: true vitest: optional: true dependencies: - '@nuxt/kit': 3.6.2(rollup@3.23.0) - '@nuxt/schema': 3.6.2(rollup@3.23.0) + '@nuxt/kit': 3.6.3(rollup@3.23.0) + '@nuxt/schema': 3.6.3(rollup@3.23.0) consola: 3.2.3 defu: 6.1.2 execa: 7.1.1 @@ -1030,13 +1030,13 @@ packages: resolution: {integrity: sha512-MSZza7dxccNb/p7nuzGF8/m4POaFpHzVhNdR7f4xahOpH7Ja02lFeYR+rHtoHIJC0yym4qriqv0mQ+Qf/R61bQ==} dev: true - /@nuxt/vite-builder@3.6.2(@types/node@18.16.19)(eslint@8.44.0)(rollup@3.23.0)(typescript@5.0.4)(vue@3.3.4): - resolution: {integrity: sha512-+JOWj8f5W5CKTHCPUhcuHrIIfOJHMdOaRfWA6DiIK8xPUQ5b3i737GQ9CRoSBHr9EaySJVuYjs6ptT6r0t7Spg==} + /@nuxt/vite-builder@3.6.3(@types/node@18.16.19)(eslint@8.45.0)(rollup@3.23.0)(typescript@5.0.4)(vue@3.3.4): + resolution: {integrity: sha512-VWxuZ/GKp3IYMSW34yl+K8rEiDjb6gFt2avU1y9oNjkW/ONBLtBP5P7SFVtlzqs3Oxlk9zWAQc8D1dubBC3fEQ==} engines: {node: ^14.18.0 || >=16.10.0} peerDependencies: vue: ^3.3.4 dependencies: - '@nuxt/kit': 3.6.2(rollup@3.23.0) + '@nuxt/kit': 3.6.3(rollup@3.23.0) '@rollup/plugin-replace': 5.0.2(rollup@3.23.0) '@vitejs/plugin-vue': 4.2.3(vite@4.3.9)(vue@3.3.4) '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.3.9)(vue@3.3.4) @@ -1068,8 +1068,8 @@ packages: ufo: 1.1.2 unplugin: 1.3.2 vite: 4.3.9(@types/node@18.16.19) - vite-node: 0.32.4(@types/node@18.16.19) - vite-plugin-checker: 0.6.1(eslint@8.44.0)(typescript@5.0.4)(vite@4.3.9) + vite-node: 0.33.0(@types/node@18.16.19) + vite-plugin-checker: 0.6.1(eslint@8.45.0)(typescript@5.0.4)(vite@4.3.9) vue: 3.3.4 vue-bundle-renderer: 1.0.3 transitivePeerDependencies: @@ -1383,7 +1383,7 @@ packages: resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} dev: true - /@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.44.0)(typescript@4.9.5): + /@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.45.0)(typescript@4.9.5): resolution: {integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1395,12 +1395,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.59.7(eslint@8.44.0)(typescript@5.0.4) + '@typescript-eslint/parser': 5.59.7(eslint@8.45.0)(typescript@5.0.4) '@typescript-eslint/scope-manager': 5.59.7 - '@typescript-eslint/type-utils': 5.59.7(eslint@8.44.0)(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.7(eslint@8.44.0)(typescript@4.9.5) + '@typescript-eslint/type-utils': 5.59.7(eslint@8.45.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.7(eslint@8.45.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 8.44.0 + eslint: 8.45.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 @@ -1411,7 +1411,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@5.59.7(eslint@8.44.0)(typescript@5.0.4): + /@typescript-eslint/parser@5.59.7(eslint@8.45.0)(typescript@5.0.4): resolution: {integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1425,7 +1425,7 @@ packages: '@typescript-eslint/types': 5.59.7 '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) debug: 4.3.4 - eslint: 8.44.0 + eslint: 8.45.0 typescript: 5.0.4 transitivePeerDependencies: - supports-color @@ -1439,7 +1439,7 @@ packages: '@typescript-eslint/visitor-keys': 5.59.7 dev: true - /@typescript-eslint/type-utils@5.59.7(eslint@8.44.0)(typescript@4.9.5): + /@typescript-eslint/type-utils@5.59.7(eslint@8.45.0)(typescript@4.9.5): resolution: {integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -1450,9 +1450,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.59.7(typescript@4.9.5) - '@typescript-eslint/utils': 5.59.7(eslint@8.44.0)(typescript@4.9.5) + '@typescript-eslint/utils': 5.59.7(eslint@8.45.0)(typescript@4.9.5) debug: 4.3.4 - eslint: 8.44.0 + eslint: 8.45.0 tsutils: 3.21.0(typescript@4.9.5) typescript: 4.9.5 transitivePeerDependencies: @@ -1506,19 +1506,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils@5.59.7(eslint@8.44.0)(typescript@4.9.5): + /@typescript-eslint/utils@5.59.7(eslint@8.45.0)(typescript@4.9.5): resolution: {integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.44.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.45.0) '@types/json-schema': 7.0.11 '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 5.59.7 '@typescript-eslint/types': 5.59.7 '@typescript-eslint/typescript-estree': 5.59.7(typescript@4.9.5) - eslint: 8.44.0 + eslint: 8.45.0 eslint-scope: 5.1.1 semver: 7.5.3 transitivePeerDependencies: @@ -1790,12 +1790,12 @@ packages: resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} dev: true - /acorn-jsx@5.3.2(acorn@8.9.0): + /acorn-jsx@5.3.2(acorn@8.10.0): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.9.0 + acorn: 8.10.0 dev: true /acorn-walk@8.2.0: @@ -1818,6 +1818,7 @@ packages: resolution: {integrity: sha512-jaVNAFBHNLXspO543WnNNPZFRtavh3skAkITqD0/2aeMkKZTN+254PyhwxFYrk3vQ1xfY+2wbesJMs/JC8/PwQ==} engines: {node: '>=0.4.0'} hasBin: true + dev: true /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -2146,11 +2147,6 @@ packages: supports-color: 7.2.0 dev: true - /chalk@5.2.0: - resolution: {integrity: sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true - /chalk@5.3.0: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} @@ -2767,19 +2763,19 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - /eslint-plugin-vue@9.14.0(eslint@8.44.0): + /eslint-plugin-vue@9.14.0(eslint@8.45.0): resolution: {integrity: sha512-4O7EuiqPGVQA1wYCzLvCzsBTv9JIPHLHhrf0k55DLzbwtmJbSw2TKS0G/l7pOwi9RWMSkjIT7ftChU5gZpgnJw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.44.0) - eslint: 8.44.0 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.45.0) + eslint: 8.45.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.13 semver: 7.5.3 - vue-eslint-parser: 9.3.0(eslint@8.44.0) + vue-eslint-parser: 9.3.0(eslint@8.45.0) xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -2806,12 +2802,12 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.44.0: - resolution: {integrity: sha512-0wpHoUbDUHgNCyvFB5aXLiQVfK9B0at6gUvzy83k4kAsQ/u769TQDX6iKC+aO4upIHO9WSaA3QoXYQDHbNwf1A==} + /eslint@8.45.0: + resolution: {integrity: sha512-pd8KSxiQpdYRfYa9Wufvdoct3ZPQQuVuU5O6scNgMuOMYuxvH0IGaYK0wUFjo4UYYQQCUndlXiMbnxopwvvTiw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.44.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.45.0) '@eslint-community/regexpp': 4.5.1 '@eslint/eslintrc': 2.1.0 '@eslint/js': 8.44.0 @@ -2836,7 +2832,6 @@ packages: globals: 13.20.0 graphemer: 1.4.0 ignore: 5.2.4 - import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 @@ -2848,27 +2843,17 @@ packages: natural-compare: 1.4.0 optionator: 0.9.3 strip-ansi: 6.0.1 - strip-json-comments: 3.1.1 text-table: 0.2.0 transitivePeerDependencies: - supports-color dev: true - /espree@9.5.2: - resolution: {integrity: sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - acorn: 8.9.0 - acorn-jsx: 5.3.2(acorn@8.9.0) - eslint-visitor-keys: 3.4.1 - dev: true - /espree@9.6.0: resolution: {integrity: sha512-1FH/IiruXZ84tpUlm0aCUEwMl2Ho5ilqVh0VvQXw+byAz/4SAciyHLlfmL5WYqsvD38oymdUwBss0LtK8m4s/A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.9.0 - acorn-jsx: 5.3.2(acorn@8.9.0) + acorn: 8.10.0 + acorn-jsx: 5.3.2(acorn@8.10.0) eslint-visitor-keys: 3.4.1 dev: true @@ -3234,7 +3219,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.12 + fast-glob: 3.3.0 ignore: 5.2.4 merge2: 1.4.1 slash: 3.0.0 @@ -3256,7 +3241,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.12 + fast-glob: 3.3.0 ignore: 5.2.4 merge2: 1.4.1 slash: 4.0.0 @@ -3768,6 +3753,7 @@ packages: engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.15 + dev: true /magic-string@0.30.1: resolution: {integrity: sha512-mbVKXPmS0z0G4XqFDCTllmDQ6coZzn94aMlb0o/A4HEHJCKcanlDZwYJgwnkmgD3jyWhUgj9VsPrfd972yPffA==} @@ -3897,7 +3883,7 @@ packages: esbuild: 0.17.19 fs-extra: 11.1.1 globby: 13.2.0 - jiti: 1.18.2 + jiti: 1.19.1 mlly: 1.4.0 mri: 1.2.0 pathe: 1.1.1 @@ -3976,7 +3962,7 @@ packages: '@vercel/nft': 0.22.6 archiver: 5.3.1 c12: 1.4.2 - chalk: 5.2.0 + chalk: 5.3.0 chokidar: 3.5.3 citty: 0.1.1 consola: 3.2.3 @@ -4128,24 +4114,16 @@ packages: boolbase: 1.0.0 dev: true - /nuxi@3.6.0: - resolution: {integrity: sha512-gLmSE8NqNIz7HRPxBmO+Y+fgz95kMM25MzEoeuWLU/ZMWYqUOcvhsQEmv4ZZBfCe5/zv7+mO3G0UK1+Gi3QUoQ==} + /nuxi@3.6.3: + resolution: {integrity: sha512-UVokD+9Pq0EoPp2nmkS5K96g/P1BWYEpYCmtX4XW5oZqvkPlEBBdellOWPEb9wgSCBjWYVNpxA2uIRb4yhg1Nw==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true optionalDependencies: fsevents: 2.3.2 dev: true - /nuxi@3.6.2: - resolution: {integrity: sha512-1aRoq8QPXP+VIZZy4S/ZpJ0xx9j1DmOM3hWDfX40clAQCY4YX+NNAOKY4WzXFwU4t38xl+9wY5PE124VHWli2w==} - engines: {node: ^14.18.0 || >=16.10.0} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - - /nuxt@3.6.2(@types/node@18.16.19)(eslint@8.44.0)(rollup@3.23.0)(typescript@5.0.4): - resolution: {integrity: sha512-nzxXEKyjBUjRIfP/vojFdZ9RbpaiVftatT+p5tzJGea8beocRB2XsZ0hcDtmMuOcF6glQjG3EIsVu2p9Ckz/Kg==} + /nuxt@3.6.3(@types/node@18.16.19)(eslint@8.45.0)(rollup@3.23.0)(typescript@5.0.4): + resolution: {integrity: sha512-FiD2Ok81wPvQjNBO61h1fA7aqL0EloNspDC05eoQZl13kCthn7103esJNS+KAZNlPcXOYruEe3rGt066Sb/TwA==} engines: {node: ^14.18.0 || >=16.10.0} hasBin: true peerDependencies: @@ -4156,11 +4134,11 @@ packages: optional: true dependencies: '@nuxt/devalue': 2.0.2 - '@nuxt/kit': 3.6.2(rollup@3.23.0) - '@nuxt/schema': 3.6.2(rollup@3.23.0) + '@nuxt/kit': 3.6.3(rollup@3.23.0) + '@nuxt/schema': 3.6.3(rollup@3.23.0) '@nuxt/telemetry': 2.3.1(rollup@3.23.0) '@nuxt/ui-templates': 1.2.0 - '@nuxt/vite-builder': 3.6.2(@types/node@18.16.19)(eslint@8.44.0)(rollup@3.23.0)(typescript@5.0.4)(vue@3.3.4) + '@nuxt/vite-builder': 3.6.3(@types/node@18.16.19)(eslint@8.45.0)(rollup@3.23.0)(typescript@5.0.4)(vue@3.3.4) '@types/node': 18.16.19 '@unhead/ssr': 1.1.30 '@unhead/vue': 1.1.30(vue@3.3.4) @@ -4186,7 +4164,7 @@ packages: magic-string: 0.30.1 mlly: 1.4.0 nitropack: 2.5.2 - nuxi: 3.6.2 + nuxi: 3.6.3 nypm: 0.2.2 ofetch: 1.1.1 ohash: 1.1.2 @@ -4311,7 +4289,7 @@ packages: hasBin: true dependencies: ansi-colors: 4.1.3 - fast-glob: 3.2.12 + fast-glob: 3.3.0 js-yaml: 4.1.0 supports-color: 9.3.1 undici: 5.22.1 @@ -4992,14 +4970,6 @@ packages: optionalDependencies: fsevents: 2.3.2 - /rollup@3.25.1: - resolution: {integrity: sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==} - engines: {node: '>=14.18.0', npm: '>=8.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - /rollup@3.26.2: resolution: {integrity: sha512-6umBIGVz93er97pMgQO08LuH3m6PUb3jlDUUGFsNJB6VgTCUaDFpupf5JfU30529m/UKOgmiX+uY6Sx8cOYpLA==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} @@ -5444,8 +5414,8 @@ packages: '@rollup/plugin-node-resolve': 15.0.2(rollup@3.23.0) '@rollup/plugin-replace': 5.0.2(rollup@3.23.0) '@rollup/pluginutils': 5.0.2(rollup@3.23.0) - chalk: 5.2.0 - consola: 3.1.0 + chalk: 5.3.0 + consola: 3.2.3 defu: 6.1.2 esbuild: 0.17.19 globby: 13.1.4 @@ -5490,7 +5460,7 @@ packages: /unenv@1.5.1: resolution: {integrity: sha512-tQHlmQUPyIoyGc2bF8phugmQd6wVatkVe5FqxxhM1vHfmPKWTiogSVTHA0mO8gNztDKZLpBEJx3M3CJrTZyExg==} dependencies: - consola: 3.1.0 + consola: 3.2.3 defu: 6.1.2 mime: 3.0.0 node-fetch-native: 1.2.0 @@ -5513,13 +5483,13 @@ packages: escape-string-regexp: 5.0.0 fast-glob: 3.3.0 local-pkg: 0.4.3 - magic-string: 0.30.0 + magic-string: 0.30.1 mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 strip-literal: 1.0.1 - unplugin: 1.3.1 + unplugin: 1.3.2 transitivePeerDependencies: - rollup @@ -5530,13 +5500,13 @@ packages: escape-string-regexp: 5.0.0 fast-glob: 3.3.0 local-pkg: 0.4.3 - magic-string: 0.30.0 + magic-string: 0.30.1 mlly: 1.4.0 pathe: 1.1.1 pkg-types: 1.0.3 scule: 1.0.0 strip-literal: 1.0.1 - unplugin: 1.3.1 + unplugin: 1.3.2 transitivePeerDependencies: - rollup dev: true @@ -5564,7 +5534,7 @@ packages: '@vue-macros/common': 1.3.2(rollup@3.23.0)(vue@3.3.4) ast-walker-scope: 0.4.1 chokidar: 3.5.3 - fast-glob: 3.2.12 + fast-glob: 3.3.0 json5: 2.2.3 local-pkg: 0.4.3 mlly: 1.4.0 @@ -5572,20 +5542,12 @@ packages: scule: 1.0.0 unplugin: 1.3.2 vue-router: 4.2.4(vue@3.3.4) - yaml: 2.3.0 + yaml: 2.3.1 transitivePeerDependencies: - rollup - vue dev: true - /unplugin@1.3.1: - resolution: {integrity: sha512-h4uUTIvFBQRxUKS2Wjys6ivoeofGhxzTe2sRWlooyjHXVttcVfV/JiavNd3d4+jty0SVV0dxGw9AkY9MwiaCEw==} - dependencies: - acorn: 8.9.0 - chokidar: 3.5.3 - webpack-sources: 3.2.3 - webpack-virtual-modules: 0.5.0 - /unplugin@1.3.2: resolution: {integrity: sha512-Lh7/2SryjXe/IyWqx9K7IKwuKhuOFZEhotiBquOODsv2IVyDkI9lv/XhgfjdXf/xdbv32txmnBNnC/JVTDJlsA==} dependencies: @@ -5654,7 +5616,7 @@ packages: '@babel/standalone': 7.21.9 '@babel/types': 7.21.5 defu: 6.1.2 - jiti: 1.18.2 + jiti: 1.19.1 mri: 1.2.0 scule: 1.0.0 transitivePeerDependencies: @@ -5679,27 +5641,6 @@ packages: /util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - /vite-node@0.32.4(@types/node@18.16.19): - resolution: {integrity: sha512-L2gIw+dCxO0LK14QnUMoqSYpa9XRGnTTTDjW2h19Mr+GR0EFj4vx52W41gFXfMLqpA00eK4ZjOVYo1Xk//LFEw==} - engines: {node: '>=v14.18.0'} - hasBin: true - dependencies: - cac: 6.7.14 - debug: 4.3.4 - mlly: 1.4.0 - pathe: 1.1.1 - picocolors: 1.0.0 - vite: 4.3.9(@types/node@18.16.19) - transitivePeerDependencies: - - '@types/node' - - less - - sass - - stylus - - sugarss - - supports-color - - terser - dev: true - /vite-node@0.33.0(@types/node@18.16.19): resolution: {integrity: sha512-19FpHYbwWWxDr73ruNahC+vtEdza52kA90Qb3La98yZ0xULqV8A5JLNPUff0f5zID4984tW7l3DH2przTJUZSw==} engines: {node: '>=v14.18.0'} @@ -5721,7 +5662,7 @@ packages: - terser dev: true - /vite-plugin-checker@0.6.1(eslint@8.44.0)(typescript@5.0.4)(vite@4.3.9): + /vite-plugin-checker@0.6.1(eslint@8.45.0)(typescript@5.0.4)(vite@4.3.9): resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==} engines: {node: '>=14.16'} peerDependencies: @@ -5757,8 +5698,8 @@ packages: chalk: 4.1.2 chokidar: 3.5.3 commander: 8.3.0 - eslint: 8.44.0 - fast-glob: 3.2.12 + eslint: 8.45.0 + fast-glob: 3.3.0 fs-extra: 11.1.1 lodash.debounce: 4.0.8 lodash.pick: 4.4.0 @@ -5802,7 +5743,7 @@ packages: '@types/node': 18.16.19 esbuild: 0.17.19 postcss: 8.4.24 - rollup: 3.25.1 + rollup: 3.26.2 optionalDependencies: fsevents: 2.3.2 dev: true @@ -5921,17 +5862,17 @@ packages: resolution: {integrity: sha512-RutnB7X8c5hjq39NceArgXg28WZtZpGc3+J16ljMiYnFhKvd8hITxSWQSQ5bvldxMDU6gG5mkxl1MTQLXckVSQ==} dev: true - /vue-eslint-parser@9.3.0(eslint@8.44.0): + /vue-eslint-parser@9.3.0(eslint@8.45.0): resolution: {integrity: sha512-48IxT9d0+wArT1+3wNIy0tascRoywqSUe2E1YalIC1L8jsUGe5aJQItWfRok7DVFGz3UYvzEI7n5wiTXsCMAcQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.44.0 + eslint: 8.45.0 eslint-scope: 7.2.0 eslint-visitor-keys: 3.4.1 - espree: 9.5.2 + espree: 9.6.0 esquery: 1.5.0 lodash: 4.17.21 semver: 7.5.3 @@ -6039,11 +5980,6 @@ packages: /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - /yaml@2.3.0: - resolution: {integrity: sha512-8/1wgzdKc7bc9E6my5wZjmdavHLvO/QOmLG1FBugblEvY4IXrLjlViIOmL24HthU042lWTDRO90Fz1Yp66UnMw==} - engines: {node: '>= 14', npm: '>= 7'} - dev: true - /yaml@2.3.1: resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} engines: {node: '>= 14'}