diff --git a/.stacks/buddy/package.json b/.stacks/buddy/package.json index f5f768fe..01ad6745 100644 --- a/.stacks/buddy/package.json +++ b/.stacks/buddy/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/buddy", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks runtime, named Buddy.", "author": "Chris Breuer", "license": "MIT", @@ -51,7 +51,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "buddy": "esno ./src/cli.ts", @@ -172,7 +172,7 @@ }, "devDependencies": { "only-allow": "^1.1.1", - "pnpm": ">=7.18.1", + "pnpm": ">=7.18.2", "typescript": "^4.9.4" }, "config": { diff --git a/.stacks/components/vue/package.json b/.stacks/components/vue/package.json index 46c83376..38ad12ee 100644 --- a/.stacks/components/vue/package.json +++ b/.stacks/components/vue/package.json @@ -2,7 +2,7 @@ "name": "hello-world-vue", "type": "module", "version": "", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Your Vue component library description", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/components/web/package.json b/.stacks/components/web/package.json index affa0365..933ea817 100644 --- a/.stacks/components/web/package.json +++ b/.stacks/components/web/package.json @@ -2,7 +2,7 @@ "name": "hello-world-elements", "type": "module", "version": "", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Your framework agnostic web component library description.", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/core/actions/package.json b/.stacks/core/actions/package.json index c136a988..f4eaaf20 100644 --- a/.stacks/core/actions/package.json +++ b/.stacks/core/actions/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/actions", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks actions.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -54,7 +54,7 @@ "@stacksjs/utils": "workspace:*", "@stacksjs/x-ray": "workspace:*", "markdown-it": "^13.0.1", - "vue-component-meta": "^1.0.11" + "vue-component-meta": "^1.0.16" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/arrays/package.json b/.stacks/core/arrays/package.json index 9b42b154..fd61452a 100644 --- a/.stacks/core/arrays/package.json +++ b/.stacks/core/arrays/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/arrays", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks array utilities.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/auth/package.json b/.stacks/core/auth/package.json index 6850edaa..2e9bcb4b 100644 --- a/.stacks/core/auth/package.json +++ b/.stacks/core/auth/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/auth", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "A more simplistic way to authenticate.", "author": "Chris Breuer", "license": "MIT", @@ -33,7 +33,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -42,7 +42,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/build/package.json b/.stacks/core/build/package.json index fa4ff62e..d9f21679 100644 --- a/.stacks/core/build/package.json +++ b/.stacks/core/build/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/build", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework build tools and configurations.", "author": "Chris Breuer", "license": "MIT", @@ -35,7 +35,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -53,16 +53,16 @@ "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.7.2", "unbuild": "^1.0.2", - "unplugin-auto-import": "^0.12.0", - "unplugin-vue-components": "^0.22.11", + "unplugin-auto-import": "^0.12.1", + "unplugin-vue-components": "^0.22.12", "vite": "^3.2.5", - "vite-plugin-inspect": "^0.7.9", - "vite-plugin-pages": "^0.27.1", - "vite-plugin-pwa": "^0.13.3", - "vite-plugin-vue-component-preview": "^0.3.3", + "vite-plugin-inspect": "^0.7.11", + "vite-plugin-pages": "^0.28.0", + "vite-plugin-pwa": "^0.14.0", + "vite-plugin-vue-component-preview": "^0.3.4", "vite-plugin-vue-layouts": "^0.7.0", "vite-plugin-vue-markdown": "^0.22.1", - "vite-ssg": "^0.22.0", + "vite-ssg": "^0.22.1", "vite-ssg-sitemap": "^0.4.3", "vue-docgen-web-types": "^0.1.8", "vue-i18n": "^9.2.2" diff --git a/.stacks/core/cache/package.json b/.stacks/core/cache/package.json index d43195b2..d5c4e5e7 100644 --- a/.stacks/core/cache/package.json +++ b/.stacks/core/cache/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/cache", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks way to test.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -48,16 +48,16 @@ "@stacksjs/config": "workspace:*", "memcached": "^2.2.2", "redis": "^4.5.1", - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "dependencies": { - "@aws-sdk/client-dynamodb": "^3.226.0", + "@aws-sdk/client-dynamodb": "^3.235.0", "memcached": "^2.2.2", "memjs": "^1.3.0" }, "devDependencies": { "mkdist": "^1.0.0", "typescript": "^4.9.4", - "vitest": "^0.25.6" + "vitest": "^0.26.1" } } diff --git a/.stacks/core/cli/package.json b/.stacks/core/cli/package.json index 2e2319ce..17d2c28f 100644 --- a/.stacks/core/cli/package.json +++ b/.stacks/core/cli/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/cli", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The simple way to create beautiful CLIs.", "author": "Chris Breuer", "license": "MIT", @@ -41,7 +41,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/cloud/package.json b/.stacks/core/cloud/package.json index 938da62a..dfe73869 100644 --- a/.stacks/core/cloud/package.json +++ b/.stacks/core/cloud/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/cloud", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks cloud/serverless integration & implementation.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -46,7 +46,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/collections/package.json b/.stacks/core/collections/package.json index 7fdf583b..1a393f51 100644 --- a/.stacks/core/collections/package.json +++ b/.stacks/core/collections/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/collections", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks collections.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/config/package.json b/.stacks/core/config/package.json index 001e2c59..cbd495a8 100644 --- a/.stacks/core/config/package.json +++ b/.stacks/core/config/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/config", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks configuration.", "author": "Chris Breuer", "license": "MIT", @@ -32,7 +32,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "unbuild", diff --git a/.stacks/core/dashboard/package.json b/.stacks/core/dashboard/package.json index c4a05599..0cd38405 100644 --- a/.stacks/core/dashboard/package.json +++ b/.stacks/core/dashboard/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/dashboard", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks Dashboard.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/database/package.json b/.stacks/core/database/package.json index cbc7ce6b..b33c6dfc 100644 --- a/.stacks/core/database/package.json +++ b/.stacks/core/database/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/database", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks database integration.", "author": "Chris Breuer", "license": "MIT", @@ -39,7 +39,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -48,9 +48,9 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@prisma/client": "^4.7.1", + "@prisma/client": "^4.8.0", "@stacksjs/utils": "workspace:*", - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/datetime/package.json b/.stacks/core/datetime/package.json index c2223054..cbd3c1a7 100644 --- a/.stacks/core/datetime/package.json +++ b/.stacks/core/datetime/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/datetime", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks datetime helpers.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/desktop/package.json b/.stacks/core/desktop/package.json index 7c6fcf2d..c07d9681 100644 --- a/.stacks/core/desktop/package.json +++ b/.stacks/core/desktop/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/desktop", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks Desktop engine.", "author": "Chris Breuer", "license": "MIT", @@ -34,7 +34,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -43,7 +43,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/docs/package.json b/.stacks/core/docs/package.json index 934c2565..68357db2 100644 --- a/.stacks/core/docs/package.json +++ b/.stacks/core/docs/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/docs", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks way to document.", "author": "Chris Breuer", "license": "MIT", @@ -34,7 +34,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -43,7 +43,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitepress": "1.0.0-alpha.30" + "vitepress": "1.0.0-alpha.33" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/error-handling/package.json b/.stacks/core/error-handling/package.json index bf3c5e20..04855952 100644 --- a/.stacks/core/error-handling/package.json +++ b/.stacks/core/error-handling/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/error-handling", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Type safe error handling.", "author": "Chris Breuer", "license": "MIT", @@ -35,7 +35,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -44,7 +44,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@ow3/eslint-config": "^0.33.11", + "@ow3/eslint-config": "^0.35.0", "neverthrow": "^5.1.0" }, "devDependencies": { diff --git a/.stacks/core/git/package.json b/.stacks/core/git/package.json index a568de96..2eecaed2 100644 --- a/.stacks/core/git/package.json +++ b/.stacks/core/git/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/git", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks git utilities & conventions.", "author": "Chris Breuer", "license": "MIT", @@ -35,7 +35,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -47,7 +47,7 @@ "bumpp": "^8.2.1", "commitizen": "^4.2.6", "conventional-changelog-cli": "^2.2.2", - "cz-git": "^1.4.0", + "cz-git": "^1.4.1", "giget": "^1.0.0", "simple-git-hooks": "^2.8.1" }, diff --git a/.stacks/core/lint/package.json b/.stacks/core/lint/package.json index 62a65297..4de3d0e6 100644 --- a/.stacks/core/lint/package.json +++ b/.stacks/core/lint/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/lint", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks way to lint.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -45,9 +45,9 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@ow3/eslint-config": "^0.33.11", + "@ow3/eslint-config": "^0.35.0", "@types/eslint": "^8.4.10", - "eslint": "^8.29.0", + "eslint": "^8.30.0", "lint-staged": "^13.1.0" }, "devDependencies": { diff --git a/.stacks/core/modules/package.json b/.stacks/core/modules/package.json index 18a624f8..dca016ff 100644 --- a/.stacks/core/modules/package.json +++ b/.stacks/core/modules/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/modules", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework modules.", "author": "Chris Breuer", "license": "MIT", @@ -32,7 +32,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/notifications/package.json b/.stacks/core/notifications/package.json index 54323c96..230da5b2 100644 --- a/.stacks/core/notifications/package.json +++ b/.stacks/core/notifications/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/notifications", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks notifications integration.", "author": "Chris Breuer", "license": "MIT", @@ -41,7 +41,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -50,7 +50,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/objects/package.json b/.stacks/core/objects/package.json index afec3dbb..298463fc 100644 --- a/.stacks/core/objects/package.json +++ b/.stacks/core/objects/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/objects", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks objects.", "author": "Chris Breuer", "license": "MIT", @@ -34,7 +34,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/path/package.json b/.stacks/core/path/package.json index 34f3b438..7a07a363 100644 --- a/.stacks/core/path/package.json +++ b/.stacks/core/path/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/path", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks path.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/realtime/package.json b/.stacks/core/realtime/package.json index d82b5dc2..3592e8bd 100644 --- a/.stacks/core/realtime/package.json +++ b/.stacks/core/realtime/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/realtime", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks realtime integration.", "author": "Chris Breuer", "license": "MIT", @@ -35,7 +35,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -44,7 +44,7 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/router/package.json b/.stacks/core/router/package.json index 61e8748a..8c6e8a7a 100644 --- a/.stacks/core/router/package.json +++ b/.stacks/core/router/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/router", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework router.", "author": "Chris Breuer", "license": "MIT", @@ -35,7 +35,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/search-engine/package.json b/.stacks/core/search-engine/package.json index b9399230..6977d659 100644 --- a/.stacks/core/search-engine/package.json +++ b/.stacks/core/search-engine/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/search-engine", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks search engine integrations.", "author": "Chris Breuer", "license": "MIT", @@ -36,7 +36,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -46,7 +46,7 @@ }, "peerDependencies": { "meilisearch": "^0.30.0", - "vitest": "^0.25.6" + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/security/package.json b/.stacks/core/security/package.json index 77b86943..12debd1d 100644 --- a/.stacks/core/security/package.json +++ b/.stacks/core/security/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/security", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework security.", "author": "Chris Breuer", "license": "MIT", @@ -34,7 +34,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/server/package.json b/.stacks/core/server/package.json index e3d4ca73..f244b5d5 100644 --- a/.stacks/core/server/package.json +++ b/.stacks/core/server/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/server", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Local development and production-ready.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/storage/package.json b/.stacks/core/storage/package.json index b28d422f..54df21d5 100644 --- a/.stacks/core/storage/package.json +++ b/.stacks/core/storage/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/storage", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks file system.", "author": "Chris Breuer", "license": "MIT", @@ -38,7 +38,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/strings/package.json b/.stacks/core/strings/package.json index 111c9d16..80a55d76 100644 --- a/.stacks/core/strings/package.json +++ b/.stacks/core/strings/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/strings", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks string utilities.", "author": "Chris Breuer", "license": "MIT", @@ -46,7 +46,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/core/testing/package.json b/.stacks/core/testing/package.json index 787b5c2b..039d15e0 100644 --- a/.stacks/core/testing/package.json +++ b/.stacks/core/testing/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/testing", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks way to test.", "author": "Chris Breuer", "license": "MIT", @@ -37,7 +37,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -46,8 +46,8 @@ "typecheck": "tsc --noEmit" }, "peerDependencies": { - "@vitest/coverage-istanbul": "^0.25.6", - "vitest": "^0.25.6" + "@vitest/coverage-istanbul": "^0.26.0", + "vitest": "^0.26.1" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/types/package.json b/.stacks/core/types/package.json index e60b08b1..abe6afa8 100644 --- a/.stacks/core/types/package.json +++ b/.stacks/core/types/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/types", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework types.", "author": "Chris Breuer", "license": "MIT", @@ -34,7 +34,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -53,7 +53,7 @@ "@types/fs-extra": "^9.0.13", "@types/markdown-it-link-attributes": "^3.0.1", "@types/minimatch": "^5.1.2", - "@types/node": "^18.11.11", + "@types/node": "^18.11.17", "@types/nprogress": "^0.2.0", "@types/pluralize": "^0.0.29", "@types/prompts": "^2.4.2", @@ -61,11 +61,11 @@ "markdown-it": "^13.0.1", "mkdist": "^1.0.0", "typescript": "^4.9.4", - "unplugin-auto-import": "^0.12.0", - "unplugin-vue-components": "^0.22.11", - "vite-plugin-inspect": "^0.7.9", + "unplugin-auto-import": "^0.12.1", + "unplugin-vue-components": "^0.22.12", + "vite-plugin-inspect": "^0.7.11", "vite-plugin-vue-layouts": "^0.7.0", - "vite-ssg": "^0.22.0", - "vitepress": "1.0.0-alpha.30" + "vite-ssg": "^0.22.1", + "vitepress": "1.0.0-alpha.33" } } diff --git a/.stacks/core/ui/package.json b/.stacks/core/ui/package.json index 69979532..e78fbcf5 100644 --- a/.stacks/core/ui/package.json +++ b/.stacks/core/ui/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/ui", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks atomic UI engine, powered by UnoCSS.", "author": "Chris Breuer", "license": "MIT", @@ -38,7 +38,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -51,11 +51,11 @@ "@iconify-json/heroicons-solid": "^1.1.6", "@julr/unocss-preset-forms": "^0.0.2", "@stacksjs/build": "workspace:*", - "@unocss/transformer-compile-class": "^0.47.5", - "pinia": "^2.0.27", - "unocss": "^0.47.5", + "@unocss/transformer-compile-class": "^0.47.6", + "pinia": "^2.0.28", + "unocss": "^0.47.6", "vue": "^3.2.45", - "vue-tsc": "^1.0.11" + "vue-tsc": "^1.0.16" }, "devDependencies": { "mkdist": "^1.0.0", diff --git a/.stacks/core/utils/package.json b/.stacks/core/utils/package.json index 814ae4ed..c750a91c 100644 --- a/.stacks/core/utils/package.json +++ b/.stacks/core/utils/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/utils", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks helper functions.", "author": "Chris Breuer", "license": "MIT", @@ -38,7 +38,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", @@ -53,10 +53,10 @@ "@stacksjs/path": "workspace:*", "@stacksjs/storage": "workspace:*", "@stacksjs/types": "workspace:*", - "@vueuse/core": "^9.6.0", + "@vueuse/core": "^9.8.2", "@vueuse/head": "^1.0.22", - "@vueuse/math": "^9.6.0", - "@vueuse/shared": "^9.6.0", + "@vueuse/math": "^9.8.2", + "@vueuse/shared": "^9.8.2", "defu": "^6.1.1", "detect-indent": "^7.0.1", "detect-newline": "^4.0.0", diff --git a/.stacks/core/x-ray/package.json b/.stacks/core/x-ray/package.json index 399c6836..715a0bf2 100644 --- a/.stacks/core/x-ray/package.json +++ b/.stacks/core/x-ray/package.json @@ -2,7 +2,7 @@ "name": "@stacksjs/x-ray", "type": "module", "version": "0.41.1", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "All you need to debug, log & analyze, easily.", "author": "Chris Breuer", "license": "MIT", @@ -39,7 +39,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "build": "mkdist -d", diff --git a/.stacks/fonts/hubot-sans/package.json b/.stacks/fonts/hubot-sans/package.json index b191f273..97b7d922 100644 --- a/.stacks/fonts/hubot-sans/package.json +++ b/.stacks/fonts/hubot-sans/package.json @@ -1,7 +1,7 @@ { "name": "hubot-sans", "version": "1.0.0", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Hubot Sans, a variable font from GitHub.", "license": "OFL-1.1", "homepage": "https://github.com/github/hubot-sans#readme", diff --git a/.stacks/fonts/inter/package.json b/.stacks/fonts/inter/package.json index abdd3c82..64cf36f6 100644 --- a/.stacks/fonts/inter/package.json +++ b/.stacks/fonts/inter/package.json @@ -1,7 +1,7 @@ { "name": "inter-font", "version": "3.19.0", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Mona Sans, a variable font from GitHub.", "author": { "name": "Rasmus Andersson" diff --git a/.stacks/fonts/mona-sans/package.json b/.stacks/fonts/mona-sans/package.json index fa723f85..de3de17a 100644 --- a/.stacks/fonts/mona-sans/package.json +++ b/.stacks/fonts/mona-sans/package.json @@ -1,7 +1,7 @@ { "name": "mona-sans", "version": "1.0.0", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Mona Sans, a variable font from GitHub.", "license": "OFL-1.1", "homepage": "https://github.com/github/mona-sans", diff --git a/.stacks/functions/package.json b/.stacks/functions/package.json index 0973076c..c9e96ba2 100644 --- a/.stacks/functions/package.json +++ b/.stacks/functions/package.json @@ -2,7 +2,7 @@ "name": "hello-world-fx", "type": "module", "version": "", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Your function library description.", "author": "Chris Breuer", "license": "MIT", diff --git a/.stacks/package.json b/.stacks/package.json index cc0f1d9f..ed6d2959 100644 --- a/.stacks/package.json +++ b/.stacks/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.41.1", "private": "true", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "The Stacks framework.", "author": "Chris Breuer", "license": "MIT", @@ -62,7 +62,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "buddy": "esno ./buddy/src/cli.ts", diff --git a/package.json b/package.json index eb10b958..d6f2c2a1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "your-name", "type": "module", "version": "0.0.0", - "packageManager": "pnpm@7.18.1", + "packageManager": "pnpm@7.18.2", "description": "Develop your modern framework-agnostic web app or library, faster.", "author": "Chris Breuer", "license": "MIT", @@ -24,7 +24,7 @@ ], "engines": { "node": ">=v18.12.1", - "pnpm": ">=7.18.1" + "pnpm": ">=7.18.2" }, "scripts": { "buddy": "esno .stacks/buddy/src/cli.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 367d29b7..8fc07156 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,7 +49,7 @@ importers: '@stacksjs/utils': workspace:* '@stacksjs/x-ray': workspace:* only-allow: ^1.1.1 - pnpm: '>=7.18.1' + pnpm: '>=7.18.2' typescript: ^4.9.4 dependencies: '@stacksjs/actions': link:../core/actions @@ -79,7 +79,7 @@ importers: '@stacksjs/x-ray': link:../core/x-ray devDependencies: only-allow: 1.1.1 - pnpm: 7.18.1 + pnpm: 7.18.2 typescript: 4.9.4 .stacks/components/vue: @@ -106,7 +106,7 @@ importers: markdown-it: ^13.0.1 mkdist: ^1.0.0 typescript: ^4.9.4 - vue-component-meta: ^1.0.11 + vue-component-meta: ^1.0.16 dependencies: '@stacksjs/config': link:../config '@stacksjs/path': link:../path @@ -116,7 +116,7 @@ importers: '@stacksjs/utils': link:../utils '@stacksjs/x-ray': link:../x-ray markdown-it: 13.0.1 - vue-component-meta: 1.0.11_typescript@4.9.4 + vue-component-meta: 1.0.16_typescript@4.9.4 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -133,9 +133,9 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -153,16 +153,16 @@ importers: mkdist: ^1.0.0 typescript: ^4.9.4 unbuild: ^1.0.2 - unplugin-auto-import: ^0.12.0 - unplugin-vue-components: ^0.22.11 + unplugin-auto-import: ^0.12.1 + unplugin-vue-components: ^0.22.12 vite: ^3.2.5 - vite-plugin-inspect: ^0.7.9 - vite-plugin-pages: ^0.27.1 - vite-plugin-pwa: ^0.13.3 - vite-plugin-vue-component-preview: ^0.3.3 + vite-plugin-inspect: ^0.7.11 + vite-plugin-pages: ^0.28.0 + vite-plugin-pwa: ^0.14.0 + vite-plugin-vue-component-preview: ^0.3.4 vite-plugin-vue-layouts: ^0.7.0 vite-plugin-vue-markdown: ^0.22.1 - vite-ssg: ^0.22.0 + vite-ssg: ^0.22.1 vite-ssg-sitemap: ^0.4.3 vue-docgen-web-types: ^0.1.8 vue-i18n: ^9.2.2 @@ -176,16 +176,16 @@ importers: markdown-it-link-attributes: 4.0.1 markdown-it-shiki: 0.7.2 unbuild: 1.0.2 - unplugin-auto-import: 0.12.0_rollup@2.79.1 - unplugin-vue-components: 0.22.11_rollup@2.79.1+vue@3.2.45 + unplugin-auto-import: 0.12.1_rollup@2.79.1 + unplugin-vue-components: 0.22.12_rollup@2.79.1+vue@3.2.45 vite: 3.2.5 - vite-plugin-inspect: 0.7.9_rollup@2.79.1+vite@3.2.5 - vite-plugin-pages: 0.27.1_vite@3.2.5 - vite-plugin-pwa: 0.13.3_x7bmrdf5vv7jofix4vzvx6ucm4 - vite-plugin-vue-component-preview: 0.3.3_vite@3.2.5 + vite-plugin-inspect: 0.7.11_rollup@2.79.1+vite@3.2.5 + vite-plugin-pages: 0.28.0_vite@3.2.5 + vite-plugin-pwa: 0.14.0_x7bmrdf5vv7jofix4vzvx6ucm4 + vite-plugin-vue-component-preview: 0.3.4_vite@3.2.5 vite-plugin-vue-layouts: 0.7.0_3nkpb5yzbuphqhegz2uv6y4s3u vite-plugin-vue-markdown: 0.22.1_vite@3.2.5 - vite-ssg: 0.22.0_wg5sslydmzl6un74innclax7im + vite-ssg: 0.22.1_wg5sslydmzl6un74innclax7im vite-ssg-sitemap: 0.4.3 vue-docgen-web-types: 0.1.8_vue@3.2.45 vue-i18n: 9.2.2_vue@3.2.45 @@ -195,16 +195,16 @@ importers: .stacks/core/cache: specifiers: - '@aws-sdk/client-dynamodb': ^3.226.0 + '@aws-sdk/client-dynamodb': ^3.235.0 '@stacksjs/config': workspace:* memcached: ^2.2.2 memjs: ^1.3.0 mkdist: ^1.0.0 redis: ^4.5.1 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - '@aws-sdk/client-dynamodb': 3.226.0 + '@aws-sdk/client-dynamodb': 3.235.0 '@stacksjs/config': link:../config memcached: 2.2.2 memjs: 1.3.0 @@ -212,7 +212,7 @@ importers: devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 - vitest: 0.25.6 + vitest: 0.26.1 .stacks/core/cli: specifiers: @@ -245,9 +245,9 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -284,15 +284,15 @@ importers: .stacks/core/database: specifiers: - '@prisma/client': ^4.7.1 + '@prisma/client': ^4.8.0 '@stacksjs/utils': workspace:* mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - '@prisma/client': 4.7.1 + '@prisma/client': 4.8.0 '@stacksjs/utils': link:../utils - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -312,9 +312,9 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -323,21 +323,21 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitepress: 1.0.0-alpha.30 + vitepress: 1.0.0-alpha.33 dependencies: - vitepress: 1.0.0-alpha.30_tbpndr44ulefs3hehwpi2mkf2y + vitepress: 1.0.0-alpha.33_tbpndr44ulefs3hehwpi2mkf2y devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 .stacks/core/error-handling: specifiers: - '@ow3/eslint-config': ^0.33.11 + '@ow3/eslint-config': ^0.35.0 mkdist: ^1.0.0 neverthrow: ^5.1.0 typescript: ^4.9.4 dependencies: - '@ow3/eslint-config': 0.33.11_ha6vam6werchizxrnqvarmz2zu + '@ow3/eslint-config': 0.35.0_lzzuuodtsqwxnvqeq4g4likcqa neverthrow: 5.1.0 devDependencies: mkdist: 1.0.0_typescript@4.9.4 @@ -348,7 +348,7 @@ importers: bumpp: ^8.2.1 commitizen: ^4.2.6 conventional-changelog-cli: ^2.2.2 - cz-git: ^1.4.0 + cz-git: ^1.4.1 giget: ^1.0.0 mkdist: ^1.0.0 simple-git-hooks: ^2.8.1 @@ -357,7 +357,7 @@ importers: bumpp: 8.2.1 commitizen: 4.2.6 conventional-changelog-cli: 2.2.2 - cz-git: 1.4.0 + cz-git: 1.4.1 giget: 1.0.0 simple-git-hooks: 2.8.1 devDependencies: @@ -366,16 +366,16 @@ importers: .stacks/core/lint: specifiers: - '@ow3/eslint-config': ^0.33.11 + '@ow3/eslint-config': ^0.35.0 '@types/eslint': ^8.4.10 - eslint: ^8.29.0 + eslint: ^8.30.0 lint-staged: ^13.1.0 mkdist: ^1.0.0 typescript: ^4.9.4 dependencies: - '@ow3/eslint-config': 0.33.11_ha6vam6werchizxrnqvarmz2zu + '@ow3/eslint-config': 0.35.0_lzzuuodtsqwxnvqeq4g4likcqa '@types/eslint': 8.4.10 - eslint: 8.29.0 + eslint: 8.30.0 lint-staged: 13.1.0 devDependencies: mkdist: 1.0.0_typescript@4.9.4 @@ -402,9 +402,9 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -435,9 +435,9 @@ importers: specifiers: mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -458,10 +458,10 @@ importers: meilisearch: ^0.30.0 mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: meilisearch: 0.30.0 - vitest: 0.25.6 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -538,13 +538,13 @@ importers: .stacks/core/testing: specifiers: - '@vitest/coverage-istanbul': ^0.25.6 + '@vitest/coverage-istanbul': ^0.26.0 mkdist: ^1.0.0 typescript: ^4.9.4 - vitest: ^0.25.6 + vitest: ^0.26.1 dependencies: - '@vitest/coverage-istanbul': 0.25.6 - vitest: 0.25.6 + '@vitest/coverage-istanbul': 0.26.0 + vitest: 0.26.1 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -561,7 +561,7 @@ importers: '@types/fs-extra': ^9.0.13 '@types/markdown-it-link-attributes': ^3.0.1 '@types/minimatch': ^5.1.2 - '@types/node': ^18.11.11 + '@types/node': ^18.11.17 '@types/nprogress': ^0.2.0 '@types/pluralize': ^0.0.29 '@types/prompts': ^2.4.2 @@ -569,12 +569,12 @@ importers: markdown-it: ^13.0.1 mkdist: ^1.0.0 typescript: ^4.9.4 - unplugin-auto-import: ^0.12.0 - unplugin-vue-components: ^0.22.11 - vite-plugin-inspect: ^0.7.9 + unplugin-auto-import: ^0.12.1 + unplugin-vue-components: ^0.22.12 + vite-plugin-inspect: ^0.7.11 vite-plugin-vue-layouts: ^0.7.0 - vite-ssg: ^0.22.0 - vitepress: 1.0.0-alpha.30 + vite-ssg: ^0.22.1 + vitepress: 1.0.0-alpha.33 devDependencies: '@mdit-vue/plugin-component': 0.11.1 '@mdit-vue/plugin-frontmatter': 0.11.1 @@ -586,7 +586,7 @@ importers: '@types/fs-extra': 9.0.13 '@types/markdown-it-link-attributes': 3.0.1 '@types/minimatch': 5.1.2 - '@types/node': 18.11.11 + '@types/node': 18.11.17 '@types/nprogress': 0.2.0 '@types/pluralize': 0.0.29 '@types/prompts': 2.4.2 @@ -594,12 +594,12 @@ importers: markdown-it: 13.0.1 mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 - unplugin-auto-import: 0.12.0 - unplugin-vue-components: 0.22.11_vue@3.2.45 - vite-plugin-inspect: 0.7.9_vite@3.2.5 + unplugin-auto-import: 0.12.1 + unplugin-vue-components: 0.22.12_vue@3.2.45 + vite-plugin-inspect: 0.7.11_vite@3.2.5 vite-plugin-vue-layouts: 0.7.0_3nkpb5yzbuphqhegz2uv6y4s3u - vite-ssg: 0.22.0_wg5sslydmzl6un74innclax7im - vitepress: 1.0.0-alpha.30_dsrxkb4aw36kv6qnfbvdlrotc4 + vite-ssg: 0.22.1_wg5sslydmzl6un74innclax7im + vitepress: 1.0.0-alpha.33_qo2o2owngqelt6ga5qjtvwuvwa .stacks/core/ui: specifiers: @@ -607,23 +607,23 @@ importers: '@iconify-json/heroicons-solid': ^1.1.6 '@julr/unocss-preset-forms': ^0.0.2 '@stacksjs/build': workspace:* - '@unocss/transformer-compile-class': ^0.47.5 + '@unocss/transformer-compile-class': ^0.47.6 mkdist: ^1.0.0 - pinia: ^2.0.27 + pinia: ^2.0.28 typescript: ^4.9.4 - unocss: ^0.47.5 + unocss: ^0.47.6 vue: ^3.2.45 - vue-tsc: ^1.0.11 + vue-tsc: ^1.0.16 dependencies: '@iconify-json/heroicons-outline': 1.1.5 '@iconify-json/heroicons-solid': 1.1.6 - '@julr/unocss-preset-forms': 0.0.2_unocss@0.47.5 + '@julr/unocss-preset-forms': 0.0.2_unocss@0.47.6 '@stacksjs/build': link:../build - '@unocss/transformer-compile-class': 0.47.5 - pinia: 2.0.27_prq2uz4lho2pwp6irk4cfkrxwu - unocss: 0.47.5_vite@3.2.5 + '@unocss/transformer-compile-class': 0.47.6 + pinia: 2.0.28_prq2uz4lho2pwp6irk4cfkrxwu + unocss: 0.47.6_vite@4.0.2 vue: 3.2.45 - vue-tsc: 1.0.11_typescript@4.9.4 + vue-tsc: 1.0.16_typescript@4.9.4 devDependencies: mkdist: 1.0.0_typescript@4.9.4 typescript: 4.9.4 @@ -636,10 +636,10 @@ importers: '@stacksjs/path': workspace:* '@stacksjs/storage': workspace:* '@stacksjs/types': workspace:* - '@vueuse/core': ^9.6.0 + '@vueuse/core': ^9.8.2 '@vueuse/head': ^1.0.22 - '@vueuse/math': ^9.6.0 - '@vueuse/shared': ^9.6.0 + '@vueuse/math': ^9.8.2 + '@vueuse/shared': ^9.8.2 defu: ^6.1.1 detect-indent: ^7.0.1 detect-newline: ^4.0.0 @@ -658,10 +658,10 @@ importers: '@stacksjs/path': link:../path '@stacksjs/storage': link:../storage '@stacksjs/types': link:../types - '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/core': 9.8.2_vue@3.2.45 '@vueuse/head': 1.0.22_vue@3.2.45 - '@vueuse/math': 9.6.0_vue@3.2.45 - '@vueuse/shared': 9.6.0_vue@3.2.45 + '@vueuse/math': 9.8.2_vue@3.2.45 + '@vueuse/shared': 9.8.2_vue@3.2.45 defu: 6.1.1 detect-indent: 7.0.1 detect-newline: 4.0.0 @@ -881,25 +881,25 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/client-dynamodb/3.226.0: - resolution: {integrity: sha512-H7s/QrMohrDB9b6kh0pm2FXyrkscb6lGMLz+QGFa6Xrk80/Zwd5s1WWWNP+ZYS1ka4vd0vyLlg3cptTuuTKEUQ==} + /@aws-sdk/client-dynamodb/3.235.0: + resolution: {integrity: sha512-GTRrc7EED3er8HNlnfLHI4oFT/sXS84rlUy3acYzLTiYfASK3YUspZ/cu7CF7MGJaiXXIS1pEm88rK2N4hap/g==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/client-sts': 3.226.0 - '@aws-sdk/config-resolver': 3.226.0 - '@aws-sdk/credential-provider-node': 3.226.0 + '@aws-sdk/client-sts': 3.235.0 + '@aws-sdk/config-resolver': 3.234.0 + '@aws-sdk/credential-provider-node': 3.235.0 '@aws-sdk/fetch-http-handler': 3.226.0 '@aws-sdk/hash-node': 3.226.0 '@aws-sdk/invalid-dependency': 3.226.0 '@aws-sdk/middleware-content-length': 3.226.0 '@aws-sdk/middleware-endpoint': 3.226.0 - '@aws-sdk/middleware-endpoint-discovery': 3.226.0 + '@aws-sdk/middleware-endpoint-discovery': 3.234.0 '@aws-sdk/middleware-host-header': 3.226.0 '@aws-sdk/middleware-logger': 3.226.0 '@aws-sdk/middleware-recursion-detection': 3.226.0 - '@aws-sdk/middleware-retry': 3.226.0 + '@aws-sdk/middleware-retry': 3.235.0 '@aws-sdk/middleware-serde': 3.226.0 '@aws-sdk/middleware-signing': 3.226.0 '@aws-sdk/middleware-stack': 3.226.0 @@ -907,15 +907,16 @@ packages: '@aws-sdk/node-config-provider': 3.226.0 '@aws-sdk/node-http-handler': 3.226.0 '@aws-sdk/protocol-http': 3.226.0 - '@aws-sdk/smithy-client': 3.226.0 + '@aws-sdk/smithy-client': 3.234.0 '@aws-sdk/types': 3.226.0 '@aws-sdk/url-parser': 3.226.0 '@aws-sdk/util-base64': 3.208.0 '@aws-sdk/util-body-length-browser': 3.188.0 '@aws-sdk/util-body-length-node': 3.208.0 - '@aws-sdk/util-defaults-mode-browser': 3.226.0 - '@aws-sdk/util-defaults-mode-node': 3.226.0 + '@aws-sdk/util-defaults-mode-browser': 3.234.0 + '@aws-sdk/util-defaults-mode-node': 3.234.0 '@aws-sdk/util-endpoints': 3.226.0 + '@aws-sdk/util-retry': 3.229.0 '@aws-sdk/util-user-agent-browser': 3.226.0 '@aws-sdk/util-user-agent-node': 3.226.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -927,13 +928,13 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso-oidc/3.226.0: - resolution: {integrity: sha512-IKzAhL6RoPs7IZ/rJvekjedQ4oesazCO+Aqh9l2Xct+XY0MFBdh4amgg4t/8fjksfIzmJH48BZoNv5gVak6yRw==} + /@aws-sdk/client-sso-oidc/3.235.0: + resolution: {integrity: sha512-oSF0lSPmE5jaaigxc5TZyDjqfgTiDsromEdvv5s5a/qAOZBNtsVaS4+8cn9kIt43Ceo7dxHXk7cwvXMNPwVnWw==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.226.0 + '@aws-sdk/config-resolver': 3.234.0 '@aws-sdk/fetch-http-handler': 3.226.0 '@aws-sdk/hash-node': 3.226.0 '@aws-sdk/invalid-dependency': 3.226.0 @@ -942,22 +943,23 @@ packages: '@aws-sdk/middleware-host-header': 3.226.0 '@aws-sdk/middleware-logger': 3.226.0 '@aws-sdk/middleware-recursion-detection': 3.226.0 - '@aws-sdk/middleware-retry': 3.226.0 + '@aws-sdk/middleware-retry': 3.235.0 '@aws-sdk/middleware-serde': 3.226.0 '@aws-sdk/middleware-stack': 3.226.0 '@aws-sdk/middleware-user-agent': 3.226.0 '@aws-sdk/node-config-provider': 3.226.0 '@aws-sdk/node-http-handler': 3.226.0 '@aws-sdk/protocol-http': 3.226.0 - '@aws-sdk/smithy-client': 3.226.0 + '@aws-sdk/smithy-client': 3.234.0 '@aws-sdk/types': 3.226.0 '@aws-sdk/url-parser': 3.226.0 '@aws-sdk/util-base64': 3.208.0 '@aws-sdk/util-body-length-browser': 3.188.0 '@aws-sdk/util-body-length-node': 3.208.0 - '@aws-sdk/util-defaults-mode-browser': 3.226.0 - '@aws-sdk/util-defaults-mode-node': 3.226.0 + '@aws-sdk/util-defaults-mode-browser': 3.234.0 + '@aws-sdk/util-defaults-mode-node': 3.234.0 '@aws-sdk/util-endpoints': 3.226.0 + '@aws-sdk/util-retry': 3.229.0 '@aws-sdk/util-user-agent-browser': 3.226.0 '@aws-sdk/util-user-agent-node': 3.226.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -967,13 +969,13 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sso/3.226.0: - resolution: {integrity: sha512-+Hl1YSLKrxPnQLijhWryI6uV8eKZIsUhvWlzFKx75kjxzjsC/jyk5zV59jnCu0SCCepXB8DKyLVa2WpH7iAHew==} + /@aws-sdk/client-sso/3.235.0: + resolution: {integrity: sha512-CdZ2EnDuB6V41u6brk/Nt19EZneLorsNkNWr4J7zkR/2gKiqdUN6PUs6jxDtK9M7V/r81jaE0ViLwLVmYhL/bQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.226.0 + '@aws-sdk/config-resolver': 3.234.0 '@aws-sdk/fetch-http-handler': 3.226.0 '@aws-sdk/hash-node': 3.226.0 '@aws-sdk/invalid-dependency': 3.226.0 @@ -982,22 +984,23 @@ packages: '@aws-sdk/middleware-host-header': 3.226.0 '@aws-sdk/middleware-logger': 3.226.0 '@aws-sdk/middleware-recursion-detection': 3.226.0 - '@aws-sdk/middleware-retry': 3.226.0 + '@aws-sdk/middleware-retry': 3.235.0 '@aws-sdk/middleware-serde': 3.226.0 '@aws-sdk/middleware-stack': 3.226.0 '@aws-sdk/middleware-user-agent': 3.226.0 '@aws-sdk/node-config-provider': 3.226.0 '@aws-sdk/node-http-handler': 3.226.0 '@aws-sdk/protocol-http': 3.226.0 - '@aws-sdk/smithy-client': 3.226.0 + '@aws-sdk/smithy-client': 3.234.0 '@aws-sdk/types': 3.226.0 '@aws-sdk/url-parser': 3.226.0 '@aws-sdk/util-base64': 3.208.0 '@aws-sdk/util-body-length-browser': 3.188.0 '@aws-sdk/util-body-length-node': 3.208.0 - '@aws-sdk/util-defaults-mode-browser': 3.226.0 - '@aws-sdk/util-defaults-mode-node': 3.226.0 + '@aws-sdk/util-defaults-mode-browser': 3.234.0 + '@aws-sdk/util-defaults-mode-node': 3.234.0 '@aws-sdk/util-endpoints': 3.226.0 + '@aws-sdk/util-retry': 3.229.0 '@aws-sdk/util-user-agent-browser': 3.226.0 '@aws-sdk/util-user-agent-node': 3.226.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -1007,14 +1010,14 @@ packages: - aws-crt dev: false - /@aws-sdk/client-sts/3.226.0: - resolution: {integrity: sha512-ZBlqRVbnHvvbkN5g56+mXltNybHNzgV69+2ARubQ8ge9U2qF/LweCmGqZnZLWqdGXwaB9IOvz5ZW2npyJh1X/A==} + /@aws-sdk/client-sts/3.235.0: + resolution: {integrity: sha512-P1pqvg7brdBUGrTlyMc+LCe6rnWrWufdd7bpzuC9lcVzkoOHJw8j8wDItwoCsvy1O3SeK7vtmOTLxV2yuTEO3Q==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.226.0 - '@aws-sdk/credential-provider-node': 3.226.0 + '@aws-sdk/config-resolver': 3.234.0 + '@aws-sdk/credential-provider-node': 3.235.0 '@aws-sdk/fetch-http-handler': 3.226.0 '@aws-sdk/hash-node': 3.226.0 '@aws-sdk/invalid-dependency': 3.226.0 @@ -1023,7 +1026,7 @@ packages: '@aws-sdk/middleware-host-header': 3.226.0 '@aws-sdk/middleware-logger': 3.226.0 '@aws-sdk/middleware-recursion-detection': 3.226.0 - '@aws-sdk/middleware-retry': 3.226.0 + '@aws-sdk/middleware-retry': 3.235.0 '@aws-sdk/middleware-sdk-sts': 3.226.0 '@aws-sdk/middleware-serde': 3.226.0 '@aws-sdk/middleware-signing': 3.226.0 @@ -1032,15 +1035,16 @@ packages: '@aws-sdk/node-config-provider': 3.226.0 '@aws-sdk/node-http-handler': 3.226.0 '@aws-sdk/protocol-http': 3.226.0 - '@aws-sdk/smithy-client': 3.226.0 + '@aws-sdk/smithy-client': 3.234.0 '@aws-sdk/types': 3.226.0 '@aws-sdk/url-parser': 3.226.0 '@aws-sdk/util-base64': 3.208.0 '@aws-sdk/util-body-length-browser': 3.188.0 '@aws-sdk/util-body-length-node': 3.208.0 - '@aws-sdk/util-defaults-mode-browser': 3.226.0 - '@aws-sdk/util-defaults-mode-node': 3.226.0 + '@aws-sdk/util-defaults-mode-browser': 3.234.0 + '@aws-sdk/util-defaults-mode-node': 3.234.0 '@aws-sdk/util-endpoints': 3.226.0 + '@aws-sdk/util-retry': 3.229.0 '@aws-sdk/util-user-agent-browser': 3.226.0 '@aws-sdk/util-user-agent-node': 3.226.0 '@aws-sdk/util-utf8-browser': 3.188.0 @@ -1051,8 +1055,8 @@ packages: - aws-crt dev: false - /@aws-sdk/config-resolver/3.226.0: - resolution: {integrity: sha512-0UWXtfnTT0OtnRP8jJodc8V7xAnWSqsh4RCRyV5uu3Z2Tv+xyW91GKxO+gOXoUP0hHu0lvBM9lYiMJcJWZYLYw==} + /@aws-sdk/config-resolver/3.234.0: + resolution: {integrity: sha512-uZxy4wzllfvgCQxVc+Iqhde0NGAnfmV2hWR6ejadJaAFTuYNvQiRg9IqJy3pkyDPqXySiJ8Bom5PoJfgn55J/A==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/signature-v4': 3.226.0 @@ -1082,13 +1086,14 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/credential-provider-ini/3.226.0: - resolution: {integrity: sha512-Sj7SGl53qmKkD7wvgU0MSTyj8ho6A3tKVbadTHljVz60jiauTEM97Z1DIai6U3oPFVteaKqx7npc8ozeK6mKNg==} + /@aws-sdk/credential-provider-ini/3.235.0: + resolution: {integrity: sha512-i3efxJw+9hN/opmjlRqT0lv/gKjOHmgGBUbFCdbCmSUTc8QH3sbkIY6FLX2q0PSu4q4CpCwWZ587lkThtFerJA==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.226.0 '@aws-sdk/credential-provider-imds': 3.226.0 - '@aws-sdk/credential-provider-sso': 3.226.0 + '@aws-sdk/credential-provider-process': 3.226.0 + '@aws-sdk/credential-provider-sso': 3.235.0 '@aws-sdk/credential-provider-web-identity': 3.226.0 '@aws-sdk/property-provider': 3.226.0 '@aws-sdk/shared-ini-file-loader': 3.226.0 @@ -1098,15 +1103,15 @@ packages: - aws-crt dev: false - /@aws-sdk/credential-provider-node/3.226.0: - resolution: {integrity: sha512-kuOeiVmlhSyMC1Eix0pqHmb4EmpbMHrTw+9ObZbQ2bRXy05Q9fLA6SVBcI01bI1KVh7Qqz9i8ojOY3A2zscjyA==} + /@aws-sdk/credential-provider-node/3.235.0: + resolution: {integrity: sha512-xJSAntEBlbXbngSzpyMnlZzOldxV0sNOQ7ggDUmIQNVWbu3XwP6MiA8CjAHnH10vs6+pcyHtpfUj3evdQZ4JlQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/credential-provider-env': 3.226.0 '@aws-sdk/credential-provider-imds': 3.226.0 - '@aws-sdk/credential-provider-ini': 3.226.0 + '@aws-sdk/credential-provider-ini': 3.235.0 '@aws-sdk/credential-provider-process': 3.226.0 - '@aws-sdk/credential-provider-sso': 3.226.0 + '@aws-sdk/credential-provider-sso': 3.235.0 '@aws-sdk/credential-provider-web-identity': 3.226.0 '@aws-sdk/property-provider': 3.226.0 '@aws-sdk/shared-ini-file-loader': 3.226.0 @@ -1126,14 +1131,14 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/credential-provider-sso/3.226.0: - resolution: {integrity: sha512-QSBeyOIAus4/8u/DeAstE8w/zw+F7PQohdB8JFP/BPaCfc8uKue4UkqqvQWRfm4VSEnHeXt037MDopmCpd98Iw==} + /@aws-sdk/credential-provider-sso/3.235.0: + resolution: {integrity: sha512-+7UORB7Wo/d0mEz7J16/hsRumIhtdl4KekJfrXH5OrLiXXIsn68wmQkrvwD2CibbtgOY0P69G12qbcBHkg3qng==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso': 3.226.0 + '@aws-sdk/client-sso': 3.235.0 '@aws-sdk/property-provider': 3.226.0 '@aws-sdk/shared-ini-file-loader': 3.226.0 - '@aws-sdk/token-providers': 3.226.0 + '@aws-sdk/token-providers': 3.235.0 '@aws-sdk/types': 3.226.0 tslib: 2.4.1 transitivePeerDependencies: @@ -1199,11 +1204,11 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/middleware-endpoint-discovery/3.226.0: - resolution: {integrity: sha512-YqLEiJqOcCOnhasoeupm90M7VN3NHncrUdVFgKmbBaCcv8TualTRldsVqXhmjwGrMqLnYMBcpC1qkOUXg9xBhQ==} + /@aws-sdk/middleware-endpoint-discovery/3.234.0: + resolution: {integrity: sha512-HNZJbxXrSJfITJjAisqrju7T4S7U186xcmYr28CZX9XQNm6fc/bxcqj+8JRntWsekiJYyTvQLIrKxiCaa+TA9A==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/config-resolver': 3.226.0 + '@aws-sdk/config-resolver': 3.234.0 '@aws-sdk/endpoint-cache': 3.208.0 '@aws-sdk/protocol-http': 3.226.0 '@aws-sdk/types': 3.226.0 @@ -1250,14 +1255,15 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/middleware-retry/3.226.0: - resolution: {integrity: sha512-uMn4dSkv9Na2uvt6K3HgTnVrCRAlGv1MBAtUDLXONqUv1L/Z1fp3CkFkLKQHKylfBwBhe6dXfYEo87i8LZFoqg==} + /@aws-sdk/middleware-retry/3.235.0: + resolution: {integrity: sha512-50WHbJGpD3SNp9763MAlHqIhXil++JdQbKejNpHg7HsJne/ao3ub+fDOfx//mMBjpzBV25BGd5UlfL6blrClSg==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/protocol-http': 3.226.0 - '@aws-sdk/service-error-classification': 3.226.0 + '@aws-sdk/service-error-classification': 3.229.0 '@aws-sdk/types': 3.226.0 '@aws-sdk/util-middleware': 3.226.0 + '@aws-sdk/util-retry': 3.229.0 tslib: 2.4.1 uuid: 8.3.2 dev: false @@ -1364,8 +1370,8 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/service-error-classification/3.226.0: - resolution: {integrity: sha512-9R01dBpE8JILe2CTft7YN2tMufT2mMWMTqxmHwPSmOpsxHTj8hEII7GTfvpb95ThHwW7XMNhg7pbHLbrTJZCVA==} + /@aws-sdk/service-error-classification/3.229.0: + resolution: {integrity: sha512-dnzWWQ0/NoWMUZ5C0DW3dPm0wC1O76Y/SpKbuJzWPkx1EYy6r8p32Ly4D9vUzrKDbRGf48YHIF2kOkBmu21CLg==} engines: {node: '>=14.0.0'} dev: false @@ -1389,8 +1395,8 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/smithy-client/3.226.0: - resolution: {integrity: sha512-BWr1FhWSUhkSBp0TLzliD5AQBjA2Jmo9FlOOt+cBwd9BKkSGlGj+HgATYJ83Sjjg2+J6qvEZBxB78LKVHhorBw==} + /@aws-sdk/smithy-client/3.234.0: + resolution: {integrity: sha512-8AtR/k4vsFvjXeQbIzq/Wy7Nbk48Ou0wUEeVYPHWHPSU8QamFWORkOwmKtKMfHAyZvmqiAPeQqHFkq+UJhWyyQ==} engines: {node: '>=14.0.0'} dependencies: '@aws-sdk/middleware-stack': 3.226.0 @@ -1398,11 +1404,11 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/token-providers/3.226.0: - resolution: {integrity: sha512-3ouRt2i3ve8ivg54PxPhtOTcipzf6BoQsMw0EiO23yYKujhyeFH2IkxV4EYC687xFrUjheqJf8FWU/DD8EQ/ow==} + /@aws-sdk/token-providers/3.235.0: + resolution: {integrity: sha512-TdUbQ0wWVTO7azF/8ojtd4MNFjEfQKhGoGib0g/W5pa/FJryOkiIP8U4POC/I+0ATMkLK3vAC07kNHtey0ooZg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso-oidc': 3.226.0 + '@aws-sdk/client-sso-oidc': 3.235.0 '@aws-sdk/property-provider': 3.226.0 '@aws-sdk/shared-ini-file-loader': 3.226.0 '@aws-sdk/types': 3.226.0 @@ -1462,8 +1468,8 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/util-defaults-mode-browser/3.226.0: - resolution: {integrity: sha512-chLx+6AeMSjuPsCVbI1B4Pg3jftjjcsuTsJucjo0DKBb1VSWqPCitmOILQVvKiA2Km8TSs3VcbUuOCyDExkzAg==} + /@aws-sdk/util-defaults-mode-browser/3.234.0: + resolution: {integrity: sha512-IHMKXjTbOD8XMz5+2oCOsVP94BYb9YyjXdns0aAXr2NAo7k2+RCzXQ2DebJXppGda1F6opFutoKwyVSN0cmbMw==} engines: {node: '>= 10.0.0'} dependencies: '@aws-sdk/property-provider': 3.226.0 @@ -1472,11 +1478,11 @@ packages: tslib: 2.4.1 dev: false - /@aws-sdk/util-defaults-mode-node/3.226.0: - resolution: {integrity: sha512-Zr0AEj6g8gqiOhr31Pa2tdOFdPQciaAUCg3Uj/eH0znNBdVoptCj67oCW/I5v4pY4ZLZtGhr3uuoxDJH2MB3yg==} + /@aws-sdk/util-defaults-mode-node/3.234.0: + resolution: {integrity: sha512-UGjQ+OjBYYhxFVtUY+jtr0ZZgzZh6OHtYwRhFt8IHewJXFCfZTyfsbX20szBj5y1S4HRIUJ7cwBLIytTqMbI5w==} engines: {node: '>= 10.0.0'} dependencies: - '@aws-sdk/config-resolver': 3.226.0 + '@aws-sdk/config-resolver': 3.234.0 '@aws-sdk/credential-provider-imds': 3.226.0 '@aws-sdk/node-config-provider': 3.226.0 '@aws-sdk/property-provider': 3.226.0 @@ -1513,6 +1519,14 @@ packages: tslib: 2.4.1 dev: false + /@aws-sdk/util-retry/3.229.0: + resolution: {integrity: sha512-0zKTqi0P1inD0LzIMuXRIYYQ/8c1lWMg/cfiqUcIAF1TpatlpZuN7umU0ierpBFud7S+zDgg0oemh+Nj8xliJw==} + engines: {node: '>= 14.0.0'} + dependencies: + '@aws-sdk/service-error-classification': 3.229.0 + tslib: 2.4.1 + dev: false + /@aws-sdk/util-uri-escape/3.201.0: resolution: {integrity: sha512-TeTWbGx4LU2c5rx0obHeDFeO9HvwYwQtMh1yniBz00pQb6Qt6YVOETVQikRZ+XRQwEyCg/dA375UplIpiy54mA==} engines: {node: '>=14.0.0'} @@ -2827,6 +2841,86 @@ packages: requiresBuild: true optional: true + /@esbuild/android-arm/0.16.10: + resolution: {integrity: sha512-RmJjQTRrO6VwUWDrzTBLmV4OJZTarYsiepLGlF2rYTVB701hSorPywPGvP6d8HCuuRibyXa5JX4s3jN2kHEtjQ==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true + optional: true + + /@esbuild/android-arm64/0.16.10: + resolution: {integrity: sha512-47Y+NwVKTldTlDhSgJHZ/RpvBQMUDG7eKihqaF/u6g7s0ZPz4J1vy8A3rwnnUOF2CuDn7w7Gj/QcMoWz3U3SJw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + optional: true + + /@esbuild/android-x64/0.16.10: + resolution: {integrity: sha512-C4PfnrBMcuAcOurQzpF1tTtZz94IXO5JmICJJ3NFJRHbXXsQUg9RFG45KvydKqtFfBaFLCHpduUkUfXwIvGnRg==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + optional: true + + /@esbuild/darwin-arm64/0.16.10: + resolution: {integrity: sha512-bH/bpFwldyOKdi9HSLCLhhKeVgRYr9KblchwXgY2NeUHBB/BzTUHtUSBgGBmpydB1/4E37m+ggXXfSrnD7/E7g==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + optional: true + + /@esbuild/darwin-x64/0.16.10: + resolution: {integrity: sha512-OXt7ijoLuy+AjDSKQWu+KdDFMBbdeaL6wtgMKtDUXKWHiAMKHan5+R1QAG6HD4+K0nnOvEJXKHeA9QhXNAjOTQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + optional: true + + /@esbuild/freebsd-arm64/0.16.10: + resolution: {integrity: sha512-shSQX/3GHuspE3Uxtq5kcFG/zqC+VuMnJkqV7LczO41cIe6CQaXHD3QdMLA4ziRq/m0vZo7JdterlgbmgNIAlQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + optional: true + + /@esbuild/freebsd-x64/0.16.10: + resolution: {integrity: sha512-5YVc1zdeaJGASijZmTzSO4h6uKzsQGG3pkjI6fuXvolhm3hVRhZwnHJkforaZLmzvNv5Tb7a3QL2FAVmrgySIA==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + optional: true + + /@esbuild/linux-arm/0.16.10: + resolution: {integrity: sha512-c360287ZWI2miBnvIj23bPyVctgzeMT2kQKR+x94pVqIN44h3GF8VMEs1SFPH1UgyDr3yBbx3vowDS1SVhyVhA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-arm64/0.16.10: + resolution: {integrity: sha512-2aqeNVxIaRfPcIaMZIFoblLh588sWyCbmj1HHCCs9WmeNWm+EIN0SmvsmPvTa/TsNZFKnxTcvkX2eszTcCqIrA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-ia32/0.16.10: + resolution: {integrity: sha512-sqMIEWeyrLGU7J5RB5fTkLRIFwsgsQ7ieWXlDLEmC2HblPYGb3AucD7inw2OrKFpRPKsec1l+lssiM3+NV5aOw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + optional: true + /@esbuild/linux-loong64/0.15.14: resolution: {integrity: sha512-eQi9rosGNVQFJyJWV0HCA5WZae/qWIQME7s8/j8DMvnylfBv62Pbu+zJ2eUDqNf2O4u3WB+OEXyfkpBoe194sg==} engines: {node: '>=12'} @@ -2843,14 +2937,120 @@ packages: requiresBuild: true optional: true - /@eslint/eslintrc/1.3.3: - resolution: {integrity: sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==} + /@esbuild/linux-loong64/0.16.10: + resolution: {integrity: sha512-O7Pd5hLEtTg37NC73pfhUOGTjx/+aXu5YoSq3ahCxcN7Bcr2F47mv+kG5t840thnsEzrv0oB70+LJu3gUgchvg==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-mips64el/0.16.10: + resolution: {integrity: sha512-FN8mZOH7531iPHM0kaFhAOqqNHoAb6r/YHW2ZIxNi0a85UBi2DO4Vuyn7t1p4UN8a4LoAnLOT1PqNgHkgBJgbA==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-ppc64/0.16.10: + resolution: {integrity: sha512-Dg9RiqdvHOAWnOKIOTsIx8dFX9EDlY2IbPEY7YFzchrCiTZmMkD7jWA9UdZbNUygPjdmQBVPRCrLydReFlX9yg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-riscv64/0.16.10: + resolution: {integrity: sha512-XMqtpjwzbmlar0BJIxmzu/RZ7EWlfVfH68Vadrva0Wj5UKOdKvqskuev2jY2oPV3aoQUyXwnMbMrFmloO2GfAw==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-s390x/0.16.10: + resolution: {integrity: sha512-fu7XtnoeRNFMx8DjK3gPWpFBDM2u5ba+FYwg27SjMJwKvJr4bDyKz5c+FLXLUSSAkMAt/UL+cUbEbra+rYtUgw==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/linux-x64/0.16.10: + resolution: {integrity: sha512-61lcjVC/RldNNMUzQQdyCWjCxp9YLEQgIxErxU9XluX7juBdGKb0pvddS0vPNuCvotRbzijZ1pzII+26haWzbA==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + optional: true + + /@esbuild/netbsd-x64/0.16.10: + resolution: {integrity: sha512-JeZXCX3viSA9j4HqSoygjssdqYdfHd6yCFWyfSekLbz4Ef+D2EjvsN02ZQPwYl5a5gg/ehdHgegHhlfOFP0HCA==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + optional: true + + /@esbuild/openbsd-x64/0.16.10: + resolution: {integrity: sha512-3qpxQKuEVIIg8SebpXsp82OBrqjPV/OwNWmG+TnZDr3VGyChNnGMHccC1xkbxCHDQNnnXjxhMQNyHmdFJbmbRA==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + optional: true + + /@esbuild/sunos-x64/0.16.10: + resolution: {integrity: sha512-z+q0xZ+et/7etz7WoMyXTHZ1rB8PMSNp/FOqURLJLOPb3GWJ2aj4oCqFCjPwEbW1rsT7JPpxeH/DwGAWk/I1Bg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + optional: true + + /@esbuild/win32-arm64/0.16.10: + resolution: {integrity: sha512-+YYu5sbQ9npkNT9Dec+tn1F/kjg6SMgr6bfi/6FpXYZvCRfu2YFPZGb+3x8K30s8eRxFpoG4sGhiSUkr1xbHEw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + optional: true + + /@esbuild/win32-ia32/0.16.10: + resolution: {integrity: sha512-Aw7Fupk7XNehR1ftHGYwUteyJ2q+em/aE+fVU3YMTBN2V5A7Z4aVCSV+SvCp9HIIHZavPFBpbdP3VfjQpdf6Xg==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + optional: true + + /@esbuild/win32-x64/0.16.10: + resolution: {integrity: sha512-qddWullt3sC1EIpfHvCRBq3H4g3L86DZpD6n8k2XFjFVyp01D++uNbN1hT/JRsHxTbyyemZcpwL5aRlJwc/zFw==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + optional: true + + /@eslint-community/eslint-utils/4.1.2_eslint@8.30.0: + resolution: {integrity: sha512-7qELuQWWjVDdVsFQ5+beUl+KPczrEDA7S3zM4QUd/bJl7oXgsmpXaEVqrRTnOBqenOV4rWf2kVZk2Ot085zPWA==} + 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.30.0 + eslint-visitor-keys: 3.3.0 + dev: false + + /@eslint/eslintrc/1.4.0: + resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 espree: 9.4.1 - globals: 13.17.0 + globals: 13.19.0 ignore: 5.2.0 import-fresh: 3.3.0 js-yaml: 4.1.0 @@ -2860,8 +3060,8 @@ packages: - supports-color dev: false - /@humanwhocodes/config-array/0.11.7: - resolution: {integrity: sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==} + /@humanwhocodes/config-array/0.11.8: + resolution: {integrity: sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -3077,14 +3277,14 @@ packages: type-detect: 4.0.8 dev: false - /@julr/unocss-preset-forms/0.0.2_unocss@0.47.5: + /@julr/unocss-preset-forms/0.0.2_unocss@0.47.6: resolution: {integrity: sha512-mg1SNeeKbLpP5GNtuRqKVuiaHkhjJW6Xto+PSoWrcKcIZwhWxCpoC1g7uEgPSM3iFrBBzD2aTT1NS6zr5+a77g==} engines: {node: '>=16'} peerDependencies: unocss: '>= 0.31.13 < 1' dependencies: mini-svg-data-uri: 1.4.4 - unocss: 0.47.5_vite@3.2.5 + unocss: 0.47.6_vite@4.0.2 dev: false /@mapbox/node-pre-gyp/1.0.10: @@ -3147,23 +3347,23 @@ packages: '@nodelib/fs.scandir': 2.1.5 fastq: 1.13.0 - /@ow3/eslint-config-basic/0.33.11_ae7js2nxcehzgwzde5imjp6fde: - resolution: {integrity: sha512-8Co6ea/AEMRk7mvwuYWvvW3S6EEAqrWeGsnVNG8pUIs6OnbBGREqCFbwODYoDtMaE1It2nJcoSud0hQ4eVkATA==} + /@ow3/eslint-config-basic/0.35.0_ncmi6noazr3nzas7jxykisekym: + resolution: {integrity: sha512-zsxS/m2/78EvTWuhQ8McL0ATtIuR9PxaX4BM564G5PedTQFH8VHoPV4ksUr6edGILdhY+ceMFZUZwU35487LwA==} peerDependencies: eslint: '>=7.4.0' dependencies: - eslint: 8.29.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.30.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_imkp7wbndatzdjilm7zpyfezty - eslint-plugin-jsonc: 2.5.0_eslint@8.29.0 - eslint-plugin-markdown: 3.0.0_eslint@8.29.0 - eslint-plugin-n: 15.5.1_eslint@8.29.0 + eslint-plugin-import: 2.26.0_tqyj5ytb5g6r5ett7xxedhk6eq + eslint-plugin-jsonc: 2.5.0_eslint@8.30.0 + eslint-plugin-markdown: 3.0.0_eslint@8.30.0 + eslint-plugin-n: 15.6.0_eslint@8.30.0 eslint-plugin-no-only-tests: 3.1.0 - eslint-plugin-ow3: 0.33.11_ha6vam6werchizxrnqvarmz2zu - eslint-plugin-promise: 6.1.1_eslint@8.29.0 - eslint-plugin-unicorn: 43.0.2_eslint@8.29.0 - eslint-plugin-yml: 1.2.0_eslint@8.29.0 + eslint-plugin-ow3: 0.35.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint-plugin-promise: 6.1.1_eslint@8.30.0 + eslint-plugin-unicorn: 45.0.2_eslint@8.30.0 + eslint-plugin-yml: 1.3.0_eslint@8.30.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.1.0 transitivePeerDependencies: @@ -3174,62 +3374,69 @@ packages: - typescript dev: false - /@ow3/eslint-config-ts/0.33.11_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-VLL6p2pnW0D2AgSywInw5ZFWUoIAQIq5SWGK77v0xFPfl446Kw2XsnLAMMe7mG1sJLBLxikHZnTkxbetEDo+XA==} + /@ow3/eslint-config-ts/0.35.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-TwDVvb1t9SONHJRsJG+InReqmSDgTQzpWrzsEhwR3cQLuW3ucXF+UCmYZRbLfwuVMeDEFiT7MNpW5tuDBDxZMg==} peerDependencies: eslint: '>=7.4.0' typescript: '>=3.9' dependencies: - '@ow3/eslint-config-basic': 0.33.11_ae7js2nxcehzgwzde5imjp6fde - '@typescript-eslint/eslint-plugin': 5.43.0_ae7js2nxcehzgwzde5imjp6fde - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - eslint-plugin-neverthrow: 1.1.4_ae7js2nxcehzgwzde5imjp6fde + '@ow3/eslint-config-basic': 0.35.0_ncmi6noazr3nzas7jxykisekym + '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + eslint-plugin-jest: 27.1.7_nwhe2qd7pg7k6t4q57ylogsxam + eslint-plugin-neverthrow: 1.1.4_ncmi6noazr3nzas7jxykisekym typescript: 4.9.4 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack + - jest - supports-color dev: false - /@ow3/eslint-config-vue/0.33.11_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-tnGLtadyHhloUYF9LY78guK80owRSnI8uu6BQsJ+9qn7Jm9CiiVx+b5J3zj7dGVR5gXEMdxqhjpEgk7HNX0KZg==} + /@ow3/eslint-config-vue/0.35.0_ncmi6noazr3nzas7jxykisekym: + resolution: {integrity: sha512-ogemU19VYZG1fEnbaks+BgPtAWquN8AronDXACCfkFFL8SrgjzOGROhhrLSjaazBW/0js8DFTs7pOD8wS8qyGw==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@ow3/eslint-config-ts': 0.33.11_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - eslint-plugin-vue: 9.7.0_eslint@8.29.0 + '@ow3/eslint-config-basic': 0.35.0_ncmi6noazr3nzas7jxykisekym + '@ow3/eslint-config-ts': 0.35.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + eslint-plugin-vue: 9.8.0_eslint@8.30.0 + local-pkg: 0.4.2 transitivePeerDependencies: + - '@typescript-eslint/parser' - eslint-import-resolver-typescript - eslint-import-resolver-webpack + - jest - supports-color - typescript dev: false - /@ow3/eslint-config/0.33.11_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-qPVX7bkoBhG4YgkZWWWC24Y/hgoZwwN8i6YrfswLTM0v+e+XJz2vQx0G9gpb3jT3txMwGMPwef0VrtAkK5Rkxg==} + /@ow3/eslint-config/0.35.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-afTBrT1JpCnt5jFXWfrMmUTqAGJ4/42HNARir0YBO0JygU706muSIXRqIXsUM2/EAjU5c1j5GhgoPTN5CzSEoA==} peerDependencies: eslint: '>=7.4.0' dependencies: - '@ow3/eslint-config-vue': 0.33.11_ha6vam6werchizxrnqvarmz2zu - '@typescript-eslint/eslint-plugin': 5.43.0_ae7js2nxcehzgwzde5imjp6fde - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.29.0 + '@ow3/eslint-config-vue': 0.35.0_ncmi6noazr3nzas7jxykisekym + '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.30.0 eslint-plugin-html: 6.2.0 - eslint-plugin-import: 2.26.0_imkp7wbndatzdjilm7zpyfezty - eslint-plugin-jsonc: 2.5.0_eslint@8.29.0 - eslint-plugin-n: 15.5.1_eslint@8.29.0 - eslint-plugin-promise: 6.1.1_eslint@8.29.0 - eslint-plugin-unicorn: 42.0.0_eslint@8.29.0 - eslint-plugin-vue: 9.7.0_eslint@8.29.0 - eslint-plugin-yml: 1.2.0_eslint@8.29.0 + eslint-plugin-import: 2.26.0_tqyj5ytb5g6r5ett7xxedhk6eq + eslint-plugin-jsonc: 2.5.0_eslint@8.30.0 + eslint-plugin-n: 15.6.0_eslint@8.30.0 + eslint-plugin-promise: 6.1.1_eslint@8.30.0 + eslint-plugin-unicorn: 45.0.2_eslint@8.30.0 + eslint-plugin-vue: 9.8.0_eslint@8.30.0 + eslint-plugin-yml: 1.3.0_eslint@8.30.0 jsonc-eslint-parser: 2.1.0 yaml-eslint-parser: 1.1.0 transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack + - jest - supports-color - typescript dev: false @@ -3257,8 +3464,8 @@ packages: /@polka/url/1.0.0-next.21: resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} - /@prisma/client/4.7.1: - resolution: {integrity: sha512-/GbnOwIPtjiveZNUzGXOdp7RxTEkHL4DZP3vBaFNadfr6Sf0RshU5EULFzVaSi9i9PIK9PYd+1Rn7z2B2npb9w==} + /@prisma/client/4.8.0: + resolution: {integrity: sha512-Y1riB0p2W52kh3zgssP/YAhln3RjBFcJy3uwEiyjmU+TQYh6QTZDRFBo3JtBWuq2FyMOl1Rye8jxzUP+n0l5Cg==} engines: {node: '>=14.17'} requiresBuild: true peerDependencies: @@ -3267,11 +3474,11 @@ packages: prisma: optional: true dependencies: - '@prisma/engines-version': 4.7.1-1.272861e07ab64f234d3ffc4094e32bd61775599c + '@prisma/engines-version': 4.8.0-61.d6e67a83f971b175a593ccc12e15c4a757f93ffe dev: false - /@prisma/engines-version/4.7.1-1.272861e07ab64f234d3ffc4094e32bd61775599c: - resolution: {integrity: sha512-Bd4LZ+WAnUHOq31e9X/ihi5zPlr4SzTRwUZZYxvWOxlerIZ7HJlVa9zXpuKTKLpI9O1l8Ec4OYCKsivWCs5a3Q==} + /@prisma/engines-version/4.8.0-61.d6e67a83f971b175a593ccc12e15c4a757f93ffe: + resolution: {integrity: sha512-MHSOSexomRMom8QN4t7bu87wPPD+pa+hW9+71JnVcF3DqyyO/ycCLhRL1we3EojRpZxKvuyGho2REQsMCvxcJw==} dev: false /@redis/bloom/1.1.0_@redis+client@1.4.2: @@ -3500,16 +3707,6 @@ packages: rollup: 2.79.1 dev: false - /@rollup/plugin-replace/4.0.0_rollup@2.79.1: - resolution: {integrity: sha512-+rumQFiaNac9y64OHtkHGmdjm7us9bo1PlbgQfdihQtuNxzjpaB064HbRnewUOggLQxVCCyINfStkgmBeQpv1g==} - peerDependencies: - rollup: ^1.20.0 || ^2.0.0 - dependencies: - '@rollup/pluginutils': 3.1.0_rollup@2.79.1 - magic-string: 0.25.9 - rollup: 2.79.1 - dev: false - /@rollup/plugin-replace/5.0.1_rollup@2.79.1: resolution: {integrity: sha512-Z3MfsJ4CK17BfGrZgvrcp/l6WXoKb0kokULO+zt/7bmcyayokDaQ2K3eDJcRLCTAlp5FPI4/gz9MHAsosz4Rag==} engines: {node: '>=14.0.0'} @@ -3537,6 +3734,20 @@ packages: magic-string: 0.26.7 rollup: 3.7.0 + /@rollup/plugin-replace/5.0.1_rollup@3.7.5: + resolution: {integrity: sha512-Z3MfsJ4CK17BfGrZgvrcp/l6WXoKb0kokULO+zt/7bmcyayokDaQ2K3eDJcRLCTAlp5FPI4/gz9MHAsosz4Rag==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.0.2_rollup@3.7.5 + magic-string: 0.26.7 + rollup: 3.7.5 + dev: false + /@rollup/plugin-wasm/6.0.1_rollup@2.79.1: resolution: {integrity: sha512-a5yRknFQG/QGhb1xGkazWXgjpsv0hhWlx34irsf5adMEo55NdpzhZLg+jx49u+bzH6ekktuFg2WKA1RAF+WEDQ==} engines: {node: '>=14.0.0'} @@ -3611,6 +3822,21 @@ packages: picomatch: 2.3.1 rollup: 3.7.0 + /@rollup/pluginutils/5.0.2_rollup@3.7.5: + resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.7.5 + dev: false + /@surma/rollup-plugin-off-main-thread/2.2.3: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: @@ -3791,7 +4017,7 @@ packages: /@types/fs-extra/9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 18.11.11 + '@types/node': 18.11.17 dev: true /@types/json-schema/7.0.11: @@ -3845,6 +4071,9 @@ packages: /@types/node/18.11.11: resolution: {integrity: sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==} + /@types/node/18.11.17: + resolution: {integrity: sha512-HJSUJmni4BeDHhfzn6nF0sVmd1SMezP7/4F0Lq+aXzmp2xm9O7WXrUtHW/CHlYVtZUbByEvWidHqRtcJXGF2Ng==} + /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} dev: false @@ -3863,14 +4092,14 @@ packages: /@types/prompts/2.4.2: resolution: {integrity: sha512-TwNx7qsjvRIUv/BCx583tqF5IINEVjCNqg9ofKHRlSoUHE62WBHrem4B1HGXcIrG511v29d1kJ9a/t2Esz7MIg==} dependencies: - '@types/node': 18.11.11 + '@types/node': 18.11.17 kleur: 3.0.3 dev: true /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 18.11.11 + '@types/node': 18.11.17 dev: false /@types/resolve/1.20.2: @@ -3891,8 +4120,8 @@ packages: /@types/web-bluetooth/0.0.16: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} - /@typescript-eslint/eslint-plugin/5.43.0_ae7js2nxcehzgwzde5imjp6fde: - resolution: {integrity: sha512-wNPzG+eDR6+hhW4yobEmpR36jrqqQv1vxBq5LJO3fBAktjkvekfr4BRl+3Fn1CM/A+s8/EiGUbOMDoYqWdbtXA==} + /@typescript-eslint/eslint-plugin/5.47.0_ncmi6noazr3nzas7jxykisekym: + resolution: {integrity: sha512-AHZtlXAMGkDmyLuLZsRpH3p4G/1iARIwc/T0vIem2YB+xW6pZaXYXzCBnZSF/5fdM97R9QqZWZ+h3iW10XgevQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3902,12 +4131,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/type-utils': 5.43.0_ha6vam6werchizxrnqvarmz2zu - '@typescript-eslint/utils': 5.43.0_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/scope-manager': 5.47.0 + '@typescript-eslint/type-utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -3918,8 +4147,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.43.0_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-2iHUK2Lh7PwNUlhFxxLI2haSDNyXvebBO9izhjhMoDC+S3XI9qt2DGFUsiJ89m2k7gGYch2aEpYqV5F/+nwZug==} + /@typescript-eslint/parser/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3928,26 +4157,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.47.0 + '@typescript-eslint/types': 5.47.0 + '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager/5.43.0: - resolution: {integrity: sha512-XNWnGaqAtTJsUiZaoiGIrdJYHsUOd3BZ3Qj5zKp9w6km6HsrjPk/TGZv0qMTWyWj0+1QOqpHQ2gZOLXaGA9Ekw==} + /@typescript-eslint/scope-manager/5.47.0: + resolution: {integrity: sha512-dvJab4bFf7JVvjPuh3sfBUWsiD73aiftKBpWSfi3sUkysDQ4W8x+ZcFpNp7Kgv0weldhpmMOZBjx1wKN8uWvAw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.47.0 + '@typescript-eslint/visitor-keys': 5.47.0 dev: false - /@typescript-eslint/type-utils/5.43.0_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-K21f+KY2/VvYggLf5Pk4tgBOPs2otTaIHy2zjclo7UZGLyFH86VfUOm5iq+OtDtxq/Zwu2I3ujDBykVW4Xtmtg==} + /@typescript-eslint/type-utils/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-1J+DFFrYoDUXQE1b7QjrNGARZE6uVhBqIvdaXTe5IN+NmEyD68qXR1qX1g2u4voA+nCaelQyG8w30SAOihhEYg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3956,23 +4185,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 - '@typescript-eslint/utils': 5.43.0_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types/5.43.0: - resolution: {integrity: sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==} + /@typescript-eslint/types/5.47.0: + resolution: {integrity: sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.43.0_typescript@4.9.4: - resolution: {integrity: sha512-BZ1WVe+QQ+igWal2tDbNg1j2HWUkAa+CVqdU79L4HP9izQY6CNhXfkNwd1SS4+sSZAP/EthI1uiCSY/+H0pROg==} + /@typescript-eslint/typescript-estree/5.47.0_typescript@4.9.4: + resolution: {integrity: sha512-LxfKCG4bsRGq60Sqqu+34QT5qT2TEAHvSCCJ321uBWywgE2dS0LKcu5u+3sMGo+Vy9UmLOhdTw5JHzePV/1y4Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -3980,8 +4209,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/visitor-keys': 5.43.0 + '@typescript-eslint/types': 5.47.0 + '@typescript-eslint/visitor-keys': 5.47.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -3992,31 +4221,31 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.43.0_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-8nVpA6yX0sCjf7v/NDfeaOlyaIIqL7OaIGOWSPFqUKK59Gnumd3Wa+2l8oAaYO2lk0sO+SbWFWRSvhu8gLGv4A==} + /@typescript-eslint/utils/5.47.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-U9xcc0N7xINrCdGVPwABjbAKqx4GK67xuMV87toI+HUqgXj26m6RBp9UshEXcTrgCkdGYFzgKLt8kxu49RilDw==} 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.43.0 - '@typescript-eslint/types': 5.43.0 - '@typescript-eslint/typescript-estree': 5.43.0_typescript@4.9.4 - eslint: 8.29.0 + '@typescript-eslint/scope-manager': 5.47.0 + '@typescript-eslint/types': 5.47.0 + '@typescript-eslint/typescript-estree': 5.47.0_typescript@4.9.4 + eslint: 8.30.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint-utils: 3.0.0_eslint@8.30.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys/5.43.0: - resolution: {integrity: sha512-icl1jNH/d18OVHLfcwdL3bWUKsBeIiKYTGxMJCoGe7xFht+E4QgzOqoWYrU8XSLJWhVw8nTacbm03v23J/hFTg==} + /@typescript-eslint/visitor-keys/5.47.0: + resolution: {integrity: sha512-ByPi5iMa6QqDXe/GmT/hR6MZtVPi0SqMQPDx15FczCBXJo/7M8T88xReOALAfpBLm+zxpPfmhuEvPb577JRAEg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.43.0 + '@typescript-eslint/types': 5.47.0 eslint-visitor-keys: 3.3.0 dev: false @@ -4045,27 +4274,27 @@ packages: hookable: 5.4.2 vue: 3.2.45 - /@unocss/astro/0.47.5_vite@3.2.5: - resolution: {integrity: sha512-YU1zQb6m7tz5oVrw7UWJwklUeCBobrtJC8ZkzrAOQc5U+70/4EuXQFAxCmpk6SbmnkItJl9tVhXaZ28wsLsaeg==} + /@unocss/astro/0.47.6_vite@4.0.2: + resolution: {integrity: sha512-8lR4KwuCeVxOTKk6g6hx6VUHhW1u+hki8oRsJaKEB0s5iUPmY6rCNtb/iaBJdceY11bZMMy5LZHJFTkod/T/zg==} dependencies: - '@unocss/core': 0.47.5 - '@unocss/reset': 0.47.5 - '@unocss/vite': 0.47.5_vite@3.2.5 + '@unocss/core': 0.47.6 + '@unocss/reset': 0.47.6 + '@unocss/vite': 0.47.6_vite@4.0.2 transitivePeerDependencies: - rollup - vite dev: false - /@unocss/cli/0.47.5: - resolution: {integrity: sha512-xEiCPlYdhN9XE8ivnrLYKCgfyA1tBtF1VCOeBWii8AVGlZla5KDoIL6DSS9jWki1FmKt3poUIN6W/Ck3o48pSg==} + /@unocss/cli/0.47.6: + resolution: {integrity: sha512-Lwuzl6xK+67LUb4pCKlyrMv9cDuTvywhlSBiYzDj1Su+21IQVRxUagpo10b1WlLXWWQz4J3bOJZYE/e/QV2/HQ==} engines: {node: '>=14'} hasBin: true dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 5.0.2 - '@unocss/config': 0.47.5 - '@unocss/core': 0.47.5 - '@unocss/preset-uno': 0.47.5 + '@unocss/config': 0.47.6 + '@unocss/core': 0.47.6 + '@unocss/preset-uno': 0.47.6 cac: 6.7.14 chokidar: 3.5.3 colorette: 2.0.19 @@ -4078,128 +4307,128 @@ packages: - rollup dev: false - /@unocss/config/0.47.5: - resolution: {integrity: sha512-JzIxVoH2YdnLdKT25iSwQSgtYqOG1GRMV8IFIcZgwiE4eMe8iNghcp9PkjAaCSYcHqbzjvnWp4VtJMGePfweJg==} + /@unocss/config/0.47.6: + resolution: {integrity: sha512-KycIrpKqPrTnrbNRLUgePuzfZUKk6afsKII6B53q9rVxxC1og4g7wCsvrn2D89lPipsJ6B9041VsdIhNqa8bFg==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 unconfig: 0.3.7 dev: false - /@unocss/core/0.47.5: - resolution: {integrity: sha512-KADysCd6JEIowGB6INGgZRuYhaaxrxiQXl9Xh/V+H4bgjtaNDxYyvZ2qKx5+u/kB4U9iSI0ULxBAY3oyqZ/Yjw==} + /@unocss/core/0.47.6: + resolution: {integrity: sha512-Pjg/NdpuTwZk2Ns3bzI/3XVPuXU+AQ78Sw+9QJyMgA56dArd3TlpNDN6UTOD9XAK6mxdPUu7rNSKpNTLpBW2og==} dev: false - /@unocss/inspector/0.47.5: - resolution: {integrity: sha512-voGndZeAZxMg9H4Af9rbUh3rEXTQGgIq5k9jKI1tJF6nrBLDO6QXdK835DA/3x+oxnlzPX76QMc/spSUAwJZeQ==} + /@unocss/inspector/0.47.6: + resolution: {integrity: sha512-enYQJo7+/UtSbgzpyKzL4vZU9Tz3QyoPGDmuKoHXSIt6sAtB+DQelW7vMWjcmwA19uaISxIGXx9BJPj5XV67UA==} dependencies: gzip-size: 6.0.0 sirv: 2.0.2 dev: false - /@unocss/preset-attributify/0.47.5: - resolution: {integrity: sha512-mLW63u1mM4UA7VqiJE6Y5Yok+KaP3E9Rhe9PAY9ipmO4R8m17A3BiNW+UV/skKhW0j+h+Zpw5YdYdwhe2Fw7Rg==} + /@unocss/preset-attributify/0.47.6: + resolution: {integrity: sha512-s5XB8JpBPbGCHjvzc2j+Cx9o+QQm2CjRdQ7UjL05+uQcVYb8PBjlfD3BeIA21eBH5IxXF9SdOJfx8kUWNa5WFQ==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/preset-icons/0.47.5: - resolution: {integrity: sha512-32aclwItH6pCnhDwvF3wS5L+vB43zkZJs6EeLAcNXRdTYdUQUlR5vpTFQZprfnbq9Q4ESFyBnxQWkgGNcW7hhw==} + /@unocss/preset-icons/0.47.6: + resolution: {integrity: sha512-YvANR5ueN+r1E4YOfqF1llyUzS6yxROrJ+7MGNdIfyNHFcTwdHRy0f6y8uyiMYWyLc6nGGrUjjdo+DEc30obSA==} dependencies: '@iconify/utils': 2.0.2 - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 ohmyfetch: 0.4.21 transitivePeerDependencies: - supports-color dev: false - /@unocss/preset-mini/0.47.5: - resolution: {integrity: sha512-1tUo8oDrHes6+tCU3hgfDh6FglrwwyPkec0AybPZMdFUhpRomRv+ABHTxF8abUFU67gleiN0PDGRsWRsTP4r9g==} + /@unocss/preset-mini/0.47.6: + resolution: {integrity: sha512-XP7ShDB42WU0xvZA1dG4E3LnzN4TYISm6AKQee3gmITUtE0ELTp9XutMgt0sqTe5FXeTRqw9XH7axv+4EqnE3Q==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/preset-tagify/0.47.5: - resolution: {integrity: sha512-ZzmkGvjIygp3KuZWW9BrjBQ93cKlbuneNWV/EF9dT3r/TAdtoMNrsMzJqrMs1StjbPxrI5Sx+O/k7uW5d2qhlg==} + /@unocss/preset-tagify/0.47.6: + resolution: {integrity: sha512-9MxgZAUWWEg5OPLY+fpEf/Clw88pi57HON95E9zKvRy816S5gqhbt3PSxal7pCB9WO+3JM6BFLazAJ7DHpT1qA==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/preset-typography/0.47.5: - resolution: {integrity: sha512-9AEmyKvXnFtyodNNX7drQU+Hvl/Bi0LkRsf3iWKsOLeuXjINZT3BpfLsssopz+viJvK02fvyXXrcniYDNeJnyQ==} + /@unocss/preset-typography/0.47.6: + resolution: {integrity: sha512-/Hfsw05ogolLXqrxTu5bLFIgGGmVdRHGw5vSmY3g+YPy37HfWpbP3cOs8YEOv8r3lV9J7vzAxAKKT0MQgukiHQ==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/preset-uno/0.47.5: - resolution: {integrity: sha512-NYVUskiaHSgpQd14btrp6ZLnymVbDaRDDrXon3heD5sm2s21Q7sigKjYXhGF+Mj00GIPLnEjWnSRPYjvPe4iaQ==} + /@unocss/preset-uno/0.47.6: + resolution: {integrity: sha512-pDRuFmPzshX6ICaWhj7UBrnoL++rYD/QY52aljg9L4yAOZsZ1m0XRUlbnoXXXsEqDjw38SYNUzA1LtYcevBRvA==} dependencies: - '@unocss/core': 0.47.5 - '@unocss/preset-mini': 0.47.5 - '@unocss/preset-wind': 0.47.5 + '@unocss/core': 0.47.6 + '@unocss/preset-mini': 0.47.6 + '@unocss/preset-wind': 0.47.6 dev: false - /@unocss/preset-web-fonts/0.47.5: - resolution: {integrity: sha512-7m8KZerLez1bzGcuPYo+O/qjcKs86Dpin6Lm/k+HmDDPoQygZ9FlHN8+5curAhNLxkWF94SpkpiCuiC9VfzkEA==} + /@unocss/preset-web-fonts/0.47.6: + resolution: {integrity: sha512-TkN/etSSl61TtqxQJSVG/zfJUccdpgIuvqYrJOf4OZMj2rLwNHU2kOJEPFCfDyHTS+UjQ7LibfnE6snFDJ3pgQ==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 ohmyfetch: 0.4.21 dev: false - /@unocss/preset-wind/0.47.5: - resolution: {integrity: sha512-4Iue6E7l50Dql1MVjcnrBYLI5iosEId93NSygX76AYHkLix85eU9us3sd8mlbzEm7mu7P8hidX6kjdf992GFPw==} + /@unocss/preset-wind/0.47.6: + resolution: {integrity: sha512-yl9zayR/CRfgnlM1iGEBKI3CkIVADv72UQHY+ZHqq/0VzeW8lSRG1KezqDKz2x3fMfrtbfls/fGLXQPNpD0mIw==} dependencies: - '@unocss/core': 0.47.5 - '@unocss/preset-mini': 0.47.5 + '@unocss/core': 0.47.6 + '@unocss/preset-mini': 0.47.6 dev: false - /@unocss/reset/0.47.5: - resolution: {integrity: sha512-UmAeVMlcGPyrZJdQMGDX7EMVA4UieUyR9f3l6a3B/AcUNPQtcISLIlzzRqcUg2c/SkkA5sHZdXDa+l48b5+rGA==} + /@unocss/reset/0.47.6: + resolution: {integrity: sha512-bdc2dbuDg+CzgeLowEwO1URRIMdzmCE4RH4IKpCpT1Xoa+92RRubdtzK4N/9ZiSo8d4vvfWcc8fvhZko/6smPQ==} dev: false - /@unocss/scope/0.47.5: - resolution: {integrity: sha512-vSYOyps6rJGcQztE4IsNkmFWIK06+3A780v+8PAn0wRbjqBoKZ1jCYL3NZ1ykCZBYPCXHcErlA2znIfb3ECbcw==} + /@unocss/scope/0.47.6: + resolution: {integrity: sha512-aI7B4Il5xYfMcr50AC90I+Igi3KB9U0JPX2yiU2/WhOaO33ZReBWJmBQ4LhBGrdgNh8vkHpeqs8ntwq/o25nbA==} dev: false - /@unocss/transformer-attributify-jsx/0.47.5: - resolution: {integrity: sha512-E+AnZBtDl5e8zudDNgtdQjv1QuEBCwXN6zxpnOdcXqh4omD7IRTGIzQYqEK5FcuNgqQgMVlWE/Tju/mY88v7cQ==} + /@unocss/transformer-attributify-jsx/0.47.6: + resolution: {integrity: sha512-1sjBPNpczbg1ZsM4OKr9SCisc3vXEpW+3aeCRlBq7UGlJId3vJlX19Yp6IV9IEnVubsUkgo/3nr0B12OD58VdQ==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/transformer-compile-class/0.47.5: - resolution: {integrity: sha512-N3uOVYWgPyuPLfsvDXaG6FgO9WZeI5XZSCioW5phZRRlf6ao5IvgfExwZc1wffIJ2kG1Y0fLrigTZrHwPHLhsA==} + /@unocss/transformer-compile-class/0.47.6: + resolution: {integrity: sha512-/+O0qJlHFOF4iO+RVkK5sPLJJzWp8dkAJGH/ArBzpT4hnxe8W7c0tb0hlJxwUp5J7UcP4lDhd8VKKvlyadHkuA==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/transformer-directives/0.47.5: - resolution: {integrity: sha512-kITp0L4w3iiULZsUXMS7u7oLBf+zyl71kuuBe1DsAWy/luDWrjnFpasug37Amh8++AFSxJYh2ThAfrF2m9XEng==} + /@unocss/transformer-directives/0.47.6: + resolution: {integrity: sha512-vRY9bNhE+iNlRpsnky86MtKpRb8ipk3IHvtuRkK5DSjcjn7RGmh5ZpH9pzg39NvbWtRYq5/EN19riIYQHRetnA==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 css-tree: 2.2.1 dev: false - /@unocss/transformer-variant-group/0.47.5: - resolution: {integrity: sha512-j0h6nmmabxzW/rMy/AyvdRoWYc+T7SxZqLA2QRly6lEO0SaCY7MYl3Ia0SKwwuoe8HSmp+xbecFguC8ExXOncg==} + /@unocss/transformer-variant-group/0.47.6: + resolution: {integrity: sha512-+uXz0pOv6WbEzQuW5RbgDSiwO274blsOsE63PdiRBMID1eSYKffGBcmiDh875QWc9ncFpjSKml+4q8jU7I+a0w==} dependencies: - '@unocss/core': 0.47.5 + '@unocss/core': 0.47.6 dev: false - /@unocss/vite/0.47.5_vite@3.2.5: - resolution: {integrity: sha512-m2IU/zLWRmdJIYt8HQc1LLEuricV5aszQI0MhtY7FSiCXKrQT1Zc8XMRTFWTMcKfjkYpr0n3E9YUsaPtCLc6Cg==} + /@unocss/vite/0.47.6_vite@4.0.2: + resolution: {integrity: sha512-NL3A20sJHwMyCHOaxLlFXnr71QHEd118GN82e/mtFluEh7F3WyLndaZfWQLmLEeJ3z+P4nURFCLirZJIXr4XgQ==} peerDependencies: - vite: ^2.9.0 || ^3.0.0-0 + vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 dependencies: '@ampproject/remapping': 2.2.0 '@rollup/pluginutils': 5.0.2 - '@unocss/config': 0.47.5 - '@unocss/core': 0.47.5 - '@unocss/inspector': 0.47.5 - '@unocss/scope': 0.47.5 - '@unocss/transformer-directives': 0.47.5 - magic-string: 0.26.7 - vite: 3.2.5 + '@unocss/config': 0.47.6 + '@unocss/core': 0.47.6 + '@unocss/inspector': 0.47.6 + '@unocss/scope': 0.47.6 + '@unocss/transformer-directives': 0.47.6 + magic-string: 0.27.0 + vite: 4.0.2 transitivePeerDependencies: - rollup dev: false @@ -4233,9 +4462,20 @@ packages: dependencies: vite: 3.2.5 vue: 3.2.45 + dev: false - /@vitest/coverage-istanbul/0.25.6: - resolution: {integrity: sha512-tIthJLaXxEiRnx9NKKq0dVG0G3ZpPncYae8JYc2+vpYN57Ls0wJgb7larGkwS5pKLSK6K0O1rLrdLzzXFL28TA==} + /@vitejs/plugin-vue/4.0.0_vite@4.0.2+vue@3.2.45: + resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==} + engines: {node: ^14.18.0 || >=16.0.0} + peerDependencies: + vite: ^4.0.0 + vue: ^3.2.25 + dependencies: + vite: 4.0.2 + vue: 3.2.45 + + /@vitest/coverage-istanbul/0.26.0: + resolution: {integrity: sha512-rmXjOipkwnmhAyJ8wCLY0bJBUI/MjA3yMElnGIBTQbEQsgJVUQoLKkwZNYg1RD/yiuq7wpqRXF2pU4+b5DpOgw==} dependencies: istanbul-lib-coverage: 3.2.0 istanbul-lib-instrument: 5.2.1 @@ -4243,7 +4483,7 @@ packages: istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 test-exclude: 6.0.0 - vitest: 0.25.6 + vitest: 0.26.0 transitivePeerDependencies: - '@edge-runtime/vm' - '@vitest/browser' @@ -4258,44 +4498,44 @@ packages: - terser dev: false - /@volar/language-core/1.0.11: - resolution: {integrity: sha512-YwUYKxIyDc+Fq3kQ6BGGfkrKCG5JzE2Yr6vMxrxEXW2rg/gsq3JgMk/4sI8ybRsaTirhCB4V8+AIVYsvcRxgig==} + /@volar/language-core/1.0.16: + resolution: {integrity: sha512-IGnOxWTs4DZ81TDcmxBAkCBxs97hUblwcjpBsTx/pOGGaSSDQRJPn0wL8NYTybEObU0i7lhEpKZ+0vJfdIy1Kg==} dependencies: - '@volar/source-map': 1.0.11 + '@volar/source-map': 1.0.16 '@vue/reactivity': 3.2.45 muggle-string: 0.1.0 dev: false - /@volar/source-map/1.0.11: - resolution: {integrity: sha512-tkuV9MD+OuiZfHA0qZXrPdW6F7TvnpnuTan6Qe7UGUs9+sflezlMJdjaYdGgQObfP+06pcT1E3xdkOoi08ZyyQ==} + /@volar/source-map/1.0.16: + resolution: {integrity: sha512-PKjzmQcg8QOGC/1V9tmGh2jcy6bKLhkW5bGidElSr83iDbCzLvldt2/La/QlDxaRCHYLT0MeyuGJBZIChB1dYQ==} dependencies: muggle-string: 0.1.0 dev: false - /@volar/typescript/1.0.11: - resolution: {integrity: sha512-mq7wDDAs0Eb43jev2FxbowuiwWqvL3kb+tar1we8VQbdabpyQ5dmbWPwo/IglevMmW3SKo1Et+6rqAeZpXNnPQ==} + /@volar/typescript/1.0.16: + resolution: {integrity: sha512-Yov+n4oO3iYnuMt9QJAFpJabfTRCzc7KvjlAwBaSuZy+Gc/f9611MgtqAh5/SIGmltFN8dXn1Ijno8ro8I4lyw==} dependencies: - '@volar/language-core': 1.0.11 + '@volar/language-core': 1.0.16 dev: false - /@volar/vue-language-core/1.0.11: - resolution: {integrity: sha512-A3ODs0/ua7BcpSSnE7KtO8bzWsYsbOJRyW2Q/2uktxlfHj8srln3JdgK/mNlIgfnWtACbE5K+EfMJOgJKv864A==} + /@volar/vue-language-core/1.0.16: + resolution: {integrity: sha512-sQ/aW1Vuiyy4OQuh2lthyYicruM3qh9VSk/aDh8/bFvM8GoohHZqVpMN3LYldEJ9eT/rN6u4xmYP54vc/EjX4Q==} dependencies: - '@volar/language-core': 1.0.11 - '@volar/source-map': 1.0.11 + '@volar/language-core': 1.0.16 + '@volar/source-map': 1.0.16 '@vue/compiler-dom': 3.2.45 '@vue/compiler-sfc': 3.2.45 '@vue/reactivity': 3.2.45 '@vue/shared': 3.2.45 - minimatch: 5.1.0 + minimatch: 5.1.2 vue-template-compiler: 2.7.14 dev: false - /@volar/vue-typescript/1.0.11: - resolution: {integrity: sha512-jlnFPvBcTyPiAbGlgjhKK7fp3Q+Z7Z5eU1NTbTSS0lQC8Gog3sh2UxLAFG5Voe1gHIxasoOEPXzMR0CWF4bKbA==} + /@volar/vue-typescript/1.0.16: + resolution: {integrity: sha512-M018Ulg/o2FVktAdlr5b/z4K69bYzekxNUA1o39y5Ur6CObc/o+5eDCCS7gIYijWnx9iNKkSQpWWWblJFv7kHQ==} dependencies: - '@volar/typescript': 1.0.11 - '@volar/vue-language-core': 1.0.11 + '@volar/typescript': 1.0.16 + '@volar/vue-language-core': 1.0.16 dev: false /@vue/compiler-core/3.2.45: @@ -4374,12 +4614,12 @@ packages: /@vue/shared/3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} - /@vueuse/core/9.6.0_vue@3.2.45: - resolution: {integrity: sha512-qGUcjKQXHgN+jqXEgpeZGoxdCbIDCdVPz3QiF1uyecVGbMuM63o96I1GjYx5zskKgRI0FKSNsVWM7rwrRMTf6A==} + /@vueuse/core/9.8.2_vue@3.2.45: + resolution: {integrity: sha512-aWiCmcYIpPt7xjuqYiceODEMHchDYthrJ4AqI+FXPZrR23PZOqdiktbUVyQl2kGlR3H4i9UJ/uimQrwhz9UouQ==} dependencies: '@types/web-bluetooth': 0.0.16 - '@vueuse/metadata': 9.6.0 - '@vueuse/shared': 9.6.0_vue@3.2.45 + '@vueuse/metadata': 9.8.2 + '@vueuse/shared': 9.8.2_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' @@ -4396,21 +4636,21 @@ packages: '@unhead/vue': 1.0.13_vue@3.2.45 vue: 3.2.45 - /@vueuse/math/9.6.0_vue@3.2.45: - resolution: {integrity: sha512-bYTFZjTcJwgqPdY7SaxS/J5mrWy1QaESxD5HK5UhXY49DUYf4jjZxXjMVBObM/A46jQgRolqSEQDOXrrpEfEww==} + /@vueuse/math/9.8.2_vue@3.2.45: + resolution: {integrity: sha512-uls1RC+qtl6+ssV7nJ/C2pRRwzrSWOJCbsVeyXamzu988KO0a/9lZVDvnmaDrHxORMbkDgRZKj438FwXWVcsHw==} dependencies: - '@vueuse/shared': 9.6.0_vue@3.2.45 + '@vueuse/shared': 9.8.2_vue@3.2.45 vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: - '@vue/composition-api' - vue dev: false - /@vueuse/metadata/9.6.0: - resolution: {integrity: sha512-sIC8R+kWkIdpi5X2z2Gk8TRYzmczDwHRhEFfCu2P+XW2JdPoXrziqsGpDDsN7ykBx4ilwieS7JUIweVGhvZ93w==} + /@vueuse/metadata/9.8.2: + resolution: {integrity: sha512-N4E/BKS+9VsUeD4WLVRU1J2kCOLh+iikBcMtipFcTyL204132vDYHs27zLAVabJYGnhC0dIVGdhg9pbOZiY2TQ==} - /@vueuse/shared/9.6.0_vue@3.2.45: - resolution: {integrity: sha512-/eDchxYYhkHnFyrb00t90UfjCx94kRHxc7J1GtBCqCG4HyPMX+krV9XJgVtWIsAMaxKVU4fC8NSUviG1JkwhUQ==} + /@vueuse/shared/9.8.2_vue@3.2.45: + resolution: {integrity: sha512-ACjrPQzowd5dnabNJt9EoGVobco9/ENiA5qP53vjiuxndlJYuc/UegwhXC7KdQbPX4F45a50+45K3g1wNqOzmA==} dependencies: vue-demi: 0.13.11_vue@3.2.45 transitivePeerDependencies: @@ -5626,8 +5866,8 @@ packages: - '@swc/wasm' dev: false - /cz-git/1.4.0: - resolution: {integrity: sha512-3ZC3jA337Qp5FkoqBwIFG3o+R70oHl1iRpEd3dAjbUnU/rUA4YK2hy7A3PueSgcPh9HslPCcqXdeL+jWAbTrNw==} + /cz-git/1.4.1: + resolution: {integrity: sha512-EOtuitcnfxde8t3NNTKh2YxEJhLXGiVlKSVaZipK3+DVo135rEUifAfqxkslM66Nf6ZO7a+3JR+XAOLhMXUAjQ==} dev: false /dargs/7.0.0: @@ -6403,6 +6643,35 @@ packages: esbuild-windows-64: 0.15.18 esbuild-windows-arm64: 0.15.18 + /esbuild/0.16.10: + resolution: {integrity: sha512-z5dIViHoVnw2l+NCJ3zj5behdXjYvXne9gL18OOivCadXDUhyDkeSvEtLcGVAJW2fNmh33TDUpsi704XYlDodw==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.16.10 + '@esbuild/android-arm64': 0.16.10 + '@esbuild/android-x64': 0.16.10 + '@esbuild/darwin-arm64': 0.16.10 + '@esbuild/darwin-x64': 0.16.10 + '@esbuild/freebsd-arm64': 0.16.10 + '@esbuild/freebsd-x64': 0.16.10 + '@esbuild/linux-arm': 0.16.10 + '@esbuild/linux-arm64': 0.16.10 + '@esbuild/linux-ia32': 0.16.10 + '@esbuild/linux-loong64': 0.16.10 + '@esbuild/linux-mips64el': 0.16.10 + '@esbuild/linux-ppc64': 0.16.10 + '@esbuild/linux-riscv64': 0.16.10 + '@esbuild/linux-s390x': 0.16.10 + '@esbuild/linux-x64': 0.16.10 + '@esbuild/netbsd-x64': 0.16.10 + '@esbuild/openbsd-x64': 0.16.10 + '@esbuild/sunos-x64': 0.16.10 + '@esbuild/win32-arm64': 0.16.10 + '@esbuild/win32-ia32': 0.16.10 + '@esbuild/win32-x64': 0.16.10 + /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} engines: {node: '>=6'} @@ -6445,7 +6714,7 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.4_6pnbxj5pvxwxb36w5rl6pobjgm: + /eslint-module-utils/2.7.4_5vuadmvmkyhbtm34phil3e6noa: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -6466,33 +6735,33 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa debug: 3.2.7 - eslint: 8.29.0 + eslint: 8.30.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-es/4.1.0_eslint@8.29.0: + /eslint-plugin-es/4.1.0_eslint@8.30.0: resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '>=4.19.1' dependencies: - eslint: 8.29.0 + eslint: 8.30.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: false - /eslint-plugin-eslint-comments/3.2.0_eslint@8.29.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.30.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.29.0 + eslint: 8.30.0 ignore: 5.2.0 dev: false @@ -6502,7 +6771,7 @@ packages: htmlparser2: 7.2.0 dev: false - /eslint-plugin-import/2.26.0_imkp7wbndatzdjilm7zpyfezty: + /eslint-plugin-import/2.26.0_tqyj5ytb5g6r5ett7xxedhk6eq: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -6512,14 +6781,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.29.0 + eslint: 8.30.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_6pnbxj5pvxwxb36w5rl6pobjgm + eslint-module-utils: 2.7.4_5vuadmvmkyhbtm34phil3e6noa has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -6533,40 +6802,61 @@ packages: - supports-color dev: false - /eslint-plugin-jsonc/2.5.0_eslint@8.29.0: + /eslint-plugin-jest/27.1.7_nwhe2qd7pg7k6t4q57ylogsxam: + resolution: {integrity: sha512-0QVzf+og4YI1Qr3UoprkqqhezAZjFffdi62b0IurkCXMqPtRW84/UT4CKsYT80h/D82LA9avjO/80Ou1LdgbaQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + peerDependencies: + '@typescript-eslint/eslint-plugin': ^5.0.0 + eslint: ^7.0.0 || ^8.0.0 + jest: '*' + peerDependenciesMeta: + '@typescript-eslint/eslint-plugin': + optional: true + jest: + optional: true + dependencies: + '@typescript-eslint/eslint-plugin': 5.47.0_ncmi6noazr3nzas7jxykisekym + '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + + /eslint-plugin-jsonc/2.5.0_eslint@8.30.0: resolution: {integrity: sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: false - /eslint-plugin-markdown/3.0.0_eslint@8.29.0: + /eslint-plugin-markdown/3.0.0_eslint@8.30.0: resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} 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.29.0 + eslint: 8.30.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-n/15.5.1_eslint@8.29.0: - resolution: {integrity: sha512-kAd+xhZm7brHoFLzKLB7/FGRFJNg/srmv67mqb7tto22rpr4wv/LV6RuXzAfv3jbab7+k1wi42PsIhGviywaaw==} + /eslint-plugin-n/15.6.0_eslint@8.30.0: + resolution: {integrity: sha512-Hd/F7wz4Mj44Jp0H6Jtty13NcE69GNTY0rVlgTIj1XBnGGVI6UTdDrpE6vqu3AHo07bygq/N+7OH/lgz1emUJw==} engines: {node: '>=12.22.0'} peerDependencies: eslint: '>=7.0.0' dependencies: builtins: 5.0.1 - eslint: 8.29.0 - eslint-plugin-es: 4.1.0_eslint@8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-plugin-es: 4.1.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 ignore: 5.2.0 is-core-module: 2.11.0 minimatch: 3.1.2 @@ -6574,7 +6864,7 @@ packages: semver: 7.3.8 dev: false - /eslint-plugin-neverthrow/1.1.4_ae7js2nxcehzgwzde5imjp6fde: + /eslint-plugin-neverthrow/1.1.4_ncmi6noazr3nzas7jxykisekym: resolution: {integrity: sha512-+8zsE5rDqsDfKYAOq0Fr2jbuxHXTmntIWWJqJA3ms1GAKcVCjl0ycetzOu/hTxot9ctr+WYQpCBgB3F2HATR7A==} engines: {node: '>=14.17'} peerDependencies: @@ -6582,9 +6872,9 @@ packages: eslint: '>=5.16.0' dependencies: '@types/eslint-utils': 3.0.2 - '@typescript-eslint/parser': 5.43.0_ha6vam6werchizxrnqvarmz2zu - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + '@typescript-eslint/parser': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa + eslint: 8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 tsutils: 3.21.0_typescript@4.9.4 transitivePeerDependencies: - typescript @@ -6595,97 +6885,76 @@ packages: engines: {node: '>=5.0.0'} dev: false - /eslint-plugin-ow3/0.33.11_ha6vam6werchizxrnqvarmz2zu: - resolution: {integrity: sha512-wQHg/r8LWDOmqH8TgAsH6xedacW67DtynY2HlGPNNzWtOdRy9WbK/x6nSMYUxrTXqDJ/e1dn5QwoK+iGbur6EQ==} + /eslint-plugin-ow3/0.35.0_lzzuuodtsqwxnvqeq4g4likcqa: + resolution: {integrity: sha512-oo7AD3STIbGqgNuUvEcuAI7HbkyF3waBqcN1GTaZ6yz6gIqMkg1KEUF6lrmbDEl8/l/bQFqI4yHVYwRyc6y9KQ==} dependencies: - '@typescript-eslint/utils': 5.43.0_ha6vam6werchizxrnqvarmz2zu + '@typescript-eslint/utils': 5.47.0_lzzuuodtsqwxnvqeq4g4likcqa transitivePeerDependencies: - eslint - supports-color - typescript dev: false - /eslint-plugin-promise/6.1.1_eslint@8.29.0: + /eslint-plugin-promise/6.1.1_eslint@8.30.0: resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.29.0 - dev: false - - /eslint-plugin-unicorn/42.0.0_eslint@8.29.0: - resolution: {integrity: sha512-ixBsbhgWuxVaNlPTT8AyfJMlhyC5flCJFjyK3oKE8TRrwBnaHvUbuIkCM1lqg8ryYrFStL/T557zfKzX4GKSlg==} - engines: {node: '>=12'} - peerDependencies: - eslint: '>=8.8.0' - dependencies: - '@babel/helper-validator-identifier': 7.19.1 - ci-info: 3.6.1 - clean-regexp: 1.0.0 - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 - esquery: 1.4.0 - indent-string: 4.0.0 - is-builtin-module: 3.2.0 - lodash: 4.17.21 - pluralize: 8.0.0 - read-pkg-up: 7.0.1 - regexp-tree: 0.1.24 - safe-regex: 2.1.1 - semver: 7.3.8 - strip-indent: 3.0.0 + eslint: 8.30.0 dev: false - /eslint-plugin-unicorn/43.0.2_eslint@8.29.0: - resolution: {integrity: sha512-DtqZ5mf/GMlfWoz1abIjq5jZfaFuHzGBZYIeuJfEoKKGWRHr2JiJR+ea+BF7Wx2N1PPRoT/2fwgiK1NnmNE3Hg==} + /eslint-plugin-unicorn/45.0.2_eslint@8.30.0: + resolution: {integrity: sha512-Y0WUDXRyGDMcKLiwgL3zSMpHrXI00xmdyixEGIg90gHnj0PcHY4moNv3Ppje/kDivdAy5vUeUr7z211ImPv2gw==} engines: {node: '>=14.18'} peerDependencies: - eslint: '>=8.18.0' + eslint: '>=8.28.0' dependencies: '@babel/helper-validator-identifier': 7.19.1 + '@eslint-community/eslint-utils': 4.1.2_eslint@8.30.0 ci-info: 3.6.1 clean-regexp: 1.0.0 - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 esquery: 1.4.0 indent-string: 4.0.0 is-builtin-module: 3.2.0 + jsesc: 3.0.2 lodash: 4.17.21 pluralize: 8.0.0 read-pkg-up: 7.0.1 regexp-tree: 0.1.24 + regjsparser: 0.9.1 safe-regex: 2.1.1 semver: 7.3.8 strip-indent: 3.0.0 dev: false - /eslint-plugin-vue/9.7.0_eslint@8.29.0: - resolution: {integrity: sha512-DrOO3WZCZEwcLsnd3ohFwqCoipGRSTKTBTnLwdhqAbYZtzWl0o7D+D8ZhlmiZvABKTEl8AFsqH1GHGdybyoQmw==} + /eslint-plugin-vue/9.8.0_eslint@8.30.0: + resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.29.0 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint: 8.30.0 + eslint-utils: 3.0.0_eslint@8.30.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.10 semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.29.0 + vue-eslint-parser: 9.1.0_eslint@8.30.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-yml/1.2.0_eslint@8.29.0: - resolution: {integrity: sha512-v0jAU/F5SJg28zkpxwGpY04eGZMWFP6os8u2qaEAIRjSH2GqrNl0yBR5+sMHLU/026kAduxVbvLSqmT3Mu3O0g==} + /eslint-plugin-yml/1.3.0_eslint@8.30.0: + resolution: {integrity: sha512-TEkIaxutVPRZMRc0zOVptP/vmrf1td/9woUAiKII4kRLJLWWUCz1CYM98NsAfeOrVejFBFhHCSwOp+C1TqmtRg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 lodash: 4.17.21 natural-compare: 1.4.0 yaml-eslint-parser: 1.1.0 @@ -6716,13 +6985,13 @@ packages: eslint-visitor-keys: 1.3.0 dev: false - /eslint-utils/3.0.0_eslint@8.29.0: + /eslint-utils/3.0.0_eslint@8.30.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.29.0 + eslint: 8.30.0 eslint-visitor-keys: 2.1.0 dev: false @@ -6741,13 +7010,13 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /eslint/8.29.0: - resolution: {integrity: sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==} + /eslint/8.30.0: + resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.3.3 - '@humanwhocodes/config-array': 0.11.7 + '@eslint/eslintrc': 1.4.0 + '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -6757,7 +7026,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.29.0 + eslint-utils: 3.0.0_eslint@8.30.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -6766,7 +7035,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.17.0 + globals: 13.19.0 grapheme-splitter: 1.0.4 ignore: 5.2.0 import-fresh: 3.3.0 @@ -6985,7 +7254,7 @@ packages: /filelist/1.0.4: resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} dependencies: - minimatch: 5.1.0 + minimatch: 5.1.2 dev: false /fill-range/7.0.1: @@ -7103,7 +7372,6 @@ packages: graceful-fs: 4.2.10 jsonfile: 6.1.0 universalify: 2.0.0 - dev: false /fs-extra/9.1.0: resolution: {integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==} @@ -7320,7 +7588,7 @@ packages: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 5.1.0 + minimatch: 5.1.2 once: 1.4.0 /global-dirs/0.1.1: @@ -7355,8 +7623,8 @@ packages: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} - /globals/13.17.0: - resolution: {integrity: sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==} + /globals/13.19.0: + resolution: {integrity: sha512-dkQ957uSRWHw7CFXLUtUHQI3g3aWApYhfNR2O6jn/907riyTYKVBmxYVROkBcY614FSSeSJh7Xm7SrUWCxvJMQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -7434,7 +7702,7 @@ packages: cookie-es: 0.5.0 destr: 1.2.1 radix3: 1.0.0 - ufo: 1.0.0 + ufo: 1.0.1 /handlebars/4.7.7: resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} @@ -8105,7 +8373,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.11.11 + '@types/node': 18.11.17 merge-stream: 2.0.0 supports-color: 7.2.0 dev: false @@ -8143,8 +8411,8 @@ packages: argparse: 2.0.1 dev: false - /jsdom/20.0.2: - resolution: {integrity: sha512-AHWa+QO/cgRg4N+DsmHg1Y7xnz+8KU3EflM0LVDTdmrYOc1WWTSkOjtpUveQH+1Bqd5rtcVnb/DuxV/UjDO4rA==} + /jsdom/20.0.3: + resolution: {integrity: sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==} engines: {node: '>=14'} peerDependencies: canvas: ^2.5.0 @@ -8171,7 +8439,7 @@ packages: saxes: 6.0.0 symbol-tree: 3.2.4 tough-cookie: 4.1.2 - w3c-xmlserializer: 3.0.0 + w3c-xmlserializer: 4.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 2.0.0 whatwg-mimetype: 3.0.0 @@ -8193,6 +8461,12 @@ packages: engines: {node: '>=4'} hasBin: true + /jsesc/3.0.2: + resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} + engines: {node: '>=6'} + hasBin: true + dev: false + /json-parse-better-errors/1.0.2: resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} dev: false @@ -8380,7 +8654,7 @@ packages: http-shutdown: 1.2.2 ip-regex: 5.0.0 node-forge: 1.3.1 - ufo: 1.0.0 + ufo: 1.0.1 /listr2/5.0.6: resolution: {integrity: sha512-u60KxKBy1BR2uLJNTWNptzWQ1ob/gjMzIJPZffAENzpZqbMZ/5PrXXOomDcevIS/+IB7s1mmCEtSlT2qHWMqag==} @@ -8743,8 +9017,8 @@ packages: dependencies: brace-expansion: 1.1.11 - /minimatch/5.1.0: - resolution: {integrity: sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==} + /minimatch/5.1.2: + resolution: {integrity: sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==} engines: {node: '>=10'} dependencies: brace-expansion: 2.0.1 @@ -8858,7 +9132,7 @@ packages: acorn: 8.8.1 pathe: 1.0.0 pkg-types: 1.0.1 - ufo: 1.0.0 + ufo: 1.0.1 /mnemonist/0.38.3: resolution: {integrity: sha512-2K9QYubXx/NAjv4VLq1d1Ly8pWNC5L3BrixtdkyTegXWJIqY+zLNDhhX/A+ZwWt70tB1S8H4BE8FLYEFyNoOBw==} @@ -9167,7 +9441,7 @@ packages: dependencies: destr: 1.2.1 node-fetch-native: 1.0.1 - ufo: 1.0.0 + ufo: 1.0.1 /ohash/1.0.0: resolution: {integrity: sha512-kxSyzq6tt+6EE/xCnD1XaFhCCjUNUaz3X30rJp6mnjGLXAAvuPFqohMdv0aScWzajR45C29HyBaXZ8jXBwnh9A==} @@ -9467,6 +9741,9 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} + /pathe/0.2.0: + resolution: {integrity: sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==} + /pathe/1.0.0: resolution: {integrity: sha512-nPdMG0Pd09HuSsr7QOKUXO2Jr9eqaDiZvDwdyIhNG5SHYujkQHYKDfGQkulBxvbDHz8oHLsTgKN86LSwYzSHAg==} @@ -9500,8 +9777,8 @@ packages: engines: {node: '>=4'} dev: false - /pinia/2.0.27_prq2uz4lho2pwp6irk4cfkrxwu: - resolution: {integrity: sha512-nOnXP0OFeL8R4WjAHsterU+11vptda643gH02xKNtSCDPiRzVfRYodOLihLDoa0gL1KKuQKV+KOzEgdt3YvqEw==} + /pinia/2.0.28_prq2uz4lho2pwp6irk4cfkrxwu: + resolution: {integrity: sha512-YClq9DkqCblq9rlyUual7ezMu/iICWdBtfJrDt4oWU9Zxpijyz7xB2xTwx57DaBQ96UGvvTMORzALr+iO5PVMw==} peerDependencies: '@vue/composition-api': ^1.4.0 typescript: '>=4.4.4' @@ -9530,8 +9807,8 @@ packages: engines: {node: '>=4'} dev: false - /pnpm/7.18.1: - resolution: {integrity: sha512-GulnWxFW1dej1sSiju1FlYtvWIYa35ZvbTk9F8jOo+1GgJEVdx1ObLaZCApd2I4IB+jozyNWzInEdV0hQgUq0Q==} + /pnpm/7.18.2: + resolution: {integrity: sha512-k3LCdsrTPqL4dVgCgjpdWHcwzhEA/YCu2ZFR/+EiFy91azuRQcWgQbYf5rPkYu5x1Dl8+2KtXKTlDcrSx5hnQw==} engines: {node: '>=14.6'} hasBin: true dev: true @@ -9552,6 +9829,14 @@ packages: picocolors: 1.0.0 source-map-js: 1.0.2 + /postcss/8.4.20: + resolution: {integrity: sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 + /preact/10.11.3: resolution: {integrity: sha512-eY93IVpod/zG3uMF22Unl8h9KkrcKIRs2EGar8hwLZZDU1lkjph303V9HZBwufh2s736U6VXuhD109LYqPoffg==} @@ -9564,8 +9849,8 @@ packages: engines: {node: '>= 0.8.0'} dev: false - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.1: + resolution: {integrity: sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==} engines: {node: '>=10.13.0'} hasBin: true @@ -9800,7 +10085,7 @@ packages: /readdir-glob/1.1.2: resolution: {integrity: sha512-6RLVvwJtVwEDfPdn6X6Ille4/lxGl0ATOY4FN/B9nxQcgOazvvI0nodiD19ScKq0PvA/29VpaOQML36o5IzZWA==} dependencies: - minimatch: 5.1.0 + minimatch: 5.1.2 dev: false /readdirp/3.6.0: @@ -10056,6 +10341,13 @@ packages: optionalDependencies: fsevents: 2.3.2 + /rollup/3.7.5: + resolution: {integrity: sha512-z0ZbqHBtS/et2EEUKMrAl2CoSdwN7ZPzL17UMiKN9RjjqHShTlv7F9J6ZJZJNREYjBh3TvBrdfjkFDIXFNeuiQ==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + /run-async/2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} @@ -10207,6 +10499,14 @@ packages: jsonc-parser: 3.2.0 vscode-oniguruma: 1.6.2 vscode-textmate: 6.0.0 + dev: false + + /shiki/0.12.1: + resolution: {integrity: sha512-aieaV1m349rZINEBkjxh2QbBvFFQOlgqYTNtCal82hHj4dDZ76oMlQIX+C7ryerBTDiga3e5NfH6smjdJ02BbQ==} + dependencies: + jsonc-parser: 3.2.0 + vscode-oniguruma: 1.7.0 + vscode-textmate: 8.0.0 /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} @@ -10901,6 +11201,9 @@ packages: /ufo/1.0.0: resolution: {integrity: sha512-DRty0ZBNlJ2R59y4mEupJRKLbkLQsc4qtxjpQv78AwEDuBkaUogMc2LkeqW3HddFlw6NwnXYfdThEZOiNgkmmQ==} + /ufo/1.0.1: + resolution: {integrity: sha512-boAm74ubXHY7KJQZLlXrtMz52qFvpsbOxDcZOnw/Wf+LS4Mmyu7JxmzD4tDLtUQtmZECypJ0FrCz4QIe6dvKRA==} + /uglify-js/3.17.4: resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} engines: {node: '>=0.8.0'} @@ -11001,10 +11304,10 @@ packages: resolution: {integrity: sha512-cy7yqZl9Mwh/JR0oxbg+ykh949dlh+He3+L5jOS1hqvzDe47sBugjJxm1Z4VPVs2aEhRSGgMETzKu3WlO+ePGw==} dev: false - /unimport/1.0.1: + /unimport/1.0.1_rollup@2.79.1: resolution: {integrity: sha512-SEPKl3uyqUvi6c0MnyCmUF9H07CuC9j9p2p33F03LmegU0sxjpnjL0fLKAhh7BTfcKaJKj+1iOiAFtg7P3m5mQ==} dependencies: - '@rollup/pluginutils': 5.0.2 + '@rollup/pluginutils': 5.0.2_rollup@2.79.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.2 @@ -11014,25 +11317,43 @@ packages: pkg-types: 1.0.1 scule: 1.0.0 strip-literal: 1.0.0 - unplugin: 1.0.0 + unplugin: 1.0.1 + transitivePeerDependencies: + - rollup + dev: false + + /unimport/1.1.0: + resolution: {integrity: sha512-dSufi3POQWUVAMU6DxXu39U0cWzz5m3FtQBUbgDJTkCpeRfyiYhDg+BOz6UPKfDPtEhkbshV8JoMV3I8i/mQ+A==} + dependencies: + '@rollup/pluginutils': 5.0.2 + escape-string-regexp: 5.0.0 + fast-glob: 3.2.12 + local-pkg: 0.4.2 + magic-string: 0.27.0 + mlly: 1.0.0 + pathe: 1.0.0 + pkg-types: 1.0.1 + scule: 1.0.0 + strip-literal: 1.0.0 + unplugin: 1.0.1 transitivePeerDependencies: - rollup dev: true - /unimport/1.0.1_rollup@2.79.1: - resolution: {integrity: sha512-SEPKl3uyqUvi6c0MnyCmUF9H07CuC9j9p2p33F03LmegU0sxjpnjL0fLKAhh7BTfcKaJKj+1iOiAFtg7P3m5mQ==} + /unimport/1.1.0_rollup@2.79.1: + resolution: {integrity: sha512-dSufi3POQWUVAMU6DxXu39U0cWzz5m3FtQBUbgDJTkCpeRfyiYhDg+BOz6UPKfDPtEhkbshV8JoMV3I8i/mQ+A==} dependencies: '@rollup/pluginutils': 5.0.2_rollup@2.79.1 escape-string-regexp: 5.0.0 fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.7 + magic-string: 0.27.0 mlly: 1.0.0 pathe: 1.0.0 pkg-types: 1.0.1 scule: 1.0.0 strip-literal: 1.0.0 - unplugin: 1.0.0 + unplugin: 1.0.1 transitivePeerDependencies: - rollup dev: false @@ -11058,40 +11379,40 @@ packages: resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} engines: {node: '>= 10.0.0'} - /unocss/0.47.5_vite@3.2.5: - resolution: {integrity: sha512-FdohziPzjpQ7VAP7F/z3xgKNhGOOP1i5FIlxia2qICHGfOT2tcmioY75Lqp+a4PfYV1CFlaBEhZi/hQxX8Q6cQ==} + /unocss/0.47.6_vite@4.0.2: + resolution: {integrity: sha512-cc+m2h/Iky24zwAKir9ElmIhkPYNjZEUTemInctWlVN8QX9qpzsRZahAl7ZmKsBorXPFtux/JYoUCCtXftyxOw==} engines: {node: '>=14'} peerDependencies: - '@unocss/webpack': 0.47.5 + '@unocss/webpack': 0.47.6 peerDependenciesMeta: '@unocss/webpack': optional: true dependencies: - '@unocss/astro': 0.47.5_vite@3.2.5 - '@unocss/cli': 0.47.5 - '@unocss/core': 0.47.5 - '@unocss/preset-attributify': 0.47.5 - '@unocss/preset-icons': 0.47.5 - '@unocss/preset-mini': 0.47.5 - '@unocss/preset-tagify': 0.47.5 - '@unocss/preset-typography': 0.47.5 - '@unocss/preset-uno': 0.47.5 - '@unocss/preset-web-fonts': 0.47.5 - '@unocss/preset-wind': 0.47.5 - '@unocss/reset': 0.47.5 - '@unocss/transformer-attributify-jsx': 0.47.5 - '@unocss/transformer-compile-class': 0.47.5 - '@unocss/transformer-directives': 0.47.5 - '@unocss/transformer-variant-group': 0.47.5 - '@unocss/vite': 0.47.5_vite@3.2.5 + '@unocss/astro': 0.47.6_vite@4.0.2 + '@unocss/cli': 0.47.6 + '@unocss/core': 0.47.6 + '@unocss/preset-attributify': 0.47.6 + '@unocss/preset-icons': 0.47.6 + '@unocss/preset-mini': 0.47.6 + '@unocss/preset-tagify': 0.47.6 + '@unocss/preset-typography': 0.47.6 + '@unocss/preset-uno': 0.47.6 + '@unocss/preset-web-fonts': 0.47.6 + '@unocss/preset-wind': 0.47.6 + '@unocss/reset': 0.47.6 + '@unocss/transformer-attributify-jsx': 0.47.6 + '@unocss/transformer-compile-class': 0.47.6 + '@unocss/transformer-directives': 0.47.6 + '@unocss/transformer-variant-group': 0.47.6 + '@unocss/vite': 0.47.6_vite@4.0.2 transitivePeerDependencies: - rollup - supports-color - vite dev: false - /unplugin-auto-import/0.12.0: - resolution: {integrity: sha512-y1flixUHt0UioxeUwXe4N9GmIJskBz7uoC2qFGaUJO1feN9PYITHhRVqfXxYt7VAaZ24InNIeZIAIoQbRm3ZPw==} + /unplugin-auto-import/0.12.1: + resolution: {integrity: sha512-J/3ZORq5YGKG+8D5vLLOgqaHNK77izlVN07mQ752yRLqBNDbJiwPRSnUwwYqH5N6rDay1SqnJCHaUdbJ9QMI2w==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -11102,15 +11423,15 @@ packages: '@antfu/utils': 0.7.2 '@rollup/pluginutils': 5.0.2 local-pkg: 0.4.2 - magic-string: 0.26.7 - unimport: 1.0.1 - unplugin: 1.0.0 + magic-string: 0.27.0 + unimport: 1.1.0 + unplugin: 1.0.1 transitivePeerDependencies: - rollup dev: true - /unplugin-auto-import/0.12.0_rollup@2.79.1: - resolution: {integrity: sha512-y1flixUHt0UioxeUwXe4N9GmIJskBz7uoC2qFGaUJO1feN9PYITHhRVqfXxYt7VAaZ24InNIeZIAIoQbRm3ZPw==} + /unplugin-auto-import/0.12.1_rollup@2.79.1: + resolution: {integrity: sha512-J/3ZORq5YGKG+8D5vLLOgqaHNK77izlVN07mQ752yRLqBNDbJiwPRSnUwwYqH5N6rDay1SqnJCHaUdbJ9QMI2w==} engines: {node: '>=14'} peerDependencies: '@vueuse/core': '*' @@ -11121,15 +11442,15 @@ packages: '@antfu/utils': 0.7.2 '@rollup/pluginutils': 5.0.2_rollup@2.79.1 local-pkg: 0.4.2 - magic-string: 0.26.7 - unimport: 1.0.1_rollup@2.79.1 - unplugin: 1.0.0 + magic-string: 0.27.0 + unimport: 1.1.0_rollup@2.79.1 + unplugin: 1.0.1 transitivePeerDependencies: - rollup dev: false - /unplugin-vue-components/0.22.11_rollup@2.79.1+vue@3.2.45: - resolution: {integrity: sha512-GTzqPl0Ek8fq8qMufjR6hvtnjnSwMpJ1Rg2Ez9AcKZVp1piWoU/Q4FDnI9wHVKX8eenYL0nqAF3ejYAk1TUfqQ==} + /unplugin-vue-components/0.22.12_rollup@2.79.1+vue@3.2.45: + resolution: {integrity: sha512-FxyzsuBvMCYPIk+8cgscGBQ345tvwVu+qY5IhE++eorkyvA4Z1TiD/HCiim+Kbqozl10i4K+z+NCa2WO2jexRA==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -11144,18 +11465,18 @@ packages: debug: 4.3.4 fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.7 - minimatch: 5.1.0 + magic-string: 0.27.0 + minimatch: 5.1.2 resolve: 1.22.1 - unplugin: 1.0.0 + unplugin: 1.0.1 vue: 3.2.45 transitivePeerDependencies: - rollup - supports-color dev: false - /unplugin-vue-components/0.22.11_vue@3.2.45: - resolution: {integrity: sha512-GTzqPl0Ek8fq8qMufjR6hvtnjnSwMpJ1Rg2Ez9AcKZVp1piWoU/Q4FDnI9wHVKX8eenYL0nqAF3ejYAk1TUfqQ==} + /unplugin-vue-components/0.22.12_vue@3.2.45: + resolution: {integrity: sha512-FxyzsuBvMCYPIk+8cgscGBQ345tvwVu+qY5IhE++eorkyvA4Z1TiD/HCiim+Kbqozl10i4K+z+NCa2WO2jexRA==} engines: {node: '>=14'} peerDependencies: '@babel/parser': ^7.15.8 @@ -11170,23 +11491,23 @@ packages: debug: 4.3.4 fast-glob: 3.2.12 local-pkg: 0.4.2 - magic-string: 0.26.7 - minimatch: 5.1.0 + magic-string: 0.27.0 + minimatch: 5.1.2 resolve: 1.22.1 - unplugin: 1.0.0 + unplugin: 1.0.1 vue: 3.2.45 transitivePeerDependencies: - rollup - supports-color dev: true - /unplugin/1.0.0: - resolution: {integrity: sha512-H5UnBUxfhTXBXGo2AwKsl0UaLSHzSNDZNehPQSgdhVfO/t+XAS1Yoj3vmLrrlBrS9ZwtH5tejbX/TCp5DcyCKg==} + /unplugin/1.0.1: + resolution: {integrity: sha512-aqrHaVBWW1JVKBHmGo33T5TxeL0qWzfvjWokObHA9bYmN7eNDkwOxmLjhioHl9878qDFMAaT51XNroRyuz7WxA==} dependencies: acorn: 8.8.1 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.4.6 + webpack-virtual-modules: 0.5.0 /unstorage/1.0.1: resolution: {integrity: sha512-J1c4b8K2KeihHrQtdgl/ybIapArUbPaPb+TyJy/nGSauDwDYqciZsEKdkee568P3c8SSH4TIgnGRHDWMPGw+Lg==} @@ -11291,47 +11612,88 @@ packages: spdx-expression-parse: 3.0.1 dev: false - /vite-plugin-inspect/0.7.9_rollup@2.79.1+vite@3.2.5: - resolution: {integrity: sha512-YBI5/smKxx2gc5MrzQ8n6ztGxdtItoqumJn96d6b57SvC9aSvjMXsvzUgrR/dlVXCnpu755m1TXp3h/TsVOwJA==} + /vite-node/0.26.0_@types+node@18.11.17: + resolution: {integrity: sha512-nLtHWCv6reONl1oFsKhQ/LT7n3UNLpvVARAJlmGrQV6qSElht/9AdN41Pa+WSkw2Winh682UzM0Yw0GNlfqejw==} + engines: {node: '>=v14.16.0'} + hasBin: true + dependencies: + debug: 4.3.4 + mlly: 1.0.0 + pathe: 0.2.0 + source-map: 0.6.1 + source-map-support: 0.5.21 + vite: 4.0.2_@types+node@18.11.17 + transitivePeerDependencies: + - '@types/node' + - less + - sass + - stylus + - sugarss + - supports-color + - terser + dev: false + + /vite-node/0.26.1_@types+node@18.11.11: + resolution: {integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==} + engines: {node: '>=v14.16.0'} + hasBin: true + dependencies: + debug: 4.3.4 + mlly: 1.0.0 + pathe: 0.2.0 + source-map: 0.6.1 + source-map-support: 0.5.21 + vite: 4.0.2_@types+node@18.11.11 + transitivePeerDependencies: + - '@types/node' + - less + - sass + - stylus + - sugarss + - supports-color + - terser + + /vite-plugin-inspect/0.7.11_rollup@2.79.1+vite@3.2.5: + resolution: {integrity: sha512-mpNsux1BBu0CoI5E0rFseaExHAfq8mtkuDJpQWnB5RBafyNT3bQMlRPWbVZrBXYZHJL7ruqApd4EFvxeXKZu7Q==} engines: {node: '>=14'} peerDependencies: - vite: ^3.1.0 + vite: ^3.1.0 || ^4.0.0 dependencies: '@rollup/pluginutils': 5.0.2_rollup@2.79.1 debug: 4.3.4 - fs-extra: 10.1.0 + fs-extra: 11.1.0 kolorist: 1.6.0 sirv: 2.0.2 - ufo: 1.0.0 + ufo: 1.0.1 vite: 3.2.5 transitivePeerDependencies: - rollup - supports-color dev: false - /vite-plugin-inspect/0.7.9_vite@3.2.5: - resolution: {integrity: sha512-YBI5/smKxx2gc5MrzQ8n6ztGxdtItoqumJn96d6b57SvC9aSvjMXsvzUgrR/dlVXCnpu755m1TXp3h/TsVOwJA==} + /vite-plugin-inspect/0.7.11_vite@3.2.5: + resolution: {integrity: sha512-mpNsux1BBu0CoI5E0rFseaExHAfq8mtkuDJpQWnB5RBafyNT3bQMlRPWbVZrBXYZHJL7ruqApd4EFvxeXKZu7Q==} engines: {node: '>=14'} peerDependencies: - vite: ^3.1.0 + vite: ^3.1.0 || ^4.0.0 dependencies: '@rollup/pluginutils': 5.0.2 debug: 4.3.4 - fs-extra: 10.1.0 + fs-extra: 11.1.0 kolorist: 1.6.0 sirv: 2.0.2 - ufo: 1.0.0 - vite: 3.2.5_@types+node@18.11.11 + ufo: 1.0.1 + vite: 3.2.5_@types+node@18.11.17 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-pages/0.27.1_vite@3.2.5: - resolution: {integrity: sha512-KXfeG9aQSNsSXBs1mPeeuC0rwkLti+MgoJ3GknrwRDNrdrojb9czcFAVlnoPNVdfuvTHcWdf5zqN7+vuvz2JZQ==} + /vite-plugin-pages/0.28.0_vite@3.2.5: + resolution: {integrity: sha512-yncDncFVnjUzhqJnwCgGDZoZ/wO6MEOMe93f2MQjplKXm1MpmHCrTkFCPnQyYGZTVKPAN+y7BQcIpNWPFLQ4+w==} peerDependencies: '@vue/compiler-sfc': ^2.7.0 || ^3.0.0 - vite: ^2.0.0 || ^3.0.0-0 + vite: ^2.0.0 || ^3.0.0-0 || ^4.0.0 peerDependenciesMeta: '@vue/compiler-sfc': optional: true @@ -11350,18 +11712,18 @@ packages: - supports-color dev: false - /vite-plugin-pwa/0.13.3_x7bmrdf5vv7jofix4vzvx6ucm4: - resolution: {integrity: sha512-cjWXpZ7slAY14OKz7M8XdgTIi9wjf6OD6NkhiMAc+ogxnbUrecUwLdRtfGPCPsN2ftut5gaN1jTghb11p6IQAA==} + /vite-plugin-pwa/0.14.0_x7bmrdf5vv7jofix4vzvx6ucm4: + resolution: {integrity: sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg==} peerDependencies: - vite: ^3.1.0 + vite: ^3.1.0 || ^4.0.0 workbox-build: ^6.5.4 workbox-window: ^6.5.4 dependencies: - '@rollup/plugin-replace': 4.0.0_rollup@2.79.1 + '@rollup/plugin-replace': 5.0.1_rollup@3.7.5 debug: 4.3.4 fast-glob: 3.2.12 pretty-bytes: 6.0.0 - rollup: 2.79.1 + rollup: 3.7.5 vite: 3.2.5 workbox-build: 6.5.4 workbox-window: 6.5.4 @@ -11369,9 +11731,10 @@ packages: - supports-color dev: false - /vite-plugin-vue-component-preview/0.3.3_vite@3.2.5: - resolution: {integrity: sha512-H9mGrmVPzBC48KkvFK4gcMXakz66ZIb9M/8dUIIarANVGJ3HV5iyfdgzJ7at5NZPIvEmGnKYJB9es5mtxPMn8A==} + /vite-plugin-vue-component-preview/0.3.4_vite@3.2.5: + resolution: {integrity: sha512-35Oy11DIe/owthbgSRSDVaIhtH1TyA7d90ibgjmfXcHdsa/1/t/Fsy6xceaQVz+10SrRFToSK4/iMFbBbA/i1Q==} dependencies: + magic-string: 0.27.0 vite-plugin-vue-markdown: 0.22.1_vite@3.2.5 transitivePeerDependencies: - vite @@ -11412,14 +11775,14 @@ packages: resolution: {integrity: sha512-9ZIRBRCgM1Q4RtXXEBHIu8gotbx9LCnHZOZXtdSzR0DnjN9H5IYGY3yGoxI6VX8dScXiluxOODFlNlr7ydyI9A==} dev: false - /vite-ssg/0.22.0_wg5sslydmzl6un74innclax7im: - resolution: {integrity: sha512-GW8hARA4lT4fEAfxfnSEplV5JKQEM15yTVI8SZefYW69xfBVfujZrlqKqory+kHi7rgm7ZEhH8Uv82pdWETiSQ==} + /vite-ssg/0.22.1_wg5sslydmzl6un74innclax7im: + resolution: {integrity: sha512-aiFbedElOR/amu0VPfWNj2oR7V9zX6oS4jzWEkOe5fJuZIV2+FnUyiupoyoo3lv3njgS2GENNpmxijN6tpJsTA==} engines: {node: '>=14.0.0'} hasBin: true peerDependencies: '@vueuse/head': ^1.0.0 critters: ^0.0.16 - vite: ^2.0.0 || ^3.0.0-0 + vite: ^2.0.0 || ^3.0.0 || ^4.0.0 vue: ^3.2.10 vue-router: ^4.0.1 peerDependenciesMeta: @@ -11430,12 +11793,12 @@ packages: dependencies: '@unhead/dom': 1.0.13 '@vueuse/head': 1.0.22_vue@3.2.45 - fs-extra: 10.1.0 + fs-extra: 11.1.0 html-minifier: 4.0.0 html5parser: 2.0.2 - jsdom: 20.0.2 + jsdom: 20.0.3 kolorist: 1.6.0 - prettier: 2.7.1 + prettier: 2.8.1 vite: 3.2.5 vue: 3.2.45 vue-router: 4.1.6_vue@3.2.45 @@ -11511,18 +11874,150 @@ packages: optionalDependencies: fsevents: 2.3.2 - /vitepress/1.0.0-alpha.30_dsrxkb4aw36kv6qnfbvdlrotc4: - resolution: {integrity: sha512-CjIqKkGAuvoP2IWBFIbYWyiMSHSGYvjPy7eDkdftawguv5a8w4AjM95VV4Lhyacev4AFcgK23FViibRluBMePw==} + /vite/3.2.5_@types+node@18.11.17: + resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.11.17 + esbuild: 0.15.18 + postcss: 8.4.19 + resolve: 1.22.1 + rollup: 2.79.1 + optionalDependencies: + fsevents: 2.3.2 + dev: true + + /vite/4.0.2: + resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + esbuild: 0.16.10 + postcss: 8.4.20 + resolve: 1.22.1 + rollup: 3.7.5 + optionalDependencies: + fsevents: 2.3.2 + + /vite/4.0.2_@types+node@18.11.11: + resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.11.11 + esbuild: 0.16.10 + postcss: 8.4.20 + resolve: 1.22.1 + rollup: 3.7.5 + optionalDependencies: + fsevents: 2.3.2 + + /vite/4.0.2_@types+node@18.11.17: + resolution: {integrity: sha512-QJaY3R+tFlTagH0exVqbgkkw45B+/bXVBzF2ZD1KB5Z8RiAoiKo60vSUf6/r4c2Vh9jfGBKM4oBI9b4/1ZJYng==} + engines: {node: ^14.18.0 || >=16.0.0} + hasBin: true + peerDependencies: + '@types/node': '>= 14' + less: '*' + sass: '*' + stylus: '*' + sugarss: '*' + terser: ^5.4.0 + peerDependenciesMeta: + '@types/node': + optional: true + less: + optional: true + sass: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + dependencies: + '@types/node': 18.11.17 + esbuild: 0.16.10 + postcss: 8.4.20 + resolve: 1.22.1 + rollup: 3.7.5 + optionalDependencies: + fsevents: 2.3.2 + + /vitepress/1.0.0-alpha.33_qo2o2owngqelt6ga5qjtvwuvwa: + resolution: {integrity: sha512-EhMDqWLllYr5mXqAz4GCQ1o/bu5umQ6C2d8voiSaTHMkYCxsGc31ETykflM6NOhGx6yccwXygrYIIeN1l6BUEA==} hasBin: true dependencies: '@docsearch/css': 3.3.0 '@docsearch/js': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y - '@vitejs/plugin-vue': 3.2.0_vite@3.2.5+vue@3.2.45 + '@vitejs/plugin-vue': 4.0.0_vite@4.0.2+vue@3.2.45 '@vue/devtools-api': 6.4.5 - '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/core': 9.8.2_vue@3.2.45 body-scroll-lock: 4.0.0-beta.0 - shiki: 0.11.1 - vite: 3.2.5_@types+node@18.11.11 + shiki: 0.12.1 + vite: 4.0.2_@types+node@18.11.17 vue: 3.2.45 transitivePeerDependencies: - '@algolia/client-search' @@ -11538,18 +12033,18 @@ packages: - terser dev: true - /vitepress/1.0.0-alpha.30_tbpndr44ulefs3hehwpi2mkf2y: - resolution: {integrity: sha512-CjIqKkGAuvoP2IWBFIbYWyiMSHSGYvjPy7eDkdftawguv5a8w4AjM95VV4Lhyacev4AFcgK23FViibRluBMePw==} + /vitepress/1.0.0-alpha.33_tbpndr44ulefs3hehwpi2mkf2y: + resolution: {integrity: sha512-EhMDqWLllYr5mXqAz4GCQ1o/bu5umQ6C2d8voiSaTHMkYCxsGc31ETykflM6NOhGx6yccwXygrYIIeN1l6BUEA==} hasBin: true dependencies: '@docsearch/css': 3.3.0 '@docsearch/js': 3.3.0_tbpndr44ulefs3hehwpi2mkf2y - '@vitejs/plugin-vue': 3.2.0_vite@3.2.5+vue@3.2.45 + '@vitejs/plugin-vue': 4.0.0_vite@4.0.2+vue@3.2.45 '@vue/devtools-api': 6.4.5 - '@vueuse/core': 9.6.0_vue@3.2.45 + '@vueuse/core': 9.8.2_vue@3.2.45 body-scroll-lock: 4.0.0-beta.0 - shiki: 0.11.1 - vite: 3.2.5 + shiki: 0.12.1 + vite: 4.0.2 vue: 3.2.45 transitivePeerDependencies: - '@algolia/client-search' @@ -11565,8 +12060,54 @@ packages: - terser dev: false - /vitest/0.25.6: - resolution: {integrity: sha512-jdPgmZ7BcDnm1+hmMPIl9BZjSy+b8Y8V0tQMsv7ECO90Qic7EZ5/+traILXLpsXgqK5KgVrUJmchevAUuKL/1w==} + /vitest/0.26.0: + resolution: {integrity: sha512-5kUnms5WOa0qrDCJePEPB13v9mhr+ZT1Qy0qNg0eVj1X7/Fx4GY4L1e5s3OH+BQ/J7M5WtaKsUGv9l1pbC7v2Q==} + engines: {node: '>=v14.16.0'} + hasBin: true + peerDependencies: + '@edge-runtime/vm': '*' + '@vitest/browser': '*' + '@vitest/ui': '*' + happy-dom: '*' + jsdom: '*' + peerDependenciesMeta: + '@edge-runtime/vm': + optional: true + '@vitest/browser': + optional: true + '@vitest/ui': + optional: true + happy-dom: + optional: true + jsdom: + optional: true + dependencies: + '@types/chai': 4.3.4 + '@types/chai-subset': 1.3.3 + '@types/node': 18.11.17 + acorn: 8.8.1 + acorn-walk: 8.2.0 + chai: 4.3.7 + debug: 4.3.4 + local-pkg: 0.4.2 + source-map: 0.6.1 + strip-literal: 1.0.0 + tinybench: 2.3.1 + tinypool: 0.3.0 + tinyspy: 1.0.2 + vite: 4.0.2_@types+node@18.11.17 + vite-node: 0.26.0_@types+node@18.11.17 + transitivePeerDependencies: + - less + - sass + - stylus + - sugarss + - supports-color + - terser + dev: false + + /vitest/0.26.1: + resolution: {integrity: sha512-qTLRnjYmjmJpHlLUtErxtlRqGCe8WItFhGXKklpWivu7CLP9KXN9iTezROe+vf51Kb+BB/fzxK6fUG9DvFGL5Q==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -11601,6 +12142,7 @@ packages: tinypool: 0.3.0 tinyspy: 1.0.2 vite: 3.2.5_@types+node@18.11.11 + vite-node: 0.26.1_@types+node@18.11.11 transitivePeerDependencies: - less - sass @@ -11616,17 +12158,25 @@ packages: /vscode-oniguruma/1.6.2: resolution: {integrity: sha512-KH8+KKov5eS/9WhofZR8M8dMHWN2gTxjMsG4jd04YhpbPR91fUj7rYQ2/XjeHCJWbg7X++ApRIU9NUwM2vTvLA==} + dev: false + + /vscode-oniguruma/1.7.0: + resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} /vscode-textmate/6.0.0: resolution: {integrity: sha512-gu73tuZfJgu+mvCSy4UZwd2JXykjK9zAZsfmDeut5dx/1a7FeTk0XwJsSuqQn+cuMCGVbIBfl+s53X4T19DnzQ==} + dev: false - /vue-component-meta/1.0.11_typescript@4.9.4: - resolution: {integrity: sha512-iZDaKE6Tz/kA5zFwa8Zjkv9k2OWU4wHCxOd4mMyoKTp2EnUV2RnwkQASAerpbOC8NuXgd5pXFdkRQiOtjP+JbQ==} + /vscode-textmate/8.0.0: + resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} + + /vue-component-meta/1.0.16_typescript@4.9.4: + resolution: {integrity: sha512-MQElonN8HoJ4AwAFpKNu4FRDOjO/VqNSPz8wquAZoyE3CbUtVIWSc1z5FShwDA4x8VEp4CbUkf6A7KU6b65kUQ==} peerDependencies: typescript: '*' dependencies: - '@volar/language-core': 1.0.11 - '@volar/vue-language-core': 1.0.11 + '@volar/language-core': 1.0.16 + '@volar/vue-language-core': 1.0.16 typesafe-path: 0.2.2 typescript: 4.9.4 dev: false @@ -11677,14 +12227,14 @@ packages: vue-docgen-api: 4.54.2_vue@3.2.45 dev: false - /vue-eslint-parser/9.1.0_eslint@8.29.0: + /vue-eslint-parser/9.1.0_eslint@8.30.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.29.0 + eslint: 8.30.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1 @@ -11739,14 +12289,14 @@ packages: he: 1.2.0 dev: false - /vue-tsc/1.0.11_typescript@4.9.4: - resolution: {integrity: sha512-lj+6dEroPsE4wmQOPtjCzAf8x363Km5/tuEvMEoQaoRnzs9myBM46FNvCGIIPStYUGuaqF1W1bORmP2KDQEORA==} + /vue-tsc/1.0.16_typescript@4.9.4: + resolution: {integrity: sha512-yZaiJBbcKR1rSLhiF9KryAFH7R63po+N/invr2EAHGXxMzZksE5j1zyQKvrYiqK47ZHLAlCR+re/PHqWp/UzTg==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 1.0.11 - '@volar/vue-typescript': 1.0.11 + '@volar/vue-language-core': 1.0.16 + '@volar/vue-typescript': 1.0.16 typescript: 4.9.4 dev: false @@ -11759,9 +12309,9 @@ packages: '@vue/server-renderer': 3.2.45_vue@3.2.45 '@vue/shared': 3.2.45 - /w3c-xmlserializer/3.0.0: - resolution: {integrity: sha512-3WFqGEgSXIyGhOmAFtlicJNMjEps8b1MG31NCA0/vOF9+nKMUW1ckhi9cnNHmf88Rzw5V+dwIwsm2C7X8k9aQg==} - engines: {node: '>=12'} + /w3c-xmlserializer/4.0.0: + resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} + engines: {node: '>=14'} dependencies: xml-name-validator: 4.0.0 @@ -11787,8 +12337,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack-virtual-modules/0.4.6: - resolution: {integrity: sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==} + /webpack-virtual-modules/0.5.0: + resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==} /whatwg-encoding/2.0.0: resolution: {integrity: sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==}