diff --git a/.stacks/artisan/package.json b/.stacks/artisan/package.json index 196119f..df15bfa 100644 --- a/.stacks/artisan/package.json +++ b/.stacks/artisan/package.json @@ -2,7 +2,7 @@ "name": "artisan-init", "type": "module", "version": "0.33.5", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "Artisan core.", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/components/package.json b/.stacks/components/package.json index 3352a2a..1fcb634 100644 --- a/.stacks/components/package.json +++ b/.stacks/components/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/command-palette-vue", "type": "module", "version": "0.0.0", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "Your Vue component library description", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/functions/package.json b/.stacks/functions/package.json index 6b9bf3f..e5af58f 100644 --- a/.stacks/functions/package.json +++ b/.stacks/functions/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/command-palette-fx", "type": "module", "version": "0.0.0", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "Your function library description.", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/package.json b/.stacks/package.json index 1536f10..23e3256 100644 --- a/.stacks/package.json +++ b/.stacks/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/framework", "type": "module", "version": "0.33.5", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "The Stacks framework core.", "author": "Chris Breuer", "license": "MIT", @@ -53,7 +53,7 @@ ], "engines": { "node": ">=v16.17.1", - "pnpm": ">=7.12.2" + "pnpm": ">=7.13.2" }, "scripts": { "preinstall": "only-allow pnpm", @@ -99,22 +99,22 @@ "@iconify-json/heroicons-solid": "^1.1.5", "@jsdevtools/ez-spawn": "^3.0.4", "@julr/unocss-preset-forms": "^0.0.2", - "@ow3/eslint-config": "^0.29.1", + "@ow3/eslint-config": "^0.30.0", "@rollup/pluginutils": "^4.2.1", "@types/bcrypt": "^5.0.0", "@types/crypto-js": "^4.1.1", "@types/fs-extra": "^9.0.13", "@types/minimatch": "^5.1.2", "@types/node": "^18.7.23", - "@types/prompts": "^2.0.14", + "@types/prompts": "^2.4.1", "@unocss/preset-icons": "^0.45.26", "@unocss/transformer-compile-class": "^0.45.26", "@unocss/vite": "^0.45.26", - "@vitejs/plugin-vue": "^3.1.0", + "@vitejs/plugin-vue": "^3.1.2", "@vitest/coverage-istanbul": "^0.23.4", "@vueuse/core": "^9.3.0", "artisan-init": "workspace:*", - "bcrypt": "^5.0.1", + "bcrypt": "^5.1.0", "bumpp": "^8.2.1", "cac": "^6.7.14", "change-case": "^4.1.2", @@ -145,10 +145,10 @@ "unbuild": "^0.8.11", "unocss": "^0.45.26", "unplugin-auto-import": "^0.11.2", - "unplugin-vue-components": "^0.22.7", - "vite": "^3.1.4", - "vite-plugin-inspect": "^0.7.4", - "vitepress": "1.0.0-alpha.17", + "unplugin-vue-components": "^0.22.8", + "vite": "^3.1.6", + "vite-plugin-inspect": "^0.7.5", + "vitepress": "1.0.0-alpha.19", "vitest": "^0.23.4", "vue": "^3.2.40", "vue-tsc": "^0.40.13" diff --git a/.stacks/web-components/package.json b/.stacks/web-components/package.json index 855385c..c92e459 100644 --- a/.stacks/web-components/package.json +++ b/.stacks/web-components/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/command-palette-elements", "type": "module", "version": "0.0.0", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "Your framework agnostic web component library description.", "author": "Chris Breuer", "license": "MIT", diff --git a/package.json b/package.json index 0501e3e..8ca8d16 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/command-palette", "type": "module", "version": "0.0.0", - "packageManager": "pnpm@7.12.2", + "packageManager": "pnpm@7.13.2", "description": "The easy way to build your command palette.", "author": "Chris Breuer", "license": "MIT", @@ -33,7 +33,7 @@ ], "engines": { "node": ">=v16.17.1", - "pnpm": ">=7.12.2" + "pnpm": ">=7.13.2" }, "scripts": { "artisan": "jiti .stacks/artisan/src/index.ts", @@ -85,6 +85,6 @@ "@stacksjs/framework": "workspace:*" }, "devDependencies": { - "@headlessui/vue": "^1.7.2" + "@headlessui/vue": "^1.7.3" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8ad9aa7..79dae72 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,12 +4,12 @@ importers: .: specifiers: - '@headlessui/vue': ^1.7.2 + '@headlessui/vue': ^1.7.3 '@stacksjs/framework': workspace:* dependencies: '@stacksjs/framework': link:.stacks devDependencies: - '@headlessui/vue': 1.7.2_vue@3.2.40 + '@headlessui/vue': 1.7.3_vue@3.2.40 .stacks: specifiers: @@ -18,22 +18,22 @@ importers: '@iconify-json/heroicons-solid': ^1.1.5 '@jsdevtools/ez-spawn': ^3.0.4 '@julr/unocss-preset-forms': ^0.0.2 - '@ow3/eslint-config': ^0.29.1 + '@ow3/eslint-config': ^0.30.0 '@rollup/pluginutils': ^4.2.1 '@types/bcrypt': ^5.0.0 '@types/crypto-js': ^4.1.1 '@types/fs-extra': ^9.0.13 '@types/minimatch': ^5.1.2 '@types/node': ^18.7.23 - '@types/prompts': ^2.0.14 + '@types/prompts': ^2.4.1 '@unocss/preset-icons': ^0.45.26 '@unocss/transformer-compile-class': ^0.45.26 '@unocss/vite': ^0.45.26 - '@vitejs/plugin-vue': ^3.1.0 + '@vitejs/plugin-vue': ^3.1.2 '@vitest/coverage-istanbul': ^0.23.4 '@vueuse/core': ^9.3.0 artisan-init: workspace:* - bcrypt: ^5.0.1 + bcrypt: ^5.1.0 bumpp: ^8.2.1 cac: ^6.7.14 change-case: ^4.1.2 @@ -64,10 +64,10 @@ importers: unbuild: ^0.8.11 unocss: ^0.45.26 unplugin-auto-import: ^0.11.2 - unplugin-vue-components: ^0.22.7 - vite: ^3.1.4 - vite-plugin-inspect: ^0.7.4 - vitepress: 1.0.0-alpha.17 + unplugin-vue-components: ^0.22.8 + vite: ^3.1.6 + vite-plugin-inspect: ^0.7.5 + vitepress: 1.0.0-alpha.19 vitest: ^0.23.4 vue: ^3.2.40 vue-tsc: ^0.40.13 @@ -77,22 +77,22 @@ importers: '@iconify-json/heroicons-solid': 1.1.5 '@jsdevtools/ez-spawn': 3.0.4 '@julr/unocss-preset-forms': 0.0.2_unocss@0.45.26 - '@ow3/eslint-config': 0.29.1_ypn2ylkkyfa5i233caldtndbqa + '@ow3/eslint-config': 0.30.0_ypn2ylkkyfa5i233caldtndbqa '@rollup/pluginutils': 4.2.1 '@types/bcrypt': 5.0.0 '@types/crypto-js': 4.1.1 '@types/fs-extra': 9.0.13 '@types/minimatch': 5.1.2 '@types/node': 18.7.23 - '@types/prompts': 2.0.14 + '@types/prompts': 2.4.1 '@unocss/preset-icons': 0.45.26 '@unocss/transformer-compile-class': 0.45.26 - '@unocss/vite': 0.45.26_vite@3.1.4 - '@vitejs/plugin-vue': 3.1.0_vite@3.1.4+vue@3.2.40 + '@unocss/vite': 0.45.26_vite@3.1.6 + '@vitejs/plugin-vue': 3.1.2_vite@3.1.6+vue@3.2.40 '@vitest/coverage-istanbul': 0.23.4 '@vueuse/core': 9.3.0_vue@3.2.40 artisan-init: link:artisan - bcrypt: 5.0.1 + bcrypt: 5.1.0 bumpp: 8.2.1 cac: 6.7.14 change-case: 4.1.2 @@ -121,12 +121,12 @@ importers: simple-git-hooks: 2.8.0 typescript: 4.8.4 unbuild: 0.8.11 - unocss: 0.45.26_vite@3.1.4 + unocss: 0.45.26_vite@3.1.6 unplugin-auto-import: 0.11.2_@vueuse+core@9.3.0 - unplugin-vue-components: 0.22.7_vue@3.2.40 - vite: 3.1.4 - vite-plugin-inspect: 0.7.4_vite@3.1.4 - vitepress: 1.0.0-alpha.17_tbpndr44ulefs3hehwpi2mkf2y + unplugin-vue-components: 0.22.8_vue@3.2.40 + vite: 3.1.6 + vite-plugin-inspect: 0.7.5_vite@3.1.6 + vitepress: 1.0.0-alpha.19_tbpndr44ulefs3hehwpi2mkf2y vitest: 0.23.4 vue: 3.2.40 vue-tsc: 0.40.13_typescript@4.8.4 @@ -646,8 +646,8 @@ packages: - supports-color dev: false - /@headlessui/vue/1.7.2_vue@3.2.40: - resolution: {integrity: sha512-nmmFpQxnAy6zgf5r0pwdAH3Qw2IsSbTgvkpov9RkEVE8A6aPAT4iaAaPEAzdI+sPL5Wby05mhciJXSqtkLu+vQ==} + /@headlessui/vue/1.7.3_vue@3.2.40: + resolution: {integrity: sha512-Is4iakKts9u9E0+jEZNzoJpBjwq2SamwEIoEl2RlyYSu6Zco536GsPXaQEfg/o7Eyc1GUUlcL+dJd4Rt7qyf7A==} engines: {node: '>=10'} peerDependencies: vue: ^3.2.0 @@ -786,7 +786,7 @@ packages: unocss: '>= 0.31.13 < 1' dependencies: mini-svg-data-uri: 1.4.4 - unocss: 0.45.26_vite@3.1.4 + unocss: 0.45.26_vite@3.1.6 dev: false /@mapbox/node-pre-gyp/1.0.10: @@ -832,8 +832,8 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - /@ow3/eslint-config-basic/0.29.1_c7qepppml3d4ahu5cnfwqe6ltq: - resolution: {integrity: sha512-gt3SAc3b8oPpebjf4z9mOzbXCSEACeYmjCtNHzpDwXPa36YNb+lVtwmJ/Czw/k90dKkEaLpRaGOwATz4QC/ZJg==} + /@ow3/eslint-config-basic/0.30.0_c7qepppml3d4ahu5cnfwqe6ltq: + resolution: {integrity: sha512-ynDDUOIVFmQLhMzieDFixbtKrf3KI8j0alFPyQ3vdIsm8mreZBO6aukYcDagge4aOY22uBnB+QqICRTB5dLYRg==} peerDependencies: eslint: '>=7.4.0' dependencies: @@ -844,7 +844,7 @@ packages: eslint-plugin-jsonc: 2.4.0_eslint@8.24.0 eslint-plugin-markdown: 2.2.1_eslint@8.24.0 eslint-plugin-n: 15.3.0_eslint@8.24.0 - eslint-plugin-ow3: 0.29.1_ypn2ylkkyfa5i233caldtndbqa + eslint-plugin-ow3: 0.30.0_ypn2ylkkyfa5i233caldtndbqa eslint-plugin-promise: 6.0.1_eslint@8.24.0 eslint-plugin-unicorn: 42.0.0_eslint@8.24.0 eslint-plugin-yml: 1.2.0_eslint@8.24.0 @@ -858,28 +858,13 @@ packages: - typescript dev: false - /@ow3/eslint-config-react/0.29.1_ypn2ylkkyfa5i233caldtndbqa: - resolution: {integrity: sha512-YHyttwSK2yjh8weVum7H752j1LAWLrfEDvRj3P9gGz1CJDi25x7cwD0YTUtvKam5vk4e50Oio1W26ms1llvGAQ==} - peerDependencies: - eslint: '>=7.4.0' - dependencies: - '@ow3/eslint-config-ts': 0.29.1_ypn2ylkkyfa5i233caldtndbqa - eslint: 8.24.0 - eslint-plugin-react: 7.31.8_eslint@8.24.0 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color - - typescript - dev: false - - /@ow3/eslint-config-ts/0.29.1_ypn2ylkkyfa5i233caldtndbqa: - resolution: {integrity: sha512-zllcWC/OBRtxSmbGky3DW1vs9pPsTR3JXlTRCl+SlcVMrRnOMXObpuKjydsuAUPG1YlhYw9jBgNBwN3x/vanHA==} + /@ow3/eslint-config-ts/0.30.0_ypn2ylkkyfa5i233caldtndbqa: + resolution: {integrity: sha512-YPqZQLGGUJUikhNscaVmXd0+sZQKWU2EdpcJA33wbG/4SJtmkXEV5HKpaxwdLrtU+klFiclO6qHKRoCcrDJohg==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@ow3/eslint-config-basic': 0.29.1_c7qepppml3d4ahu5cnfwqe6ltq + '@ow3/eslint-config-basic': 0.30.0_c7qepppml3d4ahu5cnfwqe6ltq '@typescript-eslint/eslint-plugin': 5.38.1_c7qepppml3d4ahu5cnfwqe6ltq '@typescript-eslint/parser': 5.38.1_ypn2ylkkyfa5i233caldtndbqa eslint: 8.24.0 @@ -890,12 +875,12 @@ packages: - supports-color dev: false - /@ow3/eslint-config-vue/0.29.1_ypn2ylkkyfa5i233caldtndbqa: - resolution: {integrity: sha512-G9X9BQztsz3kBPbmZmVKK9KLqTaoU4EUUf/5FddoC8AE+sLWFdL/sUN8JPFacNTRxLnLAJb17Uhe4KKvT0uf0w==} + /@ow3/eslint-config-vue/0.30.0_ypn2ylkkyfa5i233caldtndbqa: + resolution: {integrity: sha512-D3RwioyQDeUaVABZ+rNLpr4Pe/xTpadIz+CW0NHtFwHbcZQTqzO4O71NUgfDh+Y8RY9pa8IKdgErlH4tOyLAoQ==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@ow3/eslint-config-ts': 0.29.1_ypn2ylkkyfa5i233caldtndbqa + '@ow3/eslint-config-ts': 0.30.0_ypn2ylkkyfa5i233caldtndbqa eslint: 8.24.0 eslint-plugin-vue: 9.5.1_eslint@8.24.0 transitivePeerDependencies: @@ -905,13 +890,12 @@ packages: - typescript dev: false - /@ow3/eslint-config/0.29.1_ypn2ylkkyfa5i233caldtndbqa: - resolution: {integrity: sha512-5x8/5kcgKD4tLbG5EWt9Ih1GshGeS8qkMCp3HLLE3ph8ajaijhru+QK2TdLUjjY9TmjxqwHMJNx9e0RDoe1QXg==} + /@ow3/eslint-config/0.30.0_ypn2ylkkyfa5i233caldtndbqa: + resolution: {integrity: sha512-RIwShaSWaci7y+nYF9KHhXdo5dQgJprQhZgS8WyTRTCx/JRMIoqoeFL9sHp3P0NRhNos5Ey7sfxLANCvoHe3Hw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@ow3/eslint-config-react': 0.29.1_ypn2ylkkyfa5i233caldtndbqa - '@ow3/eslint-config-vue': 0.29.1_ypn2ylkkyfa5i233caldtndbqa + '@ow3/eslint-config-vue': 0.30.0_ypn2ylkkyfa5i233caldtndbqa '@typescript-eslint/eslint-plugin': 5.38.1_c7qepppml3d4ahu5cnfwqe6ltq '@typescript-eslint/parser': 5.38.1_ypn2ylkkyfa5i233caldtndbqa eslint: 8.24.0 @@ -1136,8 +1120,8 @@ packages: dev: false optional: true - /@types/prompts/2.0.14: - resolution: {integrity: sha512-HZBd99fKxRWpYCErtm2/yxUZv6/PBI9J7N4TNFffl5JbrYMHBwF25DjQGTW3b3jmXq+9P6/8fCIb2ee57BFfYA==} + /@types/prompts/2.4.1: + resolution: {integrity: sha512-1Mqzhzi9W5KlooNE4o0JwSXGUDeQXKldbGn9NO4tpxwZbHXYd+WcKpCksG2lbhH7U9I9LigfsdVsP2QAY0lNPA==} dependencies: '@types/node': 18.7.23 dev: false @@ -1281,12 +1265,12 @@ packages: eslint-visitor-keys: 3.3.0 dev: false - /@unocss/astro/0.45.26_vite@3.1.4: + /@unocss/astro/0.45.26_vite@3.1.6: resolution: {integrity: sha512-jAdbYNwjyzh05B4B7lhuHYmkNfmIZsQGhRNXogOx0t1BMzRZg9jID5xsJiujaElQL6ll53pbuRRyGV80o75n0Q==} dependencies: '@unocss/core': 0.45.26 '@unocss/reset': 0.45.26 - '@unocss/vite': 0.45.26_vite@3.1.4 + '@unocss/vite': 0.45.26_vite@3.1.6 transitivePeerDependencies: - vite dev: false @@ -1419,7 +1403,7 @@ packages: '@unocss/core': 0.45.26 dev: false - /@unocss/vite/0.45.26_vite@3.1.4: + /@unocss/vite/0.45.26_vite@3.1.6: resolution: {integrity: sha512-9BNJXBN0UG+olMbfIcVcrJgBetyO3HOP6Wx3r5Oc8iwfYSxrWQlHFF+yVJi/+oxsENfsjAgCRH7O+nF4FrXceA==} peerDependencies: vite: ^2.9.0 || ^3.0.0-0 @@ -1432,7 +1416,7 @@ packages: '@unocss/scope': 0.45.26 '@unocss/transformer-directives': 0.45.26 magic-string: 0.26.4 - vite: 3.1.4 + vite: 3.1.6 dev: false /@vercel/nft/0.22.1: @@ -1455,14 +1439,14 @@ packages: - supports-color dev: false - /@vitejs/plugin-vue/3.1.0_vite@3.1.4+vue@3.2.40: - resolution: {integrity: sha512-fmxtHPjSOEIRg6vHYDaem+97iwCUg/uSIaTzp98lhELt2ISOQuDo2hbkBdXod0g15IhfPMQmAxh4heUks2zvDA==} + /@vitejs/plugin-vue/3.1.2_vite@3.1.6+vue@3.2.40: + resolution: {integrity: sha512-3zxKNlvA3oNaKDYX0NBclgxTQ1xaFdL7PzwF6zj9tGFziKwmBa3Q/6XcJQxudlT81WxDjEhHmevvIC4Orc1LhQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^3.0.0 vue: ^3.2.25 dependencies: - vite: 3.1.4 + vite: 3.1.6 vue: 3.2.40 dev: false @@ -1570,8 +1554,8 @@ packages: '@vue/compiler-dom': 3.2.40 '@vue/shared': 3.2.40 - /@vue/devtools-api/6.4.1: - resolution: {integrity: sha512-tY5m7kwu0R+9GWHSncsE40rCX9ou4HhjhlbgdEMci8j08BE7pLlOpHRcyv6eEP0VYrW1JV0zFh6AoWsoHrVyFw==} + /@vue/devtools-api/6.4.3: + resolution: {integrity: sha512-9WCRwdROJvWcHAdyrR7SZMM/qUvllDZnpndHXokThkUsjnJ2xe4/pvsH9FZrxFe22L+JmDKczL79HjLJ7DK9rg==} dev: false /@vue/reactivity-transform/3.2.40: @@ -1880,16 +1864,6 @@ packages: es-shim-unscopables: 1.0.0 dev: false - /array.prototype.flatmap/1.3.0: - resolution: {integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.3 - es-shim-unscopables: 1.0.0 - dev: false - /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -1924,13 +1898,13 @@ packages: resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} dev: false - /bcrypt/5.0.1: - resolution: {integrity: sha512-9BTgmrhZM2t1bNuDtrtIMVSmmxZBrJ71n8Wg+YgdjHuIWYF7SjjmCPZFB+/5i/o/PIeRpwVJR3P+NrpIItUjqw==} + /bcrypt/5.1.0: + resolution: {integrity: sha512-RHBS7HI5N5tEnGTmtR/pppX0mmDSBpQ4aCBsj7CEQfYXDcO74A8sIBYcJMuCsis2E81zDxeENYhv66oZwLiA+Q==} engines: {node: '>= 10.0.0'} requiresBuild: true dependencies: '@mapbox/node-pre-gyp': 1.0.10 - node-addon-api: 3.2.1 + node-addon-api: 5.0.0 transitivePeerDependencies: - encoding - supports-color @@ -3530,8 +3504,8 @@ packages: semver: 7.3.7 dev: false - /eslint-plugin-ow3/0.29.1_ypn2ylkkyfa5i233caldtndbqa: - resolution: {integrity: sha512-IdTcgjxEjDPkimXPECrXlBOM+TRDYZth3WfdK8RiHn+iR7jKLlkGtPbamg2oiuEV357MJHB0XtQlTOsynwvNtQ==} + /eslint-plugin-ow3/0.30.0_ypn2ylkkyfa5i233caldtndbqa: + resolution: {integrity: sha512-KTvL+qhptEK7AGPLS1HtbqISbQ3g88D5qprsnuH2ggOGOU9HT48J/4f7OFV2nFN0/8uaNOvhfv7JobirLmgwRw==} dependencies: '@typescript-eslint/utils': 5.38.1_ypn2ylkkyfa5i233caldtndbqa transitivePeerDependencies: @@ -3549,29 +3523,6 @@ packages: eslint: 8.24.0 dev: false - /eslint-plugin-react/7.31.8_eslint@8.24.0: - resolution: {integrity: sha512-5lBTZmgQmARLLSYiwI71tiGVTLUuqXantZM6vlSY39OaDSV0M7+32K5DnLkmFrwTe+Ksz0ffuLUC91RUviVZfw==} - engines: {node: '>=4'} - peerDependencies: - eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 - dependencies: - array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 - doctrine: 2.1.0 - eslint: 8.24.0 - estraverse: 5.3.0 - jsx-ast-utils: 3.3.3 - minimatch: 3.1.2 - object.entries: 1.1.5 - object.fromentries: 2.0.5 - object.hasown: 1.1.1 - object.values: 1.1.5 - prop-types: 15.8.1 - resolve: 2.0.0-next.4 - semver: 6.3.0 - string.prototype.matchall: 4.0.7 - dev: false - /eslint-plugin-unicorn/42.0.0_eslint@8.24.0: resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} engines: {node: '>=12'} @@ -4880,14 +4831,6 @@ packages: engines: {'0': node >= 0.2.0} dev: false - /jsx-ast-utils/3.3.3: - resolution: {integrity: sha512-fYQHZTZ8jSfmWZ0iyzfwiU4WDX4HpHbMCZ3gPlWYiCl3BoeOTsqKBqnTVfH2rYT7eP5c3sVbeSPHnnJOaTrWiw==} - engines: {node: '>=4.0'} - dependencies: - array-includes: 3.1.5 - object.assign: 4.1.4 - dev: false - /kind-of/6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} engines: {node: '>=0.10.0'} @@ -5107,13 +5050,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /loose-envify/1.4.0: - resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} - hasBin: true - dependencies: - js-tokens: 4.0.0 - dev: false - /loupe/2.3.4: resolution: {integrity: sha512-OvKfgCC2Ndby6aSTREl5aCCPTNIzlDfQZvZxNUrBrihDhL3xcrYegTblhmEiCrg2kKQz4XsFIaemE5BF4ybSaQ==} dependencies: @@ -5144,6 +5080,12 @@ packages: dependencies: sourcemap-codec: 1.4.8 + /magic-string/0.26.6: + resolution: {integrity: sha512-6d+3bFybzyQFJYSoRsl9ZC0wheze8M1LrQC7tNMRqXR4izUTDOLMd9BtSuExK9iAukFh+s5K0WAhc/dlQ+HKYA==} + engines: {node: '>=12'} + dependencies: + sourcemap-codec: 1.4.8 + /make-dir/3.1.0: resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} engines: {node: '>=8'} @@ -5474,8 +5416,8 @@ packages: tslib: 2.4.0 dev: false - /node-addon-api/3.2.1: - resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} + /node-addon-api/5.0.0: + resolution: {integrity: sha512-CvkDw2OEnme7ybCykJpVcKH+uAOLV2qLqiyla128dN9TkEWfrYmxG6C2boDe5KcNQqZF3orkqzGgOMvZ/JNekA==} dev: false /node-fetch-native/0.1.7: @@ -5562,10 +5504,6 @@ packages: set-blocking: 2.0.0 dev: false - /nprogress/0.2.0: - resolution: {integrity: sha512-I19aIingLgR1fmhftnbWWO3dXc0hSxqHQHQb3H8m+K3TnEn/iSeTZZOyvKXWqQESMwuUVnatlCnZdLBZZt2VSA==} - dev: false - /nth-check/2.1.1: resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==} dependencies: @@ -5596,31 +5534,6 @@ packages: object-keys: 1.1.1 dev: false - /object.entries/1.1.5: - resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.3 - dev: false - - /object.fromentries/2.0.5: - resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} - engines: {node: '>= 0.4'} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.3 - dev: false - - /object.hasown/1.1.1: - resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} - dependencies: - define-properties: 1.1.4 - es-abstract: 1.20.3 - dev: false - /object.values/1.1.5: resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} engines: {node: '>= 0.4'} @@ -5972,14 +5885,6 @@ packages: sisteransi: 1.0.5 dev: false - /prop-types/15.8.1: - resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - dependencies: - loose-envify: 1.4.0 - object-assign: 4.1.1 - react-is: 16.13.1 - dev: false - /punycode/2.1.1: resolution: {integrity: sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==} engines: {node: '>=6'} @@ -6021,10 +5926,6 @@ packages: flat: 5.0.2 dev: false - /react-is/16.13.1: - resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} - dev: false - /read-pkg-up/3.0.0: resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} engines: {node: '>=4'} @@ -6183,15 +6084,6 @@ packages: path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 - /resolve/2.0.0-next.4: - resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} - hasBin: true - dependencies: - is-core-module: 2.10.0 - path-parse: 1.0.7 - supports-preserve-symlinks-flag: 1.0.0 - dev: false - /restore-cursor/3.1.0: resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} engines: {node: '>=8'} @@ -6221,7 +6113,7 @@ packages: rollup: ^2.55 typescript: ^4.1 dependencies: - magic-string: 0.26.4 + magic-string: 0.26.6 rollup: 2.79.1 typescript: 4.8.3 optionalDependencies: @@ -6607,19 +6499,6 @@ packages: strip-ansi: 7.0.1 dev: false - /string.prototype.matchall/4.0.7: - resolution: {integrity: sha512-f48okCX7JiwVi1NXCVWcFnZgADDC/n2vePlQ/KUCNqCikLLilQvwjMO8+BHVKvgzH0JB0J9LEPgxOGT02RoETg==} - dependencies: - call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.3 - get-intrinsic: 1.1.3 - has-symbols: 1.0.3 - internal-slot: 1.0.3 - regexp.prototype.flags: 1.4.3 - side-channel: 1.0.4 - dev: false - /string.prototype.trimend/1.0.5: resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} dependencies: @@ -7074,7 +6953,7 @@ packages: escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.4 + magic-string: 0.26.6 mlly: 0.5.16 pathe: 0.3.8 scule: 0.3.2 @@ -7092,7 +6971,7 @@ packages: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - /unocss/0.45.26_vite@3.1.4: + /unocss/0.45.26_vite@3.1.6: resolution: {integrity: sha512-d8mDD6YewHfSCA2uGbBzKY/UnQRSrIDgP7gI61Ll6XY+DcLCVMn0vc1BubQGEL2K0wP9wDsI8HDR6VzDI/0w9w==} engines: {node: '>=14'} peerDependencies: @@ -7101,7 +6980,7 @@ packages: '@unocss/webpack': optional: true dependencies: - '@unocss/astro': 0.45.26_vite@3.1.4 + '@unocss/astro': 0.45.26_vite@3.1.6 '@unocss/cli': 0.45.26 '@unocss/core': 0.45.26 '@unocss/preset-attributify': 0.45.26 @@ -7117,7 +6996,7 @@ packages: '@unocss/transformer-compile-class': 0.45.26 '@unocss/transformer-directives': 0.45.26 '@unocss/transformer-variant-group': 0.45.26 - '@unocss/vite': 0.45.26_vite@3.1.4 + '@unocss/vite': 0.45.26_vite@3.1.6 transitivePeerDependencies: - supports-color - vite @@ -7141,8 +7020,8 @@ packages: unplugin: 0.9.6 dev: false - /unplugin-vue-components/0.22.7_vue@3.2.40: - resolution: {integrity: sha512-MJEAKJF9bRykTRvJ4WXF0FNMAyt1PX3iwpu2NN+li35sAKjQv6sC1col5aZDLiwDZDo2AGwxNkzLJFKaun9qHw==} + /unplugin-vue-components/0.22.8_vue@3.2.40: + resolution: {integrity: sha512-Musnwdtr6uj9Zopo4oeh4lp9+fJ2ArXVDzSiZxF4YC9v+pLnasKVKEEAjdXuQQ3u3KtntVw6PCscyAt52eS75g==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -7157,7 +7036,7 @@ packages: debug: 4.3.4 fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.4 + magic-string: 0.26.6 minimatch: 5.1.0 resolve: 1.22.1 unplugin: 0.9.6 @@ -7254,8 +7133,8 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /vite-plugin-inspect/0.7.4_vite@3.1.4: - resolution: {integrity: sha512-06uSil9CPWsGwICsXixx2O3vsIOLNTkQaiBijmJA84BuxYKIWJ3k0r4I96kX1WgdA3olxJxVBXOjzryzeHOSuQ==} + /vite-plugin-inspect/0.7.5_vite@3.1.6: + resolution: {integrity: sha512-O8xq6dbvD1G7le75u6BfQTXJDUMXcRYlMVPzUpRjSB6hLyqH6BNnNkNrb/cVgCNNmKwk7dX+H2I+XVU2xpJk9Q==} engines: {node: '>=14'} peerDependencies: vite: ^3.1.0 @@ -7266,13 +7145,13 @@ packages: kolorist: 1.6.0 sirv: 2.0.2 ufo: 0.8.5 - vite: 3.1.4 + vite: 3.1.6 transitivePeerDependencies: - supports-color dev: false - /vite/3.1.4: - resolution: {integrity: sha512-JoQI08aBjY9lycL7jcEq4p9o1xUjq5aRvdH4KWaXtkSx7e7RpAh9D3IjzDWRD4Fg44LS3oDAIOG/Kq1L+82psA==} + /vite/3.1.6: + resolution: {integrity: sha512-qMXIwnehvvcK5XfJiXQUiTxoYAEMKhM+jqCY6ZSTKFBKu1hJnAKEzP3AOcnTerI0cMZYAaJ4wpW1wiXLMDt4mA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -7298,19 +7177,18 @@ packages: fsevents: 2.3.2 dev: false - /vitepress/1.0.0-alpha.17_tbpndr44ulefs3hehwpi2mkf2y: - resolution: {integrity: sha512-8qsR0PPcvxZFDKSU7b7VenxDoqlEbWuWgogeyRhp1pQ96QIAlWPS9BbGGHWlnEfgdtLVDxEfAmCBRE0YJX/Thg==} + /vitepress/1.0.0-alpha.19_tbpndr44ulefs3hehwpi2mkf2y: + resolution: {integrity: sha512-0FIUZB6JGXio7SELDDUkyQoMjmO/UAXqDXmznzOsBKsdZ3EHlyb6NaP/V/BMfN5S8+GV88ScbIL0jd/pDzkLBg==} hasBin: true dependencies: '@docsearch/css': 3.2.1 '@docsearch/js': 3.2.1_tbpndr44ulefs3hehwpi2mkf2y - '@vitejs/plugin-vue': 3.1.0_vite@3.1.4+vue@3.2.40 - '@vue/devtools-api': 6.4.1 + '@vitejs/plugin-vue': 3.1.2_vite@3.1.6+vue@3.2.40 + '@vue/devtools-api': 6.4.3 '@vueuse/core': 9.3.0_vue@3.2.40 body-scroll-lock: 4.0.0-beta.0 - nprogress: 0.2.0 shiki: 0.11.1 - vite: 3.1.4 + vite: 3.1.6 vue: 3.2.40 transitivePeerDependencies: - '@algolia/client-search' @@ -7356,7 +7234,7 @@ packages: tinybench: 2.1.5 tinypool: 0.3.0 tinyspy: 1.0.2 - vite: 3.1.4 + vite: 3.1.6 transitivePeerDependencies: - less - sass