From 95b533505886fa25385f6ff2804e8a179d6c7e93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:33:11 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies with stable version --- .nvmrc | 2 +- package.json | 46 +- .../analytics/analytics-chart/package.json | 6 +- .../analytics-metric-provider/package.json | 2 +- .../analytics/dashboard-renderer/package.json | 4 +- packages/analytics/metric-cards/package.json | 4 +- packages/core/app-layout/package.json | 10 +- packages/core/cli/package.json | 6 +- packages/core/copy-uuid/package.json | 4 +- packages/core/core/package.json | 6 +- packages/core/documentation/package.json | 4 +- packages/core/error-boundary/package.json | 4 +- packages/core/forms/package.json | 4 +- packages/core/i18n/package.json | 6 +- packages/core/misc-widgets/package.json | 4 +- packages/core/sandbox-layout/package.json | 4 +- .../entities-certificates/package.json | 8 +- .../package.json | 8 +- .../entities-consumer-groups/package.json | 8 +- .../entities/entities-consumers/package.json | 8 +- .../entities-gateway-services/package.json | 8 +- .../entities/entities-key-sets/package.json | 8 +- packages/entities/entities-keys/package.json | 8 +- .../entities/entities-plugins/package.json | 10 +- .../entities/entities-routes/package.json | 8 +- .../entities/entities-shared/package.json | 8 +- packages/entities/entities-snis/package.json | 8 +- .../entities-upstreams-targets/package.json | 8 +- .../entities/entities-vaults/package.json | 8 +- packages/portal/document-viewer/package.json | 6 +- packages/portal/spec-renderer/package.json | 8 +- .../swagger-ui-web-component/package.json | 2 +- pnpm-lock.yaml | 1194 ++++++++--------- 33 files changed, 686 insertions(+), 746 deletions(-) diff --git a/.nvmrc b/.nvmrc index 02c8b485ed..87ec8842b1 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.0 +18.18.2 diff --git a/package.json b/package.json index 30933be0b7..0e3a3e5a11 100644 --- a/package.json +++ b/package.json @@ -19,49 +19,49 @@ "lerna": "lerna" }, "devDependencies": { - "@babel/types": "^7.23.0", - "@commitlint/cli": "^18.4.1", - "@commitlint/config-conventional": "^18.4.0", + "@babel/types": "^7.23.5", + "@commitlint/cli": "^18.4.3", + "@commitlint/config-conventional": "^18.4.3", "@digitalroute/cz-conventional-changelog-for-jira": "^8.0.1", - "@evilmartians/lefthook": "^1.5.2", + "@evilmartians/lefthook": "^1.5.5", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", "@rushstack/eslint-patch": "^1.5.1", - "@types/flat": "^5.0.3", - "@types/js-yaml": "^4.0.6", - "@types/jsdom": "^21.1.3", - "@types/node": "^18.18.4", - "@types/uuid": "^9.0.5", + "@types/flat": "^5.0.5", + "@types/js-yaml": "^4.0.9", + "@types/jsdom": "^21.1.6", + "@types/node": "^18.18.14", + "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.11.0", "@typescript-eslint/parser": "^6.11.0", - "@vitejs/plugin-vue": "^4.5.0", + "@vitejs/plugin-vue": "^4.5.1", "@vitejs/plugin-vue-jsx": "^3.1.0", "@vitest/ui": "^0.34.7", "@vue/eslint-config-standard": "^8.0.1", "@vue/eslint-config-typescript": "^12.0.0", - "@vue/test-utils": "^2.4.1", + "@vue/test-utils": "^2.4.3", "@vue/tsconfig": "^0.4.0", "c8": "^8.0.1", "commitizen": "^4.3.0", "cross-env": "^7.0.3", - "cypress": "^13.5.0", + "cypress": "^13.5.1", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.54.0", "eslint-plugin-cypress": "^2.15.1", "eslint-plugin-import": "^2.29.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-vue": "^9.18.0", + "eslint-plugin-vue": "^9.18.1", "js-yaml": "^4.1.0", "jsdom": "^22.1.0", "lerna": "^6.6.2", "npm-run-all": "^4.1.5", - "postcss": "^8.4.31", + "postcss": "^8.4.32", "postcss-custom-properties": "^13.3.2", "postcss-html": "^1.5.0", "rimraf": "^5.0.5", - "rollup-plugin-visualizer": "^5.9.2", - "sass": "^1.69.1", + "rollup-plugin-visualizer": "^5.9.3", + "sass": "^1.69.5", "stylelint": "^15.11.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recommended-scss": "^13.1.0", @@ -71,15 +71,15 @@ "tsc-alias": "^1.8.8", "tslib": "^2.6.2", "typedoc": "^0.25.4", - "typedoc-plugin-markdown": "^3.17.0", + "typedoc-plugin-markdown": "^3.17.1", "typescript": "~5.2.2", "uuid": "^9.0.1", - "vite": "^5.0.2", + "vite": "^5.0.4", "vite-plugin-externals": "^0.6.2", "vitest": "^0.34.6", - "vue": "^3.3.4", + "vue": "^3.3.9", "vue-router": "^4.2.5", - "vue-tsc": "^1.8.18" + "vue-tsc": "^1.8.24" }, "workspaces": [ "packages/*/*" @@ -100,10 +100,10 @@ } }, "engines": { - "node": ">=18.18.0" + "node": ">=18.18.2" }, "volta": { - "node": "18.18.0", - "pnpm": "8.10.0" + "node": "18.18.2", + "pnpm": "8.10.5" } } diff --git a/packages/analytics/analytics-chart/package.json b/packages/analytics/analytics-chart/package.json index ea34887e07..397479a717 100644 --- a/packages/analytics/analytics-chart/package.json +++ b/packages/analytics/analytics-chart/package.json @@ -22,15 +22,15 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong-ui-public/sandbox-layout": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "@types/uuid": "^9.0.5", - "vue": "^3.3.4" + "@types/uuid": "^9.0.7", + "vue": "^3.3.9" }, "scripts": { "dev": "cross-env USE_SANDBOX=true vite", diff --git a/packages/analytics/analytics-metric-provider/package.json b/packages/analytics/analytics-metric-provider/package.json index 03f1d5b855..e66a23193a 100644 --- a/packages/analytics/analytics-metric-provider/package.json +++ b/packages/analytics/analytics-metric-provider/package.json @@ -51,7 +51,7 @@ "@kong-ui-public/analytics-utilities": "workspace:^", "@kong-ui-public/core": "1.1.0", "@kong-ui-public/metric-cards": "workspace:^", - "axios": "^1.6.0", + "axios": "^1.6.2", "swrv": "^1.0.4" }, "peerDependencies": { diff --git a/packages/analytics/dashboard-renderer/package.json b/packages/analytics/dashboard-renderer/package.json index d149717e22..14a09d38af 100644 --- a/packages/analytics/dashboard-renderer/package.json +++ b/packages/analytics/dashboard-renderer/package.json @@ -44,7 +44,7 @@ "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", "json-schema-to-ts": "^2.9.2", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "repository": { "type": "git", @@ -67,7 +67,7 @@ "@kong-ui-public/analytics-chart": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "^8.126.2", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong-ui-public/core": "workspace:^", diff --git a/packages/analytics/metric-cards/package.json b/packages/analytics/metric-cards/package.json index 7177771705..169a4bfc35 100644 --- a/packages/analytics/metric-cards/package.json +++ b/packages/analytics/metric-cards/package.json @@ -39,12 +39,12 @@ }, "peerDependencies": { "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong/icons": "^1.8.3", diff --git a/packages/core/app-layout/package.json b/packages/core/app-layout/package.json index 52dc83cea8..1477fcc9e2 100644 --- a/packages/core/app-layout/package.json +++ b/packages/core/app-layout/package.json @@ -39,20 +39,20 @@ }, "peerDependencies": { "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "dependencies": { "@kong/icons": "^1.8.3", - "focus-trap": "^7.5.3", - "focus-trap-vue": "^4.0.2", + "focus-trap": "^7.5.4", + "focus-trap-vue": "^4.0.3", "lodash.clonedeep": "^4.5.0" }, "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "@types/lodash.clonedeep": "^4.5.7", - "vue": "^3.3.4", + "@types/lodash.clonedeep": "^4.5.9", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "repository": { diff --git a/packages/core/cli/package.json b/packages/core/cli/package.json index efb7c8e4cc..260433bc50 100644 --- a/packages/core/cli/package.json +++ b/packages/core/cli/package.json @@ -13,11 +13,11 @@ "lint:fix": "eslint '**/*.{js,jsx,ts,tsx,vue}' --ignore-path '../../../.eslintignore' --fix" }, "devDependencies": { - "@types/inquirer": "^9.0.4", + "@types/inquirer": "^9.0.7", "boxen": "^7.1.1", - "inquirer": "^9.2.11", + "inquirer": "^9.2.12", "nanospinner": "^1.1.0", - "node-emoji": "^2.1.0", + "node-emoji": "^2.1.3", "picocolors": "^1.0.0" }, "repository": { diff --git a/packages/core/copy-uuid/package.json b/packages/core/copy-uuid/package.json index c99c61c45e..8bafd16a3b 100644 --- a/packages/core/copy-uuid/package.json +++ b/packages/core/copy-uuid/package.json @@ -38,13 +38,13 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "repository": { "type": "git", diff --git a/packages/core/core/package.json b/packages/core/core/package.json index 9c27e1f9f5..b4da19ebca 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -50,16 +50,16 @@ "errorLimit": "246KB" }, "peerDependencies": { - "axios": "^1.6.0", + "axios": "^1.6.2", "swrv": "^1.0.4", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "date-fns": "^2.30.0" }, "devDependencies": { "@kong/design-tokens": "^1.12.1", - "axios": "^1.6.0", + "axios": "^1.6.2", "swrv": "^1.0.4" } } diff --git a/packages/core/documentation/package.json b/packages/core/documentation/package.json index 0a618715cc..daab150ce9 100644 --- a/packages/core/documentation/package.json +++ b/packages/core/documentation/package.json @@ -42,7 +42,7 @@ "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", "axios": "^1.6.2", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "repository": { "type": "git", @@ -65,7 +65,7 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "^8.125.0", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong-ui-public/document-viewer": "workspace:^", diff --git a/packages/core/error-boundary/package.json b/packages/core/error-boundary/package.json index 92ba1b8a5f..34b169d4ad 100644 --- a/packages/core/error-boundary/package.json +++ b/packages/core/error-boundary/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/icons": "^1.8.3", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "repository": { "type": "git", @@ -60,6 +60,6 @@ "errorLimit": "200KB" }, "peerDependencies": { - "vue": "^3.3.4" + "vue": "^3.3.9" } } diff --git a/packages/core/forms/package.json b/packages/core/forms/package.json index af42d79402..87b3cc2a5b 100644 --- a/packages/core/forms/package.json +++ b/packages/core/forms/package.json @@ -56,13 +56,13 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "@types/lodash": "^4.14.199", + "@types/lodash": "^4.14.202", "pug": "^3.0.2" }, "distSizeChecker": { diff --git a/packages/core/i18n/package.json b/packages/core/i18n/package.json index 2d99bbca1e..f7bda0e225 100644 --- a/packages/core/i18n/package.json +++ b/packages/core/i18n/package.json @@ -55,11 +55,11 @@ "errorLimit": "300KB" }, "peerDependencies": { - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { - "@formatjs/intl": "^2.9.3", + "@formatjs/intl": "^2.9.9", "flat": "^6.0.1", - "intl-messageformat": "^10.5.3" + "intl-messageformat": "^10.5.8" } } diff --git a/packages/core/misc-widgets/package.json b/packages/core/misc-widgets/package.json index 08e0fd9982..4a859c9432 100644 --- a/packages/core/misc-widgets/package.json +++ b/packages/core/misc-widgets/package.json @@ -40,12 +40,12 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "repository": { "type": "git", diff --git a/packages/core/sandbox-layout/package.json b/packages/core/sandbox-layout/package.json index 60028eafda..bf057a403a 100644 --- a/packages/core/sandbox-layout/package.json +++ b/packages/core/sandbox-layout/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "repository": { @@ -62,7 +62,7 @@ }, "peerDependencies": { "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong/icons": "^1.8.3" diff --git a/packages/entities/entities-certificates/package.json b/packages/entities/entities-certificates/package.json index 44a0799a8d..9d301c1d18 100644 --- a/packages/entities/entities-certificates/package.json +++ b/packages/entities/entities-certificates/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-consumer-credentials/package.json b/packages/entities/entities-consumer-credentials/package.json index 04406a3b56..41010abd45 100644 --- a/packages/entities/entities-consumer-credentials/package.json +++ b/packages/entities/entities-consumer-credentials/package.json @@ -23,8 +23,8 @@ "@kong-ui-public/copy-uuid": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { @@ -32,8 +32,8 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-consumer-groups/package.json b/packages/entities/entities-consumer-groups/package.json index 21d1d8cbe3..fa1e6a0894 100644 --- a/packages/entities/entities-consumer-groups/package.json +++ b/packages/entities/entities-consumer-groups/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-consumers/package.json b/packages/entities/entities-consumers/package.json index a92ab27b9d..dc903b3795 100644 --- a/packages/entities/entities-consumers/package.json +++ b/packages/entities/entities-consumers/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-gateway-services/package.json b/packages/entities/entities-gateway-services/package.json index 8fefa3dbc6..2de3a0e8b4 100644 --- a/packages/entities/entities-gateway-services/package.json +++ b/packages/entities/entities-gateway-services/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-key-sets/package.json b/packages/entities/entities-key-sets/package.json index e5d53088b6..2d181223d5 100644 --- a/packages/entities/entities-key-sets/package.json +++ b/packages/entities/entities-key-sets/package.json @@ -23,16 +23,16 @@ "@kong-ui-public/copy-uuid": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/copy-uuid": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-keys/package.json b/packages/entities/entities-keys/package.json index f36ef77a10..44d6a7f843 100644 --- a/packages/entities/entities-keys/package.json +++ b/packages/entities/entities-keys/package.json @@ -23,8 +23,8 @@ "@kong-ui-public/copy-uuid": "workspace:^", "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { @@ -32,8 +32,8 @@ "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-plugins/package.json b/packages/entities/entities-plugins/package.json index bdc86077e9..ecf2ab9d82 100644 --- a/packages/entities/entities-plugins/package.json +++ b/packages/entities/entities-plugins/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { @@ -75,6 +75,6 @@ "@kong-ui-public/entities-shared": "workspace:^", "@kong-ui-public/forms": "^2.1.9", "@kong/icons": "^1.8.3", - "marked": "^9.1.5" + "marked": "^9.1.6" } } diff --git a/packages/entities/entities-routes/package.json b/packages/entities/entities-routes/package.json index 5a5cde767a..719c001498 100644 --- a/packages/entities/entities-routes/package.json +++ b/packages/entities/entities-routes/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-shared/package.json b/packages/entities/entities-shared/package.json index 83b508561c..7f5654400d 100644 --- a/packages/entities/entities-shared/package.json +++ b/packages/entities/entities-shared/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-snis/package.json b/packages/entities/entities-snis/package.json index 58b5fdfdfb..08024fc6e0 100644 --- a/packages/entities/entities-snis/package.json +++ b/packages/entities/entities-snis/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-upstreams-targets/package.json b/packages/entities/entities-upstreams-targets/package.json index c8dc2f180a..6f6ba84b2a 100644 --- a/packages/entities/entities-upstreams-targets/package.json +++ b/packages/entities/entities-upstreams-targets/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/entities/entities-vaults/package.json b/packages/entities/entities-vaults/package.json index 6987db8f00..45358e04a3 100644 --- a/packages/entities/entities-vaults/package.json +++ b/packages/entities/entities-vaults/package.json @@ -22,16 +22,16 @@ "peerDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "devDependencies": { "@kong-ui-public/i18n": "workspace:^", "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "axios": "^1.6.0", - "vue": "^3.3.4", + "axios": "^1.6.2", + "vue": "^3.3.9", "vue-router": "^4.2.5" }, "scripts": { diff --git a/packages/portal/document-viewer/package.json b/packages/portal/document-viewer/package.json index 06c18d87c7..5a340d7035 100644 --- a/packages/portal/document-viewer/package.json +++ b/packages/portal/document-viewer/package.json @@ -37,14 +37,14 @@ }, "peerDependencies": { "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", - "@types/prismjs": "^1.26.1", + "@types/prismjs": "^1.26.3", "@vitejs/plugin-vue-jsx": "^3.1.0", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong-ui-public/i18n": "workspace:^", diff --git a/packages/portal/spec-renderer/package.json b/packages/portal/spec-renderer/package.json index 97ffdc5a93..18f933c275 100644 --- a/packages/portal/spec-renderer/package.json +++ b/packages/portal/spec-renderer/package.json @@ -39,16 +39,16 @@ }, "peerDependencies": { "@kong/kongponents": "9.0.0-alpha.73", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "devDependencies": { "@kong/design-tokens": "^1.12.1", "@kong/kongponents": "9.0.0-alpha.73", "@modyfi/vite-plugin-yaml": "^1.0.4", - "@types/lodash.clonedeep": "^4.5.7", - "@types/uuid": "^9.0.5", + "@types/lodash.clonedeep": "^4.5.9", + "@types/uuid": "^9.0.7", "openapi-types": "^12.1.3", - "vue": "^3.3.4" + "vue": "^3.3.9" }, "dependencies": { "@kong-ui-public/i18n": "workspace:^", diff --git a/packages/portal/swagger-ui-web-component/package.json b/packages/portal/swagger-ui-web-component/package.json index c224713362..21a58babc9 100644 --- a/packages/portal/swagger-ui-web-component/package.json +++ b/packages/portal/swagger-ui-web-component/package.json @@ -16,7 +16,7 @@ "@kong/swagger-ui-kong-theme-universal": "^4.3.2", "react": "17.0.2", "react-dom": "17.0.2", - "swagger-client": "^3.24.4", + "swagger-client": "^3.24.5", "swagger-ui": "^4.19.1" }, "repository": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7300d6a714..b76785c7bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,44 +9,44 @@ importers: .: devDependencies: '@babel/types': - specifier: ^7.23.0 - version: 7.23.0 + specifier: ^7.23.5 + version: 7.23.6 '@commitlint/cli': - specifier: ^18.4.1 + specifier: ^18.4.3 version: 18.4.3(typescript@5.2.2) '@commitlint/config-conventional': - specifier: ^18.4.0 + specifier: ^18.4.3 version: 18.4.3 '@digitalroute/cz-conventional-changelog-for-jira': specifier: ^8.0.1 version: 8.0.1(typescript@5.2.2) '@evilmartians/lefthook': - specifier: ^1.5.2 - version: 1.5.2 + specifier: ^1.5.5 + version: 1.5.5 '@kong/design-tokens': specifier: ^1.12.1 version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@rushstack/eslint-patch': specifier: ^1.5.1 version: 1.5.1 '@types/flat': - specifier: ^5.0.3 - version: 5.0.3 + specifier: ^5.0.5 + version: 5.0.5 '@types/js-yaml': - specifier: ^4.0.6 - version: 4.0.6 + specifier: ^4.0.9 + version: 4.0.9 '@types/jsdom': - specifier: ^21.1.3 - version: 21.1.3 + specifier: ^21.1.6 + version: 21.1.6 '@types/node': - specifier: ^18.18.4 - version: 18.18.4 + specifier: ^18.18.14 + version: 18.19.3 '@types/uuid': - specifier: ^9.0.5 - version: 9.0.5 + specifier: ^9.0.7 + version: 9.0.7 '@typescript-eslint/eslint-plugin': specifier: ^6.11.0 version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) @@ -54,23 +54,23 @@ importers: specifier: ^6.11.0 version: 6.11.0(eslint@8.54.0)(typescript@5.2.2) '@vitejs/plugin-vue': - specifier: ^4.5.0 - version: 4.5.0(vite@5.0.6)(vue@3.3.4) + specifier: ^4.5.1 + version: 4.5.2(vite@5.0.6)(vue@3.3.11) '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.6)(vue@3.3.4) + version: 3.1.0(vite@5.0.6)(vue@3.3.11) '@vitest/ui': specifier: ^0.34.7 version: 0.34.7(vitest@0.34.6) '@vue/eslint-config-standard': specifier: ^8.0.1 - version: 8.0.1(@typescript-eslint/parser@6.11.0)(eslint-plugin-vue@9.18.0)(eslint@8.54.0) + version: 8.0.1(@typescript-eslint/parser@6.11.0)(eslint-plugin-vue@9.19.2)(eslint@8.54.0) '@vue/eslint-config-typescript': specifier: ^12.0.0 - version: 12.0.0(eslint-plugin-vue@9.18.0)(eslint@8.54.0)(typescript@5.2.2) + version: 12.0.0(eslint-plugin-vue@9.19.2)(eslint@8.54.0)(typescript@5.2.2) '@vue/test-utils': - specifier: ^2.4.1 - version: 2.4.1(vue@3.3.4) + specifier: ^2.4.3 + version: 2.4.3(vue@3.3.11) '@vue/tsconfig': specifier: ^0.4.0 version: 0.4.0 @@ -84,8 +84,8 @@ importers: specifier: ^7.0.3 version: 7.0.3 cypress: - specifier: ^13.5.0 - version: 13.5.0 + specifier: ^13.5.1 + version: 13.6.1 cz-conventional-changelog: specifier: ^3.3.0 version: 3.3.0(typescript@5.2.2) @@ -105,8 +105,8 @@ importers: specifier: ^6.1.1 version: 6.1.1(eslint@8.54.0) eslint-plugin-vue: - specifier: ^9.18.0 - version: 9.18.0(eslint@8.54.0) + specifier: ^9.18.1 + version: 9.19.2(eslint@8.54.0) js-yaml: specifier: ^4.1.0 version: 4.1.0 @@ -120,11 +120,11 @@ importers: specifier: ^4.1.5 version: 4.1.5 postcss: - specifier: ^8.4.31 - version: 8.4.31 + specifier: ^8.4.32 + version: 8.4.32 postcss-custom-properties: specifier: ^13.3.2 - version: 13.3.2(postcss@8.4.31) + version: 13.3.2(postcss@8.4.32) postcss-html: specifier: ^1.5.0 version: 1.5.0 @@ -132,11 +132,11 @@ importers: specifier: ^5.0.5 version: 5.0.5 rollup-plugin-visualizer: - specifier: ^5.9.2 - version: 5.9.2 + specifier: ^5.9.3 + version: 5.11.0 sass: - specifier: ^1.69.1 - version: 1.69.1 + specifier: ^1.69.5 + version: 1.69.5 stylelint: specifier: ^15.11.0 version: 15.11.0 @@ -145,7 +145,7 @@ importers: version: 1.1.0(postcss-html@1.5.0)(stylelint@15.11.0) stylelint-config-recommended-scss: specifier: ^13.1.0 - version: 13.1.0(postcss@8.4.31)(stylelint@15.11.0) + version: 13.1.0(postcss@8.4.32)(stylelint@15.11.0) stylelint-config-recommended-vue: specifier: ^1.5.0 version: 1.5.0(postcss-html@1.5.0)(stylelint@15.11.0) @@ -154,7 +154,7 @@ importers: version: 6.0.3(stylelint@15.11.0) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@18.18.4)(typescript@5.2.2) + version: 10.9.1(@types/node@18.19.3)(typescript@5.2.2) tsc-alias: specifier: ^1.8.8 version: 1.8.8 @@ -165,8 +165,8 @@ importers: specifier: ^0.25.4 version: 0.25.4(typescript@5.2.2) typedoc-plugin-markdown: - specifier: ^3.17.0 - version: 3.17.0(typedoc@0.25.4) + specifier: ^3.17.1 + version: 3.17.1(typedoc@0.25.4) typescript: specifier: ~5.2.2 version: 5.2.2 @@ -174,23 +174,23 @@ importers: specifier: ^9.0.1 version: 9.0.1 vite: - specifier: ^5.0.2 - version: 5.0.6(@types/node@18.18.4)(sass@1.69.1) + specifier: ^5.0.4 + version: 5.0.6(@types/node@18.19.3)(sass@1.69.5) vite-plugin-externals: specifier: ^0.6.2 version: 0.6.2(vite@5.0.6) vitest: specifier: ^0.34.6 - version: 0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.1) + version: 0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.5) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) vue-tsc: - specifier: ^1.8.18 - version: 1.8.18(typescript@5.2.2) + specifier: ^1.8.24 + version: 1.8.25(typescript@5.2.2) packages/analytics/analytics-chart: dependencies: @@ -199,7 +199,7 @@ importers: version: link:../analytics-utilities '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) approximate-number: specifier: ^2.1.1 version: 2.1.1 @@ -226,7 +226,7 @@ importers: version: 9.0.1 vue-chartjs: specifier: ^5.2.0 - version: 5.2.0(chart.js@4.4.0)(vue@3.3.4) + version: 5.2.0(chart.js@4.4.0)(vue@3.3.11) devDependencies: '@kong-ui-public/i18n': specifier: workspace:^ @@ -239,13 +239,13 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@types/uuid': - specifier: ^9.0.5 - version: 9.0.5 + specifier: ^9.0.7 + version: 9.0.7 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/analytics/analytics-metric-provider: dependencies: @@ -254,23 +254,23 @@ importers: version: link:../analytics-utilities '@kong-ui-public/core': specifier: 1.1.0 - version: 1.1.0(axios@1.6.0)(swrv@1.0.4)(vue@3.3.4) + version: 1.1.0(axios@1.6.2)(swrv@1.0.4)(vue@3.3.11) '@kong-ui-public/metric-cards': specifier: workspace:^ version: link:../metric-cards axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 swrv: specifier: ^1.0.4 - version: 1.0.4(vue@3.3.4) + version: 1.0.4(vue@3.3.11) devDependencies: '@kong-ui-public/i18n': specifier: workspace:^ version: link:../../core/i18n '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) packages/analytics/analytics-utilities: dependencies: @@ -295,7 +295,7 @@ importers: version: 8.12.0 swrv: specifier: ^1.0.4 - version: 1.0.4(vue@3.3.4) + version: 1.0.4(vue@3.3.11) devDependencies: '@kong-ui-public/analytics-chart': specifier: workspace:^ @@ -311,19 +311,19 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) json-schema-to-ts: specifier: ^2.9.2 version: 2.9.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/analytics/metric-cards: dependencies: '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) approximate-number: specifier: ^2.1.1 version: 2.1.1 @@ -333,22 +333,22 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/core/app-layout: dependencies: '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) focus-trap: - specifier: ^7.5.3 - version: 7.5.3 + specifier: ^7.5.4 + version: 7.5.4 focus-trap-vue: - specifier: ^4.0.2 - version: 4.0.2(focus-trap@7.5.3)(vue@3.3.4) + specifier: ^4.0.3 + version: 4.0.3(focus-trap@7.5.4)(vue@3.3.11) lodash.clonedeep: specifier: ^4.5.0 version: 4.5.0 @@ -358,34 +358,34 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@types/lodash.clonedeep': - specifier: ^4.5.7 - version: 4.5.7 + specifier: ^4.5.9 + version: 4.5.9 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/core/cli: devDependencies: '@types/inquirer': - specifier: ^9.0.4 - version: 9.0.4 + specifier: ^9.0.7 + version: 9.0.7 boxen: specifier: ^7.1.1 version: 7.1.1 inquirer: - specifier: ^9.2.11 - version: 9.2.11 + specifier: ^9.2.12 + version: 9.2.12 nanospinner: specifier: ^1.1.0 version: 1.1.0 node-emoji: - specifier: ^2.1.0 - version: 2.1.0 + specifier: ^2.1.3 + version: 2.1.3 picocolors: specifier: ^1.0.0 version: 1.0.0 @@ -394,7 +394,7 @@ importers: dependencies: '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) devDependencies: '@kong-ui-public/i18n': specifier: workspace:^ @@ -404,10 +404,10 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/core/core: dependencies: @@ -419,11 +419,11 @@ importers: specifier: ^1.12.1 version: 1.12.1 axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 swrv: specifier: ^1.0.4 - version: 1.0.4(vue@3.3.4) + version: 1.0.4(vue@3.3.11) packages/core/documentation: dependencies: @@ -435,7 +435,7 @@ importers: version: link:../../entities/entities-shared '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) devDependencies: '@kong-ui-public/i18n': specifier: workspace:^ @@ -445,13 +445,13 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: specifier: ^1.6.2 version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/core/error-boundary: devDependencies: @@ -460,16 +460,16 @@ importers: version: 1.12.1 '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/core/forms: dependencies: '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) fecha: specifier: ^4.2.3 version: 4.2.3 @@ -485,10 +485,10 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@types/lodash': - specifier: ^4.14.199 - version: 4.14.199 + specifier: ^4.14.202 + version: 4.14.202 pug: specifier: ^3.0.2 version: 3.0.2 @@ -496,14 +496,14 @@ importers: packages/core/i18n: dependencies: '@formatjs/intl': - specifier: ^2.9.3 - version: 2.9.3(typescript@5.2.2) + specifier: ^2.9.9 + version: 2.9.9(typescript@5.2.2) flat: specifier: ^6.0.1 version: 6.0.1 intl-messageformat: - specifier: ^10.5.3 - version: 10.5.3 + specifier: ^10.5.8 + version: 10.5.8 packages/core/misc-widgets: devDependencies: @@ -512,29 +512,29 @@ importers: version: link:../i18n '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/core/sandbox-layout: dependencies: '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) devDependencies: '@kong/design-tokens': specifier: ^1.12.1 version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-certificates: dependencies: @@ -556,16 +556,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-consumer-credentials: dependencies: @@ -584,16 +584,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-consumer-groups: dependencies: @@ -609,16 +609,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-consumers: dependencies: @@ -634,16 +634,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-gateway-services: dependencies: @@ -659,16 +659,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-key-sets: dependencies: @@ -684,16 +684,16 @@ importers: version: link:../../core/i18n '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-keys: dependencies: @@ -712,16 +712,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-plugins: dependencies: @@ -748,10 +748,10 @@ importers: version: link:../../core/forms '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) marked: - specifier: ^9.1.5 - version: 9.1.5 + specifier: ^9.1.6 + version: 9.1.6 devDependencies: '@kong-ui-public/i18n': specifier: workspace:^ @@ -761,16 +761,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-routes: dependencies: @@ -786,16 +786,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-shared: dependencies: @@ -807,7 +807,7 @@ importers: version: link:../../core/core '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) compare-versions: specifier: ^6.1.0 version: 6.1.0 @@ -820,16 +820,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-snis: dependencies: @@ -848,16 +848,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-upstreams-targets: dependencies: @@ -873,16 +873,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/entities/entities-vaults: dependencies: @@ -898,16 +898,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) axios: - specifier: ^1.6.0 - version: 1.6.0 + specifier: ^1.6.2 + version: 1.6.2 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) vue-router: specifier: ^4.2.5 - version: 4.2.5(vue@3.3.4) + version: 4.2.5(vue@3.3.11) packages/portal/document-viewer: dependencies: @@ -923,16 +923,16 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@types/prismjs': - specifier: ^1.26.1 - version: 1.26.1 + specifier: ^1.26.3 + version: 1.26.3 '@vitejs/plugin-vue-jsx': specifier: ^3.1.0 - version: 3.1.0(vite@5.0.6)(vue@3.3.4) + version: 3.1.0(vite@5.0.6)(vue@3.3.11) vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/portal/spec-renderer: dependencies: @@ -944,7 +944,7 @@ importers: version: link:../swagger-ui-web-component '@kong/icons': specifier: ^1.8.3 - version: 1.8.3(vue@3.3.4) + version: 1.8.3(vue@3.3.11) lodash.clonedeep: specifier: ^4.5.0 version: 4.5.0 @@ -957,28 +957,28 @@ importers: version: 1.12.1 '@kong/kongponents': specifier: 9.0.0-alpha.73 - version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4) + version: 9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11) '@modyfi/vite-plugin-yaml': specifier: ^1.0.4 version: 1.0.4(vite@5.0.6) '@types/lodash.clonedeep': - specifier: ^4.5.7 - version: 4.5.7 + specifier: ^4.5.9 + version: 4.5.9 '@types/uuid': - specifier: ^9.0.5 - version: 9.0.5 + specifier: ^9.0.7 + version: 9.0.7 openapi-types: specifier: ^12.1.3 version: 12.1.3 vue: - specifier: ^3.3.4 - version: 3.3.4 + specifier: ^3.3.9 + version: 3.3.11(typescript@5.2.2) packages/portal/swagger-ui-web-component: dependencies: '@kong/swagger-ui-kong-theme-universal': specifier: ^4.3.2 - version: 4.3.2(react-dom@17.0.2)(react@17.0.2)(vue-router@4.2.5)(vue@3.3.4) + version: 4.3.2(react-dom@17.0.2)(react@17.0.2)(vue-router@4.2.5)(vue@3.3.11) react: specifier: 17.0.2 version: 17.0.2 @@ -986,8 +986,8 @@ importers: specifier: 17.0.2 version: 17.0.2(react@17.0.2) swagger-client: - specifier: ^3.24.4 - version: 3.24.4 + specifier: ^3.24.5 + version: 3.24.5 swagger-ui: specifier: ^4.19.1 version: 4.19.1 @@ -1066,7 +1066,7 @@ packages: '@babel/parser': 7.23.4 '@babel/template': 7.22.15 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -1080,7 +1080,7 @@ packages: resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -1090,7 +1090,7 @@ packages: resolution: {integrity: sha512-esuS49Cga3HcThFNebGhlgsrVLkvhqvYDTzgjfFFlHJcIfLe5jFmRRfCQ1KuBfc4Jrtn3ndLgKWAKjBE+IraYQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -1100,7 +1100,7 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /@babel/helper-compilation-targets@7.22.15: @@ -1147,7 +1147,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /@babel/helper-function-name@7.23.0: @@ -1155,35 +1155,35 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/helper-module-imports@7.22.5: resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} @@ -1203,7 +1203,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /@babel/helper-plugin-utils@7.22.5: @@ -1227,31 +1227,26 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} - /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} engines: {node: '>=6.9.0'} - dev: true /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} @@ -1268,7 +1263,7 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 transitivePeerDependencies: - supports-color dev: true @@ -1292,20 +1287,20 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser@7.22.11: - resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} + /@babel/parser@7.23.4: + resolution: {integrity: sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 + dev: true - /@babel/parser@7.23.4: - resolution: {integrity: sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==} + /@babel/parser@7.23.6: + resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.4 - dev: true + '@babel/types': 7.23.6 /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.3): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} @@ -1368,7 +1363,7 @@ packages: dependencies: '@babel/code-frame': 7.23.4 '@babel/parser': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/template@7.22.5: @@ -1376,8 +1371,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.10 - '@babel/parser': 7.22.11 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.4 + '@babel/types': 7.23.6 dev: true /@babel/traverse@7.22.11: @@ -1390,8 +1385,8 @@ packages: '@babel/helper-function-name': 7.22.5 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.11 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.4 + '@babel/types': 7.23.6 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: @@ -1409,29 +1404,20 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.4 - '@babel/types': 7.23.4 + '@babel/types': 7.23.6 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/types@7.23.0: - resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - - /@babel/types@7.23.4: - resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==} + /@babel/types@7.23.6: + resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: true /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -1536,10 +1522,10 @@ packages: '@commitlint/execute-rule': 18.4.3 '@commitlint/resolve-extends': 18.4.3 '@commitlint/types': 18.4.3 - '@types/node': 18.18.4 + '@types/node': 18.19.3 chalk: 4.1.2 cosmiconfig: 8.3.6(typescript@5.2.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.18.4)(cosmiconfig@8.3.6)(typescript@5.2.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.19.3)(cosmiconfig@8.3.6)(typescript@5.2.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -1961,8 +1947,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@evilmartians/lefthook@1.5.2: - resolution: {integrity: sha512-CI2TYP0KFGxd3iXDj/4JcFxN+aMWxC5raRRQjJzXATPok5IVC41+SAG1O05Ec1AQJGN4b6iU1bxqtopbsKgWpg==} + /@evilmartians/lefthook@1.5.5: + resolution: {integrity: sha512-vSJQ3rt52kHMqv4DpTf48jzZap5Q+X5C/qeYMBW58KkB+0a7jmMVy611CUfr/cUXeliZOqbSaOi2/kRYsLiSfQ==} cpu: [x64, arm64, ia32] os: [darwin, linux, win32] hasBin: true @@ -1974,10 +1960,10 @@ packages: engines: {node: '>=14'} dev: false - /@formatjs/ecma402-abstract@1.17.2: - resolution: {integrity: sha512-k2mTh0m+IV1HRdU0xXM617tSQTi53tVR2muvYOsBeYcUgEAyxV1FOC7Qj279th3fBVQ+Dj6muvNJZcHSPNdbKg==} + /@formatjs/ecma402-abstract@1.18.0: + resolution: {integrity: sha512-PEVLoa3zBevWSCZzPIM/lvPCi8P5l4G+NXQMc/CjEiaCWgyHieUoo0nM7Bs0n/NbuQ6JpXEolivQ9pKSBHaDlA==} dependencies: - '@formatjs/intl-localematcher': 0.4.2 + '@formatjs/intl-localematcher': 0.5.2 tslib: 2.6.2 dev: false @@ -1987,57 +1973,57 @@ packages: tslib: 2.6.2 dev: false - /@formatjs/icu-messageformat-parser@2.6.2: - resolution: {integrity: sha512-nF/Iww7sc5h+1MBCDRm68qpHTCG4xvGzYs/x9HFcDETSGScaJ1Fcadk5U/NXjXeCtzD+DhN4BAwKFVclHfKMdA==} + /@formatjs/icu-messageformat-parser@2.7.3: + resolution: {integrity: sha512-X/jy10V9S/vW+qlplqhMUxR8wErQ0mmIYSq4mrjpjDl9mbuGcCILcI1SUYkL5nlM4PJqpc0KOS0bFkkJNPxYRw==} dependencies: - '@formatjs/ecma402-abstract': 1.17.2 - '@formatjs/icu-skeleton-parser': 1.6.2 + '@formatjs/ecma402-abstract': 1.18.0 + '@formatjs/icu-skeleton-parser': 1.7.0 tslib: 2.6.2 dev: false - /@formatjs/icu-skeleton-parser@1.6.2: - resolution: {integrity: sha512-VtB9Slo4ZL6QgtDFJ8Injvscf0xiDd4bIV93SOJTBjUF4xe2nAWOoSjLEtqIG+hlIs1sNrVKAaFo3nuTI4r5ZA==} + /@formatjs/icu-skeleton-parser@1.7.0: + resolution: {integrity: sha512-Cfdo/fgbZzpN/jlN/ptQVe0lRHora+8ezrEeg2RfrNjyp+YStwBy7cqDY8k5/z2LzXg6O0AdzAV91XS0zIWv+A==} dependencies: - '@formatjs/ecma402-abstract': 1.17.2 + '@formatjs/ecma402-abstract': 1.18.0 tslib: 2.6.2 dev: false - /@formatjs/intl-displaynames@6.5.2: - resolution: {integrity: sha512-uC2VBlz+WydGTDDpJwMTQuPH3CUpTricr91WH1QMfz5oEHg2sB7mUERcZONE/lu8MOe1jREIx4vBciZEVTqkmA==} + /@formatjs/intl-displaynames@6.6.4: + resolution: {integrity: sha512-ET8KQ+L9Q0K8x1SnJQa4DNssUcbATlMopWqYvGGR8yAvw5qwAQc1fv+DshCoZNIE9pbcue0IGC4kWNAkWqlFag==} dependencies: - '@formatjs/ecma402-abstract': 1.17.2 - '@formatjs/intl-localematcher': 0.4.2 + '@formatjs/ecma402-abstract': 1.18.0 + '@formatjs/intl-localematcher': 0.5.2 tslib: 2.6.2 dev: false - /@formatjs/intl-listformat@7.4.2: - resolution: {integrity: sha512-+6bSVudEQkf12Hh7kuKt8Xv/MyFlqdwA4V4NLnTZW8uYdF9RxlOELDD0rPaOc2++TMKIzI5o6XXwHPvpL6VrPA==} + /@formatjs/intl-listformat@7.5.3: + resolution: {integrity: sha512-l7EOr0Yh1m8KagytukB90yw81uyzrM7amKFrgxXqphz4KeSIL0KPa68lPsdtZ+JmQB73GaDQRwLOwUKFZ1VZPQ==} dependencies: - '@formatjs/ecma402-abstract': 1.17.2 - '@formatjs/intl-localematcher': 0.4.2 + '@formatjs/ecma402-abstract': 1.18.0 + '@formatjs/intl-localematcher': 0.5.2 tslib: 2.6.2 dev: false - /@formatjs/intl-localematcher@0.4.2: - resolution: {integrity: sha512-BGdtJFmaNJy5An/Zan4OId/yR9Ih1OojFjcduX/xOvq798OgWSyDtd6Qd5jqJXwJs1ipe4Fxu9+cshic5Ox2tA==} + /@formatjs/intl-localematcher@0.5.2: + resolution: {integrity: sha512-txaaE2fiBMagLrR4jYhxzFO6wEdEG4TPMqrzBAcbr4HFUYzH/YC+lg6OIzKCHm8WgDdyQevxbAAV1OgcXctuGw==} dependencies: tslib: 2.6.2 dev: false - /@formatjs/intl@2.9.3(typescript@5.2.2): - resolution: {integrity: sha512-hclPdyCF1zk2XmhgdXfl5Sd30QEdRBnIijH7Vc1AWz2K0/saVRrxuL3UYn+m3xEyfOa4yDbTWVbmXDL0XEzlsQ==} + /@formatjs/intl@2.9.9(typescript@5.2.2): + resolution: {integrity: sha512-JI3CNgL2Zdg5lv9ncT2sYKqbAj2RGrCbdzaCckIxMPxn4QuHuOVvYUGmBAXVusBmfG/0sxLmMrnwnBioz+QKdA==} peerDependencies: - typescript: ^4.7 || 5 + typescript: '5' peerDependenciesMeta: typescript: optional: true dependencies: - '@formatjs/ecma402-abstract': 1.17.2 + '@formatjs/ecma402-abstract': 1.18.0 '@formatjs/fast-memoize': 2.2.0 - '@formatjs/icu-messageformat-parser': 2.6.2 - '@formatjs/intl-displaynames': 6.5.2 - '@formatjs/intl-listformat': 7.4.2 - intl-messageformat: 10.5.3 + '@formatjs/icu-messageformat-parser': 2.7.3 + '@formatjs/intl-displaynames': 6.6.4 + '@formatjs/intl-listformat': 7.5.3 + intl-messageformat: 10.5.8 tslib: 2.6.2 typescript: 5.2.2 dev: false @@ -2151,32 +2137,32 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true - /@kong-ui-public/core@1.1.0(axios@1.6.0)(swrv@1.0.4)(vue@3.3.4): + /@kong-ui-public/core@1.1.0(axios@1.6.2)(swrv@1.0.4)(vue@3.3.11): resolution: {integrity: sha512-j1kK07/zDyxwePi1EX1rZ+3iL955VdhZiodzeT5ift7iVQTiPt9VNUFu9+IXJ/AxHfuYu/gaL+gily9TsJTX3w==} peerDependencies: axios: ^1.4.0 swrv: ^1.0.4 vue: ^3.2.47 dependencies: - axios: 1.6.0 + axios: 1.6.2 date-fns: 2.30.0 - swrv: 1.0.4(vue@3.3.4) - vue: 3.3.4 + swrv: 1.0.4(vue@3.3.11) + vue: 3.3.11(typescript@5.2.2) dev: false /@kong/design-tokens@1.12.1: resolution: {integrity: sha512-I6C2HHJ+Kx14Exmr9OEe4yzHvhneC5RGrWzViZXcWNOYCl2VN9dMmgjTAaowbdeyLEeZ+4AtC+LJ2JU7eN4o8w==} dev: true - /@kong/icons@1.8.3(vue@3.3.4): + /@kong/icons@1.8.3(vue@3.3.11): resolution: {integrity: sha512-9xXD8au1ty9Osi4qhy3OXthNTa8rAnVTIXryGJuA41/T0o4YnOSXMA7oj0F/kX6tEVeEi6TWbqwzGrj881ZFvA==} engines: {node: '>=18.17.0'} peerDependencies: vue: ^3.3.8 dependencies: - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) - /@kong/kongponents@8.127.0(vue-router@4.2.5)(vue@3.3.4): + /@kong/kongponents@8.127.0(vue-router@4.2.5)(vue@3.3.11): resolution: {integrity: sha512-C/MFT+OZtyul62ElgHEggqMYPbLjXiRJg5GE3il8MZpaep2D5QV+F5UQ7frbA98TkZCCVBD4LpR0OmiwXKs+tg==} engines: {node: '>=v16.20.2'} peerDependencies: @@ -2187,18 +2173,18 @@ packages: date-fns: 2.30.0 date-fns-tz: 2.0.0(date-fns@2.30.0) focus-trap: 7.5.4 - focus-trap-vue: 4.0.3(focus-trap@7.5.4)(vue@3.3.4) + focus-trap-vue: 4.0.3(focus-trap@7.5.4)(vue@3.3.11) popper.js: 1.16.1 sortablejs: 1.15.1 - swrv: 1.0.4(vue@3.3.4) + swrv: 1.0.4(vue@3.3.11) uuid: 9.0.1 - v-calendar: 3.0.0-alpha.8(vue@3.3.4) - vue: 3.3.4 - vue-draggable-next: 2.2.1(sortablejs@1.15.1)(vue@3.3.4) - vue-router: 4.2.5(vue@3.3.4) + v-calendar: 3.0.0-alpha.8(vue@3.3.11) + vue: 3.3.11(typescript@5.2.2) + vue-draggable-next: 2.2.1(sortablejs@1.15.1)(vue@3.3.11) + vue-router: 4.2.5(vue@3.3.11) dev: false - /@kong/kongponents@9.0.0-alpha.73(axios@1.6.0)(vue-router@4.2.5)(vue@3.3.4): + /@kong/kongponents@9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.11): resolution: {integrity: sha512-61jSUBHPignrr60gvrUfxgrRVTXEts0073tBrqTFk2rlmpSRHl/eEHTVXDFy8V1DtdL+AUz8uSY3xyoLUFZrgA==} engines: {node: '>=v16.20.2'} peerDependencies: @@ -2206,55 +2192,30 @@ packages: vue: '>= 3.3.4 < 4' vue-router: ^4.2.5 dependencies: - '@kong/icons': 1.8.3(vue@3.3.4) - '@popperjs/core': 2.11.8 - axios: 1.6.0 - date-fns: 2.30.0 - date-fns-tz: 2.0.0(date-fns@2.30.0) - focus-trap: 7.5.4 - focus-trap-vue: 4.0.3(focus-trap@7.5.4)(vue@3.3.4) - popper.js: 1.16.1 - sortablejs: 1.15.1 - swrv: 1.0.4(vue@3.3.4) - uuid: 9.0.1 - v-calendar: 3.1.2(@popperjs/core@2.11.8)(vue@3.3.4) - vue: 3.3.4 - vue-draggable-next: 2.2.1(sortablejs@1.15.1)(vue@3.3.4) - vue-router: 4.2.5(vue@3.3.4) - dev: true - - /@kong/kongponents@9.0.0-alpha.73(axios@1.6.2)(vue-router@4.2.5)(vue@3.3.4): - resolution: {integrity: sha512-61jSUBHPignrr60gvrUfxgrRVTXEts0073tBrqTFk2rlmpSRHl/eEHTVXDFy8V1DtdL+AUz8uSY3xyoLUFZrgA==} - engines: {node: '>=v16.20.2'} - peerDependencies: - axios: ^1.6.1 - vue: '>= 3.3.4 < 4' - vue-router: ^4.2.5 - dependencies: - '@kong/icons': 1.8.3(vue@3.3.4) + '@kong/icons': 1.8.3(vue@3.3.11) '@popperjs/core': 2.11.8 axios: 1.6.2 date-fns: 2.30.0 date-fns-tz: 2.0.0(date-fns@2.30.0) focus-trap: 7.5.4 - focus-trap-vue: 4.0.3(focus-trap@7.5.4)(vue@3.3.4) + focus-trap-vue: 4.0.3(focus-trap@7.5.4)(vue@3.3.11) popper.js: 1.16.1 sortablejs: 1.15.1 - swrv: 1.0.4(vue@3.3.4) + swrv: 1.0.4(vue@3.3.11) uuid: 9.0.1 - v-calendar: 3.1.2(@popperjs/core@2.11.8)(vue@3.3.4) - vue: 3.3.4 - vue-draggable-next: 2.2.1(sortablejs@1.15.1)(vue@3.3.4) - vue-router: 4.2.5(vue@3.3.4) + v-calendar: 3.1.2(@popperjs/core@2.11.8)(vue@3.3.11) + vue: 3.3.11(typescript@5.2.2) + vue-draggable-next: 2.2.1(sortablejs@1.15.1)(vue@3.3.11) + vue-router: 4.2.5(vue@3.3.11) dev: true - /@kong/swagger-ui-kong-theme-universal@4.3.2(react-dom@17.0.2)(react@17.0.2)(vue-router@4.2.5)(vue@3.3.4): + /@kong/swagger-ui-kong-theme-universal@4.3.2(react-dom@17.0.2)(react@17.0.2)(vue-router@4.2.5)(vue@3.3.11): resolution: {integrity: sha512-+wv/1bIPARDh6ZnZYdknbpKjcedBEOhuM8NUkzojCzWk09lq9B1CXQJcIkKoN2bE61HuMZpAqKzCt3qeMjaQCg==} peerDependencies: react: 17.0.2 dependencies: '@braintree/sanitize-url': 6.0.2 - '@kong/kongponents': 8.127.0(vue-router@4.2.5)(vue@3.3.4) + '@kong/kongponents': 8.127.0(vue-router@4.2.5)(vue@3.3.11) '@kyleshockey/xml': 1.0.2 classnames: 2.3.2 curl-to-har: 1.0.1 @@ -2398,9 +2359,11 @@ packages: - supports-color dev: true - /@ljharb/through@2.3.9: - resolution: {integrity: sha512-yN599ZBuMPPK4tdoToLlvgJB4CLK8fGl7ntfy0Wn7U6ttNvHYurd81bfUiK/6sMkiIwm65R6ck4L6+Y3DfVbNQ==} + /@ljharb/through@2.3.11: + resolution: {integrity: sha512-ccfcIDlogiXNq5KcbAwbaO7lMh3Tm1i3khMPYpxlK8hH/W53zN81KM9coerRLOnTGu3nfXIniAmQbRI9OxbC0w==} engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.5 dev: true /@modyfi/vite-plugin-yaml@1.0.4(vite@5.0.6): @@ -2411,7 +2374,7 @@ packages: '@rollup/pluginutils': 5.0.2 js-yaml: 4.1.0 tosource: 2.0.0-alpha.3 - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) transitivePeerDependencies: - rollup dev: true @@ -3160,8 +3123,8 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@sindresorhus/is@3.1.2: - resolution: {integrity: sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==} + /@sindresorhus/is@4.6.0: + resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} engines: {node: '>=10'} dev: true @@ -3570,13 +3533,13 @@ packages: resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} dependencies: '@types/connect': 3.4.35 - '@types/node': 20.10.1 + '@types/node': 18.19.3 dev: true /@types/bonjour@3.5.10: resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/chai-subset@1.3.3: @@ -3593,13 +3556,13 @@ packages: resolution: {integrity: sha512-4x5FkPpLipqwthjPsF7ZRbOv3uoLUFkTA9G9v583qi4pACvq0uTELrB8OLUzPWUI4IJIyvM85vzkV1nyiI2Lig==} dependencies: '@types/express-serve-static-core': 4.17.35 - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/connect@3.4.35: resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/eslint-scope@3.7.4: @@ -3623,7 +3586,7 @@ packages: /@types/express-serve-static-core@4.17.35: resolution: {integrity: sha512-wALWQwrgiB2AWTT91CB62b6Yt0sNHpznUXeZEcnPU3DRdlDIz74x8Qg1UUYKSVFi+va5vKOLYRBI1bRKiLLKIg==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 '@types/qs': 6.9.7 '@types/range-parser': 1.2.4 '@types/send': 0.17.1 @@ -3638,8 +3601,8 @@ packages: '@types/serve-static': 1.15.1 dev: true - /@types/flat@5.0.3: - resolution: {integrity: sha512-uG/4x6EXYbq4VDsBJLNDHQAQmtRPg3x4tAXcBspxlnEknz8NiJxnHoxSiJKGNExiS00q4mJNvuEBgVA3jsDIdQ==} + /@types/flat@5.0.5: + resolution: {integrity: sha512-nPLljZQKSnac53KDUDzuzdRfGI0TDb5qPrb+SrQyN3MtdQrOnGsKniHN1iYZsJEBIVQve94Y6gNz22sgISZq+Q==} dev: true /@types/hast@2.3.4: @@ -3658,11 +3621,11 @@ packages: /@types/http-proxy@1.17.11: resolution: {integrity: sha512-HC8G7c1WmaF2ekqpnFq626xd3Zz0uvaqFmBJNRZCGEZCXkvSdJoNFn/8Ygbd9fKNQj8UzLdCETaI0UWPAjK7IA==} dependencies: - '@types/node': 20.10.1 + '@types/node': 18.19.3 dev: true - /@types/inquirer@9.0.4: - resolution: {integrity: sha512-x8UgutCLm5tsp995aeYB8dlT+sGBCtv0zE43tHvo7OljtlA2Rn4+COyLKe9+YjB20uy0G14y0C9vCD2KtNtyGA==} + /@types/inquirer@9.0.7: + resolution: {integrity: sha512-Q0zyBupO6NxGRZut/JdmqYKOnN95Eg5V8Csg3PGKkP+FnvsUZx1jAyK7fztIszxxMuoBA6E3KXWvdZVXIpx60g==} dependencies: '@types/through': 0.0.30 rxjs: 7.8.1 @@ -3672,14 +3635,14 @@ packages: resolution: {integrity: sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==} dev: true - /@types/js-yaml@4.0.6: - resolution: {integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==} + /@types/js-yaml@4.0.9: + resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} dev: true - /@types/jsdom@21.1.3: - resolution: {integrity: sha512-1zzqSP+iHJYV4lB3lZhNBa012pubABkj9yG/GuXuf6LZH1cSPIJBqFDrm5JX65HHt6VOnNYdTui/0ySerRbMgA==} + /@types/jsdom@21.1.6: + resolution: {integrity: sha512-/7kkMsC+/kMs7gAYmmBR9P0vGTnOoLhQhyhQJSlXGI5bzTHp6xdo0TtKWQAsz6pmSAeVqKSbqeyP6hytqr9FDw==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 '@types/tough-cookie': 4.0.2 parse5: 7.1.2 dev: true @@ -3692,18 +3655,10 @@ packages: resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} dev: true - /@types/lodash.clonedeep@4.5.7: - resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==} + /@types/lodash.clonedeep@4.5.9: + resolution: {integrity: sha512-19429mWC+FyaAhOLzsS8kZUsI+/GmBAQ0HFiCPsKGU+7pBXOQWhyrY6xNNDwUSX8SMZMJvuFVMF9O5dQOlQK9Q==} dependencies: - '@types/lodash': 4.14.197 - dev: true - - /@types/lodash@4.14.197: - resolution: {integrity: sha512-BMVOiWs0uNxHVlHBgzTIqJYmj+PgCo4euloGF+5m4okL3rEYzM2EEv78mw8zWSMM57dM7kVIgJ2QDvwHSoCI5g==} - dev: true - - /@types/lodash@4.14.199: - resolution: {integrity: sha512-Vrjz5N5Ia4SEzWWgIVwnHNEnb1UE1XMkvY5DGXrAeOGE9imk0hgTHh5GyDjLDJi9OTCn9oo9dXH1uToK1VRfrg==} + '@types/lodash': 4.14.202 dev: true /@types/lodash@4.14.202: @@ -3725,12 +3680,8 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node@18.18.4: - resolution: {integrity: sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==} - dev: true - - /@types/node@20.10.1: - resolution: {integrity: sha512-T2qwhjWwGH81vUEx4EXmBKsTJRXFXNZTL4v0gi01+zyBmCwzE6TyHszqX01m+QHTEq+EZNo13NeJIdEqf+Myrg==} + /@types/node@18.19.3: + resolution: {integrity: sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==} dependencies: undici-types: 5.26.5 dev: true @@ -3743,8 +3694,8 @@ packages: resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==} dev: true - /@types/prismjs@1.26.1: - resolution: {integrity: sha512-Q7jDsRbzcNHIQje15CS/piKhu6lMLb9jwjxSfEIi4KcFKXW23GoJMkwQiJ8VObyfx+VmUaDcJxXaWN+cTCjVog==} + /@types/prismjs@1.26.3: + resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==} dev: true /@types/prop-types@15.7.5: @@ -3793,7 +3744,7 @@ packages: resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} dependencies: '@types/mime': 1.3.2 - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/serve-index@1.9.1: @@ -3806,7 +3757,7 @@ packages: resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} dependencies: '@types/mime': 3.0.1 - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/sinonjs__fake-timers@8.1.1: @@ -3820,13 +3771,13 @@ packages: /@types/sockjs@0.3.33: resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/through@0.0.30: resolution: {integrity: sha512-FvnCJljyxhPM3gkRgWmxmDZyAQSiBQQWLI0A0VFL0K7W1oRUrPJSqNO0NvTnLkBcotdlp3lKvaT0JrnyRDkzOg==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/tough-cookie@4.0.2: @@ -3841,21 +3792,21 @@ packages: resolution: {integrity: sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==} dev: false - /@types/uuid@9.0.5: - resolution: {integrity: sha512-xfHdwa1FMJ082prjSJpoEI57GZITiQz10r3vEJCHa2khEFQjKy91aWKz6+zybzssCvXUwE1LQWgWVwZ4nYUvHQ==} + /@types/uuid@9.0.7: + resolution: {integrity: sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==} dev: true /@types/ws@8.5.5: resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true /@types/yauzl@2.10.3: resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 dev: true optional: true @@ -3994,7 +3945,7 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.6)(vue@3.3.4): + /@vitejs/plugin-vue-jsx@3.1.0(vite@5.0.6)(vue@3.3.11): resolution: {integrity: sha512-w9M6F3LSEU5kszVb9An2/MmXNxocAnUb3WhRr8bHlimhDrXNt6n6D2nJQR3UXpGlZHh/EsgouOHCsM8V3Ln+WA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -4004,21 +3955,21 @@ packages: '@babel/core': 7.23.3 '@babel/plugin-transform-typescript': 7.23.4(@babel/core@7.23.3) '@vue/babel-plugin-jsx': 1.1.5(@babel/core@7.23.3) - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) - vue: 3.3.4 + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) + vue: 3.3.11(typescript@5.2.2) transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue@4.5.0(vite@5.0.6)(vue@3.3.4): - resolution: {integrity: sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==} + /@vitejs/plugin-vue@4.5.2(vite@5.0.6)(vue@3.3.11): + resolution: {integrity: sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 || ^5.0.0 vue: ^3.2.25 dependencies: - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) - vue: 3.3.4 + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) + vue: 3.3.11(typescript@5.2.2) dev: true /@vitest/expect@0.34.6: @@ -4063,7 +4014,7 @@ packages: pathe: 1.1.1 picocolors: 1.0.0 sirv: 2.0.3 - vitest: 0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.1) + vitest: 0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.5) dev: true /@vitest/utils@0.34.6: @@ -4082,22 +4033,23 @@ packages: pretty-format: 29.6.1 dev: true - /@volar/language-core@1.10.4: - resolution: {integrity: sha512-Na69qA6uwVIdA0rHuOc2W3pHtVQQO8hCNim7FOaKNpRJh0oAFnu5r9i7Oopo5C4cnELZkPNjTrbmpcCTiW+CMQ==} + /@volar/language-core@1.11.1: + resolution: {integrity: sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==} dependencies: - '@volar/source-map': 1.10.4 + '@volar/source-map': 1.11.1 dev: true - /@volar/source-map@1.10.4: - resolution: {integrity: sha512-RxZdUEL+pV8p+SMqnhVjzy5zpb1QRZTlcwSk4bdcBO7yOu4rtEWqDGahVCEj4CcXour+0yJUMrMczfSCpP9Uxg==} + /@volar/source-map@1.11.1: + resolution: {integrity: sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==} dependencies: muggle-string: 0.3.1 dev: true - /@volar/typescript@1.10.4: - resolution: {integrity: sha512-BCCUEBASBEMCrz7qmNSi2hBEWYsXD0doaktRKpmmhvb6XntM2sAWYu6gbyK/MluLDgluGLFiFRpWgobgzUqolg==} + /@volar/typescript@1.11.1: + resolution: {integrity: sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==} dependencies: - '@volar/language-core': 1.10.4 + '@volar/language-core': 1.11.1 + path-browserify: 1.0.1 dev: true /@vue/babel-helper-vue-transform-on@1.1.5: @@ -4114,7 +4066,7 @@ packages: '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.3) '@babel/template': 7.22.5 '@babel/traverse': 7.22.11 - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 '@vue/babel-helper-vue-transform-on': 1.1.5 camelcase: 6.3.0 html-tags: 3.3.1 @@ -4123,44 +4075,60 @@ packages: - supports-color dev: true + /@vue/compiler-core@3.3.11: + resolution: {integrity: sha512-h97/TGWBilnLuRaj58sxNrsUU66fwdRKLOLQ9N/5iNDfp+DZhYH9Obhe0bXxhedl8fjAgpRANpiZfbgWyruQ0w==} + dependencies: + '@babel/parser': 7.23.6 + '@vue/shared': 3.3.11 + estree-walker: 2.0.2 + source-map-js: 1.0.2 + /@vue/compiler-core@3.3.4: resolution: {integrity: sha512-cquyDNvZ6jTbf/+x+AgM2Arrp6G4Dzbb0R64jiG804HRMfRiFXWI6kqUVqZ6ZR0bQhIoQjB4+2bhNtVwndW15g==} dependencies: - '@babel/parser': 7.22.11 + '@babel/parser': 7.23.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 source-map-js: 1.0.2 + dev: true + + /@vue/compiler-dom@3.3.11: + resolution: {integrity: sha512-zoAiUIqSKqAJ81WhfPXYmFGwDRuO+loqLxvXmfUdR5fOitPoUiIeFI9cTTyv9MU5O1+ZZglJVTusWzy+wfk5hw==} + dependencies: + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 /@vue/compiler-dom@3.3.4: resolution: {integrity: sha512-wyM+OjOVpuUukIq6p5+nwHYtj9cFroz9cwkfmP9O1nzH68BenTTv0u7/ndggT8cIQlnBeOo6sUT/gvHcIkLA5w==} dependencies: '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 + dev: true - /@vue/compiler-sfc@3.3.4: - resolution: {integrity: sha512-6y/d8uw+5TkCuzBkgLS0v3lSM3hJDntFEiUORM11pQ/hKvkhSKZrXW6i69UyXlJQisJxuUEJKAWEqWbWsLeNKQ==} + /@vue/compiler-sfc@3.3.11: + resolution: {integrity: sha512-U4iqPlHO0KQeK1mrsxCN0vZzw43/lL8POxgpzcJweopmqtoYy9nljJzWDIQS3EfjiYhfdtdk9Gtgz7MRXnz3GA==} dependencies: - '@babel/parser': 7.22.11 - '@vue/compiler-core': 3.3.4 - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-ssr': 3.3.4 - '@vue/reactivity-transform': 3.3.4 - '@vue/shared': 3.3.4 + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.3.11 + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-ssr': 3.3.11 + '@vue/reactivity-transform': 3.3.11 + '@vue/shared': 3.3.11 estree-walker: 2.0.2 - magic-string: 0.30.1 - postcss: 8.4.31 + magic-string: 0.30.5 + postcss: 8.4.32 source-map-js: 1.0.2 - /@vue/compiler-ssr@3.3.4: - resolution: {integrity: sha512-m0v6oKpup2nMSehwA6Uuu+j+wEwcy7QmwMkVNVfrV9P2qE5KshC6RwOCq8fjGS/Eak/uNb8AaWekfiXxbBB6gQ==} + /@vue/compiler-ssr@3.3.11: + resolution: {integrity: sha512-Zd66ZwMvndxRTgVPdo+muV4Rv9n9DwQ4SSgWWKWkPFebHQfVYRrVjeygmmDmPewsHyznCNvJ2P2d6iOOhdv8Qg==} dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/shared': 3.3.4 + '@vue/compiler-dom': 3.3.11 + '@vue/shared': 3.3.11 /@vue/devtools-api@6.5.0: resolution: {integrity: sha512-o9KfBeaBmCKl10usN4crU53fYtC1r7jJwdGKjPT24t348rHxgfpZ0xL3Xm/gLUYnc0oTp8LAmrxOeLyu6tbk2Q==} - /@vue/eslint-config-standard@8.0.1(@typescript-eslint/parser@6.11.0)(eslint-plugin-vue@9.18.0)(eslint@8.54.0): + /@vue/eslint-config-standard@8.0.1(@typescript-eslint/parser@6.11.0)(eslint-plugin-vue@9.19.2)(eslint@8.54.0): resolution: {integrity: sha512-+FsTb8kOf2GSbXXTwbigRBRRur/byMbwL6Ijii2JoXW4hsLB4arl9lbgV54OUOV5o20INLHDmBVONO16rP/a1g==} peerDependencies: eslint: ^8.0.1 @@ -4173,7 +4141,7 @@ packages: eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0) eslint-plugin-n: 15.7.0(eslint@8.54.0) eslint-plugin-promise: 6.1.1(eslint@8.54.0) - eslint-plugin-vue: 9.18.0(eslint@8.54.0) + eslint-plugin-vue: 9.19.2(eslint@8.54.0) transitivePeerDependencies: - '@typescript-eslint/parser' - eslint-import-resolver-typescript @@ -4181,7 +4149,7 @@ packages: - supports-color dev: true - /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.18.0)(eslint@8.54.0)(typescript@5.2.2): + /@vue/eslint-config-typescript@12.0.0(eslint-plugin-vue@9.19.2)(eslint@8.54.0)(typescript@5.2.2): resolution: {integrity: sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: @@ -4195,73 +4163,78 @@ packages: '@typescript-eslint/eslint-plugin': 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.11.0(eslint@8.54.0)(typescript@5.2.2) eslint: 8.54.0 - eslint-plugin-vue: 9.18.0(eslint@8.54.0) + eslint-plugin-vue: 9.19.2(eslint@8.54.0) typescript: 5.2.2 vue-eslint-parser: 9.3.1(eslint@8.54.0) transitivePeerDependencies: - supports-color dev: true - /@vue/language-core@1.8.18(typescript@5.2.2): - resolution: {integrity: sha512-byTi+mwSL7XnVRtfWE3MJy3HQryoVSQ3lymauXviegn3G1wwwlSOUljzQe3w5PyesOnBEIxYoavfKzMJnExrBA==} + /@vue/language-core@1.8.25(typescript@5.2.2): + resolution: {integrity: sha512-NJk/5DnAZlpvXX8BdWmHI45bWGLViUaS3R/RMrmFSvFMSbJKuEODpM4kR0F0Ofv5SFzCWuNiMhxameWpVdQsnA==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@volar/language-core': 1.10.4 - '@volar/source-map': 1.10.4 + '@volar/language-core': 1.11.1 + '@volar/source-map': 1.11.1 '@vue/compiler-dom': 3.3.4 - '@vue/reactivity': 3.3.4 '@vue/shared': 3.3.4 + computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 + path-browserify: 1.0.1 typescript: 5.2.2 vue-template-compiler: 2.7.14 dev: true - /@vue/reactivity-transform@3.3.4: - resolution: {integrity: sha512-MXgwjako4nu5WFLAjpBnCj/ieqcjE2aJBINUNQzkZQfzIZA4xn+0fV1tIYBJvvva3N3OvKGofRLvQIwEQPpaXw==} + /@vue/reactivity-transform@3.3.11: + resolution: {integrity: sha512-fPGjH0wqJo68A0wQ1k158utDq/cRyZNlFoxGwNScE28aUFOKFEnCBsvyD8jHn+0kd0UKVpuGuaZEQ6r9FJRqCg==} dependencies: - '@babel/parser': 7.22.11 - '@vue/compiler-core': 3.3.4 - '@vue/shared': 3.3.4 + '@babel/parser': 7.23.6 + '@vue/compiler-core': 3.3.11 + '@vue/shared': 3.3.11 estree-walker: 2.0.2 - magic-string: 0.30.1 + magic-string: 0.30.5 - /@vue/reactivity@3.3.4: - resolution: {integrity: sha512-kLTDLwd0B1jG08NBF3R5rqULtv/f8x3rOFByTDz4J53ttIQEDmALqKqXY0J+XQeN0aV2FBxY8nJDf88yvOPAqQ==} + /@vue/reactivity@3.3.11: + resolution: {integrity: sha512-D5tcw091f0nuu+hXq5XANofD0OXnBmaRqMYl5B3fCR+mX+cXJIGNw/VNawBqkjLNWETrFW0i+xH9NvDbTPVh7g==} dependencies: - '@vue/shared': 3.3.4 + '@vue/shared': 3.3.11 - /@vue/runtime-core@3.3.4: - resolution: {integrity: sha512-R+bqxMN6pWO7zGI4OMlmvePOdP2c93GsHFM/siJI7O2nxFRzj55pLwkpCedEY+bTMgp5miZ8CxfIZo3S+gFqvA==} + /@vue/runtime-core@3.3.11: + resolution: {integrity: sha512-g9ztHGwEbS5RyWaOpXuyIVFTschclnwhqEbdy5AwGhYOgc7m/q3NFwr50MirZwTTzX55JY8pSkeib9BX04NIpw==} dependencies: - '@vue/reactivity': 3.3.4 - '@vue/shared': 3.3.4 + '@vue/reactivity': 3.3.11 + '@vue/shared': 3.3.11 - /@vue/runtime-dom@3.3.4: - resolution: {integrity: sha512-Aj5bTJ3u5sFsUckRghsNjVTtxZQ1OyMWCr5dZRAPijF/0Vy4xEoRCwLyHXcj4D0UFbJ4lbx3gPTgg06K/GnPnQ==} + /@vue/runtime-dom@3.3.11: + resolution: {integrity: sha512-OlhtV1PVpbgk+I2zl+Y5rQtDNcCDs12rsRg71XwaA2/Rbllw6mBLMi57VOn8G0AjOJ4Mdb4k56V37+g8ukShpQ==} dependencies: - '@vue/runtime-core': 3.3.4 - '@vue/shared': 3.3.4 + '@vue/runtime-core': 3.3.11 + '@vue/shared': 3.3.11 csstype: 3.1.2 - /@vue/server-renderer@3.3.4(vue@3.3.4): - resolution: {integrity: sha512-Q6jDDzR23ViIb67v+vM1Dqntu+HUexQcsWKhhQa4ARVzxOY2HbC7QRW/ggkDBd5BU+uM1sV6XOAP0b216o34JQ==} + /@vue/server-renderer@3.3.11(vue@3.3.11): + resolution: {integrity: sha512-AIWk0VwwxCAm4wqtJyxBylRTXSy1wCLOKbWxHaHiu14wjsNYtiRCSgVuqEPVuDpErOlRdNnuRgipQfXRLjLN5A==} peerDependencies: - vue: 3.3.4 + vue: 3.3.11 dependencies: - '@vue/compiler-ssr': 3.3.4 - '@vue/shared': 3.3.4 - vue: 3.3.4 + '@vue/compiler-ssr': 3.3.11 + '@vue/shared': 3.3.11 + vue: 3.3.11(typescript@5.2.2) + + /@vue/shared@3.3.11: + resolution: {integrity: sha512-u2G8ZQ9IhMWTMXaWqZycnK4UthG1fA238CD+DP4Dm4WJi5hdUKKLg0RMRaRpDPNMdkTwIDkp7WtD0Rd9BH9fLw==} /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} + dev: true - /@vue/test-utils@2.4.1(vue@3.3.4): - resolution: {integrity: sha512-VO8nragneNzUZUah6kOjiFmD/gwRjUauG9DROh6oaOeFwX1cZRUNHhdeogE8635cISigXFTtGLUQWx5KCb0xeg==} + /@vue/test-utils@2.4.3(vue@3.3.11): + resolution: {integrity: sha512-F4K7mF+ad++VlTrxMJVRnenKSJmO6fkQt2wpRDiKDesQMkfpniGWsqEi/JevxGBo2qEkwwjvTUAoiGJLNx++CA==} peerDependencies: '@vue/server-renderer': ^3.0.1 vue: ^3.0.1 @@ -4270,23 +4243,14 @@ packages: optional: true dependencies: js-beautify: 1.14.9 - vue: 3.3.4 - vue-component-type-helpers: 1.8.4 + vue: 3.3.11(typescript@5.2.2) + vue-component-type-helpers: 1.8.25 dev: true /@vue/tsconfig@0.4.0: resolution: {integrity: sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==} dev: true - /@vue/typescript@1.8.18(typescript@5.2.2): - resolution: {integrity: sha512-3M+lu+DUwJW0fNwd/rLE0FenmELxcC6zxgm/YZ25jSTi+uNGj9L5XvXvf20guC69gQvZ+cg49tTxbepfFVuNNQ==} - dependencies: - '@volar/typescript': 1.10.4 - '@vue/language-core': 1.8.18(typescript@5.2.2) - transitivePeerDependencies: - - typescript - dev: true - /@webassemblyjs/ast@1.11.6: resolution: {integrity: sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==} dependencies: @@ -4885,15 +4849,6 @@ packages: resolution: {integrity: sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==} dev: true - /axios@1.6.0: - resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} - dependencies: - follow-redirects: 1.15.2 - form-data: 4.0.0 - proxy-from-env: 1.1.0 - transitivePeerDependencies: - - debug - /axios@1.6.2: resolution: {integrity: sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==} dependencies: @@ -5007,7 +4962,7 @@ packages: resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.6 dev: true /babylon@6.18.0: @@ -5740,6 +5695,10 @@ packages: - supports-color dev: true + /computeds@0.0.1: + resolution: {integrity: sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==} + dev: true + /concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -5779,8 +5738,8 @@ packages: /constantinople@4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.22.11 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.4 + '@babel/types': 7.23.6 dev: true /content-disposition@0.5.4: @@ -5950,16 +5909,15 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cosmiconfig-typescript-loader@5.0.0(@types/node@18.18.4)(cosmiconfig@8.3.6)(typescript@5.2.2): + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.19.3)(cosmiconfig@8.3.6)(typescript@5.2.2): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} - requiresBuild: true peerDependencies: '@types/node': '*' cosmiconfig: '>=8.2' typescript: '>=4' dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 cosmiconfig: 8.3.6(typescript@5.2.2) jiti: 1.21.0 typescript: 5.2.2 @@ -6050,12 +6008,12 @@ packages: peerDependencies: webpack: ^5.0.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.31) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.31) - postcss-modules-scope: 3.0.0(postcss@8.4.31) - postcss-modules-values: 4.0.0(postcss@8.4.31) + icss-utils: 5.1.0(postcss@8.4.32) + postcss: 8.4.32 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.32) + postcss-modules-local-by-default: 4.0.3(postcss@8.4.32) + postcss-modules-scope: 3.0.0(postcss@8.4.32) + postcss-modules-values: 4.0.0(postcss@8.4.32) postcss-value-parser: 4.2.0 semver: 7.5.1 webpack: 5.89.0(webpack-cli@5.1.4) @@ -6097,15 +6055,15 @@ packages: underscore.string: 3.3.6 dev: false - /cypress@13.5.0: - resolution: {integrity: sha512-oh6U7h9w8wwHfzNDJQ6wVcAeXu31DlIYlNOBvfd6U4CcB8oe4akawQmH+QJVOMZlM42eBoCne015+svVqdwdRQ==} + /cypress@13.6.1: + resolution: {integrity: sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==} engines: {node: ^16.0.0 || ^18.0.0 || >=20.0.0} hasBin: true requiresBuild: true dependencies: '@cypress/request': 3.0.1 '@cypress/xvfb': 1.2.4(supports-color@8.1.1) - '@types/node': 18.18.4 + '@types/node': 18.19.3 '@types/sinonjs__fake-timers': 8.1.1 '@types/sizzle': 2.3.3 arch: 2.2.0 @@ -7036,8 +6994,8 @@ packages: eslint: 8.54.0 dev: true - /eslint-plugin-vue@9.18.0(eslint@8.54.0): - resolution: {integrity: sha512-yUM8a2OD/7Qs0PiugkRaxgz5KBRvzMvWShity2UvVFAN0yk8029mGpTdg/TNARPiYzp335mEwDHwcAR8tQNe4g==} + /eslint-plugin-vue@9.19.2(eslint@8.54.0): + resolution: {integrity: sha512-CPDqTOG2K4Ni2o4J5wixkLVNwgctKXFu6oBpVJlpNq7f38lh9I80pRTouZSJ2MAebPJlINU/KTFSXyQfBUlymA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -7610,30 +7568,14 @@ packages: tabbable: 6.2.0 dev: false - /focus-trap-vue@4.0.2(focus-trap@7.5.3)(vue@3.3.4): - resolution: {integrity: sha512-2iQN2xKCSCzyhcD90VpueQcTIAhaCRxxo67fkz7RSqLmEd16QKjfGslCr3KxvBx0LfpVN9j0IAyKKuJKw3Intg==} - peerDependencies: - focus-trap: ^7.0.0 - vue: ^3.0.0 - dependencies: - focus-trap: 7.5.3 - vue: 3.3.4 - dev: false - - /focus-trap-vue@4.0.3(focus-trap@7.5.4)(vue@3.3.4): + /focus-trap-vue@4.0.3(focus-trap@7.5.4)(vue@3.3.11): resolution: {integrity: sha512-cIX5rybkCAlNZ4IHYJ3nCFIsipDDljJHHjtTO2IgYWkVYg7X9ipUVdab3HzYp88kmHgMwjcB71LYnXRRsF6ZqQ==} peerDependencies: focus-trap: ^7.0.0 vue: ^3.0.0 dependencies: focus-trap: 7.5.4 - vue: 3.3.4 - - /focus-trap@7.5.3: - resolution: {integrity: sha512-7UsT/eSJcTPF0aZp73u7hBRTABz26knRRTJfoTGFCQD5mUImLIIOwWWCrtoQdmWa7dykBi6H+Cp5i3S/kvsMeA==} - dependencies: - tabbable: 6.2.0 - dev: false + vue: 3.3.11(typescript@5.2.2) /focus-trap@7.5.4: resolution: {integrity: sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==} @@ -8508,13 +8450,13 @@ packages: safer-buffer: 2.1.2 dev: true - /icss-utils@5.1.0(postcss@8.4.31): + /icss-utils@5.1.0(postcss@8.4.32): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /ieee754@1.2.1: @@ -8665,11 +8607,11 @@ packages: wrap-ansi: 7.0.0 dev: true - /inquirer@9.2.11: - resolution: {integrity: sha512-B2LafrnnhbRzCWfAdOXisUzL89Kg8cVJlYmhqoi3flSiV/TveO+nsXwgKr9h9PIo+J1hz7nBSk6gegRIMBBf7g==} + /inquirer@9.2.12: + resolution: {integrity: sha512-mg3Fh9g2zfuVWJn6lhST0O7x4n03k7G8Tx5nvikJkbq8/CK47WDVm+UznF0G6s5Zi0KcyUisr6DU8T67N5U+1Q==} engines: {node: '>=14.18.0'} dependencies: - '@ljharb/through': 2.3.9 + '@ljharb/through': 2.3.11 ansi-escapes: 4.3.2 chalk: 5.3.0 cli-cursor: 3.1.0 @@ -8700,12 +8642,12 @@ packages: engines: {node: '>=10.13.0'} dev: true - /intl-messageformat@10.5.3: - resolution: {integrity: sha512-TzKn1uhJBMyuKTO4zUX47SU+d66fu1W9tVzIiZrQ6hBqQQeYscBMIzKL/qEXnFbJrH9uU5VV3+T5fWib4SIcKA==} + /intl-messageformat@10.5.8: + resolution: {integrity: sha512-NRf0jpBWV0vd671G5b06wNofAN8tp7WWDogMZyaU8GUAsmbouyvgwmFJI7zLjfAMpm3zK+vSwRP3jzaoIcMbaA==} dependencies: - '@formatjs/ecma402-abstract': 1.17.2 + '@formatjs/ecma402-abstract': 1.18.0 '@formatjs/fast-memoize': 2.2.0 - '@formatjs/icu-messageformat-parser': 2.6.2 + '@formatjs/icu-messageformat-parser': 2.7.3 tslib: 2.6.2 dev: false @@ -9112,7 +9054,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -9730,6 +9672,13 @@ packages: engines: {node: '>=12'} dependencies: '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + + /magic-string@0.30.5: + resolution: {integrity: sha512-7xlpfBaQaP/T6Vh8MO/EqXSW5En6INHEvEXQiuff7Gku0PWjU3uf6w/j9o7O+SpB5fOAkrI5HeoNgwjEO0pFsA==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 /make-dir@2.1.0: resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} @@ -9825,8 +9774,8 @@ packages: hasBin: true dev: true - /marked@9.1.5: - resolution: {integrity: sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==} + /marked@9.1.6: + resolution: {integrity: sha512-jcByLnIFkd5gSXZmjNvS1TlmRhCXZjIzHYlaGkPlLIekG55JDR2Z4va9tZwCiP+/RDERiNhMOFu01xd6O5ct1Q==} engines: {node: '>= 16'} hasBin: true dev: false @@ -10234,28 +10183,16 @@ packages: engines: {node: '>=12.0.0'} dev: true - /nan@2.17.0: - resolution: {integrity: sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==} - requiresBuild: true - dev: false - optional: true - /nan@2.18.0: resolution: {integrity: sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==} requiresBuild: true dev: false optional: true - /nanoid@3.3.6: - resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} - hasBin: true - /nanoid@3.3.7: resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true - dev: true /nanospinner@1.1.0: resolution: {integrity: sha512-yFvNYMig4AthKYfHFl1sLj7B2nkHL4lzdig4osvl9/LdGbXwrdFRoqBS98gsEsOakr0yH+r5NZ/1Y9gdVB8trA==} @@ -10311,10 +10248,11 @@ packages: engines: {node: '>=10.5.0'} dev: false - /node-emoji@2.1.0: - resolution: {integrity: sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==} + /node-emoji@2.1.3: + resolution: {integrity: sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==} + engines: {node: '>=18'} dependencies: - '@sindresorhus/is': 3.1.2 + '@sindresorhus/is': 4.6.0 char-regex: 1.0.2 emojilib: 2.4.0 skin-tone: 2.0.0 @@ -10416,7 +10354,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.13.0 + is-core-module: 2.13.1 semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -10426,7 +10364,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: hosted-git-info: 5.2.1 - is-core-module: 2.13.0 + is-core-module: 2.13.1 semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -10436,7 +10374,7 @@ packages: engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: hosted-git-info: 6.1.1 - is-core-module: 2.13.0 + is-core-module: 2.13.1 semver: 7.5.4 validate-npm-package-license: 3.0.4 dev: true @@ -11015,7 +10953,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.23.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -11070,6 +11008,10 @@ packages: yaml: 1.10.2 dev: false + /path-browserify@1.0.1: + resolution: {integrity: sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==} + dev: true + /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} @@ -11213,7 +11155,7 @@ packages: resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==} deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 - /postcss-custom-properties@13.3.2(postcss@8.4.31): + /postcss-custom-properties@13.3.2(postcss@8.4.32): resolution: {integrity: sha512-2Coszybpo8lpLY24vy2CYv9AasiZ39/bs8Imv0pWMq55Gl8NWzfc24OAo3zIX7rc6uUJAqESnVOMZ6V6lpMjJA==} engines: {node: ^14 || ^16 || >=18} peerDependencies: @@ -11222,7 +11164,7 @@ packages: '@csstools/cascade-layer-name-parser': 1.0.5(@csstools/css-parser-algorithms@2.3.2)(@csstools/css-tokenizer@2.2.1) '@csstools/css-parser-algorithms': 2.3.2(@csstools/css-tokenizer@2.2.1) '@csstools/css-tokenizer': 2.2.1 - postcss: 8.4.31 + postcss: 8.4.32 postcss-value-parser: 4.2.0 dev: true @@ -11232,75 +11174,75 @@ packages: dependencies: htmlparser2: 8.0.2 js-tokens: 8.0.1 - postcss: 8.4.31 - postcss-safe-parser: 6.0.0(postcss@8.4.31) + postcss: 8.4.32 + postcss-safe-parser: 6.0.0(postcss@8.4.32) dev: true /postcss-media-query-parser@0.2.3: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} dev: true - /postcss-modules-extract-imports@3.0.0(postcss@8.4.31): + /postcss-modules-extract-imports@3.0.0(postcss@8.4.32): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-modules-local-by-default@4.0.3(postcss@8.4.31): + /postcss-modules-local-by-default@4.0.3(postcss@8.4.32): resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 + icss-utils: 5.1.0(postcss@8.4.32) + postcss: 8.4.32 postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope@3.0.0(postcss@8.4.31): + /postcss-modules-scope@3.0.0(postcss@8.4.32): resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 postcss-selector-parser: 6.0.13 dev: true - /postcss-modules-values@4.0.0(postcss@8.4.31): + /postcss-modules-values@4.0.0(postcss@8.4.32): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.31) - postcss: 8.4.31 + icss-utils: 5.1.0(postcss@8.4.32) + postcss: 8.4.32 dev: true /postcss-resolve-nested-selector@0.1.1: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: true - /postcss-safe-parser@6.0.0(postcss@8.4.31): + /postcss-safe-parser@6.0.0(postcss@8.4.32): resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true - /postcss-scss@4.0.9(postcss@8.4.31): + /postcss-scss@4.0.9(postcss@8.4.32): resolution: {integrity: sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.4.29 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /postcss-selector-parser@6.0.13: @@ -11311,26 +11253,18 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-sorting@8.0.2(postcss@8.4.31): + /postcss-sorting@8.0.2(postcss@8.4.32): resolution: {integrity: sha512-M9dkSrmU00t/jK7rF6BZSZauA5MAaBW4i5EnJXspMwt4iqTh/L9j6fgMnbElEOfyRyfLfVbIHj/R52zHzAPe1Q==} peerDependencies: postcss: ^8.4.20 dependencies: - postcss: 8.4.31 + postcss: 8.4.32 dev: true /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - dependencies: - nanoid: 3.3.6 - picocolors: 1.0.0 - source-map-js: 1.0.2 - /postcss@8.4.32: resolution: {integrity: sha512-D/kj5JNu6oo2EIy+XL/26JEDTlIbB8hw85G8StOE6L74RQAVVP5rej6wxCNqyMbR4RkPfqvezVbPw81Ngd6Kcw==} engines: {node: ^10 || ^12 || >=14} @@ -11338,7 +11272,6 @@ packages: nanoid: 3.3.7 picocolors: 1.0.0 source-map-js: 1.0.2 - dev: true /prebuild-install@7.1.1: resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} @@ -12184,7 +12117,7 @@ packages: resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} hasBin: true dependencies: - is-core-module: 2.13.0 + is-core-module: 2.13.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -12276,12 +12209,12 @@ packages: rollup-pluginutils: 2.8.2 dev: false - /rollup-plugin-visualizer@5.9.2: - resolution: {integrity: sha512-waHktD5mlWrYFrhOLbti4YgQCn1uR24nYsNuXxg7LkPH8KdTXVWR9DNY1WU0QqokyMixVXJS4J04HNrVTMP01A==} + /rollup-plugin-visualizer@5.11.0: + resolution: {integrity: sha512-exM0Ms2SN3AgTzMeW7y46neZQcyLY7eKwWAop1ZoRTCZwyrIRdMMJ6JjToAJbML77X/9N8ZEpmXG4Z/Clb9k8g==} engines: {node: '>=14'} hasBin: true peerDependencies: - rollup: 2.x || 3.x + rollup: 2.x || 3.x || 4.x peerDependenciesMeta: rollup: optional: true @@ -12373,8 +12306,8 @@ packages: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} dev: true - /sass@1.69.1: - resolution: {integrity: sha512-nc969GvTVz38oqKgYYVHM/Iq7Yl33IILy5uqaH2CWSiSUmRCvw+UR7tA3845Sp4BD5ykCUimvrT3k1EjTwpVUA==} + /sass@1.69.5: + resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -13131,7 +13064,7 @@ packages: stylelint: 15.11.0 dev: true - /stylelint-config-recommended-scss@13.1.0(postcss@8.4.31)(stylelint@15.11.0): + /stylelint-config-recommended-scss@13.1.0(postcss@8.4.32)(stylelint@15.11.0): resolution: {integrity: sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==} peerDependencies: postcss: ^8.3.3 @@ -13140,8 +13073,8 @@ packages: postcss: optional: true dependencies: - postcss: 8.4.31 - postcss-scss: 4.0.9(postcss@8.4.31) + postcss: 8.4.32 + postcss-scss: 4.0.9(postcss@8.4.32) stylelint: 15.11.0 stylelint-config-recommended: 13.0.0(stylelint@15.11.0) stylelint-scss: 5.3.1(stylelint@15.11.0) @@ -13183,8 +13116,8 @@ packages: peerDependencies: stylelint: ^14.0.0 || ^15.0.0 dependencies: - postcss: 8.4.31 - postcss-sorting: 8.0.2(postcss@8.4.31) + postcss: 8.4.32 + postcss-sorting: 8.0.2(postcss@8.4.32) stylelint: 15.11.0 dev: true @@ -13233,9 +13166,9 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.31 + postcss: 8.4.32 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0(postcss@8.4.31) + postcss-safe-parser: 6.0.0(postcss@8.4.32) postcss-selector-parser: 6.0.13 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 @@ -13292,11 +13225,12 @@ packages: resolution: {integrity: sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==} dev: true - /swagger-client@3.24.4: - resolution: {integrity: sha512-+Km936Ofep9y4OjKGb/pVWmvGVdFKM0YXffZuCxj3czEgKnkNAm1AIgQxr6Za5sGvlh/E1vEIRL4otZ6BIe8hA==} + /swagger-client@3.24.5: + resolution: {integrity: sha512-qb4Rr9LpWs7o2AO4KdiIK+dz0GbrRLyD+UyN24h6AcNcDUnwfkb6LgFE4e6bXwVXWJzMp27w1QvSQ4hQNMPnoQ==} dependencies: '@babel/runtime-corejs3': 7.22.15 '@swagger-api/apidom-core': 0.83.0 + '@swagger-api/apidom-error': 0.83.0 '@swagger-api/apidom-json-pointer': 0.83.0 '@swagger-api/apidom-ns-openapi-3-1': 0.83.0 '@swagger-api/apidom-reference': 0.83.0 @@ -13349,7 +13283,7 @@ packages: reselect: 4.1.8 serialize-error: 8.1.0 sha.js: 2.4.11 - swagger-client: 3.24.4 + swagger-client: 3.24.5 url-parse: 1.5.10 xml: 1.0.1 xml-but-prettier: 1.0.1 @@ -13372,12 +13306,12 @@ packages: - rollup dev: false - /swrv@1.0.4(vue@3.3.4): + /swrv@1.0.4(vue@3.3.11): resolution: {integrity: sha512-zjEkcP8Ywmj+xOJW3lIT65ciY/4AL4e/Or7Gj0MzU3zBJNMdJiT8geVZhINavnlHRMMCcJLHhraLTAiDOTmQ9g==} peerDependencies: vue: '>=3.2.26 < 4' dependencies: - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) /symbol-tree@3.2.4: resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} @@ -13657,7 +13591,7 @@ packages: resolution: {integrity: sha512-POJ4ZNXXSWIG/W4Rjuyg36MkUD4d769YRUGKRqN+sVaj/VCo6Dh6Pkssn1Rtewd5kybx+jT1BWMyWN0CijXnMA==} requiresBuild: true dependencies: - nan: 2.17.0 + nan: 2.18.0 dev: false optional: true @@ -13665,7 +13599,7 @@ packages: resolution: {integrity: sha512-rjfR5dc4knG3jnJNN/giJ9WOoN1zL/kZyrS0ILh+eqq8RNcIbiXA63JsMEgluug0aNvfQvK4BfCErN1vIzvKog==} requiresBuild: true dependencies: - nan: 2.17.0 + nan: 2.18.0 prebuild-install: 7.1.1 dev: false optional: true @@ -13698,7 +13632,7 @@ packages: typescript: 5.2.2 dev: true - /ts-node@10.9.1(@types/node@18.18.4)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@18.19.3)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -13717,7 +13651,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 18.18.4 + '@types/node': 18.19.3 acorn: 8.8.2 acorn-walk: 8.2.0 arg: 4.1.3 @@ -13911,8 +13845,8 @@ packages: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} dev: true - /typedoc-plugin-markdown@3.17.0(typedoc@0.25.4): - resolution: {integrity: sha512-+uh5fHNfNSGdUxae0FWOuJ8Xu9Sl08jkdshOg6dilAqN/ZXmYsUFFDKw70fYfiGxdCLvpUuyr9FYO+WAa2lHeA==} + /typedoc-plugin-markdown@3.17.1(typedoc@0.25.4): + resolution: {integrity: sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==} peerDependencies: typedoc: '>=0.24.0' dependencies: @@ -14123,7 +14057,7 @@ packages: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true - /v-calendar@3.0.0-alpha.8(vue@3.3.4): + /v-calendar@3.0.0-alpha.8(vue@3.3.11): resolution: {integrity: sha512-T23H5UbK0EomrwArlF/jrT2LFbV/lu+Bp9JroZ1paN6rPoaMyvE+HrLxvAmUgi+pODrdTURDMzM3+WPgeFKEBQ==} peerDependencies: vue: ^3.1.0 @@ -14133,10 +14067,10 @@ packages: date-fns: 2.30.0 date-fns-tz: 1.3.8(date-fns@2.30.0) lodash: 4.17.21 - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) dev: false - /v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.3.4): + /v-calendar@3.1.2(@popperjs/core@2.11.8)(vue@3.3.11): resolution: {integrity: sha512-QDWrnp4PWCpzUblctgo4T558PrHgHzDtQnTeUNzKxfNf29FkCeFpwGd9bKjAqktaa2aJLcyRl45T5ln1ku34kg==} peerDependencies: '@popperjs/core': ^2.0.0 @@ -14148,8 +14082,8 @@ packages: date-fns: 2.30.0 date-fns-tz: 2.0.0(date-fns@2.30.0) lodash: 4.17.21 - vue: 3.3.4 - vue-screen-utils: 1.0.0-beta.13(vue@3.3.4) + vue: 3.3.11(typescript@5.2.2) + vue-screen-utils: 1.0.0-beta.13(vue@3.3.11) dev: true /v8-compile-cache-lib@3.0.1: @@ -14210,7 +14144,7 @@ packages: extsprintf: 1.3.0 dev: true - /vite-node@0.34.6(@types/node@18.18.4)(sass@1.69.1): + /vite-node@0.34.6(@types/node@18.19.3)(sass@1.69.5): resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==} engines: {node: '>=v14.18.0'} hasBin: true @@ -14220,7 +14154,7 @@ packages: mlly: 1.4.0 pathe: 1.1.1 picocolors: 1.0.0 - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) transitivePeerDependencies: - '@types/node' - less @@ -14242,10 +14176,10 @@ packages: es-module-lexer: 0.4.1 fs-extra: 10.1.0 magic-string: 0.25.9 - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) dev: true - /vite@5.0.6(@types/node@18.18.4)(sass@1.69.1): + /vite@5.0.6(@types/node@18.19.3)(sass@1.69.5): resolution: {integrity: sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true @@ -14273,16 +14207,16 @@ packages: terser: optional: true dependencies: - '@types/node': 18.18.4 + '@types/node': 18.19.3 esbuild: 0.19.8 postcss: 8.4.32 rollup: 4.6.1 - sass: 1.69.1 + sass: 1.69.5 optionalDependencies: fsevents: 2.3.3 dev: true - /vitest@0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.1): + /vitest@0.34.6(@vitest/ui@0.34.7)(jsdom@22.1.0)(sass@1.69.5): resolution: {integrity: sha512-+5CALsOvbNKnS+ZHMXtuUC7nL8/7F1F2DnHGjSsszX8zCjWSSviphCb/NuS9Nzf4Q03KyyDRBAXhF/8lffME4Q==} engines: {node: '>=v14.18.0'} hasBin: true @@ -14315,7 +14249,7 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 18.18.4 + '@types/node': 18.19.3 '@vitest/expect': 0.34.6 '@vitest/runner': 0.34.6 '@vitest/snapshot': 0.34.6 @@ -14336,8 +14270,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.7.0 - vite: 5.0.6(@types/node@18.18.4)(sass@1.69.1) - vite-node: 0.34.6(@types/node@18.18.4)(sass@1.69.1) + vite: 5.0.6(@types/node@18.19.3)(sass@1.69.5) + vite-node: 0.34.6(@types/node@18.19.3)(sass@1.69.5) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -14362,28 +14296,28 @@ packages: resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} dev: true - /vue-chartjs@5.2.0(chart.js@4.4.0)(vue@3.3.4): + /vue-chartjs@5.2.0(chart.js@4.4.0)(vue@3.3.11): resolution: {integrity: sha512-d3zpKmGZr2OWHQ1xmxBcAn5ShTG917+/UCLaSpaCDDqT0U7DBsvFzTs69ZnHCgKoXT55GZDW8YEj9Av+dlONLA==} peerDependencies: chart.js: ^4.1.1 vue: ^3.0.0-0 || ^2.7.0 dependencies: chart.js: 4.4.0 - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) dev: false - /vue-component-type-helpers@1.8.4: - resolution: {integrity: sha512-6bnLkn8O0JJyiFSIF0EfCogzeqNXpnjJ0vW/SZzNHfe6sPx30lTtTXlE5TFs2qhJlAtDFybStVNpL73cPe3OMQ==} + /vue-component-type-helpers@1.8.25: + resolution: {integrity: sha512-NCA6sekiJIMnMs4DdORxATXD+/NRkQpS32UC+I1KQJUasx+Z7MZUb3Y+MsKsFmX+PgyTYSteb73JW77AibaCCw==} dev: true - /vue-draggable-next@2.2.1(sortablejs@1.15.1)(vue@3.3.4): + /vue-draggable-next@2.2.1(sortablejs@1.15.1)(vue@3.3.11): resolution: {integrity: sha512-EAMS1IRHF0kZO0o5PMOinsQsXIqsrKT1hKmbICxG3UEtn7zLFkLxlAtajcCcUTisNvQ6TtCB5COjD9a1raNADw==} peerDependencies: sortablejs: ^1.14.0 vue: ^3.2.2 dependencies: sortablejs: 1.15.1 - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) /vue-eslint-parser@9.3.1(eslint@8.54.0): resolution: {integrity: sha512-Clr85iD2XFZ3lJ52/ppmUDG/spxQu6+MAeHXjjyI4I1NUYZ9xmenQp4N0oaHJhrA8OOxltCVxMRfANGa70vU0g==} @@ -14403,20 +14337,20 @@ packages: - supports-color dev: true - /vue-router@4.2.5(vue@3.3.4): + /vue-router@4.2.5(vue@3.3.11): resolution: {integrity: sha512-DIUpKcyg4+PTQKfFPX88UWhlagBEBEfJ5A8XDXRJLUnZOvcpMF8o/dnL90vpVkGaPbjvXazV/rC1qBKrZlFugw==} peerDependencies: vue: ^3.2.0 dependencies: '@vue/devtools-api': 6.5.0 - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) - /vue-screen-utils@1.0.0-beta.13(vue@3.3.4): + /vue-screen-utils@1.0.0-beta.13(vue@3.3.11): resolution: {integrity: sha512-EJ/8TANKhFj+LefDuOvZykwMr3rrLFPLNb++lNBqPOpVigT2ActRg6icH9RFQVm4nHwlHIHSGm5OY/Clar9yIg==} peerDependencies: vue: ^3.2.0 dependencies: - vue: 3.3.4 + vue: 3.3.11(typescript@5.2.2) dev: true /vue-template-compiler@2.7.14: @@ -14426,26 +14360,32 @@ packages: he: 1.2.0 dev: true - /vue-tsc@1.8.18(typescript@5.2.2): - resolution: {integrity: sha512-AwQxBB9SZX308TLL1932P1JByuMsXC2jLfRBGt8SBdm1e3cXkDlFaXUAqibfKnoQ1ZC2zO2NSbeBNdSjOcdvJw==} + /vue-tsc@1.8.25(typescript@5.2.2): + resolution: {integrity: sha512-lHsRhDc/Y7LINvYhZ3pv4elflFADoEOo67vfClAfF2heVHpHmVquLSjojgCSIwzA4F0Pc4vowT/psXCYcfk+iQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@vue/language-core': 1.8.18(typescript@5.2.2) - '@vue/typescript': 1.8.18(typescript@5.2.2) + '@volar/typescript': 1.11.1 + '@vue/language-core': 1.8.25(typescript@5.2.2) semver: 7.5.4 typescript: 5.2.2 dev: true - /vue@3.3.4: - resolution: {integrity: sha512-VTyEYn3yvIeY1Py0WaYGZsXnz3y5UnGi62GjVEqvEGPl6nxbOrCXbVOTQWBEJUqAyTUk2uJ5JLVnYJ6ZzGbrSw==} + /vue@3.3.11(typescript@5.2.2): + resolution: {integrity: sha512-d4oBctG92CRO1cQfVBZp6WJAs0n8AK4Xf5fNjQCBeKCvMI1efGQ5E3Alt1slFJS9fZuPcFoiAiqFvQlv1X7t/w==} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true dependencies: - '@vue/compiler-dom': 3.3.4 - '@vue/compiler-sfc': 3.3.4 - '@vue/runtime-dom': 3.3.4 - '@vue/server-renderer': 3.3.4(vue@3.3.4) - '@vue/shared': 3.3.4 + '@vue/compiler-dom': 3.3.11 + '@vue/compiler-sfc': 3.3.11 + '@vue/runtime-dom': 3.3.11 + '@vue/server-renderer': 3.3.11(vue@3.3.11) + '@vue/shared': 3.3.11 + typescript: 5.2.2 /w3c-xmlserializer@4.0.0: resolution: {integrity: sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==} @@ -14796,8 +14736,8 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.22.11 - '@babel/types': 7.23.0 + '@babel/parser': 7.23.4 + '@babel/types': 7.23.6 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true