From d0bfd0167f4785a0de40ba7fd4ed612cdb690955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Thu, 5 Jan 2023 12:06:23 +0100 Subject: [PATCH] chore(deps): upgrade deps ; move defaults back in app.config --- .docs/.studio/app.config.json | 3 + app.config.ts | 37 ++- nuxt.schema.ts | 20 +- package.json | 10 +- pnpm-lock.yaml | 564 ++++++++++++++++++++-------------- 5 files changed, 381 insertions(+), 253 deletions(-) diff --git a/.docs/.studio/app.config.json b/.docs/.studio/app.config.json index ccfd6306d..2885d8200 100644 --- a/.docs/.studio/app.config.json +++ b/.docs/.studio/app.config.json @@ -11,6 +11,9 @@ "youtube": "", "medium": "" }, + "layout": { + "fluid": true + }, "aside": { "level": 0, "collapsed": false, diff --git a/app.config.ts b/app.config.ts index 01774fc49..3de2d8714 100644 --- a/app.config.ts +++ b/app.config.ts @@ -1,7 +1,34 @@ export default defineAppConfig({ - /** - * Default are defined in nuxt.schema.ts for best typing and Studio integration - * This file can be used to leverage HMR while developping this theme - * Note that this file is not published to npm - */ + docus: { + title: 'Docus', + description: 'The best place to start your documentation.', + image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', + socials: { + twitter: '', + github: '', + facebook: '', + instagram: '', + youtube: '', + medium: '' + }, + layout: { fluid: false }, + aside: { + level: 0, + collapsed: false, + exclude: [] + }, header: { + title: '', + logo: false, + showLinkIcon: false, + exclude: [] + }, footer: { + credits: { + icon: 'IconDocus', + text: 'Powered by Docus', + href: 'https://docus.dev' + }, + textLinks: [], + iconLinks: [] + } + } }) diff --git a/nuxt.schema.ts b/nuxt.schema.ts index 3d56bdea9..c0b594357 100644 --- a/nuxt.schema.ts +++ b/nuxt.schema.ts @@ -25,8 +25,7 @@ export default defineNuxtConfigSchema({ * * @studio-icon dashicons:cover-image */ - image: - 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', + image: 'https://user-images.githubusercontent.com/904724/185365452-87b7ca7b-6030-4813-a2db-5e65c785bf88.png', /** * Social links. * @@ -73,11 +72,18 @@ export default defineNuxtConfigSchema({ medium: '' }, /** - * Theme layout. + * Theme layout configuration. + * + * @studio-icon tabler:arrow-autofit-width */ - layout: { fluid: true }, + layout: { + /** + * Enables the `fluid` layout mode. + */ + fluid: true + }, /** - * Aside navigation configuration + * Aside navigation configuration. * * @studio-icon fluent:document-page-24-regular */ @@ -101,7 +107,7 @@ export default defineNuxtConfigSchema({ exclude: [] }, /** - * Header configuration + * Header configuration. * * @studio-icon fluent:document-header-24-regular */ @@ -115,7 +121,7 @@ export default defineNuxtConfigSchema({ */ title: '', /** - * Logo configuration + * Logo configuration. * * Boolean to disable or use the `Logo.vue` component. * diff --git a/package.json b/package.json index ecbc5d7d7..dcf9712b8 100644 --- a/package.json +++ b/package.json @@ -26,18 +26,18 @@ "release": "release-it" }, "dependencies": { - "@nuxt-themes/elements": "^0.4.0", - "@nuxt-themes/tokens": "^1.5.1", - "@nuxt-themes/typography": "^0.3.0", + "@nuxt-themes/elements": "^0.4.3", + "@nuxt-themes/tokens": "^1.5.2", + "@nuxt-themes/typography": "^0.4.0", "@nuxt/content": "^2.3.0", "@nuxthq/studio": "^0.4.3", - "@vueuse/nuxt": "^9.9.0" + "@vueuse/nuxt": "^9.10.0" }, "devDependencies": { "@algolia/client-search": "^4.14.3", "@docsearch/css": "^3.3.1", "@docsearch/js": "^3.3.1", - "@nuxtjs/algolia": "^1.4.0", + "@nuxtjs/algolia": "^1.4.2", "@nuxtjs/eslint-config-typescript": "^12.0.0", "eslint": "^8.31.0", "nuxt": "3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c90d6c4b1..b53dccae6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,14 +4,14 @@ specifiers: '@algolia/client-search': ^4.14.3 '@docsearch/css': ^3.3.1 '@docsearch/js': ^3.3.1 - '@nuxt-themes/elements': ^0.4.0 - '@nuxt-themes/tokens': ^1.5.1 - '@nuxt-themes/typography': ^0.3.0 + '@nuxt-themes/elements': ^0.4.3 + '@nuxt-themes/tokens': ^1.5.2 + '@nuxt-themes/typography': ^0.4.0 '@nuxt/content': ^2.3.0 '@nuxthq/studio': ^0.4.3 - '@nuxtjs/algolia': ^1.4.0 + '@nuxtjs/algolia': ^1.4.2 '@nuxtjs/eslint-config-typescript': ^12.0.0 - '@vueuse/nuxt': ^9.9.0 + '@vueuse/nuxt': ^9.10.0 eslint: ^8.31.0 nuxt: 3.0.0 nuxt-plausible: ^0.1.2 @@ -20,18 +20,18 @@ specifiers: vue: ^3.2.45 dependencies: - '@nuxt-themes/elements': 0.4.0_vue@3.2.45 - '@nuxt-themes/tokens': 1.5.1_vue@3.2.45 - '@nuxt-themes/typography': 0.3.0_vue@3.2.45 + '@nuxt-themes/elements': 0.4.3_vue@3.2.45 + '@nuxt-themes/tokens': 1.5.2_vue@3.2.45 + '@nuxt-themes/typography': 0.4.0_vue@3.2.45 '@nuxt/content': 2.3.0 '@nuxthq/studio': 0.4.3 - '@vueuse/nuxt': 9.9.0_nuxt@3.0.0+vue@3.2.45 + '@vueuse/nuxt': 9.10.0_nuxt@3.0.0+vue@3.2.45 devDependencies: '@algolia/client-search': 4.14.3 '@docsearch/css': 3.3.1 '@docsearch/js': 3.3.1_2r467mdhb7mblpaox4bg7fatdi - '@nuxtjs/algolia': 1.4.0_vue@3.2.45 + '@nuxtjs/algolia': 1.4.2_vue@3.2.45 '@nuxtjs/eslint-config-typescript': 12.0.0_iukboom6ndih5an6iafl45j2fe eslint: 8.31.0 nuxt: 3.0.0_iukboom6ndih5an6iafl45j2fe @@ -201,19 +201,19 @@ packages: resolution: {integrity: sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==} engines: {node: '>=6.9.0'} - /@babel/core/7.20.7: - resolution: {integrity: sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==} + /@babel/core/7.20.12: + resolution: {integrity: sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 '@babel/code-frame': 7.18.6 '@babel/generator': 7.20.7 - '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.7 + '@babel/helper-compilation-targets': 7.20.7_@babel+core@7.20.12 '@babel/helper-module-transforms': 7.20.11 '@babel/helpers': 7.20.7 '@babel/parser': 7.20.7 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.10 + '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 convert-source-map: 1.9.0 debug: 4.3.4 @@ -237,32 +237,33 @@ packages: dependencies: '@babel/types': 7.20.7 - /@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.7: + /@babel/helper-compilation-targets/7.20.7_@babel+core@7.20.12: resolution: {integrity: sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.20.10 - '@babel/core': 7.20.7 + '@babel/core': 7.20.12 '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.4 lru-cache: 5.1.1 semver: 6.3.0 - /@babel/helper-create-class-features-plugin/7.20.7_@babel+core@7.20.7: - resolution: {integrity: sha512-LtoWbDXOaidEf50hmdDqn9g8VEzsorMexoWMQdQODbvmqYmaF23pBP5VNPAGIFHsFQCIeKokDiz3CH5Y2jlY6w==} + /@babel/helper-create-class-features-plugin/7.20.12_@babel+core@7.20.12: + resolution: {integrity: sha512-9OunRkbT0JQcednL0UFvbfXpAsUXiGjUk0a7sN8fUXX7Mue79cUSMjHGDRRi/Vz9vYlpIhLV5fMD5dKoMhhsNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.20.7 + '@babel/core': 7.20.12 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.20.7 + '@babel/helper-skip-transparent-expression-wrappers': 7.20.0 '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color @@ -306,7 +307,7 @@ packages: '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.10 + '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color @@ -329,7 +330,7 @@ packages: '@babel/helper-member-expression-to-functions': 7.20.7 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.10 + '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color @@ -340,6 +341,12 @@ packages: dependencies: '@babel/types': 7.20.7 + /@babel/helper-skip-transparent-expression-wrappers/7.20.0: + resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.20.7 + /@babel/helper-split-export-declaration/7.18.6: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} @@ -363,7 +370,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.20.7 - '@babel/traverse': 7.20.10 + '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 transitivePeerDependencies: - supports-color @@ -383,34 +390,34 @@ packages: dependencies: '@babel/types': 7.20.7 - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.7: + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.20.12: resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.7 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.7: + /@babel/plugin-syntax-typescript/7.20.0_@babel+core@7.20.12: resolution: {integrity: sha512-rd9TkG+u1CExzS4SM1BlMEhMXwFLKVjOAFFCDx9PbX5ycJWDoWMcwdJH9RhkPu1dOgn5TrxLot/Gx6lWFuAUNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.7 + '@babel/core': 7.20.12 '@babel/helper-plugin-utils': 7.20.2 - /@babel/plugin-transform-typescript/7.20.7_@babel+core@7.20.7: + /@babel/plugin-transform-typescript/7.20.7_@babel+core@7.20.12: resolution: {integrity: sha512-m3wVKEvf6SoszD8pu4NZz3PvfKRCMgk6D6d0Qi9hNnlM5M6CFS92EgF4EiHVLKbU0r/r7ty1hg7NPZwE7WRbYw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.20.7 - '@babel/helper-create-class-features-plugin': 7.20.7_@babel+core@7.20.7 + '@babel/core': 7.20.12 + '@babel/helper-create-class-features-plugin': 7.20.12_@babel+core@7.20.12 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.7 + '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.20.12 transitivePeerDependencies: - supports-color @@ -421,8 +428,8 @@ packages: regenerator-runtime: 0.13.11 dev: true - /@babel/standalone/7.20.11: - resolution: {integrity: sha512-WUPlwwXFk3iViGE7QFVVp423eVtT+eoXu1940Xu4QJgqgHBF6WWtlwO1Ip5rIWQnp7OHrGdwrwKLtLhUVfOZbA==} + /@babel/standalone/7.20.12: + resolution: {integrity: sha512-hK/X+m1il3w1tYS4H8LDaGCEdiT47SVqEXY8RiEAgou26BystipSU8ZL6EvBR6t5l7lTv0ilBiChXWblKJ5iUA==} engines: {node: '>=6.9.0'} /@babel/template/7.20.7: @@ -433,8 +440,8 @@ packages: '@babel/parser': 7.20.7 '@babel/types': 7.20.7 - /@babel/traverse/7.20.10: - resolution: {integrity: sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg==} + /@babel/traverse/7.20.12: + resolution: {integrity: sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.18.6 @@ -649,11 +656,11 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - /@nuxt-themes/elements/0.4.0_vue@3.2.45: - resolution: {integrity: sha512-vLGefps996hqpmo1DnTzXoEWPOJxkEw3QAOoNVNxVdpIFaljgxOTHLfR0srDykpUuM58iDhd9F9KEvskJGweVA==} + /@nuxt-themes/elements/0.4.3_vue@3.2.45: + resolution: {integrity: sha512-lxFshiGgaq9D713pcMZn54c+30UhaQqNwEhRjxW/21+O2Cr4BfNeSTbg5Y4R9tJkJmCTDGpVfeMHAFO3glX1Xg==} dependencies: - '@nuxt-themes/tokens': 1.5.1_vue@3.2.45 - '@vueuse/core': 9.9.0_vue@3.2.45 + '@nuxt-themes/tokens': 1.5.2_vue@3.2.45 + '@vueuse/core': 9.10.0_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - postcss @@ -663,11 +670,11 @@ packages: - vue dev: false - /@nuxt-themes/tokens/1.5.1_vue@3.2.45: - resolution: {integrity: sha512-oK5mwhZbnIeyzGm7wb80ea6nUXcir9c64g1HrCQKxAJem2w2hwtqtAQAyujN9NSwTm1EZbO67+58i8T7BKZ4Zw==} + /@nuxt-themes/tokens/1.5.2_vue@3.2.45: + resolution: {integrity: sha512-7M9HkeTyNh29UMYril7TpwXlr/5rGspWLB/Xlmwwy5QGo5fyLuZZdWqUvzAeUXL+fCKQJq40N0PTMyWQ0KgdAA==} dependencies: '@nuxtjs/color-mode': 3.2.0 - '@vueuse/core': 9.9.0_vue@3.2.45 + '@vueuse/core': 9.10.0_vue@3.2.45 pinceau: 0.10.3 transitivePeerDependencies: - '@vue/composition-api' @@ -678,12 +685,12 @@ packages: - vue dev: false - /@nuxt-themes/typography/0.3.0_vue@3.2.45: - resolution: {integrity: sha512-33X6ue8VxB/2L9vUNdlEEJpjwSozAgq3AicNvVGWsx+aJV6ZFavfFViteONYJ8WvzRPzK+Hc1e5RFfbS5mAZTA==} + /@nuxt-themes/typography/0.4.0_vue@3.2.45: + resolution: {integrity: sha512-qcRw2q5Z2fAIfOoXgG6tK7QSicSzuWK3EbKzWi6mU8kOeEuAeaUU7gF6/dpuurEqCrV1jnsjvkFGK8yA9sBk1g==} dependencies: - '@nuxt-themes/tokens': 1.5.1_vue@3.2.45 + '@nuxt-themes/tokens': 1.5.2_vue@3.2.45 '@nuxtjs/color-mode': 3.2.0 - nuxt-config-schema: 0.3.7 + nuxt-config-schema: 0.4.0 nuxt-icon: 0.1.8_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' @@ -706,7 +713,7 @@ packages: json5: 2.2.3 knitwork: 1.0.0 listhen: 1.0.1 - mdast-util-to-hast: 12.2.4 + mdast-util-to-hast: 12.2.5 mdurl: 1.0.1 ohash: 1.0.0 pathe: 1.0.0 @@ -754,7 +761,7 @@ packages: globby: 13.1.3 hash-sum: 2.0.0 ignore: 5.2.4 - jiti: 1.16.0 + jiti: 1.16.1 knitwork: 1.0.0 lodash.template: 4.5.0 mlly: 1.0.0 @@ -764,7 +771,7 @@ packages: semver: 7.3.8 unctx: 2.1.1 unimport: 1.1.0 - untyped: 1.2.0 + untyped: 1.2.1 transitivePeerDependencies: - rollup - supports-color @@ -780,7 +787,7 @@ packages: globby: 13.1.3 hash-sum: 2.0.0 ignore: 5.2.4 - jiti: 1.16.0 + jiti: 1.16.1 knitwork: 1.0.0 lodash.template: 4.5.0 mlly: 1.0.0 @@ -790,7 +797,7 @@ packages: semver: 7.3.8 unctx: 2.1.1 unimport: 1.1.0_rollup@2.79.1 - untyped: 1.2.0 + untyped: 1.2.1 transitivePeerDependencies: - rollup - supports-color @@ -802,7 +809,7 @@ packages: c12: 1.1.0 create-require: 1.1.1 defu: 6.1.1 - jiti: 1.16.0 + jiti: 1.16.1 pathe: 1.0.0 pkg-types: 1.0.1 postcss-import-resolver: 2.0.0 @@ -810,7 +817,7 @@ packages: std-env: 3.3.1 ufo: 1.0.1 unimport: 1.1.0 - untyped: 1.2.0 + untyped: 1.2.1 transitivePeerDependencies: - rollup - supports-color @@ -822,7 +829,7 @@ packages: c12: 1.1.0 create-require: 1.1.1 defu: 6.1.1 - jiti: 1.16.0 + jiti: 1.16.1 pathe: 1.0.0 pkg-types: 1.0.1 postcss-import-resolver: 2.0.0 @@ -830,7 +837,7 @@ packages: std-env: 3.3.1 ufo: 1.0.1 unimport: 1.1.0_rollup@2.79.1 - untyped: 1.2.0 + untyped: 1.2.1 transitivePeerDependencies: - rollup - supports-color @@ -851,7 +858,7 @@ packages: git-url-parse: 13.1.0 inquirer: 9.1.4 is-docker: 3.0.0 - jiti: 1.16.0 + jiti: 1.16.1 mri: 1.2.0 nanoid: 4.0.0 node-fetch: 3.3.0 @@ -882,7 +889,7 @@ packages: defu: 6.1.1 esbuild: 0.15.18 escape-string-regexp: 5.0.0 - estree-walker: 3.0.1 + estree-walker: 3.0.2 externality: 1.0.0 fs-extra: 10.1.0 get-port-please: 2.6.1 @@ -929,7 +936,7 @@ packages: '@nuxt/schema': 3.0.0 defu: 6.1.1 nuxt-component-meta: 0.4.2 - nuxt-config-schema: 0.3.7 + nuxt-config-schema: 0.3.8 socket.io-client: 4.5.4 ufo: 1.0.1 transitivePeerDependencies: @@ -939,8 +946,8 @@ packages: - utf-8-validate dev: false - /@nuxtjs/algolia/1.4.0_vue@3.2.45: - resolution: {integrity: sha512-ZEKjt72b+QVUy42I1xxgLxO+AQdA5C3zcR0Ccoip7LWEPSco5Apr3dbZHNokVyushNi3C9dcNTy3ElZN42AcQA==} + /@nuxtjs/algolia/1.4.2_vue@3.2.45: + resolution: {integrity: sha512-AornDeWI5UT/US+AnSlsyDk53neMWiKjenmGL0jQHnrPTSwLGF+OI9xAVdzwZiydTP2cSiGNmL3FZr7NVIUt9w==} dependencies: '@algolia/cache-in-memory': 4.14.3 '@algolia/recommend': 4.14.3 @@ -948,8 +955,9 @@ packages: algoliasearch: 4.14.3 instantsearch.css: 7.4.5 metadata-scraper: 0.2.61 + rollup-plugin-node-polyfills: 0.2.1 storyblok-algolia-indexer: 1.0.3 - vue-instantsearch: 4.7.0_5fh5usgt5umiy73yfo44ystf2a + vue-instantsearch: 4.7.1_5fh5usgt5umiy73yfo44ystf2a transitivePeerDependencies: - '@vue/server-renderer' - debug @@ -975,12 +983,12 @@ packages: peerDependencies: eslint: ^8.23.0 dependencies: - '@nuxtjs/eslint-config': 12.0.0_bpx4furzt4ibermwbsj75osuwi - '@typescript-eslint/eslint-plugin': 5.47.1_axni7f4fgvh6tlufnh6hwgsifq - '@typescript-eslint/parser': 5.47.1_iukboom6ndih5an6iafl45j2fe + '@nuxtjs/eslint-config': 12.0.0_cxu27kyieece4tnvunezm4whiq + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe eslint: 8.31.0 eslint-import-resolver-typescript: 3.5.2_ol7jqilc3wemtdbq3nzhywgxq4 - eslint-plugin-import: 2.26.0_bpx4furzt4ibermwbsj75osuwi + eslint-plugin-import: 2.26.0_cxu27kyieece4tnvunezm4whiq eslint-plugin-vue: 9.8.0_eslint@8.31.0 transitivePeerDependencies: - eslint-import-resolver-webpack @@ -988,14 +996,14 @@ packages: - typescript dev: true - /@nuxtjs/eslint-config/12.0.0_bpx4furzt4ibermwbsj75osuwi: + /@nuxtjs/eslint-config/12.0.0_cxu27kyieece4tnvunezm4whiq: resolution: {integrity: sha512-ewenelo75x0eYEUK+9EBXjc/OopQCvdkmYmlZuoHq5kub/vtiRpyZ/autppwokpHUq8tiVyl2ejMakoiHiDTrg==} peerDependencies: eslint: ^8.23.0 dependencies: eslint: 8.31.0 eslint-config-standard: 17.0.0_bnqb5qzb3pd2ps6dat4mcipgfi - eslint-plugin-import: 2.26.0_bpx4furzt4ibermwbsj75osuwi + eslint-plugin-import: 2.26.0_cxu27kyieece4tnvunezm4whiq eslint-plugin-n: 15.6.0_eslint@8.31.0 eslint-plugin-node: 11.1.0_eslint@8.31.0 eslint-plugin-promise: 6.1.1_eslint@8.31.0 @@ -1164,7 +1172,7 @@ packages: rollup: 2.79.1 slash: 4.0.0 - /@rollup/plugin-alias/4.0.2_rollup@3.9.0: + /@rollup/plugin-alias/4.0.2_rollup@3.9.1: resolution: {integrity: sha512-1hv7dBOZZwo3SEupxn4UA2N0EDThqSSS+wI1St1TNTBtOZvUchyIClyHcnDcjjrReTPZ47Faedrhblv4n+T5UQ==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1173,7 +1181,7 @@ packages: rollup: optional: true dependencies: - rollup: 3.9.0 + rollup: 3.9.1 slash: 4.0.0 dev: false @@ -1194,7 +1202,7 @@ packages: magic-string: 0.27.0 rollup: 2.79.1 - /@rollup/plugin-commonjs/23.0.7_rollup@3.9.0: + /@rollup/plugin-commonjs/23.0.7_rollup@3.9.1: resolution: {integrity: sha512-hsSD5Qzyuat/swzrExGG5l7EuIlPhwTsT7KwKbSCQzIcJWjRxiimi/0tyMYY2bByitNb3i1p+6JWEDGa0NvT0Q==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1203,13 +1211,13 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.0 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 commondir: 1.0.1 estree-walker: 2.0.2 glob: 8.0.3 is-reference: 1.2.1 magic-string: 0.27.0 - rollup: 3.9.0 + rollup: 3.9.1 dev: false /@rollup/plugin-inject/5.0.3_rollup@2.79.1: @@ -1238,7 +1246,7 @@ packages: '@rollup/pluginutils': 5.0.2_rollup@2.79.1 rollup: 2.79.1 - /@rollup/plugin-json/5.0.2_rollup@3.9.0: + /@rollup/plugin-json/5.0.2_rollup@3.9.1: resolution: {integrity: sha512-D1CoOT2wPvadWLhVcmpkDnesTzjhNIQRWLsc3fA49IFOP2Y84cFOOJ+nKGYedvXHKUsPeq07HR4hXpBBr+CHlA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1247,8 +1255,8 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.0 - rollup: 3.9.0 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 + rollup: 3.9.1 dev: false /@rollup/plugin-node-resolve/15.0.1_rollup@2.79.1: @@ -1268,7 +1276,7 @@ packages: resolve: 1.22.1 rollup: 2.79.1 - /@rollup/plugin-node-resolve/15.0.1_rollup@3.9.0: + /@rollup/plugin-node-resolve/15.0.1_rollup@3.9.1: resolution: {integrity: sha512-ReY88T7JhJjeRVbfCyNj+NXAG3IIsVMsX9b5/9jC98dRP8/yxlZdz7mHZbHk5zHr24wZZICS5AcXsFZAXYUQEg==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1277,13 +1285,13 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.0 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 '@types/resolve': 1.20.2 deepmerge: 4.2.2 is-builtin-module: 3.2.0 is-module: 1.0.0 resolve: 1.22.1 - rollup: 3.9.0 + rollup: 3.9.1 dev: false /@rollup/plugin-replace/5.0.2_rollup@2.79.1: @@ -1299,7 +1307,7 @@ packages: magic-string: 0.27.0 rollup: 2.79.1 - /@rollup/plugin-replace/5.0.2_rollup@3.9.0: + /@rollup/plugin-replace/5.0.2_rollup@3.9.1: resolution: {integrity: sha512-M9YXNekv/C/iHHK+cvORzfRYfPbq0RDD8r0G+bMiTXjNGKulPnCT9O3Ss46WfhI6ZOCgApOP7xAdmCQJ+U2LAA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1308,9 +1316,9 @@ packages: rollup: optional: true dependencies: - '@rollup/pluginutils': 5.0.2_rollup@3.9.0 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 magic-string: 0.27.0 - rollup: 3.9.0 + rollup: 3.9.1 dev: false /@rollup/plugin-wasm/6.1.1_rollup@2.79.1: @@ -1358,7 +1366,7 @@ packages: picomatch: 2.3.1 rollup: 2.79.1 - /@rollup/pluginutils/5.0.2_rollup@3.9.0: + /@rollup/pluginutils/5.0.2_rollup@3.9.1: resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} engines: {node: '>=14.0.0'} peerDependencies: @@ -1370,7 +1378,7 @@ packages: '@types/estree': 1.0.0 estree-walker: 2.0.2 picomatch: 2.3.1 - rollup: 3.9.0 + rollup: 3.9.1 dev: false /@sindresorhus/is/4.6.0: @@ -1506,8 +1514,8 @@ packages: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} dev: false - /@typescript-eslint/eslint-plugin/5.47.1_axni7f4fgvh6tlufnh6hwgsifq: - resolution: {integrity: sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==} + /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: + resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -1517,10 +1525,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/type-utils': 5.47.1_iukboom6ndih5an6iafl45j2fe - '@typescript-eslint/utils': 5.47.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/type-utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 eslint: 8.31.0 ignore: 5.2.4 @@ -1533,8 +1541,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.47.1_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==} + /@typescript-eslint/parser/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -1543,9 +1551,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 debug: 4.3.4 eslint: 8.31.0 typescript: 4.9.4 @@ -1553,16 +1561,16 @@ packages: - supports-color dev: true - /@typescript-eslint/scope-manager/5.47.1: - resolution: {integrity: sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==} + /@typescript-eslint/scope-manager/5.48.0: + resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 dev: true - /@typescript-eslint/type-utils/5.47.1_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==} + /@typescript-eslint/type-utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -1571,8 +1579,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.47.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 @@ -1581,13 +1589,13 @@ packages: - supports-color dev: true - /@typescript-eslint/types/5.47.1: - resolution: {integrity: sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==} + /@typescript-eslint/types/5.48.0: + resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4: - resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==} + /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: + resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -1595,8 +1603,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -1607,17 +1615,17 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.47.1_iukboom6ndih5an6iafl45j2fe: - resolution: {integrity: sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==} + /@typescript-eslint/utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 eslint: 8.31.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.31.0 @@ -1627,11 +1635,11 @@ packages: - typescript dev: true - /@typescript-eslint/visitor-keys/5.47.1: - resolution: {integrity: sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==} + /@typescript-eslint/visitor-keys/5.48.0: + resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 + '@typescript-eslint/types': 5.48.0 eslint-visitor-keys: 3.3.0 dev: true @@ -1691,9 +1699,9 @@ packages: vite: ^3.0.0 vue: ^3.0.0 dependencies: - '@babel/core': 7.20.7 - '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.7 - '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7 + '@babel/core': 7.20.12 + '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.12 + '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.12 vite: 3.2.5 vue: 3.2.45 transitivePeerDependencies: @@ -1709,24 +1717,24 @@ packages: vite: 3.2.5 vue: 3.2.45 - /@volar/language-core/1.0.19: - resolution: {integrity: sha512-BRxhwqn66VHeLIxxgV4ybY9NDtwMp2bl1w7085qlK7i1pa4jeFR5lJG2U5qd0oI3e0PIWML+PryxSrKNd3+SZw==} + /@volar/language-core/1.0.22: + resolution: {integrity: sha512-hiJeCOqxNdtG/04FRGLGI9H9DVz2l6cTqPDBzwqplHXAWfMxjzUaGUrn9sfTG7YMFNZUgK4EYxJnRfhqdtbSFQ==} dependencies: - '@volar/source-map': 1.0.19 + '@volar/source-map': 1.0.22 muggle-string: 0.1.0 dev: false - /@volar/source-map/1.0.19: - resolution: {integrity: sha512-5fYKsl1evR/QAZ9LADto3kzbYKfpjZLWS9reNpxGR3ODPFTpaJgYk4lqghFyq4yU7/e/ZPZ1zLXjEsnL526URw==} + /@volar/source-map/1.0.22: + resolution: {integrity: sha512-cv4gypHSP4MWVR82ed/+1IpI6794qAl0Q0+KJ+VGMVF8rVugsiF9QbyMCgjel9wNRsssQsazzsf6txOR9vHQiw==} dependencies: muggle-string: 0.1.0 dev: false - /@volar/vue-language-core/1.0.19: - resolution: {integrity: sha512-3mIjJvQ+0tNOp+U9+Nggy92HYIqnltf882UMG9RuNHrd0Jn/rdvjRBs0jNTzwYDV9tn3tjDHGIfQak9XrUCaRg==} + /@volar/vue-language-core/1.0.22: + resolution: {integrity: sha512-Ki0G/ZdBj2/GLw+/VVH3n9XR/JL6krMIth02EekFn6JV4PGN3mNxbvoh6lOPSDZLR6biOU5nJPnnjpKy8nuXhw==} dependencies: - '@volar/language-core': 1.0.19 - '@volar/source-map': 1.0.19 + '@volar/language-core': 1.0.22 + '@volar/source-map': 1.0.22 '@vue/compiler-dom': 3.2.45 '@vue/compiler-sfc': 3.2.45 '@vue/reactivity': 3.2.45 @@ -1738,13 +1746,13 @@ packages: /@vue/babel-helper-vue-transform-on/1.0.2: resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==} - /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.7: + /@vue/babel-plugin-jsx/1.1.1_@babel+core@7.20.12: resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==} dependencies: '@babel/helper-module-imports': 7.18.6 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.7 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.20.12 '@babel/template': 7.20.7 - '@babel/traverse': 7.20.10 + '@babel/traverse': 7.20.12 '@babel/types': 7.20.7 '@vue/babel-helper-vue-transform-on': 1.0.2 camelcase: 6.3.0 @@ -1830,12 +1838,12 @@ packages: /@vue/shared/3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} - /@vueuse/core/9.9.0_vue@3.2.45: - resolution: {integrity: sha512-JdDb7TrE0imZnwBhMF4+0PCJqGD3AxzH8S2sfk54P0rqvklK+EAtAR/mPb1HwV/JPujQFQJhghQ190Yq03YpVw==} + /@vueuse/core/9.10.0_vue@3.2.45: + resolution: {integrity: sha512-CxMewME07qeuzuT/AOIQGv0EhhDoojniqU6pC3F8m5VC76L47UT18DcX88kWlP3I7d3qMJ4u/PD8iSRsy3bmNA==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.9.0 - '@vueuse/shared': 9.9.0_vue@3.2.45 + '@vueuse/metadata': 9.10.0 + '@vueuse/shared': 9.10.0_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' @@ -1853,18 +1861,18 @@ packages: '@unhead/vue': 1.0.14_vue@3.2.45 vue: 3.2.45 - /@vueuse/metadata/9.9.0: - resolution: {integrity: sha512-pgxsUJv/d7IjKpLeB6TthggEsaBwM3ffc5jPrr5TmxAm/fup0mGR5VTzrdA/PSx85tpb+CIvP92D+55qBNc8ag==} + /@vueuse/metadata/9.10.0: + resolution: {integrity: sha512-G5VZhgTCapzU9rv0Iq2HBrVOSGzOKb+OE668NxhXNcTjUjwYxULkEhAw70FtRLMZc+hxcFAzDZlKYA0xcwNMuw==} dev: false - /@vueuse/nuxt/9.9.0_nuxt@3.0.0+vue@3.2.45: - resolution: {integrity: sha512-bhvHsy3vM38WWRhFgyjbDP/tfn0AMP7z1KeaWt5+ysxGHZ1EHMsY4lcFbpcFlQ6K9TKMcYvzzcBSzYxlWanMnQ==} + /@vueuse/nuxt/9.10.0_nuxt@3.0.0+vue@3.2.45: + resolution: {integrity: sha512-Re63RiUzsEbYGGrES+2YY3Elqblu0XVIVogBJydLBgK4sINDbfnqX0MHDpBuV8MC2SZ/3ojQPMOaJdYIIidJeg==} peerDependencies: nuxt: ^3.0.0 dependencies: '@nuxt/kit': 3.0.0 - '@vueuse/core': 9.9.0_vue@3.2.45 - '@vueuse/metadata': 9.9.0 + '@vueuse/core': 9.10.0_vue@3.2.45 + '@vueuse/metadata': 9.10.0 local-pkg: 0.4.2 nuxt: 3.0.0_iukboom6ndih5an6iafl45j2fe vue-demi: 0.13.11_vue@3.2.45 @@ -1875,8 +1883,8 @@ packages: - vue dev: false - /@vueuse/shared/9.9.0_vue@3.2.45: - resolution: {integrity: sha512-+D0XFwHG0T+uaIbCSlROBwm1wzs71B7n3KyDOxnvfEMMHDOzl09rYKwaE2AENmYwYPXfHPbSBRDD2gBVHbvTcg==} + /@vueuse/shared/9.10.0_vue@3.2.45: + resolution: {integrity: sha512-vakHJ2ZRklAzqmcVBL38RS7BxdBA4+5poG9NsSyqJxrt9kz0zX3P5CXMy0Hm6LFbZXUgvKdqAS3pUH1zX/5qTQ==} dependencies: vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -1967,7 +1975,7 @@ packages: resolution: {integrity: sha512-IG23inYII3dWlU2EyiAiGj6Bwal5GzsgPMwjYGvc1HPE2dgbj4ZB5ToWBKSquKw74nB3TIuOwaI6/jSULzfgrw==} engines: {node: '>=14.16'} dependencies: - type-fest: 3.5.0 + type-fest: 3.5.1 /ansi-regex/5.0.1: resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} @@ -2049,7 +2057,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 get-intrinsic: 1.1.3 is-string: 1.0.7 dev: true @@ -2065,7 +2073,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 es-shim-unscopables: 1.0.0 dev: true @@ -2075,7 +2083,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -2126,7 +2134,7 @@ packages: optional: true dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001441 + caniuse-lite: 1.0.30001442 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -2136,7 +2144,6 @@ packages: /available-typed-arrays/1.0.5: resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} engines: {node: '>= 0.4'} - dev: false /axios/0.25.0: resolution: {integrity: sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==} @@ -2222,7 +2229,7 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001441 + caniuse-lite: 1.0.30001442 electron-to-chromium: 1.4.284 node-releases: 2.0.8 update-browserslist-db: 1.0.10_browserslist@4.21.4 @@ -2272,7 +2279,7 @@ packages: defu: 6.1.1 dotenv: 16.0.3 giget: 1.0.0 - jiti: 1.16.0 + jiti: 1.16.1 mlly: 1.0.0 pathe: 1.0.0 pkg-types: 1.0.1 @@ -2345,12 +2352,12 @@ packages: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: browserslist: 4.21.4 - caniuse-lite: 1.0.30001441 + caniuse-lite: 1.0.30001442 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 - /caniuse-lite/1.0.30001441: - resolution: {integrity: sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==} + /caniuse-lite/1.0.30001442: + resolution: {integrity: sha512-239m03Pqy0hwxYPYR5JwOIxRJfLTWtle9FV8zosfV5pHg+/51uD4nxcUlM8+mWWGfwKtt8lJNHnD3cWw9VZ6ow==} /capital-case/1.0.4: resolution: {integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==} @@ -3059,26 +3066,31 @@ packages: is-arrayish: 0.2.1 dev: true - /es-abstract/1.20.5: - resolution: {integrity: sha512-7h8MM2EQhsCA7pU/Nv78qOXFpD8Rhqd12gYiSJVkrH9+e8VuA8JlPJK/hQjjlLv6pJvx/z1iRFKzYb0XT/RuAQ==} + /es-abstract/1.21.0: + resolution: {integrity: sha512-GUGtW7eXQay0c+PRq0sGIKSdaBorfVqsCMhGHo4elP7YVqZu9nCZS4UkK4gv71gOWNMra/PaSKD3ao1oWExO0g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 + es-set-tostringtag: 2.0.0 es-to-primitive: 1.2.1 function-bind: 1.1.1 function.prototype.name: 1.1.5 get-intrinsic: 1.1.3 get-symbol-description: 1.0.0 + globalthis: 1.0.3 gopd: 1.0.1 has: 1.0.3 has-property-descriptors: 1.0.0 + has-proto: 1.0.1 has-symbols: 1.0.3 internal-slot: 1.0.4 + is-array-buffer: 3.0.0 is-callable: 1.2.7 is-negative-zero: 2.0.2 is-regex: 1.1.4 is-shared-array-buffer: 1.0.2 is-string: 1.0.7 + is-typed-array: 1.1.10 is-weakref: 1.0.2 object-inspect: 1.12.2 object-keys: 1.1.1 @@ -3087,7 +3099,9 @@ packages: safe-regex-test: 1.0.0 string.prototype.trimend: 1.0.6 string.prototype.trimstart: 1.0.6 + typed-array-length: 1.0.4 unbox-primitive: 1.0.2 + which-typed-array: 1.1.9 dev: true /es-array-method-boxes-properly/1.0.0: @@ -3107,6 +3121,14 @@ packages: isarray: 2.0.5 dev: true + /es-set-tostringtag/2.0.0: + resolution: {integrity: sha512-vZVAIWss0FcR/+a08s6e2/GjGjjYBCZJXDrOnj6l5kJCKhQvJs4cnVqUxkVepIhqHbKHm3uwOvPb8lRcqA3DSg==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.1.3 + has-tostringtag: 1.0.0 + dev: true + /es-shim-unscopables/1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: @@ -3361,7 +3383,7 @@ packages: eslint-plugin-promise: ^6.0.0 dependencies: eslint: 8.31.0 - eslint-plugin-import: 2.26.0_bpx4furzt4ibermwbsj75osuwi + eslint-plugin-import: 2.26.0_cxu27kyieece4tnvunezm4whiq eslint-plugin-n: 15.6.0_eslint@8.31.0 eslint-plugin-promise: 6.1.1_eslint@8.31.0 dev: true @@ -3385,7 +3407,7 @@ packages: debug: 4.3.4 enhanced-resolve: 5.12.0 eslint: 8.31.0 - eslint-plugin-import: 2.26.0_bpx4furzt4ibermwbsj75osuwi + eslint-plugin-import: 2.26.0_cxu27kyieece4tnvunezm4whiq get-tsconfig: 4.3.0 globby: 13.1.3 is-core-module: 2.11.0 @@ -3395,7 +3417,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.7.4_of6uaipqaoaobv57tu2gvxhnhu: + /eslint-module-utils/2.7.4_zg4jn2jp3ute3go2jsvatsfmsa: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -3416,7 +3438,7 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 3.2.7 eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 @@ -3447,7 +3469,7 @@ packages: regexpp: 3.2.0 dev: true - /eslint-plugin-import/2.26.0_bpx4furzt4ibermwbsj75osuwi: + /eslint-plugin-import/2.26.0_cxu27kyieece4tnvunezm4whiq: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -3457,14 +3479,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_of6uaipqaoaobv57tu2gvxhnhu + eslint-module-utils: 2.7.4_zg4jn2jp3ute3go2jsvatsfmsa has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -3685,11 +3707,15 @@ packages: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} + /estree-walker/0.6.1: + resolution: {integrity: sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==} + dev: true + /estree-walker/2.0.2: resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} - /estree-walker/3.0.1: - resolution: {integrity: sha512-woY0RUD87WzMBUiZLx8NsYr23N5BKsOMZHhu2hoNRVh6NXGfoiT1KOL8G3UHlJAnEDGmfa5ubNA/AacfG+Kb0g==} + /estree-walker/3.0.2: + resolution: {integrity: sha512-C03BvXCQIH/po+PNPONx/zSM9ziPr9weX8xNhYb/IJtdJ9z+L4z9VKPTB+UTHdmhnIopA2kc419ueyVyHVktwA==} /esutils/2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} @@ -3851,7 +3877,6 @@ packages: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} dependencies: is-callable: 1.2.7 - dev: false /form-data-encoder/2.1.4: resolution: {integrity: sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==} @@ -3927,7 +3952,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 functions-have-names: 1.2.3 dev: true @@ -4088,6 +4113,13 @@ packages: dependencies: type-fest: 0.20.2 + /globalthis/1.0.3: + resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} + engines: {node: '>= 0.4'} + dependencies: + define-properties: 1.1.4 + dev: true + /globalyzer/0.1.0: resolution: {integrity: sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==} dev: true @@ -4205,6 +4237,11 @@ packages: dependencies: get-intrinsic: 1.1.3 + /has-proto/1.0.1: + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} + dev: true + /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} @@ -4250,7 +4287,7 @@ packages: '@types/hast': 2.3.4 '@types/parse5': 6.0.3 '@types/unist': 2.0.6 - hastscript: 7.1.0 + hastscript: 7.2.0 property-information: 6.2.0 vfile: 5.3.6 vfile-location: 4.0.1 @@ -4313,8 +4350,8 @@ packages: '@types/hast': 2.3.4 dev: false - /hastscript/7.1.0: - resolution: {integrity: sha512-uBjaTTLN0MkCZxY/R2fWUOcu7FRtUVzKRO5P/RAfgsu3yFiMB1JWCO4AjeVkgHxAira1f2UecHK5WfS9QurlWA==} + /hastscript/7.2.0: + resolution: {integrity: sha512-TtYPq24IldU8iKoJQqvZOuhi5CyCQRAbvDOX0x1eW6rsHSxa/1i2CCiptNTotGHJ3VoHRGmqiv6/D3q113ikkw==} dependencies: '@types/hast': 2.3.4 comma-separated-tokens: 2.0.3 @@ -4514,8 +4551,8 @@ packages: resolution: {integrity: sha512-iIGBYjCokU93DDB8kbeztKtlu4qVEyTg1xvS6iSO1YvqRwkIZgf0tmsl/GytsLdZhuw8j4wEaeYsCzNbeJ/zEQ==} dev: true - /instantsearch.js/4.49.2_algoliasearch@4.14.3: - resolution: {integrity: sha512-mnFscxv8cmBBGrM+mdvDz5MK+X4fRiI6t6CmKc6tigrFdykWBJGeIXtKvn3cAc0bTEkEl9TqhlEpPOLeBrXPcw==} + /instantsearch.js/4.49.3_algoliasearch@4.14.3: + resolution: {integrity: sha512-pkEfXVkZd37hpMBbawXGyKcxFac1uoDP9/lyjmbZyjsnr8VU02hq6D0aHoJ3iT2kWNIdmEpokY6FSmOQ+IOd3g==} peerDependencies: algoliasearch: '>= 3.1 < 6' dependencies: @@ -4599,6 +4636,13 @@ packages: call-bind: 1.0.2 has-tostringtag: 1.0.0 + /is-array-buffer/3.0.0: + resolution: {integrity: sha512-TI2hnvT6dPUnn/jARFCJBKL1eeabAfLnKZ2lmW5Uh317s1Ii2IMroL1yMciEk/G+OETykVzlsH6x/L4q/avhgw==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.1.3 + dev: true + /is-arrayish/0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: true @@ -4830,7 +4874,6 @@ packages: for-each: 0.3.3 gopd: 1.0.1 has-tostringtag: 1.0.0 - dev: false /is-typedarray/1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} @@ -4890,8 +4933,8 @@ packages: merge-stream: 2.0.0 supports-color: 7.2.0 - /jiti/1.16.0: - resolution: {integrity: sha512-L3BJStEf5NAqNuzrpfbN71dp43mYIcBUlCRea/vdyv5dW/AYa1d4bpelko4SHdY3I6eN9Wzyasxirj1/vv5kmg==} + /jiti/1.16.1: + resolution: {integrity: sha512-kJUp4Bj44uTaZAwG6R2/GjbodOWHULn8Swue0B7tY8v5BpTkUvDR+zBM5tsbC4x/jCeYDZ+mAdrUIScwIo4oPw==} hasBin: true /js-sdsl/4.2.0: @@ -5211,7 +5254,7 @@ packages: resolution: {integrity: sha512-p+PrYlkw9DeCRkTVw1duWqPRHX6Ywh2BNKJQcZbCwAuP/59B0Lk9kakuAd7KbQprVO4GzdW8eS5++A9PUSqIyw==} dependencies: '@types/mdast': 3.0.10 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 micromark-util-normalize-identifier: 1.0.0 dev: false @@ -5219,7 +5262,7 @@ packages: resolution: {integrity: sha512-T/4DVHXcujH6jx1yqpcAYYwd+z5lAYMw4Ls6yhTfbMMtCt0PHY4gEfhW9+lKsLBtyhUGKRIzcUA2FATVqnvPDA==} dependencies: '@types/mdast': 3.0.10 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm-table/1.0.6: @@ -5228,7 +5271,7 @@ packages: '@types/mdast': 3.0.10 markdown-table: 3.0.3 mdast-util-from-markdown: 1.2.0 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: - supports-color dev: false @@ -5237,7 +5280,7 @@ packages: resolution: {integrity: sha512-KZ4KLmPdABXOsfnM6JHUIjxEvcx2ulk656Z/4Balw071/5qgnhz+H1uGtf2zIGnrnvDC8xR4Fj9uKbjAFGNIeA==} dependencies: '@types/mdast': 3.0.10 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 dev: false /mdast-util-gfm/2.0.1: @@ -5249,13 +5292,20 @@ packages: mdast-util-gfm-strikethrough: 1.0.2 mdast-util-gfm-table: 1.0.6 mdast-util-gfm-task-list-item: 1.0.1 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 transitivePeerDependencies: - supports-color dev: false - /mdast-util-to-hast/12.2.4: - resolution: {integrity: sha512-a21xoxSef1l8VhHxS1Dnyioz6grrJkoaCUgGzMD/7dWHvboYX3VW53esRUfB5tgTyz4Yos1n25SPcj35dJqmAg==} + /mdast-util-phrasing/3.0.0: + resolution: {integrity: sha512-S+QYsDRLkGi8U7o5JF1agKa/sdP+CNGXXLqC17pdTVL8FHHgQEiwFGa9yE5aYtUxNiFGYoaDy9V1kC85Sz86Gg==} + dependencies: + '@types/mdast': 3.0.10 + unist-util-is: 5.1.1 + dev: false + + /mdast-util-to-hast/12.2.5: + resolution: {integrity: sha512-EFNhT35ZR/VZ85/EedDdCNTq0oFM+NM/+qBomVGQ0+Lcg0nhI8xIwmdCzNMlVlCJNXRprpobtKP/IUh8cfz6zQ==} dependencies: '@types/hast': 2.3.4 '@types/mdast': 3.0.10 @@ -5268,12 +5318,13 @@ packages: unist-util-visit: 4.1.1 dev: false - /mdast-util-to-markdown/1.4.0: - resolution: {integrity: sha512-IjXARf/O8VGx/pc5SZ7syfydq1DYL9vd92orsG5U0b4GNCmAvXzu+n7sbzfIKrXwB0AVrYk3NV2kXl0AIi9LCA==} + /mdast-util-to-markdown/1.5.0: + resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} dependencies: '@types/mdast': 3.0.10 '@types/unist': 2.0.6 longest-streak: 3.1.0 + mdast-util-phrasing: 3.0.0 mdast-util-to-string: 3.1.0 micromark-util-decode-string: 1.0.2 unist-util-visit: 4.1.1 @@ -5697,7 +5748,7 @@ packages: esbuild: 0.15.18 fs-extra: 10.1.0 globby: 13.1.3 - jiti: 1.16.0 + jiti: 1.16.1 mri: 1.2.0 pathe: 1.0.0 typescript: 4.9.4 @@ -5795,7 +5846,7 @@ packages: hookable: 5.4.2 http-proxy: 1.18.1 is-primitive: 3.0.1 - jiti: 1.16.0 + jiti: 1.16.1 klona: 2.0.5 knitwork: 1.0.0 listhen: 1.0.1 @@ -5820,7 +5871,7 @@ packages: source-map-support: 0.5.21 std-env: 3.3.1 ufo: 1.0.1 - unenv: 1.0.0 + unenv: 1.0.1 unimport: 1.1.0_rollup@2.79.1 unstorage: 1.0.1 transitivePeerDependencies: @@ -5962,20 +6013,33 @@ packages: '@nuxt/kit': 3.0.0 scule: 1.0.0 typescript: 4.9.4 - vue-component-meta: 1.0.19_typescript@4.9.4 + vue-component-meta: 1.0.22_typescript@4.9.4 transitivePeerDependencies: - rollup - supports-color dev: false - /nuxt-config-schema/0.3.7: - resolution: {integrity: sha512-BXDbtnVm5/TPFTkmu9lKDqvvFLenC2IemvgGc6QHynEru7WvNPZB4O06G71UIshz6WIEotMZp6YOqUWGUhSYQw==} + /nuxt-config-schema/0.3.8: + resolution: {integrity: sha512-+BPBHLKrOCYImBQVcF7k3ZliSK+rT9ZoiqJkbNNbgFyX6VvEzqnYKHYxPhWCS8tD3Dz9HJgNAAPbhBMY17t54Q==} dependencies: '@nuxt/kit': 3.0.0 defu: 6.1.1 - jiti: 1.16.0 + jiti: 1.16.1 pathe: 1.0.0 - untyped: 1.2.0 + untyped: 1.2.1 + transitivePeerDependencies: + - rollup + - supports-color + dev: false + + /nuxt-config-schema/0.4.0: + resolution: {integrity: sha512-W/jm4r4/m0pOSOe/Lu/j0ZNt4UygJv46KuhN4WI95ylxEU2877GoLOR/xJwuTzUcuRMKixhStYd9UXdbyTYkXQ==} + dependencies: + '@nuxt/kit': 3.0.0 + defu: 6.1.1 + jiti: 1.16.1 + pathe: 1.0.0 + untyped: 1.2.1 transitivePeerDependencies: - rollup - supports-color @@ -6025,7 +6089,7 @@ packages: defu: 6.1.1 destr: 1.2.2 escape-string-regexp: 5.0.0 - estree-walker: 3.0.1 + estree-walker: 3.0.2 fs-extra: 10.1.0 globby: 13.1.3 h3: 1.0.2 @@ -6045,11 +6109,11 @@ packages: ufo: 1.0.1 ultrahtml: 1.2.0 unctx: 2.1.1 - unenv: 1.0.0 + unenv: 1.0.1 unhead: 1.0.14 unimport: 1.1.0 unplugin: 1.0.1 - untyped: 1.2.0 + untyped: 1.2.1 vue: 3.2.45 vue-bundle-renderer: 1.0.0 vue-devtools-stub: 0.1.0 @@ -6111,7 +6175,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 dev: true /ofetch/1.0.0: @@ -6413,7 +6477,7 @@ packages: resolution: {integrity: sha512-hyTrH0Fw73VPLdsU8Ky/yNsv9x6sJQyBvlaVULrzb/aIievbnTpG9jAOvNfy+I3FaIpCb/SH0e/t5Cwc9l9rlw==} dependencies: '@unocss/reset': 0.48.0 - '@volar/vue-language-core': 1.0.19 + '@volar/vue-language-core': 1.0.22 acorn: 8.8.1 chroma-js: 2.4.2 consola: 2.15.3 @@ -6902,7 +6966,7 @@ packages: array.prototype.map: 1.0.5 call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 get-intrinsic: 1.1.3 iterate-value: 1.0.2 dev: true @@ -7248,7 +7312,7 @@ packages: flat: 5.0.2 js-yaml: 4.1.0 mdast-util-from-markdown: 1.2.0 - mdast-util-to-markdown: 1.4.0 + mdast-util-to-markdown: 1.5.0 micromark: 3.1.0 micromark-core-commonmark: 1.0.6 micromark-factory-space: 1.0.0 @@ -7278,7 +7342,7 @@ packages: dependencies: '@types/hast': 2.3.4 '@types/mdast': 3.0.10 - mdast-util-to-hast: 12.2.4 + mdast-util-to-hast: 12.2.5 unified: 10.1.2 dev: false @@ -7352,7 +7416,7 @@ packages: dependencies: glob: 7.2.3 - /rollup-plugin-dts/5.1.0_fjmngzu5qr6xzjooxkpjm6imha: + /rollup-plugin-dts/5.1.0_esmavzhadgk2idmxtiodxm33ma: resolution: {integrity: sha512-R+4cVEhu9LfAlR1hqp1D67nO5hsiYFSsbVa2Uj/xchN6WxN4Ct9VjuEP1mw7f4dKJR5rj+OtjUz5cVINX51eFA==} engines: {node: '>=v14'} peerDependencies: @@ -7360,12 +7424,27 @@ packages: typescript: ^4.1 dependencies: magic-string: 0.26.7 - rollup: 3.9.0 + rollup: 3.9.1 typescript: 4.9.4 optionalDependencies: '@babel/code-frame': 7.18.6 dev: false + /rollup-plugin-inject/3.0.2: + resolution: {integrity: sha512-ptg9PQwzs3orn4jkgXJ74bfs5vYz1NCZlSQMBUA0wKcGp5i5pA1AO3fOUEte8enhGUC+iapTCzEWw2jEFFUO/w==} + deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject. + dependencies: + estree-walker: 0.6.1 + magic-string: 0.25.9 + rollup-pluginutils: 2.8.2 + dev: true + + /rollup-plugin-node-polyfills/0.2.1: + resolution: {integrity: sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==} + dependencies: + rollup-plugin-inject: 3.0.2 + dev: true + /rollup-plugin-terser/7.0.2_rollup@2.79.1: resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser @@ -7394,6 +7473,12 @@ packages: source-map: 0.7.4 yargs: 17.6.2 + /rollup-pluginutils/2.8.2: + resolution: {integrity: sha512-EEp9NhnUkwY8aif6bxgovPHMoMoNr2FulJziTndpt5H9RdwC47GSGuII9XxpSdzVGM0GWrNPHV6ie1LTNJPaLQ==} + dependencies: + estree-walker: 0.6.1 + dev: true + /rollup/2.79.1: resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} @@ -7401,8 +7486,8 @@ packages: optionalDependencies: fsevents: 2.3.2 - /rollup/3.9.0: - resolution: {integrity: sha512-nGGylpmblyjTpF4lEUPgmOw6OVxRvnI6Iuuh6Lz4O/X66cVOX1XJSsqP1YamxQ+mPuFE7qJxLFDSCk8rNv5dDw==} + /rollup/3.9.1: + resolution: {integrity: sha512-GswCYHXftN8ZKGVgQhTFUJB/NBXxrRGgO2NCy6E8s1rwEJ4Q9/VttNqcYfEvx4dTo4j58YqdC3OVztPzlKSX8w==} engines: {node: '>=14.18.0', npm: '>=8.0.0'} hasBin: true optionalDependencies: @@ -7751,7 +7836,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 dev: true /string.prototype.trimstart/1.0.6: @@ -7759,7 +7844,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.5 + es-abstract: 1.21.0 dev: true /string_decoder/0.10.31: @@ -7841,11 +7926,11 @@ packages: consola: 2.15.3 fs-extra: 10.1.0 glob: 8.0.3 - jiti: 1.16.0 + jiti: 1.16.1 json5: 2.2.3 jsonc-parser: 3.2.0 lodash.template: 4.5.0 - tinycolor2: 1.5.1 + tinycolor2: 1.5.2 dev: false /style-to-object/0.3.0: @@ -7962,8 +8047,8 @@ packages: /tiny-invariant/1.3.1: resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} - /tinycolor2/1.5.1: - resolution: {integrity: sha512-BHlrsGeYN2OpkRpfAgkEwCMu6w8Quq8JkK/mp4c55NZP7OwceJObR1CPZt62TqiA0Y3J5pwuDX+fXDqc35REtg==} + /tinycolor2/1.5.2: + resolution: {integrity: sha512-h80m9GPFGbcLzZByXlNSEhp1gf8Dy+VX/2JCGUZsWLo7lV1mnE/XlxGYgRBoMLJh1lIDXP0EMC4RPTjlRaV+Bg==} dev: false /tmp/0.0.33: @@ -8063,10 +8148,18 @@ packages: resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} engines: {node: '>=12.20'} - /type-fest/3.5.0: - resolution: {integrity: sha512-bI3zRmZC8K0tUz1HjbIOAGQwR2CoPQG68N5IF7gm0LBl8QSNXzkmaWnkWccCUL5uG9mCsp4sBwC8SBrNSISWew==} + /type-fest/3.5.1: + resolution: {integrity: sha512-70T99cpILFk2fzwuljwWxmazSphFrdOe3gRHbp6bqs71pxFBbJwFqnmkLO2lQL6aLHxHmYAnP/sL+AJWpT70jA==} engines: {node: '>=14.16'} + /typed-array-length/1.0.4: + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.10 + dev: true + /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -8104,19 +8197,19 @@ packages: resolution: {integrity: sha512-nQ2rxQ9aqIPzVhOEs6T/YcDGb6PWf6BAtQ0as+YWoaWCfezAdeL3KlNWSh279D6euOeCt94t0b/vAGr3GKu9Gw==} hasBin: true dependencies: - '@rollup/plugin-alias': 4.0.2_rollup@3.9.0 - '@rollup/plugin-commonjs': 23.0.7_rollup@3.9.0 - '@rollup/plugin-json': 5.0.2_rollup@3.9.0 - '@rollup/plugin-node-resolve': 15.0.1_rollup@3.9.0 - '@rollup/plugin-replace': 5.0.2_rollup@3.9.0 - '@rollup/pluginutils': 5.0.2_rollup@3.9.0 + '@rollup/plugin-alias': 4.0.2_rollup@3.9.1 + '@rollup/plugin-commonjs': 23.0.7_rollup@3.9.1 + '@rollup/plugin-json': 5.0.2_rollup@3.9.1 + '@rollup/plugin-node-resolve': 15.0.1_rollup@3.9.1 + '@rollup/plugin-replace': 5.0.2_rollup@3.9.1 + '@rollup/pluginutils': 5.0.2_rollup@3.9.1 chalk: 5.2.0 consola: 2.15.3 defu: 6.1.1 esbuild: 0.15.18 globby: 13.1.3 hookable: 5.4.2 - jiti: 1.16.0 + jiti: 1.16.1 magic-string: 0.27.0 mkdirp: 1.0.4 mkdist: 1.0.0_typescript@4.9.4 @@ -8126,11 +8219,11 @@ packages: pkg-types: 1.0.1 pretty-bytes: 6.0.0 rimraf: 3.0.2 - rollup: 3.9.0 - rollup-plugin-dts: 5.1.0_fjmngzu5qr6xzjooxkpjm6imha + rollup: 3.9.1 + rollup-plugin-dts: 5.1.0_esmavzhadgk2idmxtiodxm33ma scule: 1.0.0 typescript: 4.9.4 - untyped: 1.2.0 + untyped: 1.2.1 transitivePeerDependencies: - sass - supports-color @@ -8140,7 +8233,7 @@ packages: resolution: {integrity: sha512-RffJlpvLOtolWsn0fxXsuSDfwiWcR6cyuykw2e0+zAggvGW1SesXt9WxIWlWpJhwVCZD/WlxxLqKLS50Q0CkWA==} dependencies: acorn: 8.8.1 - estree-walker: 3.0.1 + estree-walker: 3.0.2 magic-string: 0.26.7 unplugin: 1.0.1 @@ -8150,8 +8243,8 @@ packages: dependencies: busboy: 1.6.0 - /unenv/1.0.0: - resolution: {integrity: sha512-vlyi2Rzj4CNlA1JsEXufX+ItkGr3Z5DfLzKniYEneMlBVtuxS+57f1LwTPj2eiBPSPaGHMUVzEnjSCGE7l8JQg==} + /unenv/1.0.1: + resolution: {integrity: sha512-08MoQ5+Edg9ckEP5y6vT8R6sOgCsNPxwPA1mKIOyergTtPOOuSyyJnbmF8CdnUplO2TUqSm0s1IysCkylxmndw==} dependencies: defu: 6.1.1 mime: 3.0.0 @@ -8312,11 +8405,11 @@ packages: - supports-color - utf-8-validate - /untyped/1.2.0: - resolution: {integrity: sha512-nG0A55YEhUU5UCEM+nhIhCVkA8a4L1spIVtzO0937WDjEA6jrKpu184O2K9iv5UuJNHnwhu+Q3TXiSJh/JrjlQ==} + /untyped/1.2.1: + resolution: {integrity: sha512-hEtBC6MvqXLEEpx5ItPhnpgHIf3hRP310IYHj7N3D5zjdLJnmJNsGRDFbovk6DM2dekF/OBWuxDr0b6479eUkA==} dependencies: - '@babel/core': 7.20.7 - '@babel/standalone': 7.20.11 + '@babel/core': 7.20.12 + '@babel/standalone': 7.20.12 '@babel/types': 7.20.7 scule: 1.0.0 transitivePeerDependencies: @@ -8574,13 +8667,13 @@ packages: dependencies: ufo: 1.0.1 - /vue-component-meta/1.0.19_typescript@4.9.4: - resolution: {integrity: sha512-cfUzk90j12psrbe7DMG9HNG/+nwvjVfSbBwC6Pg9cVZmczfq2KiT3IKYqgzFiVjhslawoRWUWe07J6mVXYgBng==} + /vue-component-meta/1.0.22_typescript@4.9.4: + resolution: {integrity: sha512-btCDnREay64Mlts6hUVIr05n0WeBS7IM9fBR+JapqMftSnK658CvjUdk/83aG/5JiMEG0bPmNOAEFZtYHjPaKA==} peerDependencies: typescript: '*' dependencies: - '@volar/language-core': 1.0.19 - '@volar/vue-language-core': 1.0.19 + '@volar/language-core': 1.0.22 + '@volar/vue-language-core': 1.0.22 typesafe-path: 0.2.2 typescript: 4.9.4 dev: false @@ -8621,8 +8714,8 @@ packages: - supports-color dev: true - /vue-instantsearch/4.7.0_5fh5usgt5umiy73yfo44ystf2a: - resolution: {integrity: sha512-Ga6YXnNe6IMEXuqhEC3WE0Zvfd2llHSLWvxQUETlwNENP9zVMUwOIcehJl8Z0TqurjYJe5a1+7blFw0g8xAK5Q==} + /vue-instantsearch/4.7.1_5fh5usgt5umiy73yfo44ystf2a: + resolution: {integrity: sha512-8fXVBDgk1BVS+s7cI6Sw5bsWwageI8IG/PiibwVcRBUxDWB19w3nUAKcOFjo+2oTxHpz3TBZwjFPAQtifkZ+/A==} peerDependencies: '@vue/server-renderer': ^3.1.2 algoliasearch: '>= 3.32.0 < 5' @@ -8635,7 +8728,7 @@ packages: optional: true dependencies: algoliasearch: 4.14.3 - instantsearch.js: 4.49.2_algoliasearch@4.14.3 + instantsearch.js: 4.49.3_algoliasearch@4.14.3 mitt: 2.1.0 vue: 3.2.45 dev: true @@ -8713,7 +8806,6 @@ packages: gopd: 1.0.1 has-tostringtag: 1.0.0 is-typed-array: 1.1.10 - dev: false /which/2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==}