From 73ec3477196105051ed14e0c38bd4fc804d3494b Mon Sep 17 00:00:00 2001 From: Martin Oppitz Date: Tue, 28 Nov 2023 07:39:47 +0100 Subject: [PATCH] chore: update deps and locks --- package.json | 18 +- packages/adapters/angular/v11/package.json | 6 +- packages/adapters/angular/v12/package.json | 6 +- packages/adapters/angular/v13/package.json | 6 +- packages/adapters/angular/v14/package.json | 6 +- packages/adapters/angular/v15/package.json | 6 +- packages/adapters/angular/v16/package.json | 6 +- packages/adapters/angular/v17/package.json | 2 +- packages/adapters/preact/package.json | 2 +- packages/adapters/react/package.json | 12 +- packages/adapters/solid/package.json | 10 +- packages/adapters/vue/package.json | 12 +- packages/components/package.json | 30 +- packages/create-kolibri/package.json | 8 +- .../templates/kolibri-library/package.json | 4 +- .../packages/adapters/react/package.json | 2 +- .../packages/adapters/vue/package.json | 2 +- .../templates/react-vite-app/package.json | 2 +- .../templates/vue-vite-app/package.json | 2 +- packages/designer/package.json | 10 +- packages/samples/angular/package.json | 22 +- packages/samples/react/package.json | 16 +- packages/samples/ssr/package.json | 6 +- packages/schema/package.json | 10 +- packages/themes/bmf/package.json | 4 +- packages/themes/bzst-v2/package.json | 4 +- packages/themes/bzst/package.json | 4 +- packages/themes/default/package.json | 10 +- packages/themes/ecl/package.json | 4 +- packages/themes/itzbund/package.json | 4 +- packages/themes/mfm/package.json | 4 +- packages/themes/package.json | 12 +- packages/themes/zoll/package.json | 4 +- packages/tools/kolibri-cli/package.json | 16 +- packages/tools/visual-tests/package.json | 14 +- pnpm-lock.yaml | 2561 +++++++++-------- 36 files changed, 1435 insertions(+), 1412 deletions(-) diff --git a/package.json b/package.json index 2a262c0188..31c96cd72e 100644 --- a/package.json +++ b/package.json @@ -28,22 +28,22 @@ "update": "pnpm ncu:patch && pnpm ncu:minor && pnpm ncu:major" }, "devDependencies": { - "@commitlint/cli": "18.2.0", - "@commitlint/config-conventional": "18.1.0", - "@types/node": "ts5.1", + "@commitlint/cli": "18.4.3", + "@commitlint/config-conventional": "18.4.3", + "@types/node": "ts5.3", "cross-env": "7.0.3", "depcheck": "1.4.7", "husky": "8.0.3", - "lerna": "7.4.2", + "lerna": "8.0.0", "license-report": "6.5.0", - "lint-staged": "15.0.2", - "npm-check-updates": "16.14.6", + "lint-staged": "15.1.0", + "npm-check-updates": "16.14.11", "npm-run-all": "4.1.5", - "pnpm": "8.10.2", - "prettier": "3.0.3", + "pnpm": "8.11.0", + "prettier": "3.1.0", "rimraf": "3.0.2", "ts-node": "10.9.1", "ts-prune": "0.10.3", - "typescript": "5.2.2" + "typescript": "5.3.2" } } diff --git a/packages/adapters/angular/v11/package.json b/packages/adapters/angular/v11/package.json index 70d458914f..0967bf0e9e 100644 --- a/packages/adapters/angular/v11/package.json +++ b/packages/adapters/angular/v11/package.json @@ -68,10 +68,10 @@ "@angular/core": "11.2.14", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts4.1", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "6.5.5", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v12/package.json b/packages/adapters/angular/v12/package.json index 4e6c7f7fc5..9a6e2e4865 100644 --- a/packages/adapters/angular/v12/package.json +++ b/packages/adapters/angular/v12/package.json @@ -68,10 +68,10 @@ "@angular/core": "12.2.17", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts4.3", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "7.6.0", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v13/package.json b/packages/adapters/angular/v13/package.json index 515fcb662b..a8438850f2 100644 --- a/packages/adapters/angular/v13/package.json +++ b/packages/adapters/angular/v13/package.json @@ -68,10 +68,10 @@ "@angular/core": "13.4.0", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts4.6", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "7.6.0", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v14/package.json b/packages/adapters/angular/v14/package.json index abf04bd945..af3ba60a90 100644 --- a/packages/adapters/angular/v14/package.json +++ b/packages/adapters/angular/v14/package.json @@ -68,10 +68,10 @@ "@angular/core": "14.3.0", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts4.8", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "7.6.0", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v15/package.json b/packages/adapters/angular/v15/package.json index 918908c32e..82c0e187a8 100644 --- a/packages/adapters/angular/v15/package.json +++ b/packages/adapters/angular/v15/package.json @@ -68,10 +68,10 @@ "@angular/core": "15.2.10", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts4.9", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "7.8.1", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v16/package.json b/packages/adapters/angular/v16/package.json index 1ec44efcfe..3e30d07e2e 100644 --- a/packages/adapters/angular/v16/package.json +++ b/packages/adapters/angular/v16/package.json @@ -68,10 +68,10 @@ "@angular/core": "16.2.12", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", + "@types/minimist": "1.2.5", "@types/node": "ts5.1", - "@types/normalize-package-data": "2.4.3", - "prettier": "3.0.3", + "@types/normalize-package-data": "2.4.4", + "prettier": "3.1.0", "rimraf": "3.0.2", "rxjs": "7.8.1", "tslib": "2.6.2", diff --git a/packages/adapters/angular/v17/package.json b/packages/adapters/angular/v17/package.json index 97d3704791..fa6f733686 100644 --- a/packages/adapters/angular/v17/package.json +++ b/packages/adapters/angular/v17/package.json @@ -1,6 +1,6 @@ { "name": "@public-ui/angular-v17", - "version": "1.7.2", + "version": "2.0.0-rc.11", "license": "EUPL-1.2", "homepage": "https://public-ui.github.io", "repository": "https://github.com/public-ui/kolibri", diff --git a/packages/adapters/preact/package.json b/packages/adapters/preact/package.json index 28a7473679..1b76a0cb16 100644 --- a/packages/adapters/preact/package.json +++ b/packages/adapters/preact/package.json @@ -52,7 +52,7 @@ "@public-ui/components": "2.0.0-rc.11", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/adapters/react/package.json b/packages/adapters/react/package.json index d89d4e1896..d93679154f 100644 --- a/packages/adapters/react/package.json +++ b/packages/adapters/react/package.json @@ -48,14 +48,14 @@ "devDependencies": { "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", - "@types/node": "ts5.1", - "@types/normalize-package-data": "2.4.3", - "@types/react": "18.2.36", - "@types/react-dom": "18.2.14", + "@types/minimist": "1.2.5", + "@types/node": "ts5.3", + "@types/normalize-package-data": "2.4.4", + "@types/react": "18.2.39", + "@types/react-dom": "18.2.17", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/adapters/solid/package.json b/packages/adapters/solid/package.json index 841975ed44..8728a15e69 100644 --- a/packages/adapters/solid/package.json +++ b/packages/adapters/solid/package.json @@ -48,11 +48,11 @@ "devDependencies": { "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", - "@types/node": "ts5.1", - "@types/normalize-package-data": "2.4.3", - "solid-js": "1.8.5", - "typescript": "5.2.2", + "@types/minimist": "1.2.5", + "@types/node": "ts5.3", + "@types/normalize-package-data": "2.4.4", + "solid-js": "1.8.6", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/adapters/vue/package.json b/packages/adapters/vue/package.json index 91f1bc44fd..28be3e6794 100644 --- a/packages/adapters/vue/package.json +++ b/packages/adapters/vue/package.json @@ -46,15 +46,15 @@ "prepack": "unbuild" }, "devDependencies": { - "@babel/types": "7.23.0", + "@babel/types": "7.23.4", "@public-ui/components": "2.0.0-rc.11", "@types/minimatch": "5.1.2", - "@types/minimist": "1.2.4", - "@types/node": "ts5.1", - "@types/normalize-package-data": "2.4.3", - "typescript": "5.2.2", + "@types/minimist": "1.2.5", + "@types/node": "ts5.3", + "@types/normalize-package-data": "2.4.4", + "typescript": "5.3.2", "unbuild": "1.2.1", - "vue": "3.3.8" + "vue": "3.3.9" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11", diff --git a/packages/components/package.json b/packages/components/package.json index b716d2cb2b..09a348bcdb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -70,36 +70,36 @@ "@a11y-ui/core": "1.1.0", "@floating-ui/dom": "1.5.3", "@public-ui/schema": "2.0.0-rc.11", - "i18next": "23.6.0", + "i18next": "23.7.6", "markdown-it": "13.0.2" }, "devDependencies": { "@stencil/angular-output-target": "0.8.3", - "@stencil/core": "4.7.1", + "@stencil/core": "4.8.0", "@stencil/postcss": "2.1.0", "@stencil/react-output-target": "0.5.3", "@stencil/solid-output-target": "file:node_martin/stencil-solid-output-target-0.0.1.tgz", - "@stencil/vue-output-target": "0.8.6", + "@stencil/vue-output-target": "0.8.7", "@types/color-convert": "2.0.3", "@types/jest": "26.0.24", - "@types/markdown-it": "13.0.5", - "@types/mustache": "4.2.4", - "@types/node": "ts5.1", - "@types/pug": "2.0.8", - "@types/twig": "1.12.14", - "@types/wcag-contrast": "3.0.2", - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", + "@types/markdown-it": "13.0.7", + "@types/mustache": "4.2.5", + "@types/node": "ts5.3", + "@types/pug": "2.0.10", + "@types/twig": "1.12.16", + "@types/wcag-contrast": "3.0.3", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", "autoprefixer": "10.4.16", "clean-css": "5.3.2", "color-convert": "2.0.1", "color-rgba": "2.4.0", "cross-env": "7.0.3", "cssnano": "6.0.1", - "eslint": "8.53.0", + "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-html": "7.1.0", - "eslint-plugin-jsdoc": "46.8.2", + "eslint-plugin-jsdoc": "46.9.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-no-loops": "0.3.0", @@ -119,8 +119,8 @@ "stencil-awesome-test": "1.0.6", "terser": "5.24.0", "tslib": "2.6.2", - "twig": "1.16.0", - "typescript": "5.2.2", + "twig": "1.17.1", + "typescript": "5.3.2", "wcag-contrast": "3.0.0", "webpack": "5.89.0", "workbox-build": "7.0.0" diff --git a/packages/create-kolibri/package.json b/packages/create-kolibri/package.json index 32d8cdb131..24d2663776 100644 --- a/packages/create-kolibri/package.json +++ b/packages/create-kolibri/package.json @@ -100,15 +100,15 @@ "npm-run-all": "4.1.5" }, "devDependencies": { - "@types/node": "ts5.1", + "@types/node": "ts5.3", "cross-env": "7.0.3", "depcheck": "1.4.7", - "prettier": "3.0.3", + "prettier": "3.1.0", "rimraf": "3.0.2", "ts-node": "10.9.1", "ts-prune": "0.10.3", - "tsup": "7.2.0", - "typescript": "5.2.2" + "tsup": "8.0.1", + "typescript": "5.3.2" }, "files": [ "defaults/**/*", diff --git a/packages/create-kolibri/templates/kolibri-library/package.json b/packages/create-kolibri/templates/kolibri-library/package.json index 2b9135b59c..e81ad02dbb 100644 --- a/packages/create-kolibri/templates/kolibri-library/package.json +++ b/packages/create-kolibri/templates/kolibri-library/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@commitlint/cli": "18.2.0", "@commitlint/config-conventional": "18.1.0", - "@types/node": "ts5.1", + "@types/node": "ts5.3", "cross-env": "7.0.3", "depcheck": "1.4.6", "husky": "8.0.3", @@ -39,6 +39,6 @@ "rimraf": "3.0.2", "ts-node": "10.9.1", "ts-prune": "0.10.3", - "typescript": "5.2.2" + "typescript": "5.3.2" } } diff --git a/packages/create-kolibri/templates/kolibri-library/packages/adapters/react/package.json b/packages/create-kolibri/templates/kolibri-library/packages/adapters/react/package.json index 5b0a392ac8..ce3381fe7d 100644 --- a/packages/create-kolibri/templates/kolibri-library/packages/adapters/react/package.json +++ b/packages/create-kolibri/templates/kolibri-library/packages/adapters/react/package.json @@ -26,7 +26,7 @@ "@types/react-dom": "18.0.8", "react": "18.2.0", "react-dom": "18.2.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/create-kolibri/templates/kolibri-library/packages/adapters/vue/package.json b/packages/create-kolibri/templates/kolibri-library/packages/adapters/vue/package.json index a09a1eaf07..2c95fd5f1f 100644 --- a/packages/create-kolibri/templates/kolibri-library/packages/adapters/vue/package.json +++ b/packages/create-kolibri/templates/kolibri-library/packages/adapters/vue/package.json @@ -48,7 +48,7 @@ "@types/node": "ts4.9", "@types/normalize-package-data": "2.4.1", "vue": "3.3.4", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/create-kolibri/templates/react-vite-app/package.json b/packages/create-kolibri/templates/react-vite-app/package.json index 3d0c0278a2..88f11af2b5 100644 --- a/packages/create-kolibri/templates/react-vite-app/package.json +++ b/packages/create-kolibri/templates/react-vite-app/package.json @@ -28,7 +28,7 @@ "npm-check-updates": "16.12.2", "prettier": "3.0.2", "unocss": "0.55.2", - "typescript": "5.2.2", + "typescript": "5.3.2", "vite": "4.4.9" } } diff --git a/packages/create-kolibri/templates/vue-vite-app/package.json b/packages/create-kolibri/templates/vue-vite-app/package.json index e9aaf47c5c..6d69a3ee2e 100644 --- a/packages/create-kolibri/templates/vue-vite-app/package.json +++ b/packages/create-kolibri/templates/vue-vite-app/package.json @@ -28,7 +28,7 @@ "npm-check-updates": "16.12.2", "prettier": "3.0.2", "unocss": "0.55.2", - "typescript": "5.2.2", + "typescript": "5.3.2", "vite": "4.4.9" } } diff --git a/packages/designer/package.json b/packages/designer/package.json index f9dee19221..ec1801cda7 100644 --- a/packages/designer/package.json +++ b/packages/designer/package.json @@ -44,7 +44,7 @@ "monaco-editor-webpack-plugin": "7.1.0", "prettier": "2.8.8", "register-service-worker": "1.7.2", - "solid-js": "1.8.5", + "solid-js": "1.8.6", "world_countries_lists": "2.8.2" }, "devDependencies": { @@ -52,8 +52,8 @@ "@leanup/stack-solid": "1.3.48", "@leanup/stack-webpack": "1.3.48", "@types/prettier": "2.7.3", - "@unocss/preset-mini": "0.57.2", - "@unocss/webpack": "0.57.2", + "@unocss/preset-mini": "0.57.7", + "@unocss/webpack": "0.57.7", "ajv": "8.12.0", "chromedriver": "119.0.1", "cpy-cli": "5.0.0", @@ -62,11 +62,11 @@ "eslint-plugin-no-loops": "0.3.0", "nightwatch-axe-verbose": "2.2.2", "npm-run-all": "4.1.5", - "playwright": "1.39.0", + "playwright": "1.40.0", "react-dev-utils": "12.0.1", "rimraf": "3.0.2", "ts-prune": "0.10.3", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "files": [ "dist" diff --git a/packages/samples/angular/package.json b/packages/samples/angular/package.json index a095fa9652..0b06d41b53 100644 --- a/packages/samples/angular/package.json +++ b/packages/samples/angular/package.json @@ -17,28 +17,28 @@ "postinstall:themes-assets": "cpy \"node_modules/@public-ui/themes/assets/**/*\" public/assets --dot" }, "dependencies": { - "@angular/common": "17.0.2", - "@angular/compiler": "17.0.2", - "@angular/compiler-cli": "17.0.2", - "@angular/core": "17.0.2", - "@angular/forms": "17.0.2", - "@angular/platform-browser": "17.0.2", - "@angular/platform-browser-dynamic": "17.0.2", - "@public-ui/angular-v16": "2.0.0-rc.11", + "@angular/common": "17.0.4", + "@angular/compiler": "17.0.4", + "@angular/compiler-cli": "17.0.4", + "@angular/core": "17.0.4", + "@angular/forms": "17.0.4", + "@angular/platform-browser": "17.0.4", + "@angular/platform-browser-dynamic": "17.0.4", + "@public-ui/angular-v17": "2.0.0-rc.11", "@public-ui/components": "2.0.0-rc.11", "@public-ui/themes": "2.0.0-rc.11", "zone.js": "0.14.2" }, "devDependencies": { - "@a11y-ui/core": "1.0.7", + "@a11y-ui/core": "1.1.0", "@leanup/stack-angular": "1.3.48", "@leanup/stack": "1.3.44", "@leanup/stack-webpack": "1.3.48", - "@ngtools/webpack": "17.0.0", + "@ngtools/webpack": "17.0.3", "chromedriver": "119.0.1", "cpy-cli": "5.0.0", "nightwatch-axe-verbose": "2.2.2", - "npm-check-updates": "16.14.6", + "npm-check-updates": "16.14.11", "npm-run-all": "4.1.5", "rimraf": "3.0.2", "ts-prune": "0.10.3", diff --git a/packages/samples/react/package.json b/packages/samples/react/package.json index 44df452f2e..6456e682c3 100644 --- a/packages/samples/react/package.json +++ b/packages/samples/react/package.json @@ -24,11 +24,11 @@ "@public-ui/components": "2.0.0-rc.11", "@public-ui/react": "2.0.0-rc.11", "@public-ui/themes": "2.0.0-rc.11", - "@types/node": "20.8.10", - "@types/react": "18.2.36", - "@types/react-dom": "18.2.14", - "@unocss/preset-uno": "0.57.2", - "@unocss/webpack": "0.57.2", + "@types/node": "20.10.0", + "@types/react": "18.2.39", + "@types/react-dom": "18.2.17", + "@unocss/preset-uno": "0.57.7", + "@unocss/webpack": "0.57.7", "ajv": "8.12.0", "chromedriver": "119.0.1", "cpy-cli": "5.0.0", @@ -39,11 +39,11 @@ "npm-run-all": "4.1.5", "react": "18.2.0", "react-dom": "18.2.0", - "react-router": "6.18.0", - "react-router-dom": "6.18.0", + "react-router": "6.20.0", + "react-router-dom": "6.20.0", "rimraf": "3.0.2", "ts-prune": "0.10.3", - "typescript": "5.2.2", + "typescript": "5.3.2", "world_countries_lists": "2.8.2", "yup": "1.3.2" }, diff --git a/packages/samples/ssr/package.json b/packages/samples/ssr/package.json index cecae67390..3992887394 100644 --- a/packages/samples/ssr/package.json +++ b/packages/samples/ssr/package.json @@ -16,10 +16,10 @@ "express": "4.18.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", "cpy-cli": "5.0.0", - "eslint": "8.53.0", + "eslint": "8.54.0", "nodemon": "3.0.1", "npm-run-all": "4.1.5", "rimraf": "3.0.2", diff --git a/packages/schema/package.json b/packages/schema/package.json index 1d6ad23d6f..05372ea565 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -51,12 +51,12 @@ "@a11y-ui/core": "1.1.0" }, "devDependencies": { - "@types/node": "ts5.1", - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", - "eslint": "8.53.0", + "@types/node": "ts5.3", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", + "eslint": "8.54.0", "eslint-plugin-no-loops": "0.3.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "sideEffects": false, diff --git a/packages/themes/bmf/package.json b/packages/themes/bmf/package.json index d5c2d813a7..b5dce37f8d 100644 --- a/packages/themes/bmf/package.json +++ b/packages/themes/bmf/package.json @@ -12,8 +12,8 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "typescript": "5.2.2" + "@types/node": "ts5.3", + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/bzst-v2/package.json b/packages/themes/bzst-v2/package.json index e8e9c5a573..caa65ee38e 100644 --- a/packages/themes/bzst-v2/package.json +++ b/packages/themes/bzst-v2/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "typescript": "5.2.2" + "@types/node": "ts5.3", + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/bzst/package.json b/packages/themes/bzst/package.json index 134926eb1b..31abc4bac6 100644 --- a/packages/themes/bzst/package.json +++ b/packages/themes/bzst/package.json @@ -15,8 +15,8 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "typescript": "5.2.2" + "@types/node": "ts5.3", + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/default/package.json b/packages/themes/default/package.json index 0349c5fa25..9370c0ba24 100644 --- a/packages/themes/default/package.json +++ b/packages/themes/default/package.json @@ -49,12 +49,12 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", - "eslint": "8.53.0", + "@types/node": "ts5.3", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", + "eslint": "8.54.0", "eslint-plugin-no-loops": "0.3.0", - "typescript": "5.2.2", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/themes/ecl/package.json b/packages/themes/ecl/package.json index b1edb55dbe..34475b0942 100644 --- a/packages/themes/ecl/package.json +++ b/packages/themes/ecl/package.json @@ -16,9 +16,9 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", + "@types/node": "ts5.3", "npm-run-all": "4.1.5", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/itzbund/package.json b/packages/themes/itzbund/package.json index 7d58a7c0be..b4c9aa55ec 100644 --- a/packages/themes/itzbund/package.json +++ b/packages/themes/itzbund/package.json @@ -12,8 +12,8 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "typescript": "5.2.2" + "@types/node": "ts5.3", + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/mfm/package.json b/packages/themes/mfm/package.json index 1db127fba3..a9151254ee 100644 --- a/packages/themes/mfm/package.json +++ b/packages/themes/mfm/package.json @@ -12,8 +12,8 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", - "typescript": "5.2.2" + "@types/node": "ts5.3", + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/themes/package.json b/packages/themes/package.json index 2712aaa21d..04d9f3ccd8 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -52,16 +52,16 @@ }, "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", - "@types/node": "ts5.1", - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", - "eslint": "8.53.0", + "@types/node": "ts5.3", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", + "eslint": "8.54.0", "eslint-plugin-no-loops": "0.3.0", "nodemon": "3.0.1", "postcss": "8.4.31", "rollup-plugin-postcss": "4.0.2", - "sass": "1.69.2", - "typescript": "5.2.2", + "sass": "1.69.5", + "typescript": "5.3.2", "unbuild": "1.2.1" }, "peerDependencies": { diff --git a/packages/themes/zoll/package.json b/packages/themes/zoll/package.json index 4c0bf1f9e7..d24bef7983 100644 --- a/packages/themes/zoll/package.json +++ b/packages/themes/zoll/package.json @@ -18,9 +18,9 @@ "devDependencies": { "@public-ui/schema": "2.0.0-rc.11", "@public-ui/visual-tests": "2.0.0-rc.11", - "@types/node": "ts5.2", + "@types/node": "ts5.3", "npm-run-all": "4.1.5", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "peerDependencies": { "@public-ui/components": "2.0.0-rc.11" diff --git a/packages/tools/kolibri-cli/package.json b/packages/tools/kolibri-cli/package.json index cd74ceceb3..40b08c65d4 100644 --- a/packages/tools/kolibri-cli/package.json +++ b/packages/tools/kolibri-cli/package.json @@ -34,31 +34,31 @@ "deepmerge": "4.3.1", "gradient-string": "2.0.2", "loglevel": "1.8.1", - "prettier": "3.0.3", + "prettier": "3.1.0", "semver": "7.5.4" }, "devDependencies": { "@public-ui/components": "2.0.0-rc.11", "@types/gradient-string": "1.1.5", - "@types/node": "20.8.10", - "@typescript-eslint/eslint-plugin": "6.10.0", - "@typescript-eslint/parser": "6.10.0", + "@types/node": "20.10.0", + "@typescript-eslint/eslint-plugin": "6.13.0", + "@typescript-eslint/parser": "6.13.0", "cpy-cli": "5.0.0", "depcheck": "1.4.7", - "eslint": "8.53.0", + "eslint": "8.54.0", "eslint-config-prettier": "9.0.0", "eslint-plugin-html": "7.1.0", - "eslint-plugin-jsdoc": "46.8.2", + "eslint-plugin-jsdoc": "46.9.0", "eslint-plugin-json": "3.1.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-no-loops": "0.3.0", "eslint-plugin-react": "7.33.2", - "knip": "2.40.0", + "knip": "2.43.0", "mocha": "10.2.0", "nodemon": "3.0.1", "rimraf": "3.0.2", "ts-node": "10.9.1", - "typescript": "5.2.2" + "typescript": "5.3.2" }, "files": [ "dist" diff --git a/packages/tools/visual-tests/package.json b/packages/tools/visual-tests/package.json index 2f03854131..f88ab00e11 100644 --- a/packages/tools/visual-tests/package.json +++ b/packages/tools/visual-tests/package.json @@ -25,21 +25,21 @@ "kolibri-visual-test": "src/index.js" }, "dependencies": { - "@playwright/test": "1.39.0", + "@playwright/test": "1.40.0", "@public-ui/sample-react": "2.0.0-rc.11", "axe-playwright": "1.2.3", "portfinder": "1.0.32", "serve": "14.2.1" }, "devDependencies": { - "@babel/eslint-parser": "7.22.15", - "@babel/plugin-syntax-import-attributes": "7.22.5", - "@babel/preset-env": "7.23.2", + "@babel/eslint-parser": "7.23.3", + "@babel/plugin-syntax-import-attributes": "7.23.3", + "@babel/preset-env": "7.23.3", "depcheck": "1.4.7", - "eslint": "8.53.0", + "eslint": "8.54.0", "eslint-plugin-no-loops": "0.3.0", - "knip": "2.40.0", - "prettier": "3.0.3" + "knip": "2.43.0", + "prettier": "3.1.0" }, "files": [ "playwright.config.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 57b170b992..ff6d2c9991 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,14 +9,14 @@ importers: .: devDependencies: '@commitlint/cli': - specifier: 18.2.0 - version: 18.2.0(typescript@5.2.2) + specifier: 18.4.3 + version: 18.4.3(typescript@5.3.2) '@commitlint/config-conventional': - specifier: 18.1.0 - version: 18.1.0 + specifier: 18.4.3 + version: 18.4.3 '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 cross-env: specifier: 7.0.3 version: 7.0.3 @@ -27,38 +27,38 @@ importers: specifier: 8.0.3 version: 8.0.3 lerna: - specifier: 7.4.2 - version: 7.4.2 + specifier: 8.0.0 + version: 8.0.0 license-report: specifier: 6.5.0 version: 6.5.0 lint-staged: - specifier: 15.0.2 - version: 15.0.2 + specifier: 15.1.0 + version: 15.1.0 npm-check-updates: - specifier: 16.14.6 - version: 16.14.6 + specifier: 16.14.11 + version: 16.14.11 npm-run-all: specifier: 4.1.5 version: 4.1.5 pnpm: - specifier: 8.10.2 - version: 8.10.2 + specifier: 8.11.0 + version: 8.11.0 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@20.7.2)(typescript@5.2.2) + version: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) ts-prune: specifier: 0.10.3 version: 0.10.3 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/adapters/angular/v11: devDependencies: @@ -78,17 +78,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts4.1 version: 18.11.9 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -123,17 +123,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts4.3 version: 20.6.0 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -168,17 +168,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts4.6 version: 20.7.2 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -213,17 +213,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts4.8 version: 20.7.2 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -258,17 +258,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts4.9 version: 20.7.2 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -303,17 +303,17 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': specifier: ts5.1 version: 20.7.2 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 @@ -403,11 +403,11 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/adapters/react: devDependencies: @@ -418,20 +418,20 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 '@types/react': - specifier: 18.2.36 - version: 18.2.36 + specifier: 18.2.39 + version: 18.2.39 '@types/react-dom': - specifier: 18.2.14 - version: 18.2.14 + specifier: 18.2.17 + version: 18.2.17 react: specifier: 18.2.0 version: 18.2.0 @@ -439,11 +439,11 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/adapters/react-standalone: dependencies: @@ -476,29 +476,29 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 solid-js: - specifier: 1.8.5 - version: 1.8.5 + specifier: 1.8.6 + version: 1.8.6 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/adapters/vue: devDependencies: '@babel/types': - specifier: 7.23.0 - version: 7.23.0 + specifier: 7.23.4 + version: 7.23.4 '@public-ui/components': specifier: 2.0.0-rc.11 version: link:../../components @@ -506,23 +506,23 @@ importers: specifier: 5.1.2 version: 5.1.2 '@types/minimist': - specifier: 1.2.4 - version: 1.2.4 + specifier: 1.2.5 + version: 1.2.5 '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@types/normalize-package-data': - specifier: 2.4.3 - version: 2.4.3 + specifier: 2.4.4 + version: 2.4.4 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) vue: - specifier: 3.3.8 - version: 3.3.8(typescript@5.2.2) + specifier: 3.3.9 + version: 3.3.9(typescript@5.3.2) packages/components: dependencies: @@ -536,30 +536,30 @@ importers: specifier: 2.0.0-rc.11 version: link:../schema i18next: - specifier: 23.6.0 - version: 23.6.0 + specifier: 23.7.6 + version: 23.7.6 markdown-it: specifier: 13.0.2 version: 13.0.2 devDependencies: '@stencil/angular-output-target': specifier: 0.8.3 - version: 0.8.3(@stencil/core@4.7.1) + version: 0.8.3(@stencil/core@4.8.0) '@stencil/core': - specifier: 4.7.1 - version: 4.7.1 + specifier: 4.8.0 + version: 4.8.0 '@stencil/postcss': specifier: 2.1.0 - version: 2.1.0(@stencil/core@4.7.1) + version: 2.1.0(@stencil/core@4.8.0) '@stencil/react-output-target': specifier: 0.5.3 - version: 0.5.3(@stencil/core@4.7.1) + version: 0.5.3(@stencil/core@4.8.0) '@stencil/solid-output-target': specifier: file:node_martin/stencil-solid-output-target-0.0.1.tgz - version: file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz(@stencil/core@4.7.1) + version: file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz(@stencil/core@4.8.0) '@stencil/vue-output-target': - specifier: 0.8.6 - version: 0.8.6(@stencil/core@4.7.1) + specifier: 0.8.7 + version: 0.8.7(@stencil/core@4.8.0) '@types/color-convert': specifier: 2.0.3 version: 2.0.3 @@ -567,29 +567,29 @@ importers: specifier: 26.0.24 version: 26.0.24 '@types/markdown-it': - specifier: 13.0.5 - version: 13.0.5 + specifier: 13.0.7 + version: 13.0.7 '@types/mustache': - specifier: 4.2.4 - version: 4.2.4 + specifier: 4.2.5 + version: 4.2.5 '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@types/pug': - specifier: 2.0.8 - version: 2.0.8 + specifier: 2.0.10 + version: 2.0.10 '@types/twig': - specifier: 1.12.14 - version: 1.12.14 + specifier: 1.12.16 + version: 1.12.16 '@types/wcag-contrast': - specifier: 3.0.2 - version: 3.0.2 + specifier: 3.0.3 + version: 3.0.3 '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) autoprefixer: specifier: 10.4.16 version: 10.4.16(postcss@8.4.31) @@ -609,29 +609,29 @@ importers: specifier: 6.0.1 version: 6.0.1(postcss@8.4.31) eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-config-prettier: specifier: 9.0.0 - version: 9.0.0(eslint@8.53.0) + version: 9.0.0(eslint@8.54.0) eslint-plugin-html: specifier: 7.1.0 version: 7.1.0 eslint-plugin-jsdoc: - specifier: 46.8.2 - version: 46.8.2(eslint@8.53.0) + specifier: 46.9.0 + version: 46.9.0(eslint@8.54.0) eslint-plugin-json: specifier: 3.1.0 version: 3.1.0 eslint-plugin-jsx-a11y: specifier: 6.8.0 - version: 6.8.0(eslint@8.53.0) + version: 6.8.0(eslint@8.54.0) eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) eslint-plugin-react: specifier: 7.33.2 - version: 7.33.2(eslint@8.53.0) + version: 7.33.2(eslint@8.54.0) jest: specifier: 26.6.3 version: 26.6.3(ts-node@10.9.1) @@ -670,7 +670,7 @@ importers: version: 3.0.2 stencil-awesome-test: specifier: 1.0.6 - version: 1.0.6(@stencil/core@4.7.1) + version: 1.0.6(@stencil/core@4.8.0) terser: specifier: 5.24.0 version: 5.24.0 @@ -678,11 +678,11 @@ importers: specifier: 2.6.2 version: 2.6.2 twig: - specifier: 1.16.0 - version: 1.16.0 + specifier: 1.17.1 + version: 1.17.1 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 wcag-contrast: specifier: 3.0.0 version: 3.0.0 @@ -709,8 +709,8 @@ importers: version: 4.1.5 devDependencies: '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 cross-env: specifier: 7.0.3 version: 7.0.3 @@ -718,23 +718,23 @@ importers: specifier: 1.4.7 version: 1.4.7 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 rimraf: specifier: 3.0.2 version: 3.0.2 ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@20.7.2)(typescript@5.2.2) + version: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) ts-prune: specifier: 0.10.3 version: 0.10.3 tsup: - specifier: 7.2.0 - version: 7.2.0(ts-node@10.9.1)(typescript@5.2.2) + specifier: 8.0.1 + version: 8.0.1(ts-node@10.9.1)(typescript@5.3.2) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/designer: dependencies: @@ -763,18 +763,18 @@ importers: specifier: 1.7.2 version: 1.7.2 solid-js: - specifier: 1.8.5 - version: 1.8.5 + specifier: 1.8.6 + version: 1.8.6 world_countries_lists: specifier: 2.8.2 version: 2.8.2 devDependencies: '@leanup/stack': specifier: 1.3.48 - version: 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.2.2) + version: 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.3.2) '@leanup/stack-solid': specifier: 1.3.48 - version: 1.3.48(@babel/core@7.23.2)(solid-js@1.8.5)(vite@4.4.9)(webpack@5.89.0) + version: 1.3.48(@babel/core@7.23.2)(solid-js@1.8.6)(vite@4.4.9)(webpack@5.89.0) '@leanup/stack-webpack': specifier: 1.3.48 version: 1.3.48(@leanup/stack@1.3.48)(esbuild@0.19.3)(less@4.2.0)(postcss@8.4.31) @@ -782,11 +782,11 @@ importers: specifier: 2.7.3 version: 2.7.3 '@unocss/preset-mini': - specifier: 0.57.2 - version: 0.57.2 + specifier: 0.57.7 + version: 0.57.7 '@unocss/webpack': - specifier: 0.57.2 - version: 0.57.2(webpack@5.89.0) + specifier: 0.57.7 + version: 0.57.7(webpack@5.89.0) ajv: specifier: 8.12.0 version: 8.12.0 @@ -801,10 +801,10 @@ importers: version: 1.4.7 eslint-plugin-jsx-a11y: specifier: 6.8.0 - version: 6.8.0(eslint@8.53.0) + version: 6.8.0(eslint@8.54.0) eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) nightwatch-axe-verbose: specifier: 2.2.2 version: 2.2.2 @@ -812,11 +812,11 @@ importers: specifier: 4.1.5 version: 4.1.5 playwright: - specifier: 1.39.0 - version: 1.39.0 + specifier: 1.40.0 + version: 1.40.0 react-dev-utils: specifier: 12.0.1 - version: 12.0.1(eslint@8.53.0)(typescript@5.2.2)(webpack@5.89.0) + version: 12.0.1(eslint@8.54.0)(typescript@5.3.2)(webpack@5.89.0) rimraf: specifier: 3.0.2 version: 3.0.2 @@ -824,35 +824,35 @@ importers: specifier: 0.10.3 version: 0.10.3 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/samples/angular: dependencies: '@angular/common': - specifier: 17.0.2 - version: 17.0.2(@angular/core@17.0.2)(rxjs@7.8.1) + specifier: 17.0.4 + version: 17.0.4(@angular/core@17.0.4)(rxjs@7.8.1) '@angular/compiler': - specifier: 17.0.2 - version: 17.0.2(@angular/core@17.0.2) + specifier: 17.0.4 + version: 17.0.4(@angular/core@17.0.4) '@angular/compiler-cli': - specifier: 17.0.2 - version: 17.0.2(@angular/compiler@17.0.2)(typescript@5.2.2) + specifier: 17.0.4 + version: 17.0.4(@angular/compiler@17.0.4)(typescript@5.2.2) '@angular/core': - specifier: 17.0.2 - version: 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) + specifier: 17.0.4 + version: 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) '@angular/forms': - specifier: 17.0.2 - version: 17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2)(@angular/platform-browser@17.0.2)(rxjs@7.8.1) + specifier: 17.0.4 + version: 17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4)(@angular/platform-browser@17.0.4)(rxjs@7.8.1) '@angular/platform-browser': - specifier: 17.0.2 - version: 17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2) + specifier: 17.0.4 + version: 17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4) '@angular/platform-browser-dynamic': - specifier: 17.0.2 - version: 17.0.2(@angular/common@17.0.2)(@angular/compiler@17.0.2)(@angular/core@17.0.2)(@angular/platform-browser@17.0.2) - '@public-ui/angular-v16': + specifier: 17.0.4 + version: 17.0.4(@angular/common@17.0.4)(@angular/compiler@17.0.4)(@angular/core@17.0.4)(@angular/platform-browser@17.0.4) + '@public-ui/angular-v17': specifier: 2.0.0-rc.11 - version: link:../../adapters/angular/v16 + version: link:../../adapters/angular/v17 '@public-ui/components': specifier: 2.0.0-rc.11 version: link:../../components @@ -864,20 +864,20 @@ importers: version: 0.14.2 devDependencies: '@a11y-ui/core': - specifier: 1.0.7 - version: 1.0.7 + specifier: 1.1.0 + version: 1.1.0 '@leanup/stack': specifier: 1.3.44 version: 1.3.44(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.2.2) '@leanup/stack-angular': specifier: 1.3.48 - version: 1.3.48(@angular/compiler-cli@17.0.2)(@angular/core@17.0.2)(@babel/core@7.23.2)(@leanup/stack-webpack@1.3.48)(@ngtools/webpack@17.0.0)(webpack@5.89.0) + version: 1.3.48(@angular/compiler-cli@17.0.4)(@angular/core@17.0.4)(@babel/core@7.23.2)(@leanup/stack-webpack@1.3.48)(@ngtools/webpack@17.0.3)(webpack@5.89.0) '@leanup/stack-webpack': specifier: 1.3.48 version: 1.3.48(@leanup/stack@1.3.44)(esbuild@0.19.3)(less@4.2.0)(postcss@8.4.31) '@ngtools/webpack': - specifier: 17.0.0 - version: 17.0.0(@angular/compiler-cli@17.0.2)(typescript@5.2.2)(webpack@5.89.0) + specifier: 17.0.3 + version: 17.0.3(@angular/compiler-cli@17.0.4)(typescript@5.2.2)(webpack@5.89.0) chromedriver: specifier: 119.0.1 version: 119.0.1 @@ -888,8 +888,8 @@ importers: specifier: 2.2.2 version: 2.2.2 npm-check-updates: - specifier: 16.14.6 - version: 16.14.6 + specifier: 16.14.11 + version: 16.14.11 npm-run-all: specifier: 4.1.5 version: 4.1.5 @@ -907,7 +907,7 @@ importers: dependencies: '@leanup/stack': specifier: 1.3.48 - version: 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.2.2) + version: 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.3.2) '@leanup/stack-react': specifier: 1.3.48 version: 1.3.48(react-dom@18.2.0)(react@18.2.0) @@ -927,20 +927,20 @@ importers: specifier: 2.0.0-rc.11 version: link:../../themes '@types/node': - specifier: 20.8.10 - version: 20.8.10 + specifier: 20.10.0 + version: 20.10.0 '@types/react': - specifier: 18.2.36 - version: 18.2.36 + specifier: 18.2.39 + version: 18.2.39 '@types/react-dom': - specifier: 18.2.14 - version: 18.2.14 + specifier: 18.2.17 + version: 18.2.17 '@unocss/preset-uno': - specifier: 0.57.2 - version: 0.57.2 + specifier: 0.57.7 + version: 0.57.7 '@unocss/webpack': - specifier: 0.57.2 - version: 0.57.2(webpack@5.89.0) + specifier: 0.57.7 + version: 0.57.7(webpack@5.89.0) ajv: specifier: 8.12.0 version: 8.12.0 @@ -952,10 +952,10 @@ importers: version: 5.0.0 eslint-plugin-jsx-a11y: specifier: 6.8.0 - version: 6.8.0(eslint@8.53.0) + version: 6.8.0(eslint@8.54.0) eslint-plugin-react: specifier: 7.33.2 - version: 7.33.2(eslint@8.53.0) + version: 7.33.2(eslint@8.54.0) formik: specifier: 2.4.5 version: 2.4.5(react@18.2.0) @@ -972,11 +972,11 @@ importers: specifier: 18.2.0 version: 18.2.0(react@18.2.0) react-router: - specifier: 6.18.0 - version: 6.18.0(react@18.2.0) + specifier: 6.20.0 + version: 6.20.0(react@18.2.0) react-router-dom: - specifier: 6.18.0 - version: 6.18.0(react-dom@18.2.0)(react@18.2.0) + specifier: 6.20.0 + version: 6.20.0(react-dom@18.2.0)(react@18.2.0) rimraf: specifier: 3.0.2 version: 3.0.2 @@ -984,8 +984,8 @@ importers: specifier: 0.10.3 version: 0.10.3 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 world_countries_lists: specifier: 2.8.2 version: 2.8.2 @@ -1009,17 +1009,17 @@ importers: version: 4.18.2 devDependencies: '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@4.6.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@4.6.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@4.6.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@4.6.2) cpy-cli: specifier: 5.0.0 version: 5.0.0 eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 nodemon: specifier: 3.0.1 version: 3.0.1 @@ -1040,26 +1040,26 @@ importers: version: 1.1.0 devDependencies: '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/themes: dependencies: @@ -1071,20 +1071,20 @@ importers: specifier: 2.0.0-rc.11 version: link:../schema '@types/node': - specifier: ts5.1 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) nodemon: specifier: 3.0.1 version: 3.0.1 @@ -1095,14 +1095,14 @@ importers: specifier: 4.0.2 version: 4.0.2(postcss@8.4.31)(ts-node@10.9.1) sass: - specifier: 1.69.2 - version: 1.69.2 + specifier: 1.69.5 + version: 1.69.5 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/themes/bmf: dependencies: @@ -1117,11 +1117,11 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/bzst: dependencies: @@ -1136,11 +1136,11 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/bzst-v2: dependencies: @@ -1155,11 +1155,11 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.9.0 + specifier: ts5.3 + version: 20.10.0 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/default: dependencies: @@ -1174,26 +1174,26 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 unbuild: specifier: 1.2.1 - version: 1.2.1(sass@1.69.2) + version: 1.2.1(sass@1.69.5) packages/themes/ecl: dependencies: @@ -1208,14 +1208,14 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 npm-run-all: specifier: 4.1.5 version: 4.1.5 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/itzbund: dependencies: @@ -1230,11 +1230,11 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/mfm: dependencies: @@ -1249,11 +1249,11 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/themes/zoll: dependencies: @@ -1268,14 +1268,14 @@ importers: specifier: 2.0.0-rc.11 version: link:../../tools/visual-tests '@types/node': - specifier: ts5.2 - version: 20.7.2 + specifier: ts5.3 + version: 20.10.0 npm-run-all: specifier: 4.1.5 version: 4.1.5 typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/tools/kolibri-cli: dependencies: @@ -1295,8 +1295,8 @@ importers: specifier: 1.8.1 version: 1.8.1 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 semver: specifier: 7.5.4 version: 7.5.4 @@ -1308,14 +1308,14 @@ importers: specifier: 1.1.5 version: 1.1.5 '@types/node': - specifier: 20.8.10 - version: 20.8.10 + specifier: 20.10.0 + version: 20.10.0 '@typescript-eslint/eslint-plugin': - specifier: 6.10.0 - version: 6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/parser': - specifier: 6.10.0 - version: 6.10.0(eslint@8.53.0)(typescript@5.2.2) + specifier: 6.13.0 + version: 6.13.0(eslint@8.54.0)(typescript@5.3.2) cpy-cli: specifier: 5.0.0 version: 5.0.0 @@ -1323,32 +1323,32 @@ importers: specifier: 1.4.7 version: 1.4.7 eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-config-prettier: specifier: 9.0.0 - version: 9.0.0(eslint@8.53.0) + version: 9.0.0(eslint@8.54.0) eslint-plugin-html: specifier: 7.1.0 version: 7.1.0 eslint-plugin-jsdoc: - specifier: 46.8.2 - version: 46.8.2(eslint@8.53.0) + specifier: 46.9.0 + version: 46.9.0(eslint@8.54.0) eslint-plugin-json: specifier: 3.1.0 version: 3.1.0 eslint-plugin-jsx-a11y: specifier: 6.8.0 - version: 6.8.0(eslint@8.53.0) + version: 6.8.0(eslint@8.54.0) eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) eslint-plugin-react: specifier: 7.33.2 - version: 7.33.2(eslint@8.53.0) + version: 7.33.2(eslint@8.54.0) knip: - specifier: 2.40.0 - version: 2.40.0 + specifier: 2.43.0 + version: 2.43.0 mocha: specifier: 10.2.0 version: 10.2.0 @@ -1360,22 +1360,22 @@ importers: version: 3.0.2 ts-node: specifier: 10.9.1 - version: 10.9.1(@types/node@20.8.10)(typescript@5.2.2) + version: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) typescript: - specifier: 5.2.2 - version: 5.2.2 + specifier: 5.3.2 + version: 5.3.2 packages/tools/visual-tests: dependencies: '@playwright/test': - specifier: 1.39.0 - version: 1.39.0 + specifier: 1.40.0 + version: 1.40.0 '@public-ui/sample-react': specifier: 2.0.0-rc.11 version: link:../../samples/react axe-playwright: specifier: 1.2.3 - version: 1.2.3(playwright@1.39.0) + version: 1.2.3(playwright@1.40.0) portfinder: specifier: 1.0.32 version: 1.0.32 @@ -1384,29 +1384,29 @@ importers: version: 14.2.1 devDependencies: '@babel/eslint-parser': - specifier: 7.22.15 - version: 7.22.15(@babel/core@7.23.2)(eslint@8.53.0) + specifier: 7.23.3 + version: 7.23.3(@babel/core@7.23.2)(eslint@8.54.0) '@babel/plugin-syntax-import-attributes': - specifier: 7.22.5 - version: 7.22.5(@babel/core@7.23.2) + specifier: 7.23.3 + version: 7.23.3(@babel/core@7.23.2) '@babel/preset-env': - specifier: 7.23.2 - version: 7.23.2(@babel/core@7.23.2) + specifier: 7.23.3 + version: 7.23.3(@babel/core@7.23.2) depcheck: specifier: 1.4.7 version: 1.4.7 eslint: - specifier: 8.53.0 - version: 8.53.0 + specifier: 8.54.0 + version: 8.54.0 eslint-plugin-no-loops: specifier: 0.3.0 - version: 0.3.0(eslint@8.53.0) + version: 0.3.0(eslint@8.54.0) knip: - specifier: 2.40.0 - version: 2.40.0 + specifier: 2.43.0 + version: 2.43.0 prettier: - specifier: 3.0.3 - version: 3.0.3 + specifier: 3.1.0 + version: 3.1.0 packages: @@ -1417,17 +1417,10 @@ packages: loglevel: 1.8.1 dev: false - /@a11y-ui/core@1.0.7: - resolution: {integrity: sha512-NM4wETF7Posh7LxaIyCLWS8F1bacvSGjCIF0UbkJkURbaTdo2MUEXo2D1rMcERU1O9qEyV6APff24MxfsKwo+A==} - dependencies: - adopted-style-sheets: 1.0.7 - dev: true - /@a11y-ui/core@1.1.0: resolution: {integrity: sha512-bPODUVyXBs+K/SfSWpoTqPiQCheH1H2ts7cdVHUtKlpR5hXY5K/RRJGgK2cl7U3L+xspmuJOYdjDibuCw1n03g==} dependencies: adopted-style-sheets: 1.1.0 - dev: false /@aashutoshrathi/word-wrap@1.2.6: resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} @@ -1440,14 +1433,14 @@ packages: '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 - /@angular/common@17.0.2(@angular/core@17.0.2)(rxjs@7.8.1): - resolution: {integrity: sha512-hCW0njHgrcwTWNoKZDwf02DnhYLVWNXM2FMw66MKpfxTp7McSyaXjGBU9/hchW3dZJ0xTwyxoyoqJFoHYvg0yg==} + /@angular/common@17.0.4(@angular/core@17.0.4)(rxjs@7.8.1): + resolution: {integrity: sha512-/y38PbuiaWOuOmP5ZELTlJSjZGijc6Nq2XQloT5pKsaH935prxPjyWazwlY6cUnJMQgSRU644/ULosDJec7Zxw==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/core': 17.0.2 + '@angular/core': 17.0.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) rxjs: 7.8.1 tslib: 2.6.2 dev: false @@ -1603,27 +1596,6 @@ packages: - supports-color dev: true - /@angular/compiler-cli@17.0.2(@angular/compiler@17.0.2)(typescript@5.2.2): - resolution: {integrity: sha512-IUYL3Yz5RbR0Z0/x7it4GK3sMb2qVihxu0tlgfUW53P1Vi6nU/Zda0bCJTu6Z64qEtS8zwCwF1Ekomuq6UaiKg==} - engines: {node: ^18.13.0 || >=20.9.0} - hasBin: true - peerDependencies: - '@angular/compiler': 17.0.2 - typescript: '>=5.2 <5.3' - dependencies: - '@angular/compiler': 17.0.2(@angular/core@17.0.2) - '@babel/core': 7.23.2 - '@jridgewell/sourcemap-codec': 1.4.15 - chokidar: 3.5.3 - convert-source-map: 1.9.0 - reflect-metadata: 0.1.13 - semver: 7.5.4 - tslib: 2.6.2 - typescript: 5.2.2 - yargs: 17.7.2 - transitivePeerDependencies: - - supports-color - /@angular/compiler-cli@17.0.4(@angular/compiler@17.0.4)(typescript@5.2.2): resolution: {integrity: sha512-ywj8XNI+hvHHYGcNWvXaVHSRtcd3S7MqJNgXWfnb0JjAb282oGSvjEc7wnH4ERqkvnSrpk1kQ2Fj3uJ2P5zfmQ==} engines: {node: ^18.13.0 || >=20.9.0} @@ -1644,7 +1616,6 @@ packages: yargs: 17.7.2 transitivePeerDependencies: - supports-color - dev: true /@angular/compiler@11.2.14: resolution: {integrity: sha512-XBOK3HgA+/y6Cz7kOX4zcJYmgJ264XnfcbXUMU2cD7Ac+mbNhLPKohWrEiSWalfcjnpf5gRfufQrQP7lpAGu0A==} @@ -1705,18 +1676,6 @@ packages: tslib: 2.6.2 dev: true - /@angular/compiler@17.0.2(@angular/core@17.0.2): - resolution: {integrity: sha512-ewUFbKhMEhAmw2dGfk0ImhTlyrO2y4pJSKIZdFrkR1d0HiJX8bCHUdTiiR/2jeP7w2eamjXj15Rptb+iZZes2Q==} - engines: {node: ^18.13.0 || >=20.9.0} - peerDependencies: - '@angular/core': 17.0.2 - peerDependenciesMeta: - '@angular/core': - optional: true - dependencies: - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) - tslib: 2.6.2 - /@angular/compiler@17.0.4(@angular/core@17.0.4): resolution: {integrity: sha512-OweJui9EWCa1ZcZjkJHS5z1gqICqyryR1Gdmyr8vIa6HD8wU/5BaeBJPCDgYgt+qJkvcT/sPxgZQsc2pVeUwbQ==} engines: {node: ^18.13.0 || >=20.9.0} @@ -1728,7 +1687,6 @@ packages: dependencies: '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) tslib: 2.6.2 - dev: true /@angular/core@11.2.14(rxjs@6.5.5)(zone.js@0.11.8): resolution: {integrity: sha512-vpR4XqBGitk1Faph37CSpemwIYTmJ3pdIVNoHKP6jLonpWu+0azkchf0f7oD8/2ivj2F81opcIw0tcsy/D/5Vg==} @@ -1801,17 +1759,6 @@ packages: zone.js: 0.13.3 dev: true - /@angular/core@17.0.2(rxjs@7.8.1)(zone.js@0.14.2): - resolution: {integrity: sha512-MjDxWeyn3Txi0qo/V/I+B/gndh0uptQ0XWgBRwOx6Wcr5zRGeZIFlXBxPpyXnGTlJkeyErsTN7FfFCZ4C3kCPA==} - engines: {node: ^18.13.0 || >=20.9.0} - peerDependencies: - rxjs: ^6.5.3 || ^7.4.0 - zone.js: ~0.14.0 - dependencies: - rxjs: 7.8.1 - tslib: 2.6.2 - zone.js: 0.14.2 - /@angular/core@17.0.4(rxjs@7.8.1)(zone.js@0.14.2): resolution: {integrity: sha512-zk+z5sYPZd87pLxECx27quB5FvSmoi9PjJlcSlaBwwqaGnh/tPJI14u3q1dRY/CoZgP9egEiwc428+DzvOzJew==} engines: {node: ^18.13.0 || >=20.9.0} @@ -1822,53 +1769,52 @@ packages: rxjs: 7.8.1 tslib: 2.6.2 zone.js: 0.14.2 - dev: true - /@angular/forms@17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2)(@angular/platform-browser@17.0.2)(rxjs@7.8.1): - resolution: {integrity: sha512-w1QKifaVG4daxUktcBNZqBtOH1vn8t0YiwDR3woEdUYt0XYKMipfDzQfyIK+6fIVPOJUd42pRns1nbWJQHOInA==} + /@angular/forms@17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4)(@angular/platform-browser@17.0.4)(rxjs@7.8.1): + resolution: {integrity: sha512-R5J87dfJNWwi5SESD7tRkZnqG4u8KNAT4vImX4oG70/6vWioKUSWpLoSp1gpzy9UW51E85AKb8DNvIex7LclSg==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.0.2 - '@angular/core': 17.0.2 - '@angular/platform-browser': 17.0.2 + '@angular/common': 17.0.4 + '@angular/core': 17.0.4 + '@angular/platform-browser': 17.0.4 rxjs: ^6.5.3 || ^7.4.0 dependencies: - '@angular/common': 17.0.2(@angular/core@17.0.2)(rxjs@7.8.1) - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/platform-browser': 17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2) + '@angular/common': 17.0.4(@angular/core@17.0.4)(rxjs@7.8.1) + '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/platform-browser': 17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4) rxjs: 7.8.1 tslib: 2.6.2 dev: false - /@angular/platform-browser-dynamic@17.0.2(@angular/common@17.0.2)(@angular/compiler@17.0.2)(@angular/core@17.0.2)(@angular/platform-browser@17.0.2): - resolution: {integrity: sha512-clcHqHcfD00/TlTixDbJ3q4EQxpm0t2ZFG76rRFmGrmE5tKYUPfaofIa3hQCxy3q269MAYuF16wALhUtrEWyUA==} + /@angular/platform-browser-dynamic@17.0.4(@angular/common@17.0.4)(@angular/compiler@17.0.4)(@angular/core@17.0.4)(@angular/platform-browser@17.0.4): + resolution: {integrity: sha512-mZZNH+iFzFug0z7rBQKdFz375sR6Y4iBbHu2aJD2BpgA2/SJaZ0WHGlF4bHbtpCYkZi3f4wKF2+Cwe4G5ebPOQ==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/common': 17.0.2 - '@angular/compiler': 17.0.2 - '@angular/core': 17.0.2 - '@angular/platform-browser': 17.0.2 + '@angular/common': 17.0.4 + '@angular/compiler': 17.0.4 + '@angular/core': 17.0.4 + '@angular/platform-browser': 17.0.4 dependencies: - '@angular/common': 17.0.2(@angular/core@17.0.2)(rxjs@7.8.1) - '@angular/compiler': 17.0.2(@angular/core@17.0.2) - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) - '@angular/platform-browser': 17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2) + '@angular/common': 17.0.4(@angular/core@17.0.4)(rxjs@7.8.1) + '@angular/compiler': 17.0.4(@angular/core@17.0.4) + '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/platform-browser': 17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4) tslib: 2.6.2 dev: false - /@angular/platform-browser@17.0.2(@angular/common@17.0.2)(@angular/core@17.0.2): - resolution: {integrity: sha512-eTnPILEA/eAMkVUR/+g6fWhhMTmnmOzcZSGX/bBgQcvOhayZrDDxA6/Qf+jIB4RwC0wd3KA9zT5BCMmNojoUsg==} + /@angular/platform-browser@17.0.4(@angular/common@17.0.4)(@angular/core@17.0.4): + resolution: {integrity: sha512-lApUzVPfCEz/4aot77qzWUNg7yQgT0JSzy3BrBm95+2TbgH894J9Fswhig0sEN9jxGSkc3A5Yp5fs1HJcPqUiw==} engines: {node: ^18.13.0 || >=20.9.0} peerDependencies: - '@angular/animations': 17.0.2 - '@angular/common': 17.0.2 - '@angular/core': 17.0.2 + '@angular/animations': 17.0.4 + '@angular/common': 17.0.4 + '@angular/core': 17.0.4 peerDependenciesMeta: '@angular/animations': optional: true dependencies: - '@angular/common': 17.0.2(@angular/core@17.0.2)(rxjs@7.8.1) - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/common': 17.0.4(@angular/core@17.0.4)(rxjs@7.8.1) + '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) tslib: 2.6.2 dev: false @@ -1905,11 +1851,11 @@ packages: /@babel/compat-data@7.22.20: resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} engines: {node: '>=6.9.0'} + dev: true /@babel/compat-data@7.23.3: resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} engines: {node: '>=6.9.0'} - dev: true /@babel/core@7.19.3: resolution: {integrity: sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==} @@ -1924,7 +1870,7 @@ packages: '@babel/parser': 7.23.0 '@babel/template': 7.22.15 '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -1947,7 +1893,7 @@ packages: '@babel/parser': 7.22.11 '@babel/template': 7.22.5 '@babel/traverse': 7.22.11 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -1970,7 +1916,7 @@ packages: '@babel/parser': 7.23.0 '@babel/template': 7.22.15 '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 convert-source-map: 1.9.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -1993,7 +1939,7 @@ packages: '@babel/parser': 7.23.0 '@babel/template': 7.22.15 '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 convert-source-map: 2.0.0 debug: 4.3.4(supports-color@8.1.1) gensync: 1.0.0-beta.2 @@ -2002,8 +1948,8 @@ packages: transitivePeerDependencies: - supports-color - /@babel/eslint-parser@7.22.15(@babel/core@7.23.2)(eslint@8.53.0): - resolution: {integrity: sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==} + /@babel/eslint-parser@7.23.3(@babel/core@7.23.2)(eslint@8.54.0): + resolution: {integrity: sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': ^7.11.0 @@ -2011,7 +1957,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@nicolo-ribaudo/eslint-scope-5-internals': 5.1.1-v1 - eslint: 8.53.0 + eslint: 8.54.0 eslint-visitor-keys: 2.1.0 semver: 6.3.1 dev: true @@ -2020,7 +1966,7 @@ packages: resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -2030,7 +1976,7 @@ packages: resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 '@jridgewell/gen-mapping': 0.3.3 '@jridgewell/trace-mapping': 0.3.19 jsesc: 2.5.2 @@ -2039,21 +1985,28 @@ packages: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.10: resolution: {integrity: sha512-Av0qubwDQxC56DoUReVDeLfMEjYYSN1nZrTUrWkXd7hpU73ymRANkbuDm3yni9npkn+RXy9nNbEJZEzXr7xrfQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 + dev: true + + /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: + resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.4 dev: true /@babel/helper-compilation-targets@7.22.10: resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 @@ -2064,7 +2017,7 @@ packages: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 @@ -2124,6 +2077,18 @@ packages: semver: 6.3.1 dev: true + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.2): + resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.2 + '@babel/helper-annotate-as-pure': 7.22.5 + regexpu-core: 5.3.2 + semver: 6.3.1 + dev: true + /@babel/helper-create-regexp-features-plugin@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==} engines: {node: '>=6.9.0'} @@ -2175,8 +2140,8 @@ packages: - supports-color dev: true - /@babel/helper-define-polyfill-provider@0.4.2(@babel/core@7.22.17): - resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} + /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.22.17): + resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: @@ -2214,7 +2179,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helper-function-name@7.23.0: @@ -2222,33 +2187,33 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 /@babel/helper-member-expression-to-functions@7.22.15: resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helper-module-imports@7.18.6: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 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.0 + '@babel/types': 7.23.4 /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.11): resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} @@ -2323,7 +2288,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helper-plugin-utils@7.22.5: @@ -2331,6 +2296,18 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.22.17): + resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.22.17 + '@babel/helper-annotate-as-pure': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-wrap-function': 7.22.20 + dev: true + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.2): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} @@ -2367,16 +2344,16 @@ packages: '@babel/helper-wrap-function': 7.22.10 dev: true - /@babel/helper-remap-async-to-generator@7.22.9(@babel/core@7.23.2): - resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): + resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.10 + '@babel/helper-member-expression-to-functions': 7.22.15 + '@babel/helper-optimise-call-expression': 7.22.5 dev: true /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.11): @@ -2419,24 +2396,29 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 /@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.4 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.0 + '@babel/types': 7.23.4 /@babel/helper-string-parser@7.22.5: resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} + dev: true + + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier@7.22.20: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} @@ -2452,7 +2434,7 @@ packages: dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helper-wrap-function@7.22.20: @@ -2461,7 +2443,7 @@ packages: dependencies: '@babel/helper-function-name': 7.23.0 '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/helpers@7.22.11: @@ -2470,7 +2452,7 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 transitivePeerDependencies: - supports-color dev: true @@ -2481,7 +2463,7 @@ packages: dependencies: '@babel/template': 7.22.15 '@babel/traverse': 7.23.2 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 transitivePeerDependencies: - supports-color @@ -2498,7 +2480,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/parser@7.23.0: @@ -2506,7 +2488,15 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 + + /@babel/parser@7.23.4: + resolution: {integrity: sha512-vf3Xna6UEprW+7t6EtOmFpHNAuxw3xqPZghy+brsnusscJRW5BMUzzHZc5ICjULee81WeUV2jjakG09MDglJXQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.23.4 + dev: true /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.22.11): resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} @@ -2528,8 +2518,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 @@ -2547,7 +2537,7 @@ packages: '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.22.11) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.22.11) dev: true /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.22.17): @@ -2559,11 +2549,11 @@ packages: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.22.17) dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 @@ -2571,7 +2561,18 @@ packages: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.2) + dev: true + + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.2 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-plugin-utils': 7.22.5 dev: true /@babel/plugin-proposal-class-properties@7.18.6(@babel/core@7.22.17): @@ -2817,8 +2818,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2827,8 +2828,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.11): - resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.22.11): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2837,8 +2838,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.22.17): - resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2847,8 +2848,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3226,8 +3227,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3249,8 +3250,8 @@ packages: '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.11) dev: true - /@babel/plugin-transform-async-generator-functions@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} + /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3258,7 +3259,7 @@ packages: '@babel/core': 7.22.17 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.17) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.22.17) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.22.17) dev: true @@ -3299,8 +3300,8 @@ packages: '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-async-to-generator@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3308,7 +3309,7 @@ packages: '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9(@babel/core@7.23.2) + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.2) dev: true /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.22.11): @@ -3331,8 +3332,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoped-functions@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3351,8 +3352,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-G1czpdJBZCtngoK1sJgloLiOHUnkb/bLZwqVZD8kXmq0ZnVfTTWUcs9OWtp0mBtYJ+4LQY1fllqBkOIPhXmFmw==} + /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3393,8 +3394,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-class-properties@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3428,8 +3429,8 @@ packages: '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-class-static-block@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} + /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 @@ -3476,8 +3477,8 @@ packages: globals: 11.12.0 dev: true - /@babel/plugin-transform-classes@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} + /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3489,7 +3490,7 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.2) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true @@ -3516,8 +3517,8 @@ packages: '@babel/template': 7.22.15 dev: true - /@babel/plugin-transform-computed-properties@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3537,8 +3538,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-destructuring@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-HzG8sFl1ZVGTme74Nw+X01XsUTqERVQ6/RLHo3XjGRzm7XD6QTtfS3NJotVgCGy8BzkDqRjRBD8dAyJn5TuvSQ==} + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3579,14 +3580,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.2) + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -3610,8 +3611,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3642,8 +3643,8 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-dynamic-import@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} + /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3675,14 +3676,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-exponentiation-operator@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.10 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -3708,8 +3709,8 @@ packages: '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-export-namespace-from@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} + /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3739,8 +3740,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-for-of@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} + /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3773,8 +3774,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3807,8 +3808,8 @@ packages: '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-json-strings@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} + /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3838,8 +3839,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-literals@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3870,8 +3871,8 @@ packages: '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-logical-assignment-operators@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} + /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3901,8 +3902,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-member-expression-literals@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3922,8 +3923,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-amd@7.22.5(@babel/core@7.22.17): - resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3956,8 +3957,8 @@ packages: '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -3968,18 +3969,6 @@ packages: '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.23.2 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.2) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 - dev: true - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.2): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} @@ -4005,8 +3994,8 @@ packages: '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-systemjs@7.22.11(@babel/core@7.22.17): - resolution: {integrity: sha512-rIqHmHoMEOhI3VkVf5jQ15l539KrwhzqcBO6wdCNWPWc/JWt9ILNYNUssbRpeq0qWns8svuw8LnMNCvWBIJ8wA==} + /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4053,8 +4042,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-umd@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4117,8 +4106,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4149,8 +4138,8 @@ packages: '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} + /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4182,8 +4171,8 @@ packages: '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-numeric-separator@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} + /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4199,7 +4188,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/core': 7.22.11 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -4213,7 +4202,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/core': 7.22.17 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -4221,18 +4210,18 @@ packages: '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-object-rest-spread@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} + /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/core': 7.23.2 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.2) dev: true /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.22.11): @@ -4257,15 +4246,15 @@ packages: '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-object-super@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.23.2) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) dev: true /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.22.11): @@ -4290,8 +4279,8 @@ packages: '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-optional-catch-binding@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} + /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4313,28 +4302,28 @@ packages: '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) dev: true - /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.22.17): - resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==} + /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.22.11): + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.17 + '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.17) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.11) dev: true - /@babel/plugin-transform-optional-chaining@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-ngQ2tBhq5vvSJw2Q2Z9i7ealNkpDMU0rGWnHPKqRZO0tzZ5tlaoz4hDvhXioOoaE0X2vfNss1djwg0DXlfu30A==} + /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.22.17): + resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.2 + '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.22.17) dev: true /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.2): @@ -4369,8 +4358,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-parameters@7.22.15(@babel/core@7.23.2): - resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4401,8 +4390,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-private-methods@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4438,8 +4427,8 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.22.17) dev: true - /@babel/plugin-transform-private-property-in-object@7.22.11(@babel/core@7.23.2): - resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} + /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4471,8 +4460,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-property-literals@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4503,8 +4492,8 @@ packages: regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-regenerator@7.22.10(@babel/core@7.23.2): - resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4534,8 +4523,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-reserved-words@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4564,8 +4553,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-shorthand-properties@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4596,8 +4585,8 @@ packages: '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-spread@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4627,8 +4616,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4657,8 +4646,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4687,8 +4676,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4743,8 +4732,8 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-escapes@7.22.10(@babel/core@7.23.2): - resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -4775,14 +4764,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-property-regex@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.2) + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4808,14 +4797,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.2) + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4841,14 +4830,14 @@ packages: '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.22.5(@babel/core@7.23.2): - resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.23.2 - '@babel/helper-create-regexp-features-plugin': 7.22.9(@babel/core@7.23.2) + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 dev: true @@ -4858,7 +4847,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/core': 7.22.17 '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 @@ -4872,7 +4861,7 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.17) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.17) '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.17) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.22.17) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.17) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.17) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.17) @@ -4885,15 +4874,15 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.22.17) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.22.17) '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-async-generator-functions': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-block-scoping': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.22.17) '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.22.17) '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-destructuring': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.22.17) @@ -4905,9 +4894,9 @@ packages: '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.22.17) '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-modules-amd': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.17) - '@babel/plugin-transform-modules-systemjs': 7.22.11(@babel/core@7.22.17) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.22.17) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.22.17) + '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.22.17) @@ -4916,7 +4905,7 @@ packages: '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.22.17) '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.22.17) - '@babel/plugin-transform-optional-chaining': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.22.17) '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.22.17) @@ -4933,11 +4922,11 @@ packages: '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.17) '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.17) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.17) - '@babel/types': 7.23.0 - babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.17) - babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.17) - babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.17) - core-js-compat: 3.32.1 + '@babel/types': 7.23.4 + babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.22.17) + babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.22.17) + babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.22.17) + core-js-compat: 3.33.2 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -4963,7 +4952,7 @@ packages: '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.22.11) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.22.11) '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.22.11) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.22.11) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.22.11) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.22.11) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.22.11) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.22.11) @@ -5024,7 +5013,7 @@ packages: '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.22.11) '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.22.11) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.22.11) - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 babel-plugin-polyfill-corejs2: 0.4.5(@babel/core@7.22.11) babel-plugin-polyfill-corejs3: 0.8.3(@babel/core@7.22.11) babel-plugin-polyfill-regenerator: 0.5.2(@babel/core@7.22.11) @@ -5034,8 +5023,8 @@ packages: - supports-color dev: true - /@babel/preset-env@7.23.2(@babel/core@7.23.2): - resolution: {integrity: sha512-BW3gsuDD+rvHL2VO2SjAUNTBe5YrjsTiDyqamPDWY723na3/yPQ65X5oQkFVJZ0o50/2d+svm1rkPoJeR1KxVQ==} + /@babel/preset-env@7.23.3(@babel/core@7.23.2): + resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 @@ -5045,16 +5034,17 @@ packages: '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15(@babel/core@7.23.2) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.2) '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.2) '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2) '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.2) '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.2) - '@babel/plugin-syntax-import-assertions': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-syntax-import-attributes': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.2) '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2) '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) @@ -5066,60 +5056,59 @@ packages: '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.2) '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2) '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.2) - '@babel/plugin-transform-arrow-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.2) - '@babel/plugin-transform-async-to-generator': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-block-scoped-functions': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.2) - '@babel/plugin-transform-class-properties': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-class-static-block': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-classes': 7.22.15(@babel/core@7.23.2) - '@babel/plugin-transform-computed-properties': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.2) - '@babel/plugin-transform-dotall-regex': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-duplicate-keys': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-dynamic-import': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-exponentiation-operator': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-export-namespace-from': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-for-of': 7.22.15(@babel/core@7.23.2) - '@babel/plugin-transform-function-name': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-json-strings': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-literals': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-logical-assignment-operators': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-member-expression-literals': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.2) - '@babel/plugin-transform-modules-umd': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-new-target': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-numeric-separator': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-object-rest-spread': 7.22.15(@babel/core@7.23.2) - '@babel/plugin-transform-object-super': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-optional-catch-binding': 7.22.11(@babel/core@7.23.2) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.2) - '@babel/plugin-transform-parameters': 7.22.15(@babel/core@7.23.2) - '@babel/plugin-transform-private-methods': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-private-property-in-object': 7.22.11(@babel/core@7.23.2) - '@babel/plugin-transform-property-literals': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-regenerator': 7.22.10(@babel/core@7.23.2) - '@babel/plugin-transform-reserved-words': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-shorthand-properties': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-spread': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-sticky-regex': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-template-literals': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-typeof-symbol': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-escapes': 7.22.10(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-property-regex': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-regex': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-unicode-sets-regex': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.2) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.2) '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.2) - '@babel/types': 7.23.0 babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.2) babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.2) babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.2) - core-js-compat: 3.32.1 + core-js-compat: 3.33.2 semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -5132,7 +5121,7 @@ packages: dependencies: '@babel/core': 7.22.11 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 esutils: 2.0.3 dev: true @@ -5143,7 +5132,7 @@ packages: dependencies: '@babel/core': 7.22.17 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 esutils: 2.0.3 dev: true @@ -5154,7 +5143,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 esutils: 2.0.3 dev: true @@ -5168,7 +5157,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.17) - '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.17) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.22.17) '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.17) dev: true @@ -5182,7 +5171,7 @@ packages: '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) - '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.2) '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) dev: true @@ -5195,6 +5184,7 @@ packages: engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 + dev: true /@babel/runtime@7.23.2: resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} @@ -5213,7 +5203,7 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 /@babel/template@7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} @@ -5221,7 +5211,7 @@ packages: dependencies: '@babel/code-frame': 7.22.13 '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@babel/traverse@7.22.11: @@ -5235,7 +5225,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: @@ -5253,7 +5243,7 @@ packages: '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 debug: 4.3.4(supports-color@8.1.1) globals: 11.12.0 transitivePeerDependencies: @@ -5268,11 +5258,11 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types@7.23.0: - resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} + /@babel/types@7.23.4: + resolution: {integrity: sha512-7uIFwVYpoplT5jp/kVv6EF93VaJ8H+Yn5IczYiaAi98ajzjfoZfslet/e0sLh+wVBjb2qqIut1b0S26VSafsSQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-string-parser': 7.22.5 + '@babel/helper-string-parser': 7.23.4 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 @@ -5295,16 +5285,16 @@ packages: requiresBuild: true optional: true - /@commitlint/cli@18.2.0(typescript@5.2.2): - resolution: {integrity: sha512-F/DCG791kMFmWg5eIdogakuGeg4OiI2kD430ed1a1Hh3epvrJdeIAgcGADAMIOmF+m0S1+VlIYUKG2dvQQ1Izw==} + /@commitlint/cli@18.4.3(typescript@5.3.2): + resolution: {integrity: sha512-zop98yfB3A6NveYAZ3P1Mb6bIXuCeWgnUfVNkH4yhIMQpQfzFwseadazOuSn0OOfTt0lWuFauehpm9GcqM5lww==} engines: {node: '>=v18'} hasBin: true dependencies: - '@commitlint/format': 18.1.0 - '@commitlint/lint': 18.1.0 - '@commitlint/load': 18.2.0(typescript@5.2.2) - '@commitlint/read': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/format': 18.4.3 + '@commitlint/lint': 18.4.3 + '@commitlint/load': 18.4.3(typescript@5.3.2) + '@commitlint/read': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 lodash.isfunction: 3.0.9 resolve-from: 5.0.0 @@ -5314,26 +5304,26 @@ packages: - typescript dev: true - /@commitlint/config-conventional@18.1.0: - resolution: {integrity: sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==} + /@commitlint/config-conventional@18.4.3: + resolution: {integrity: sha512-729eRRaNta7JZF07qf6SAGSghoDEp9mH7yHU0m7ff0q89W97wDrWCyZ3yoV3mcQJwbhlmVmZPTkPcm7qiAu8WA==} engines: {node: '>=v18'} dependencies: conventional-changelog-conventionalcommits: 7.0.2 dev: true - /@commitlint/config-validator@18.1.0: - resolution: {integrity: sha512-kbHkIuItXn93o2NmTdwi5Mk1ujyuSIysRE/XHtrcps/27GuUKEIqBJp6TdJ4Sq+ze59RlzYSHMKuDKZbfg9+uQ==} + /@commitlint/config-validator@18.4.3: + resolution: {integrity: sha512-FPZZmTJBARPCyef9ohRC9EANiQEKSWIdatx5OlgeHKu878dWwpyeFauVkhzuBRJFcCA4Uvz/FDtlDKs008IHcA==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 18.1.0 + '@commitlint/types': 18.4.3 ajv: 8.12.0 dev: true - /@commitlint/ensure@18.1.0: - resolution: {integrity: sha512-CkPzJ9UBumIo54VDcpmBlaVX81J++wzEhN3DJH9+6PaLeiIG+gkSx8t7C2gfwG7PaiW4HzQtdQlBN5ab+c4vFQ==} + /@commitlint/ensure@18.4.3: + resolution: {integrity: sha512-MI4fwD9TWDVn4plF5+7JUyLLbkOdzIRBmVeNlk4dcGlkrVA+/l5GLcpN66q9LkFsFv6G2X31y89ApA3hqnqIFg==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 18.1.0 + '@commitlint/types': 18.4.3 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 @@ -5341,49 +5331,49 @@ packages: lodash.upperfirst: 4.3.1 dev: true - /@commitlint/execute-rule@18.1.0: - resolution: {integrity: sha512-w3Vt4K+O7+nSr9/gFSEfZ1exKUOPSlJaRpnk7Y+XowEhvwT7AIk1HNANH+gETf0zGZ020+hfiMW/Ome+SNCUsg==} + /@commitlint/execute-rule@18.4.3: + resolution: {integrity: sha512-t7FM4c+BdX9WWZCPrrbV5+0SWLgT3kCq7e7/GhHCreYifg3V8qyvO127HF796vyFql75n4TFF+5v1asOOWkV1Q==} engines: {node: '>=v18'} dev: true - /@commitlint/format@18.1.0: - resolution: {integrity: sha512-So/w217tGWMZZb1yXcUFNF2qFLyYtSVqbnGoMbX8a+JKcG4oB11Gc1adS0ssUOMivtiNpaLtkSHFynyiwtJtiQ==} + /@commitlint/format@18.4.3: + resolution: {integrity: sha512-8b+ItXYHxAhRAXFfYki5PpbuMMOmXYuzLxib65z2XTqki59YDQJGpJ/wB1kEE5MQDgSTQWtKUrA8n9zS/1uIDQ==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 18.1.0 + '@commitlint/types': 18.4.3 chalk: 4.1.2 dev: true - /@commitlint/is-ignored@18.1.0: - resolution: {integrity: sha512-fa1fY93J/Nx2GH6r6WOLdBOiL7x9Uc1N7wcpmaJ1C5Qs6P+rPSUTkofe2IOhSJIJoboHfAH6W0ru4xtK689t0Q==} + /@commitlint/is-ignored@18.4.3: + resolution: {integrity: sha512-ZseOY9UfuAI32h9w342Km4AIaTieeFskm2ZKdrG7r31+c6zGBzuny9KQhwI9puc0J3GkUquEgKJblCl7pMnjwg==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 18.1.0 + '@commitlint/types': 18.4.3 semver: 7.5.4 dev: true - /@commitlint/lint@18.1.0: - resolution: {integrity: sha512-LGB3eI5UYu5LLayibNrRM4bSbowr1z9uyqvp0c7+0KaSJi+xHxy/QEhb6fy4bMAtbXEvygY0sUu9HxSWg41rVQ==} + /@commitlint/lint@18.4.3: + resolution: {integrity: sha512-18u3MRgEXNbnYkMOWoncvq6QB8/90m9TbERKgdPqVvS+zQ/MsuRhdvHYCIXGXZxUb0YI4DV2PC4bPneBV/fYuA==} engines: {node: '>=v18'} dependencies: - '@commitlint/is-ignored': 18.1.0 - '@commitlint/parse': 18.1.0 - '@commitlint/rules': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/is-ignored': 18.4.3 + '@commitlint/parse': 18.4.3 + '@commitlint/rules': 18.4.3 + '@commitlint/types': 18.4.3 dev: true - /@commitlint/load@18.2.0(typescript@5.2.2): - resolution: {integrity: sha512-xjX3d3CRlOALwImhOsmLYZh14/+gW/KxsY7+bPKrzmGuFailf9K7ckhB071oYZVJdACnpY4hDYiosFyOC+MpAA==} + /@commitlint/load@18.4.3(typescript@5.3.2): + resolution: {integrity: sha512-v6j2WhvRQJrcJaj5D+EyES2WKTxPpxENmNpNG3Ww8MZGik3jWRXtph0QTzia5ZJyPh2ib5aC/6BIDymkUUM58Q==} engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 18.1.0 - '@commitlint/execute-rule': 18.1.0 - '@commitlint/resolve-extends': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/config-validator': 18.4.3 + '@commitlint/execute-rule': 18.4.3 + '@commitlint/resolve-extends': 18.4.3 + '@commitlint/types': 18.4.3 '@types/node': 18.11.9 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.2.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@18.11.9)(cosmiconfig@8.3.6)(typescript@5.2.2) + cosmiconfig: 8.3.6(typescript@5.3.2) + cosmiconfig-typescript-loader: 5.0.0(@types/node@18.11.9)(cosmiconfig@8.3.6)(typescript@5.3.2) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 @@ -5392,68 +5382,68 @@ packages: - typescript dev: true - /@commitlint/message@18.1.0: - resolution: {integrity: sha512-8dT/jJg73wf3o2Mut/fqEDTpBYSIEVtX5PWyuY/0uviEYeheZAczFo/VMIkeGzhJJn1IrcvAwWsvJ1lVGY2I/w==} + /@commitlint/message@18.4.3: + resolution: {integrity: sha512-ddJ7AztWUIoEMAXoewx45lKEYEOeOlBVWjk8hDMUGpprkuvWULpaXczqdjwVtjrKT3JhhN+gMs8pm5G3vB2how==} engines: {node: '>=v18'} dev: true - /@commitlint/parse@18.1.0: - resolution: {integrity: sha512-23yv8uBweXWYn8bXk4PjHIsmVA+RkbqPh2h7irupBo2LthVlzMRc4LM6UStasScJ4OlXYYaWOmuP7jcExUF50Q==} + /@commitlint/parse@18.4.3: + resolution: {integrity: sha512-eoH7CXM9L+/Me96KVcfJ27EIIbA5P9sqw3DqjJhRYuhaULIsPHFs5S5GBDCqT0vKZQDx0DgxhMpW6AQbnKrFtA==} engines: {node: '>=v18'} dependencies: - '@commitlint/types': 18.1.0 - conventional-changelog-angular: 6.0.0 + '@commitlint/types': 18.4.3 + conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 dev: true - /@commitlint/read@18.1.0: - resolution: {integrity: sha512-rzfzoKUwxmvYO81tI5o1371Nwt3vhcQR36oTNfupPdU1jgSL3nzBIS3B93LcZh3IYKbCIMyMPN5WZ10BXdeoUg==} + /@commitlint/read@18.4.3: + resolution: {integrity: sha512-H4HGxaYA6OBCimZAtghL+B+SWu8ep4X7BwgmedmqWZRHxRLcX2q0bWBtUm5FsMbluxbOfrJwOs/Z0ah4roP/GQ==} engines: {node: '>=v18'} dependencies: - '@commitlint/top-level': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/top-level': 18.4.3 + '@commitlint/types': 18.4.3 fs-extra: 11.1.1 git-raw-commits: 2.0.11 minimist: 1.2.8 dev: true - /@commitlint/resolve-extends@18.1.0: - resolution: {integrity: sha512-3mZpzOEJkELt7BbaZp6+bofJyxViyObebagFn0A7IHaLARhPkWTivXdjvZHS12nAORftv88Yhbh8eCPKfSvB7g==} + /@commitlint/resolve-extends@18.4.3: + resolution: {integrity: sha512-30sk04LZWf8+SDgJrbJCjM90gTg2LxsD9cykCFeFu+JFHvBFq5ugzp2eO/DJGylAdVaqxej3c7eTSE64hR/lnw==} engines: {node: '>=v18'} dependencies: - '@commitlint/config-validator': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/config-validator': 18.4.3 + '@commitlint/types': 18.4.3 import-fresh: 3.3.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 resolve-global: 1.0.0 dev: true - /@commitlint/rules@18.1.0: - resolution: {integrity: sha512-VJNQ674CRv4znI0DbsjZLVnn647J+BTxHGcrDIsYv7c99gW7TUGeIe5kL80G7l8+5+N0se8v9yn+Prr8xEy6Yw==} + /@commitlint/rules@18.4.3: + resolution: {integrity: sha512-8KIeukDf45BiY+Lul1T0imSNXF0sMrlLG6JpLLKolkmYVQ6PxxoNOriwyZ3UTFFpaVbPy0rcITaV7U9JCAfDTA==} engines: {node: '>=v18'} dependencies: - '@commitlint/ensure': 18.1.0 - '@commitlint/message': 18.1.0 - '@commitlint/to-lines': 18.1.0 - '@commitlint/types': 18.1.0 + '@commitlint/ensure': 18.4.3 + '@commitlint/message': 18.4.3 + '@commitlint/to-lines': 18.4.3 + '@commitlint/types': 18.4.3 execa: 5.1.1 dev: true - /@commitlint/to-lines@18.1.0: - resolution: {integrity: sha512-aHIoSDjG0ckxPLYDpODUeSLbEKmF6Jrs1B5JIssbbE9eemBtXtjm9yzdiAx9ZXcwoHlhbTp2fbndDb3YjlvJag==} + /@commitlint/to-lines@18.4.3: + resolution: {integrity: sha512-fy1TAleik4Zfru1RJ8ZU6cOSvgSVhUellxd3WZV1D5RwHZETt1sZdcA4mQN2y3VcIZsUNKkW0Mq8CM9/L9harQ==} engines: {node: '>=v18'} dev: true - /@commitlint/top-level@18.1.0: - resolution: {integrity: sha512-1/USHlolIxJlsfLKecSXH+6PDojIvnzaJGPYwF7MtnTuuXCNQ4izkeqDsRuNMe9nU2VIKpK9OT8Q412kGNmgGw==} + /@commitlint/top-level@18.4.3: + resolution: {integrity: sha512-E6fJPBLPFL5R8+XUNSYkj4HekIOuGMyJo3mIx2PkYc3clel+pcWQ7TConqXxNWW4x1ugigiIY2RGot55qUq1hw==} engines: {node: '>=v18'} dependencies: find-up: 5.0.0 dev: true - /@commitlint/types@18.1.0: - resolution: {integrity: sha512-65vGxZmbs+2OVwEItxhp3Ul7X2m2LyLfifYI/NdPwRqblmuES2w2aIRhIjb7cwUIBHHSTT8WXj4ixVHQibmvLQ==} + /@commitlint/types@18.4.3: + resolution: {integrity: sha512-cvzx+vtY/I2hVBZHCLrpoh+sA0hfuzHwDc+BAFPimYLjJkpHnghQM+z8W/KyLGkygJh3BtI3xXXq+dKjnSWEmA==} engines: {node: '>=v18'} dependencies: chalk: 4.1.2 @@ -5495,11 +5485,11 @@ packages: unescape-js: 1.1.4 dev: true - /@es-joy/jsdoccomment@0.40.1: - resolution: {integrity: sha512-YORCdZSusAlBrFpZ77pJjc5r1bQs5caPWtAu+WWmiSo+8XaUzseapVrfAtiRFbQWnrBxxLLEwF6f6ZG/UgCQCg==} + /@es-joy/jsdoccomment@0.41.0: + resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==} engines: {node: '>=16'} dependencies: - comment-parser: 1.4.0 + comment-parser: 1.4.1 esquery: 1.5.0 jsdoc-type-pratt-parser: 4.0.0 dev: true @@ -6261,13 +6251,13 @@ packages: eslint: 8.49.0 eslint-visitor-keys: 3.4.3 - /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.54.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.53.0 + eslint: 8.54.0 eslint-visitor-keys: 3.4.3 /@eslint-community/regexpp@4.8.1: @@ -6311,8 +6301,8 @@ packages: resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@eslint/js@8.53.0: - resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} + /@eslint/js@8.54.0: + resolution: {integrity: sha512-ut5V+D+fOoWPgGGNj83GGjnntO39xDy6DWxO0wb7Jp3DcMX0TfIqdzHF85VTQkerdyGmuuMD9AKAo5KiNlf/AQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@floating-ui/core@1.4.2: @@ -6665,7 +6655,7 @@ packages: - webpack dev: true - /@leanup/stack-angular@1.3.48(@angular/compiler-cli@17.0.2)(@angular/core@17.0.2)(@babel/core@7.23.2)(@leanup/stack-webpack@1.3.48)(@ngtools/webpack@17.0.0)(webpack@5.89.0): + /@leanup/stack-angular@1.3.48(@angular/compiler-cli@17.0.4)(@angular/core@17.0.4)(@babel/core@7.23.2)(@leanup/stack-webpack@1.3.48)(@ngtools/webpack@17.0.3)(webpack@5.89.0): resolution: {integrity: sha512-HJA4PqNzqrMpzQdBFEht+UDyS4XbobWoDZUMTYALTe8Ao0hps+N2ANd/APbu+6aKqgLptEyWS6Kv2n+q92ovXw==} peerDependencies: '@angular/compiler-cli': ^16 @@ -6673,10 +6663,10 @@ packages: '@leanup/stack-webpack': ~1.3.0 '@ngtools/webpack': ^16 dependencies: - '@angular/compiler-cli': 17.0.2(@angular/compiler@17.0.2)(typescript@5.2.2) - '@angular/core': 17.0.2(rxjs@7.8.1)(zone.js@0.14.2) + '@angular/compiler-cli': 17.0.4(@angular/compiler@17.0.4)(typescript@5.2.2) + '@angular/core': 17.0.4(rxjs@7.8.1)(zone.js@0.14.2) '@leanup/stack-webpack': 1.3.48(@leanup/stack@1.3.44)(esbuild@0.19.3)(less@4.2.0)(postcss@8.4.31) - '@ngtools/webpack': 17.0.0(@angular/compiler-cli@17.0.2)(typescript@5.2.2)(webpack@5.89.0) + '@ngtools/webpack': 17.0.3(@angular/compiler-cli@17.0.4)(typescript@5.2.2)(webpack@5.89.0) babel-loader: 9.1.3(@babel/core@7.23.2)(webpack@5.89.0) transitivePeerDependencies: - '@babel/core' @@ -6693,7 +6683,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /@leanup/stack-solid@1.3.48(@babel/core@7.23.2)(solid-js@1.8.5)(vite@4.4.9)(webpack@5.89.0): + /@leanup/stack-solid@1.3.48(@babel/core@7.23.2)(solid-js@1.8.6)(vite@4.4.9)(webpack@5.89.0): resolution: {integrity: sha512-thi1PzX0eYkf/Larc4Wkjh7hkfAofahsnd//SNczssyAWmR343PNkLaowT7u2YFK58t/VDDNJA27skkSmPxpVA==} peerDependencies: solid-js: ^1 @@ -6701,8 +6691,8 @@ packages: '@leanup/cli-core-babel': 1.3.48(webpack@5.89.0) '@snowpack/plugin-babel': 2.1.7 babel-preset-solid: 1.7.7(@babel/core@7.23.2) - solid-js: 1.8.5 - vite-plugin-solid: 2.7.0(solid-js@1.8.5)(vite@4.4.9) + solid-js: 1.8.6 + vite-plugin-solid: 2.7.0(solid-js@1.8.6)(vite@4.4.9) transitivePeerDependencies: - '@babel/core' - supports-color @@ -6755,7 +6745,7 @@ packages: peerDependencies: '@leanup/stack': ~1.3.0 dependencies: - '@leanup/stack': 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.2.2) + '@leanup/stack': 1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.3.2) '@swc/core': 1.3.84 copy-modules-webpack-plugin: 2.2.1 copy-webpack-plugin: 10.2.4(webpack@5.88.2) @@ -6833,7 +6823,7 @@ packages: - utf-8-validate dev: true - /@leanup/stack@1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.2.2): + /@leanup/stack@1.3.48(chromedriver@119.0.1)(esbuild@0.19.3)(typescript@5.3.2): resolution: {integrity: sha512-FfDQnHm2t/PaCZCfw9AqY/ouj3fcaGIuyIWX4myFLfdt3huAgvNB90iLz1ANMmX4mUjvroh7AoslJnTp6XAQAw==} peerDependencies: chromedriver: '*' @@ -6844,8 +6834,8 @@ packages: '@types/mocha': 9.1.1 '@types/nightwatch': 1.3.4 '@types/sinon': 10.0.16 - '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.49.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/eslint-plugin': 6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.49.0)(typescript@5.3.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.54.0)(typescript@5.3.2) chai: 4.3.8 chromedriver: 119.0.1 cross-env: 7.0.3 @@ -6866,7 +6856,7 @@ packages: sass: 1.66.1 sinon: 13.0.2 tslib: 2.6.2 - typescript: 5.2.2 + typescript: 5.3.2 transitivePeerDependencies: - '@cucumber/cucumber' - bufferutil @@ -6878,22 +6868,12 @@ packages: /@leichtgewicht/ip-codec@2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} - /@lerna/child-process@7.4.2: - resolution: {integrity: sha512-je+kkrfcvPcwL5Tg8JRENRqlbzjdlZXyaR88UcnCdNW0AJ1jX9IfHRys1X7AwSroU2ug8ESNC+suoBw1vX833Q==} - engines: {node: '>=16.0.0'} - dependencies: - chalk: 4.1.2 - execa: 5.1.1 - strong-log-transformer: 2.1.0 - dev: true - - /@lerna/create@7.4.2(typescript@4.6.2): - resolution: {integrity: sha512-1wplFbQ52K8E/unnqB0Tq39Z4e+NEoNrpovEnl6GpsTUrC6WDp8+w0Le2uCBV0hXyemxChduCkLz4/y1H1wTeg==} - engines: {node: '>=16.0.0'} + /@lerna/create@8.0.0(typescript@4.6.2): + resolution: {integrity: sha512-mCeEhjFDRwPY7J4uxCjqdzPwPFBUGlkdlQjBidaX5XaoQcxR2hAAvgHZKfVGkUUEZKfyPcWwKzen4KydNB2G7A==} + engines: {node: '>=18.0.0'} dependencies: - '@lerna/child-process': 7.4.2 '@npmcli/run-script': 6.0.2 - '@nx/devkit': 16.8.1(nx@16.8.1) + '@nx/devkit': 17.1.3(nx@17.1.3) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11 byte-size: 8.1.1 @@ -6930,7 +6910,7 @@ packages: npm-packlist: 5.1.1 npm-registry-fetch: 14.0.5 npmlog: 6.0.2 - nx: 16.8.1 + nx: 17.1.3 p-map: 4.0.0 p-map-series: 2.1.0 p-queue: 6.6.2 @@ -6954,8 +6934,8 @@ packages: validate-npm-package-name: 5.0.0 write-file-atomic: 5.0.1 write-pkg: 4.0.0 - yargs: 16.2.0 - yargs-parser: 20.2.4 + yargs: 17.7.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -6966,15 +6946,15 @@ packages: - typescript dev: true - /@ngtools/webpack@17.0.0(@angular/compiler-cli@17.0.2)(typescript@5.2.2)(webpack@5.89.0): - resolution: {integrity: sha512-/Bb5MXlphNp3UDsQDa4EB4AwpF4D/plrCPd5YGfVvD43j5g5Rpen+cqz5jai1zfAkF1dPl2qq0nRp/jwmJO3uA==} + /@ngtools/webpack@17.0.3(@angular/compiler-cli@17.0.4)(typescript@5.2.2)(webpack@5.89.0): + resolution: {integrity: sha512-H39WQ/tM6kOErfiyU6QkPasMtuOZHbm6INkirSR3ol4e93o6gLJ0ptwg3IQlyGtZK2QexWagPC6jzsdGIaN3iw==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: '@angular/compiler-cli': ^17.0.0 typescript: '>=5.2 <5.3' webpack: ^5.54.0 dependencies: - '@angular/compiler-cli': 17.0.2(@angular/compiler@17.0.2)(typescript@5.2.2) + '@angular/compiler-cli': 17.0.4(@angular/compiler@17.0.4)(typescript@5.2.2) typescript: 5.2.2 webpack: 5.89.0(@swc/core@1.3.84)(esbuild@0.19.3)(webpack-cli@4.10.0) dev: true @@ -7093,19 +7073,19 @@ packages: - supports-color dev: true - /@nrwl/devkit@16.8.1(nx@16.8.1): - resolution: {integrity: sha512-Y7yYDh62Hi4q99Q4+ipIQ3K9iLuAld3WcwjLv6vtl6Livu+TU3eqbraBEno7DQL8JuIuwgBT4lX7Bp3w3N9RDg==} + /@nrwl/devkit@17.1.3(nx@17.1.3): + resolution: {integrity: sha512-8HfIY7P3yIYfQ/XKuHoq0GGLA9GpwWtBlI9kPQ0ygjuJ9BkpiGMtQvO6003zs7c6vpc2vNeG+Jmi72+EKvoN5A==} dependencies: - '@nx/devkit': 16.8.1(nx@16.8.1) + '@nx/devkit': 17.1.3(nx@17.1.3) transitivePeerDependencies: - nx dev: true - /@nrwl/tao@16.8.1: - resolution: {integrity: sha512-hgGFLyEgONSofxnJsXN9NlUx4J8/YSLUkfZKdR8Qa97+JGZT8FEuk7NLFJOWdYYqROoCzXLHK0d+twFFNPS5BQ==} + /@nrwl/tao@17.1.3: + resolution: {integrity: sha512-9YpfEkUpVqOweqgQvMDcWApNx4jhCqBNH5IByZj302Enp3TLnQSvhuX5Dfr8hNQRQokIpEn6tW8SGTctTM5LXw==} hasBin: true dependencies: - nx: 16.8.1 + nx: 17.1.3 tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' @@ -7113,23 +7093,23 @@ packages: - debug dev: true - /@nx/devkit@16.8.1(nx@16.8.1): - resolution: {integrity: sha512-I+Cg+lXk0wRz6KC9FZbWFuJWQTXAt5O3bNl9ksISmzqmEyuy72Cv+/MBHvF7o54Sq80DNw+RKWB1re5HFOsqCA==} + /@nx/devkit@17.1.3(nx@17.1.3): + resolution: {integrity: sha512-1Is7ooovg3kdGJ5VdkePulRUDaMYLLULr+LwXgx7oHSW7AY2iCmhkoOE/vSR7DJ6rkey2gYx7eT1IoRoORiIaQ==} peerDependencies: - nx: '>= 15 <= 17' + nx: '>= 16 <= 18' dependencies: - '@nrwl/devkit': 16.8.1(nx@16.8.1) + '@nrwl/devkit': 17.1.3(nx@17.1.3) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.2.4 - nx: 16.8.1 + nx: 17.1.3 semver: 7.5.3 tmp: 0.2.1 tslib: 2.6.2 dev: true - /@nx/nx-darwin-arm64@16.8.1: - resolution: {integrity: sha512-xOflqyIVcyLPzdJOZcucI+5ClwnTgK8zIvpjbxHokrO9McJJglhfUyP0bbTHpEpWqzA+GaPA/6/Qdu0ATzqQBQ==} + /@nx/nx-darwin-arm64@17.1.3: + resolution: {integrity: sha512-f4qLa0y3C4uuhYKgq+MU892WaQvtvmHqrEhHINUOxYXNiLy2sgyJPW0mOZvzXtC4dPaUmiVaFP5RMVzc8Lxhtg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -7137,8 +7117,8 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@16.8.1: - resolution: {integrity: sha512-JJGrlOvEpDMWnM6YKaA1WOnzHgiw5vRKEowX9ba+jxhmCvtdjbLSxi228kv92JtQPPQ91zvtsNM+BFY0EbPOlA==} + /@nx/nx-darwin-x64@17.1.3: + resolution: {integrity: sha512-kh76ZjqkLeQUIAfTa9G/DFFf+e1sZ5ipDzk7zFGhZ2k68PoQoFdsFOO3C513JmuEdavspts6Hkifsqh61TaE+A==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -7146,8 +7126,8 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@16.8.1: - resolution: {integrity: sha512-aZdJQ7cIQfXOmfk4vRXvVYxuV68xz8YyhNZ0IvBfJ16uZQ+YNl4BpklRLEIdaloSbwz9M1NNewmL+AgklEBxlA==} + /@nx/nx-freebsd-x64@17.1.3: + resolution: {integrity: sha512-CRuVL5ZSLb+Gc8vwMUUe9Pl/1Z26YtXMKTahBMQh2dac63vzLgzqIV4c66aduUl1x2M0kGYBSIIRG9z0/BgWeg==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -7155,8 +7135,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@16.8.1: - resolution: {integrity: sha512-JzjrTf7FFgikoVUbRs0hKvwHRR6SyqT4yIdk/YyiCt2mWY9w4m5DWtHM/9kJzhckkH9MY66m+X/zG6+NKsEMvg==} + /@nx/nx-linux-arm-gnueabihf@17.1.3: + resolution: {integrity: sha512-KDBmd5tSrg93g/oij/eGW4yeVNVK3DBIM4VYAS2vtkIgVOGoqcQ+SEIeMK3nMUJP9jGyblt3QNj5ZsJBtScwQw==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -7164,8 +7144,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@16.8.1: - resolution: {integrity: sha512-CF0s981myBWusW7iW2+fKPa7ceYYe+NO5EdKe9l27fpHDkcA71KZU3q7U823QpO/7tYvVdBevJp3CCn2/GBURQ==} + /@nx/nx-linux-arm64-gnu@17.1.3: + resolution: {integrity: sha512-W2tNL/7sIwoQKLmuy68Usd6TZzIZvxZt4UE30kDwGc2RSap6RCHAvDbzSxtW+L4+deC9UxX0Tty0VuW+J8FjSg==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7173,8 +7153,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@16.8.1: - resolution: {integrity: sha512-X4TobxRt1dALvoeKC3/t1CqZCMUqtEhGG+KQLT/51sG54HdxmTAWRFlvj8PvLH0QSBk4e+uRZAo45qpt3iSnBg==} + /@nx/nx-linux-arm64-musl@17.1.3: + resolution: {integrity: sha512-Oto3gkLd7yweuVUCsSHwm4JkAIbcxpPJP0ycRHI/PRHPMIOPiMX8r651QM1amMyKAbJtAe047nyb9Sh1X0FA4A==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -7182,8 +7162,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@16.8.1: - resolution: {integrity: sha512-lHvv2FD14Lpxh7muMLStH2tC1opQOaepO4nXwb1LaaoIpMym7kBgCK8AQuI98/oNQiMDXMNDKWQZCjxnJGDIPw==} + /@nx/nx-linux-x64-gnu@17.1.3: + resolution: {integrity: sha512-pJS994sa5PBPFak93RydTB9KdEmiVb3rgiSB7PDBegphERbzHEB77B7G8M5TZ62dGlMdplIEKmdhY5XNqeAf9A==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7191,8 +7171,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@16.8.1: - resolution: {integrity: sha512-c4gQvNgIjggD1A5sYhftQEC1PtAhV3sEnv60X00v9wmjl57Wj4Ty0TgyzpYglLysVRiko/B58S8NYS0jKvMmeA==} + /@nx/nx-linux-x64-musl@17.1.3: + resolution: {integrity: sha512-4Hcx5Fg/88jV+bcTr6P0dM4unXNvKgrGJe3oK9/sgEhiW6pD2UAFjv16CCSRcWhDUAzUDqcwnD2fgg+vnAJG6g==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -7200,8 +7180,8 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@16.8.1: - resolution: {integrity: sha512-GKHPy/MyGFoV9cdKgcWLZZK2vDdxt5bQ53ss0k+BDKRP+YwLKm7tJl23eeM7JdB4GLCBntEQPC+dBqxOA8Ze/w==} + /@nx/nx-win32-arm64-msvc@17.1.3: + resolution: {integrity: sha512-dUasEuskmDxUL36XA0GZqSb9233suE4wKhxrMobyFBzHUZ2tq/unzOpPjYfqDBie4QIvF8tEpAjQsLds8LWgbw==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -7209,8 +7189,8 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@16.8.1: - resolution: {integrity: sha512-yHZ5FAcx54rVc31R0yIpniepkHMPwaxG23l8E/ZYbL1iPwE/Wc1HeUzUvxUuSXtguRp7ihcRhaUEPkcSl2EAVw==} + /@nx/nx-win32-x64-msvc@17.1.3: + resolution: {integrity: sha512-eTuTpBHFvA5NFJh/iosmqCL4JOAjDrwXLSMgfKrZKjiApHMG1T/5Hb+PrsNpt+WnGp94ur7c4Dtx4xD5vlpAEw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -7346,27 +7326,18 @@ packages: '@octokit/openapi-types': 18.0.0 dev: true - /@parcel/watcher@2.0.4: - resolution: {integrity: sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==} - engines: {node: '>= 10.0.0'} - requiresBuild: true - dependencies: - node-addon-api: 3.2.1 - node-gyp-build: 4.6.1 - dev: true - /@pkgjs/parseargs@0.11.0: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} requiresBuild: true dev: true - /@playwright/test@1.39.0: - resolution: {integrity: sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==} + /@playwright/test@1.40.0: + resolution: {integrity: sha512-PdW+kn4eV99iP5gxWNSDQCbhMaDVej+RXL5xr6t04nbKLCBwYtA046t7ofoczHOm8u6c+45hpDKQVZqtqwkeQg==} engines: {node: '>=16'} hasBin: true dependencies: - playwright: 1.39.0 + playwright: 1.40.0 dev: false /@pnpm/config.env-replace@1.1.0: @@ -7446,8 +7417,8 @@ packages: validate-npm-package-name: 4.0.0 dev: true - /@pnpm/npm-resolver@17.0.0(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-XCeFga+Am3rsTO+8IIuIPb6VsZ+iCiv5QJW61YDl4XuiqoyCFzNyGgGfv05n45lIfK0Gg1jA2ewlo0LpGelCUw==} + /@pnpm/npm-resolver@18.0.0(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-FGHmnRjSf7tQHagk6bMrUtHvZbz3ROUoGRDrpMyqJo///+S7SZt/hSDS77PhZ7T6PRXipkFyUtRkqtHmGKFCAg==} engines: {node: '>=16.14'} peerDependencies: '@pnpm/logger': ^5.0.0 @@ -7470,7 +7441,7 @@ packages: parse-npm-tarball-url: 3.0.0 path-temp: 2.1.0 ramda: /@pnpm/ramda@0.28.1 - rename-overwrite: 4.0.3 + rename-overwrite: 4.0.4 semver: 7.5.4 ssri: 10.0.5 version-selector-type: 3.0.0 @@ -7501,12 +7472,12 @@ packages: engines: {node: '>=16.14'} dev: true - /@pnpm/workspace.pkgs-graph@2.0.10(@pnpm/logger@5.0.0): - resolution: {integrity: sha512-iGZZ23li6Ya68kHx3oaWPCN4JMzJ0njmmmWDRxUcHkc+nxtxTwpEM/FRl7yG1nBo39YwX2XTtou22h2nKipHnw==} + /@pnpm/workspace.pkgs-graph@2.0.11(@pnpm/logger@5.0.0): + resolution: {integrity: sha512-VRX7E7pX92C0akCMYGzsTqJoOwQS7/8R40pAPK7smgaEpKeEgVThqnIXt+wPdseD5CzS7OzMaIWlT3WXr3O5rQ==} engines: {node: '>=16.14'} dependencies: '@pnpm/npm-package-arg': 1.0.0 - '@pnpm/npm-resolver': 17.0.0(@pnpm/logger@5.0.0) + '@pnpm/npm-resolver': 18.0.0(@pnpm/logger@5.0.0) '@pnpm/resolve-workspace-range': 5.0.1 ramda: /@pnpm/ramda@0.28.1 transitivePeerDependencies: @@ -7552,8 +7523,8 @@ packages: - supports-color dev: true - /@remix-run/router@1.11.0: - resolution: {integrity: sha512-BHdhcWgeiudl91HvVa2wxqZjSHbheSgIiDvxrF1VjFzBzpTtuDPkOdOi3Iqvc08kXtFkLjhbS+ML9aM8mJS+wQ==} + /@remix-run/router@1.13.0: + resolution: {integrity: sha512-5dMOnVnefRsl4uRnAdoWjtVTdh8e6aZqgM4puy9nmEADH72ck+uXwzpJLEKE9Q6F8ZljNewLgmTfkxUrBdv4WA==} engines: {node: '>=14.0.0'} dev: false @@ -7715,6 +7686,102 @@ packages: estree-walker: 2.0.2 picomatch: 2.3.1 + /@rollup/rollup-android-arm-eabi@4.3.0: + resolution: {integrity: sha512-/4pns6BYi8MXdwnXM44yoGAcFYVHL/BYlB2q1HXZ6AzH++LaiEVWFpBWQ/glXhbMbv3E3o09igrHFbP/snhAvA==} + cpu: [arm] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-android-arm64@4.3.0: + resolution: {integrity: sha512-nLO/JsL9idr416vzi3lHm3Xm+QZh4qHij8k3Er13kZr5YhL7/+kBAx84kDmPc7HMexLmwisjDCeDIKNFp8mDlQ==} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-arm64@4.3.0: + resolution: {integrity: sha512-dGhVBlllt4iHwTGy21IEoMOTN5wZoid19zEIxsdY29xcEiOEHqzDa7Sqrkh5OE7LKCowL61eFJXxYe/+pYa7ZQ==} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-darwin-x64@4.3.0: + resolution: {integrity: sha512-h8wRfHeLEbU3NzaP1Oku7BYXCJQiTRr+8U0lklyOQXxXiEpHLL8tk1hFl+tezoRKLcPJD7joKaK74ASsqt3Ekg==} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm-gnueabihf@4.3.0: + resolution: {integrity: sha512-wP4VgR/gfV18sylTuym3sxRTkAgUR2vh6YLeX/GEznk5jCYcYSlx585XlcUcl0c8UffIZlRJ09raWSX3JDb4GA==} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-gnu@4.3.0: + resolution: {integrity: sha512-v/14JCYVkqRSJeQbxFx4oUkwVQQw6lFMN7bd4vuARBc3X2lmomkxBsc+BFiIDL/BK+CTx5AOh/k9XmqDnKWRVg==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-arm64-musl@4.3.0: + resolution: {integrity: sha512-tNhfYqFH5OxtRzfkTOKdgFYlPSZnlDLNW4+leNEvQZhwTJxoTwsZAAhR97l3qVry/kkLyJPBK+Q8EAJLPinDIg==} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-gnu@4.3.0: + resolution: {integrity: sha512-pw77m8QywdsoFdFOgmc8roF1inBI0rciqzO8ffRUgLoq7+ee9o5eFqtEcS6hHOOplgifAUUisP8cAnwl9nUYPw==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-musl@4.3.0: + resolution: {integrity: sha512-tJs7v2MnV2F8w6X1UpPHl/43OfxjUy9SuJ2ZPoxn79v9vYteChVYO/ueLHCpRMmyTUIVML3N9z4azl9ENH8Xxg==} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-arm64-msvc@4.3.0: + resolution: {integrity: sha512-OKGxp6kATQdTyI2DF+e9s+hB3/QZB45b6e+dzcfW1SUqiF6CviWyevhmT4USsMEdP3mlpC9zxLz3Oh+WaTMOSw==} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-ia32-msvc@4.3.0: + resolution: {integrity: sha512-DDZ5AH68JJ2ClQFEA1aNnfA7Ybqyeh0644rGbrLOdNehTmzfICHiWSn0OprzYi9HAshTPQvlwrM+bi2kuaIOjQ==} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-win32-x64-msvc@4.3.0: + resolution: {integrity: sha512-dMvGV8p92GQ8jhNlGIKpyhVZPzJlT258pPrM5q2F8lKcc9Iv9BbfdnhX1OfinYWnb9ms5zLw6MlaMnqLfUkKnQ==} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true + optional: true + /@sentry/core@6.19.7: resolution: {integrity: sha512-tOfZ/umqB2AcHPGbIrsFLcvApdTm9ggpi/kQZFkej7kMphjT+SGBiQfYtjyg9jcRW+ilAR4JXC9BGKsdEQ+8Vw==} engines: {node: '>=6'} @@ -7875,45 +7942,45 @@ packages: p-map: 4.0.0 dev: true - /@stencil/angular-output-target@0.8.3(@stencil/core@4.7.1): + /@stencil/angular-output-target@0.8.3(@stencil/core@4.8.0): resolution: {integrity: sha512-I/QO1sEx09WWUaNlA30EBhlXYftOSfSBTwYBwC65qlpHDIlD5WU3EAtKhU5IphfwhxnD63kvOoU1YvTUXFHNng==} peerDependencies: '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 dev: true - /@stencil/core@4.7.1: - resolution: {integrity: sha512-KDWA/3qDiABA5LqtHCmTVwORuzgu/YdC0FpSBwVmwlw6K8jUjbTA5JB6Q03da2F+EQlDHOVgbW0TNtHCm54uXQ==} + /@stencil/core@4.8.0: + resolution: {integrity: sha512-iNEaMiEt9oFZXSjZ7qkdlBpPTzWzBgWM7go8nI8a7V6ZOkmdVhhT0xGQD7OY13v5ZuDoIw5IsGvbIAGefhIhhQ==} engines: {node: '>=16.0.0', npm: '>=7.10.0'} hasBin: true dev: true - /@stencil/postcss@2.1.0(@stencil/core@4.7.1): + /@stencil/postcss@2.1.0(@stencil/core@4.8.0): resolution: {integrity: sha512-/e4TYEXErGaHxH0ocg620YqEMLuMLpK/Wg4MJsiJglrLZCZhU4XCX1N0SwxaIOUbEZ1Zh+AqQ++yMI92ilndEA==} deprecated: '@stencil/postcss has been deprecated. Please see the community-driven package, ''@stencil-community/postcss''' peerDependencies: '@stencil/core': '>=2.0.0' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 autoprefixer: 10.4.16(postcss@8.3.11) postcss: 8.3.11 dev: true - /@stencil/react-output-target@0.5.3(@stencil/core@4.7.1): + /@stencil/react-output-target@0.5.3(@stencil/core@4.8.0): resolution: {integrity: sha512-68jwRp35CjAcwhTJ9yFD/3n+jrHOqvEH2jreVuPVvZK+4tkhPlYlwz0d1E1RlF3jyifUSfdkWUGgXIEy8Fo3yw==} peerDependencies: '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 dev: true - /@stencil/vue-output-target@0.8.6(@stencil/core@4.7.1): - resolution: {integrity: sha512-B1gQW8FWeU7x/KBPm9R28jYFGN5NsZTZR4jwfDMhKBmU1Q2dIxFY52ARhbrfj5tJQxKoxr2tQJD2S14r9t1v7w==} + /@stencil/vue-output-target@0.8.7(@stencil/core@4.8.0): + resolution: {integrity: sha512-hgOzbKKgLdCFrhLpmaw/qQrPSXl6hZ09K+j3p/iWh3esq6sxnwuW1PJKLniwkT4Z/JlDIk6stGPGQYi+WE5I2Q==} peerDependencies: '@stencil/core': '>=2.0.0 || >=3 || >= 4.0.0-beta.0 || >= 4.0.0' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 dev: true /@surma/rollup-plugin-off-main-thread@2.2.3: @@ -8100,7 +8167,7 @@ packages: resolution: {integrity: sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==} dependencies: '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.20.1 @@ -8109,20 +8176,20 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@types/babel__traverse@7.20.1: resolution: {integrity: sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /@types/body-parser@1.19.2: @@ -8214,7 +8281,7 @@ packages: /@types/hoist-non-react-statics@3.3.3: resolution: {integrity: sha512-Wny3a2UXn5FEA1l7gc6BbpoV5mD1XijZqgkp4TRgDCDL5r3B5ieOFGUX5h3n78Tr1MEG7BfvoM8qeztdvNU0fw==} dependencies: - '@types/react': 18.2.36 + '@types/react': 18.2.39 hoist-non-react-statics: 3.3.2 dev: false @@ -8260,8 +8327,8 @@ packages: resolution: {integrity: sha512-HZQYqbiFVWufzCwexrvh694SOim8z2d+xJl5UNamcvQFejLY/2YUtzXHYi3cHdI7PMlS8ejH2slRAOJQ32aNbA==} dev: true - /@types/markdown-it@13.0.5: - resolution: {integrity: sha512-QhJP7hkq3FCrFNx0szMNCT/79CXfcEgUIA3jc5GBfeXqoKsk3R8JZm2wRXJ2DiyjbPE4VMFOSDemLFcUTZmHEQ==} + /@types/markdown-it@13.0.7: + resolution: {integrity: sha512-U/CBi2YUUcTHBt5tjO2r5QV/x0Po6nsYwQU4Y04fBS6vfoImaiZ6f8bi3CjTCxBPQSO1LMyUqkByzi8AidyxfA==} dependencies: '@types/linkify-it': 3.0.2 '@types/mdurl': 1.0.2 @@ -8285,10 +8352,6 @@ packages: resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} dev: true - /@types/minimist@1.2.4: - resolution: {integrity: sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==} - dev: true - /@types/minimist@1.2.5: resolution: {integrity: sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==} dev: true @@ -8296,8 +8359,8 @@ packages: /@types/mocha@9.1.1: resolution: {integrity: sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==} - /@types/mustache@4.2.4: - resolution: {integrity: sha512-5DK8oX+pyEJm8Arm57Ut2R4KCeDuNQhLAuU04IgaKB7nYsFYzhpWqSoFnp7kCtVG7wXKftnaEJIyUFTVvSkkzw==} + /@types/mustache@4.2.5: + resolution: {integrity: sha512-PLwiVvTBg59tGFL/8VpcGvqOu3L4OuveNvPi0EYbWchRdEVP++yRUXJPFl+CApKEq13017/4Nf7aQ5lTtHUNsA==} dev: true /@types/nightwatch@1.3.4: @@ -8320,21 +8383,6 @@ packages: resolution: {integrity: sha512-RcdC3hOBOauLP+r/kRt27NrByYtDjsXyAuSbR87O6xpsvi763WI+5fbSIvYJrXnt9w4RuxhV6eAXfIs7aaf/FQ==} dev: true - /@types/node@20.8.10: - resolution: {integrity: sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==} - dependencies: - undici-types: 5.26.5 - - /@types/node@20.9.0: - resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} - dependencies: - undici-types: 5.26.5 - dev: true - - /@types/normalize-package-data@2.4.3: - resolution: {integrity: sha512-ehPtgRgaULsFG8x0NeYJvmyH1hmlfsNLujHe9dQEia/7MAJYdzMSi19JtchUHjmBA6XC/75dK55mzZH+RyieSg==} - dev: true - /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} dev: true @@ -8349,8 +8397,8 @@ packages: /@types/prop-types@15.7.5: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} - /@types/pug@2.0.8: - resolution: {integrity: sha512-QzhsZ1dMGyJbn/D9V80zp4GIA4J4rfAjCCxc3MP+new0E8dyVdSkR735Lx+n3LIaHNFcjHL5+TbziccuT+fdoQ==} + /@types/pug@2.0.10: + resolution: {integrity: sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==} dev: true /@types/qs@6.9.7: @@ -8359,13 +8407,13 @@ packages: /@types/range-parser@1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom@18.2.14: - resolution: {integrity: sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==} + /@types/react-dom@18.2.17: + resolution: {integrity: sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==} dependencies: - '@types/react': 18.2.36 + '@types/react': 18.2.39 - /@types/react@18.2.36: - resolution: {integrity: sha512-o9XFsHYLLZ4+sb9CWUYwHqFVoG61SesydF353vFMMsQziiyRu8np4n2OYMUSDZ8XuImxDr9c5tR7gidlH29Vnw==} + /@types/react@18.2.39: + resolution: {integrity: sha512-Oiw+ppED6IremMInLV4HXGbfbG6GyziY3kqAwJYOR0PNbkYDmLWQA3a95EhdSmamsvbkJN96ZNN+YD+fGjzSBA==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -8438,12 +8486,12 @@ packages: resolution: {integrity: sha512-NfQ4gyz38SL8sDNrSixxU2Os1a5xcdFxipAFxYEuLUlvU2uDwS4NUpsImcf1//SlWItCVMMLiylsxbmNMToV/g==} dev: true - /@types/twig@1.12.14: - resolution: {integrity: sha512-dD/ygsUEfqAstJ0nDnz1f362zjcqUeeGxlwQQ61DuJX7llYZSq8o4wQGozm+b2GLVLd13rF3rDgG273MFrAesQ==} + /@types/twig@1.12.16: + resolution: {integrity: sha512-6kXSQwqxWxdHVITY6lur6pVpKbTk5D8R/ZUn2/7Y2AACKFlRqO4jbtHgWPDLe7JUc91sZQhkmopboYDABtZqlA==} dev: true - /@types/wcag-contrast@3.0.2: - resolution: {integrity: sha512-uwiblLgQtz/rpGvZQkxI5JVWvU9yLiVHQuOf4G4N0ECymbwKIc96yzooA/OYhx7e4GqcgTolN/n4EX3VJOCwIA==} + /@types/wcag-contrast@3.0.3: + resolution: {integrity: sha512-oprevfwJSLfpQK4KaWsRKJuNoebV76+xhmbXiWJGy+FkS34LpCgCMNIwRXWTb8xmmSxUE2ycFOYE7uyRVRm3LA==} dev: true /@types/ws@8.5.5: @@ -8506,8 +8554,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@4.6.2): - resolution: {integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==} + /@typescript-eslint/eslint-plugin@6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@4.6.2): + resolution: {integrity: sha512-HTvbSd0JceI2GW5DHS3R9zbarOqjkM9XDR7zL8eCsBUO/eSiHcoNE7kSL5sjGXmVa9fjH5LCfHDXNnH4QLp7tQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -8518,13 +8566,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.1 - '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@4.6.2) - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/type-utils': 6.10.0(eslint@8.53.0)(typescript@4.6.2) - '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@4.6.2) - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/parser': 6.13.0(eslint@8.54.0)(typescript@4.6.2) + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/type-utils': 6.13.0(eslint@8.54.0)(typescript@4.6.2) + '@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@4.6.2) + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 + eslint: 8.54.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -8535,8 +8583,8 @@ packages: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.10.0(@typescript-eslint/parser@6.10.0)(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==} + /@typescript-eslint/eslint-plugin@6.13.0(@typescript-eslint/parser@6.13.0)(eslint@8.54.0)(typescript@5.3.2): + resolution: {integrity: sha512-HTvbSd0JceI2GW5DHS3R9zbarOqjkM9XDR7zL8eCsBUO/eSiHcoNE7kSL5sjGXmVa9fjH5LCfHDXNnH4QLp7tQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -8547,24 +8595,24 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.1 - '@typescript-eslint/parser': 6.10.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/type-utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/parser': 6.13.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/type-utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 + eslint: 8.54.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin@6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.49.0)(typescript@5.2.2): + /@typescript-eslint/eslint-plugin@6.7.0(@typescript-eslint/parser@6.7.0)(eslint@8.49.0)(typescript@5.3.2): resolution: {integrity: sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8576,10 +8624,10 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.8.1 - '@typescript-eslint/parser': 6.7.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.0(eslint@8.54.0)(typescript@5.3.2) '@typescript-eslint/scope-manager': 6.7.0 - '@typescript-eslint/type-utils': 6.7.0(eslint@8.49.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.0(eslint@8.49.0)(typescript@5.2.2) + '@typescript-eslint/type-utils': 6.7.0(eslint@8.49.0)(typescript@5.3.2) + '@typescript-eslint/utils': 6.7.0(eslint@8.49.0)(typescript@5.3.2) '@typescript-eslint/visitor-keys': 6.7.0 debug: 4.3.4(supports-color@8.1.1) eslint: 8.49.0 @@ -8587,8 +8635,8 @@ packages: ignore: 5.2.4 natural-compare: 1.4.0 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color @@ -8612,8 +8660,8 @@ packages: - supports-color dev: true - /@typescript-eslint/parser@6.10.0(eslint@8.53.0)(typescript@4.6.2): - resolution: {integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==} + /@typescript-eslint/parser@6.13.0(eslint@8.54.0)(typescript@4.6.2): + resolution: {integrity: sha512-VpG+M7GNhHLI/aTDctqAV0XbzB16vf+qDX9DXuMZSe/0bahzDA9AKZB15NDbd+D9M4cDsJvfkbGOA7qiZ/bWJw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8622,19 +8670,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.6.2) - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/typescript-estree': 6.13.0(typescript@4.6.2) + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 + eslint: 8.54.0 typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.10.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==} + /@typescript-eslint/parser@6.13.0(eslint@8.54.0)(typescript@5.3.2): + resolution: {integrity: sha512-VpG+M7GNhHLI/aTDctqAV0XbzB16vf+qDX9DXuMZSe/0bahzDA9AKZB15NDbd+D9M4cDsJvfkbGOA7qiZ/bWJw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8643,18 +8691,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/typescript-estree': 6.13.0(typescript@5.3.2) + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 - typescript: 5.2.2 + eslint: 8.54.0 + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.7.0(eslint@8.53.0)(typescript@5.2.2): + /@typescript-eslint/parser@6.7.0(eslint@8.54.0)(typescript@5.3.2): resolution: {integrity: sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8666,11 +8714,11 @@ packages: dependencies: '@typescript-eslint/scope-manager': 6.7.0 '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.3.2) '@typescript-eslint/visitor-keys': 6.7.0 debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 - typescript: 5.2.2 + eslint: 8.54.0 + typescript: 5.3.2 transitivePeerDependencies: - supports-color @@ -8682,12 +8730,12 @@ packages: '@typescript-eslint/visitor-keys': 5.49.0 dev: true - /@typescript-eslint/scope-manager@6.10.0: - resolution: {integrity: sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==} + /@typescript-eslint/scope-manager@6.13.0: + resolution: {integrity: sha512-2x0K2/CujsokIv+LN2T0l5FVDMtsCjkUyYtlcY4xxnxLAW+x41LXr16duoicHpGtLhmtN7kqvuFJ3zbz00Ikhw==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/visitor-keys': 6.13.0 dev: true /@typescript-eslint/scope-manager@6.7.0: @@ -8717,8 +8765,8 @@ packages: - supports-color dev: true - /@typescript-eslint/type-utils@6.10.0(eslint@8.53.0)(typescript@4.6.2): - resolution: {integrity: sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==} + /@typescript-eslint/type-utils@6.13.0(eslint@8.54.0)(typescript@4.6.2): + resolution: {integrity: sha512-YHufAmZd/yP2XdoD3YeFEjq+/Tl+myhzv+GJHSOz+ro/NFGS84mIIuLU3pVwUcauSmwlCrVXbBclkn1HfjY0qQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8727,18 +8775,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.6.2) - '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@4.6.2) + '@typescript-eslint/typescript-estree': 6.13.0(typescript@4.6.2) + '@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@4.6.2) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 + eslint: 8.54.0 ts-api-utils: 1.0.2(typescript@4.6.2) typescript: 4.6.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.10.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==} + /@typescript-eslint/type-utils@6.13.0(eslint@8.54.0)(typescript@5.3.2): + resolution: {integrity: sha512-YHufAmZd/yP2XdoD3YeFEjq+/Tl+myhzv+GJHSOz+ro/NFGS84mIIuLU3pVwUcauSmwlCrVXbBclkn1HfjY0qQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -8747,17 +8795,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.10.0(eslint@8.53.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.13.0(typescript@5.3.2) + '@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2) debug: 4.3.4(supports-color@8.1.1) - eslint: 8.53.0 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + eslint: 8.54.0 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.7.0(eslint@8.49.0)(typescript@5.2.2): + /@typescript-eslint/type-utils@6.7.0(eslint@8.49.0)(typescript@5.3.2): resolution: {integrity: sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8767,12 +8815,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.0(eslint@8.49.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.3.2) + '@typescript-eslint/utils': 6.7.0(eslint@8.49.0)(typescript@5.3.2) debug: 4.3.4(supports-color@8.1.1) eslint: 8.49.0 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color @@ -8781,8 +8829,8 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types@6.10.0: - resolution: {integrity: sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==} + /@typescript-eslint/types@6.13.0: + resolution: {integrity: sha512-oXg7DFxx/GmTrKXKKLSoR2rwiutOC7jCQ5nDH5p5VS6cmHE1TcPTaYQ0VPSSUvj7BnNqCgQ/NXcTBxn59pfPTQ==} engines: {node: ^16.0.0 || >=18.0.0} dev: true @@ -8811,8 +8859,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.10.0(typescript@4.6.2): - resolution: {integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==} + /@typescript-eslint/typescript-estree@6.13.0(typescript@4.6.2): + resolution: {integrity: sha512-IT4O/YKJDoiy/mPEDsfOfp+473A9GVqXlBKckfrAOuVbTqM8xbc0LuqyFCcgeFWpqu3WjQexolgqN2CuWBYbog==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -8820,8 +8868,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 @@ -8832,8 +8880,8 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.10.0(typescript@5.2.2): - resolution: {integrity: sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==} + /@typescript-eslint/typescript-estree@6.13.0(typescript@5.3.2): + resolution: {integrity: sha512-IT4O/YKJDoiy/mPEDsfOfp+473A9GVqXlBKckfrAOuVbTqM8xbc0LuqyFCcgeFWpqu3WjQexolgqN2CuWBYbog==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -8841,19 +8889,19 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/visitor-keys': 6.10.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/visitor-keys': 6.13.0 debug: 4.3.4(supports-color@8.1.1) globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2): + /@typescript-eslint/typescript-estree@6.7.0(typescript@5.3.2): resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8868,8 +8916,8 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.5.4 - ts-api-utils: 1.0.2(typescript@5.2.2) - typescript: 5.2.2 + ts-api-utils: 1.0.2(typescript@5.3.2) + typescript: 5.3.2 transitivePeerDependencies: - supports-color @@ -8893,45 +8941,45 @@ packages: - typescript dev: true - /@typescript-eslint/utils@6.10.0(eslint@8.53.0)(typescript@4.6.2): - resolution: {integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==} + /@typescript-eslint/utils@6.13.0(eslint@8.54.0)(typescript@4.6.2): + resolution: {integrity: sha512-V+txaxARI8yznDkcQ6FNRXxG+T37qT3+2NsDTZ/nKLxv6VfGrRhTnuvxPUxpVuWWr+eVeIxU53PioOXbz8ratQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/typescript-estree': 6.10.0(typescript@4.6.2) - eslint: 8.53.0 + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/typescript-estree': 6.13.0(typescript@4.6.2) + eslint: 8.54.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.10.0(eslint@8.53.0)(typescript@5.2.2): - resolution: {integrity: sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==} + /@typescript-eslint/utils@6.13.0(eslint@8.54.0)(typescript@5.3.2): + resolution: {integrity: sha512-V+txaxARI8yznDkcQ6FNRXxG+T37qT3+2NsDTZ/nKLxv6VfGrRhTnuvxPUxpVuWWr+eVeIxU53PioOXbz8ratQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) '@types/json-schema': 7.0.12 '@types/semver': 7.5.0 - '@typescript-eslint/scope-manager': 6.10.0 - '@typescript-eslint/types': 6.10.0 - '@typescript-eslint/typescript-estree': 6.10.0(typescript@5.2.2) - eslint: 8.53.0 + '@typescript-eslint/scope-manager': 6.13.0 + '@typescript-eslint/types': 6.13.0 + '@typescript-eslint/typescript-estree': 6.13.0(typescript@5.3.2) + eslint: 8.54.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.7.0(eslint@8.49.0)(typescript@5.2.2): + /@typescript-eslint/utils@6.7.0(eslint@8.49.0)(typescript@5.3.2): resolution: {integrity: sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: @@ -8942,7 +8990,7 @@ packages: '@types/semver': 7.5.0 '@typescript-eslint/scope-manager': 6.7.0 '@typescript-eslint/types': 6.7.0 - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.3.2) eslint: 8.49.0 semver: 7.5.4 transitivePeerDependencies: @@ -8957,11 +9005,11 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.10.0: - resolution: {integrity: sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==} + /@typescript-eslint/visitor-keys@6.13.0: + resolution: {integrity: sha512-UQklteCEMCRoq/1UhKFZsHv5E4dN1wQSzJoxTfABasWk1HgJRdg1xNUve/Kv/Sdymt4x+iEzpESOqRFlQr/9Aw==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.10.0 + '@typescript-eslint/types': 6.13.0 eslint-visitor-keys: 3.4.3 dev: true @@ -8978,65 +9026,65 @@ packages: /@ungap/structured-clone@1.2.0: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - /@unocss/config@0.57.2: - resolution: {integrity: sha512-C+uZPz4lYN8dft0dKRRiBBtDIyd+RdYlbaQhuQp5F7UEfJeEPH8HpdiF+FeKZVJxP4j7kaGfcGWEJj1ImC/g9A==} + /@unocss/config@0.57.7: + resolution: {integrity: sha512-UG8G9orWEdk/vyDvGUToXYn/RZy/Qjpx66pLsaf5wQK37hkYsBoReAU5v8Ia/6PL1ueJlkcNXLaNpN6/yVoJvg==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.57.2 + '@unocss/core': 0.57.7 unconfig: 0.3.11 - /@unocss/core@0.57.2: - resolution: {integrity: sha512-iTmowhObigxeqcxtEW4v+mAEQtFslifTG0Fiw8kXs3+t4L6fcnjj0i7/FtBbz+nOxrWyt2EzdkUyjpLGQa/yCw==} + /@unocss/core@0.57.7: + resolution: {integrity: sha512-1d36M0CV3yC80J0pqOa5rH1BX6g2iZdtKmIb3oSBN4AWnMCSrrJEPBrUikyMq2TEQTrYWJIVDzv5A9hBUat3TA==} - /@unocss/extractor-arbitrary-variants@0.57.2: - resolution: {integrity: sha512-f6sc8pfgHbJua1VzdpFSPW92lNyIBRl93avRNk+HM4iWAhxBPD3LsCxSS7kOnQg2tFe6YsRkm8QkuF6SjFq1AA==} + /@unocss/extractor-arbitrary-variants@0.57.7: + resolution: {integrity: sha512-JdyhPlsgS0x4zoF8WYXDcusPcpU4ysE6Rkkit4a9+xUZEvg7vy7InH6PQ8dL8B9oY7pbxF7G6eFguUDpv9xx4Q==} dependencies: - '@unocss/core': 0.57.2 + '@unocss/core': 0.57.7 - /@unocss/preset-mini@0.57.2: - resolution: {integrity: sha512-ZahZ8TWa40SVnJw6fYFhYzLFMCZU3obMBNl0otallevoooKLXIDZL2VmHxFDqCvwaAk9DYsAzPrqUpNWr6bPgA==} + /@unocss/preset-mini@0.57.7: + resolution: {integrity: sha512-YPmmh+ZIg4J7/nPMfvzD1tOfUFD+8KEFXX9ISRteooflYeosn2YytGW66d/sq97AZos9N630FJ//DvPD2wfGwA==} dependencies: - '@unocss/core': 0.57.2 - '@unocss/extractor-arbitrary-variants': 0.57.2 - '@unocss/rule-utils': 0.57.2 + '@unocss/core': 0.57.7 + '@unocss/extractor-arbitrary-variants': 0.57.7 + '@unocss/rule-utils': 0.57.7 - /@unocss/preset-uno@0.57.2: - resolution: {integrity: sha512-A5fZmz8i1fSwKMUN8olRAUskkTAPjFsdw19Iem5yOHtK/9NYM3eQPaHDdHldhfZ7/51oF27poavdPfe8KKugQQ==} + /@unocss/preset-uno@0.57.7: + resolution: {integrity: sha512-yRKvRBaPLmDSUZet5WnV1WNb3BV4EFwvB1Zbvlc3lyVp6uCksP/SYlxuUwht7JefOrfiY2sGugoBxZTyGmj/kQ==} dependencies: - '@unocss/core': 0.57.2 - '@unocss/preset-mini': 0.57.2 - '@unocss/preset-wind': 0.57.2 - '@unocss/rule-utils': 0.57.2 + '@unocss/core': 0.57.7 + '@unocss/preset-mini': 0.57.7 + '@unocss/preset-wind': 0.57.7 + '@unocss/rule-utils': 0.57.7 dev: false - /@unocss/preset-wind@0.57.2: - resolution: {integrity: sha512-d8s4PFcIakzcmAoECTY3Ft2Wtb5nn+AvVGj5j52YpVt5ShTuGVlk5UbF9kpfEfzLigtkHcNivM24D1UTfR/MBg==} + /@unocss/preset-wind@0.57.7: + resolution: {integrity: sha512-olQ6+w0fQ84eEC1t7SF4vJyKcyawkDWSRF5YufOqeQZL3zjqBzMQi+3PUlKCstrDO1DNZ3qdcwg1vPHRmuX9VA==} dependencies: - '@unocss/core': 0.57.2 - '@unocss/preset-mini': 0.57.2 - '@unocss/rule-utils': 0.57.2 + '@unocss/core': 0.57.7 + '@unocss/preset-mini': 0.57.7 + '@unocss/rule-utils': 0.57.7 dev: false - /@unocss/rule-utils@0.57.2: - resolution: {integrity: sha512-fgAc5gkZo8JLDe9vMisofSck3k1nN05+kblKhrEaq/+gS5bxHzL9VNExtiTbT00wyMKGjak/uC7qDMbdVmUhYg==} + /@unocss/rule-utils@0.57.7: + resolution: {integrity: sha512-gLqbKTIetvRynLkhonu1znr+bmWnw+Cl3dFVNgZPGjiqGHd78PGS0gXQKvzuyN0iO2ADub1A7GlCWs826iEHjA==} engines: {node: '>=14'} dependencies: - '@unocss/core': 0.57.2 + '@unocss/core': 0.57.7 magic-string: 0.30.5 - /@unocss/webpack@0.57.2(webpack@5.89.0): - resolution: {integrity: sha512-qXr1EQqzhazUUsngeQqOiXej1N00hqjLaGWjdIywv1nvbvAI+pJWT8oHQgKGG+vyU6Ps1gphncgjDap7owTYfQ==} + /@unocss/webpack@0.57.7(webpack@5.89.0): + resolution: {integrity: sha512-EyMDKx6ZW7huNSoIWUFMY7l2iuke4x9dlG90W9IGUR3+KIO+ZHjByUIrtBWsWiFT5ysywSBTauLYKRDfU4+6eg==} peerDependencies: webpack: ^4 || ^5 dependencies: '@ampproject/remapping': 2.2.1 '@rollup/pluginutils': 5.0.5 - '@unocss/config': 0.57.2 - '@unocss/core': 0.57.2 + '@unocss/config': 0.57.7 + '@unocss/core': 0.57.7 chokidar: 3.5.3 - fast-glob: 3.3.1 + fast-glob: 3.3.2 magic-string: 0.30.5 - unplugin: 1.5.0 + unplugin: 1.5.1 webpack: 5.89.0(@swc/core@1.3.84)(esbuild@0.19.3)(webpack-cli@4.10.0) webpack-sources: 3.2.3 transitivePeerDependencies: @@ -9051,11 +9099,11 @@ packages: source-map-js: 1.0.2 dev: true - /@vue/compiler-core@3.3.8: - resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} + /@vue/compiler-core@3.3.9: + resolution: {integrity: sha512-+/Lf68Vr/nFBA6ol4xOtJrW+BQWv3QWKfRwGSm70jtXwfhZNF4R/eRgyVJYoxFRhdCTk/F6g99BP0ffPgZihfQ==} dependencies: - '@babel/parser': 7.23.0 - '@vue/shared': 3.3.8 + '@babel/parser': 7.23.4 + '@vue/shared': 3.3.9 estree-walker: 2.0.2 source-map-js: 1.0.2 dev: true @@ -9067,11 +9115,11 @@ packages: '@vue/shared': 3.3.4 dev: true - /@vue/compiler-dom@3.3.8: - resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} + /@vue/compiler-dom@3.3.9: + resolution: {integrity: sha512-nfWubTtLXuT4iBeDSZ5J3m218MjOy42Vp2pmKVuBKo2/BLcrFUX8nCSr/bKRFiJ32R8qbdnnnBgRn9AdU5v0Sg==} dependencies: - '@vue/compiler-core': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/compiler-core': 3.3.9 + '@vue/shared': 3.3.9 dev: true /@vue/compiler-sfc@3.3.4: @@ -9089,15 +9137,15 @@ packages: source-map-js: 1.0.2 dev: true - /@vue/compiler-sfc@3.3.8: - resolution: {integrity: sha512-WMzbUrlTjfYF8joyT84HfwwXo+8WPALuPxhy+BZ6R4Aafls+jDBnSz8PDz60uFhuqFbl3HxRfxvDzrUf3THwpA==} + /@vue/compiler-sfc@3.3.9: + resolution: {integrity: sha512-wy0CNc8z4ihoDzjASCOCsQuzW0A/HP27+0MDSSICMjVIFzk/rFViezkR3dzH+miS2NDEz8ywMdbjO5ylhOLI2A==} dependencies: - '@babel/parser': 7.23.0 - '@vue/compiler-core': 3.3.8 - '@vue/compiler-dom': 3.3.8 - '@vue/compiler-ssr': 3.3.8 - '@vue/reactivity-transform': 3.3.8 - '@vue/shared': 3.3.8 + '@babel/parser': 7.23.4 + '@vue/compiler-core': 3.3.9 + '@vue/compiler-dom': 3.3.9 + '@vue/compiler-ssr': 3.3.9 + '@vue/reactivity-transform': 3.3.9 + '@vue/shared': 3.3.9 estree-walker: 2.0.2 magic-string: 0.30.5 postcss: 8.4.31 @@ -9111,11 +9159,11 @@ packages: '@vue/shared': 3.3.4 dev: true - /@vue/compiler-ssr@3.3.8: - resolution: {integrity: sha512-hXCqQL/15kMVDBuoBYpUnSYT8doDNwsjvm3jTefnXr+ytn294ySnT8NlsFHmTgKNjwpuFy7XVV8yTeLtNl/P6w==} + /@vue/compiler-ssr@3.3.9: + resolution: {integrity: sha512-NO5oobAw78R0G4SODY5A502MGnDNiDjf6qvhn7zD7TJGc8XDeIEw4fg6JU705jZ/YhuokBKz0A5a/FL/XZU73g==} dependencies: - '@vue/compiler-dom': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/compiler-dom': 3.3.9 + '@vue/shared': 3.3.9 dev: true /@vue/reactivity-transform@3.3.4: @@ -9125,56 +9173,56 @@ packages: '@vue/compiler-core': 3.3.4 '@vue/shared': 3.3.4 estree-walker: 2.0.2 - magic-string: 0.30.3 + magic-string: 0.30.5 dev: true - /@vue/reactivity-transform@3.3.8: - resolution: {integrity: sha512-49CvBzmZNtcHua0XJ7GdGifM8GOXoUMOX4dD40Y5DxI3R8OUhMlvf2nvgUAcPxaXiV5MQQ1Nwy09ADpnLQUqRw==} + /@vue/reactivity-transform@3.3.9: + resolution: {integrity: sha512-HnUFm7Ry6dFa4Lp63DAxTixUp8opMtQr6RxQCpDI1vlh12rkGIeYqMvJtK+IKyEfEOa2I9oCkD1mmsPdaGpdVg==} dependencies: - '@babel/parser': 7.23.0 - '@vue/compiler-core': 3.3.8 - '@vue/shared': 3.3.8 + '@babel/parser': 7.23.4 + '@vue/compiler-core': 3.3.9 + '@vue/shared': 3.3.9 estree-walker: 2.0.2 magic-string: 0.30.5 dev: true - /@vue/reactivity@3.3.8: - resolution: {integrity: sha512-ctLWitmFBu6mtddPyOKpHg8+5ahouoTCRtmAHZAXmolDtuZXfjL2T3OJ6DL6ezBPQB1SmMnpzjiWjCiMYmpIuw==} + /@vue/reactivity@3.3.9: + resolution: {integrity: sha512-VmpIqlNp+aYDg2X0xQhJqHx9YguOmz2UxuUJDckBdQCNkipJvfk9yA75woLWElCa0Jtyec3lAAt49GO0izsphw==} dependencies: - '@vue/shared': 3.3.8 + '@vue/shared': 3.3.9 dev: true - /@vue/runtime-core@3.3.8: - resolution: {integrity: sha512-qurzOlb6q26KWQ/8IShHkMDOuJkQnQcTIp1sdP4I9MbCf9FJeGVRXJFr2mF+6bXh/3Zjr9TDgURXrsCr9bfjUw==} + /@vue/runtime-core@3.3.9: + resolution: {integrity: sha512-xxaG9KvPm3GTRuM4ZyU8Tc+pMVzcu6eeoSRQJ9IE7NmCcClW6z4B3Ij6L4EDl80sxe/arTtQ6YmgiO4UZqRc+w==} dependencies: - '@vue/reactivity': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/reactivity': 3.3.9 + '@vue/shared': 3.3.9 dev: true - /@vue/runtime-dom@3.3.8: - resolution: {integrity: sha512-Noy5yM5UIf9UeFoowBVgghyGGPIDPy1Qlqt0yVsUdAVbqI8eeMSsTqBtauaEoT2UFXUk5S64aWVNJN4MJ2vRdA==} + /@vue/runtime-dom@3.3.9: + resolution: {integrity: sha512-e7LIfcxYSWbV6BK1wQv9qJyxprC75EvSqF/kQKe6bdZEDNValzeRXEVgiX7AHI6hZ59HA4h7WT5CGvm69vzJTQ==} dependencies: - '@vue/runtime-core': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/runtime-core': 3.3.9 + '@vue/shared': 3.3.9 csstype: 3.1.2 dev: true - /@vue/server-renderer@3.3.8(vue@3.3.8): - resolution: {integrity: sha512-zVCUw7RFskvPuNlPn/8xISbrf0zTWsTSdYTsUTN1ERGGZGVnRxM2QZ3x1OR32+vwkkCm0IW6HmJ49IsPm7ilLg==} + /@vue/server-renderer@3.3.9(vue@3.3.9): + resolution: {integrity: sha512-w0zT/s5l3Oa3ZjtLW88eO4uV6AQFqU8X5GOgzq7SkQQu6vVr+8tfm+OI2kDBplS/W/XgCBuFXiPw6T5EdwXP0A==} peerDependencies: - vue: 3.3.8 + vue: 3.3.9 dependencies: - '@vue/compiler-ssr': 3.3.8 - '@vue/shared': 3.3.8 - vue: 3.3.8(typescript@5.2.2) + '@vue/compiler-ssr': 3.3.9 + '@vue/shared': 3.3.9 + vue: 3.3.9(typescript@5.3.2) dev: true /@vue/shared@3.3.4: resolution: {integrity: sha512-7OjdcV8vQ74eiz1TZLzZP4JwqM5fA94K6yntPS5Z25r9HDuGNzaGdgvwKYq6S+MxwF0TFRwe50fIR/MYnakdkQ==} dev: true - /@vue/shared@3.3.8: - resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} + /@vue/shared@3.3.9: + resolution: {integrity: sha512-ZE0VTIR0LmYgeyhurPTpy4KzKsuDyQbMSdM49eKkMnT5X4VfFBLysMzjIZhLEFQYjjOVVfbvUDHckwjDFiO2eA==} dev: true /@webassemblyjs/ast@1.11.6: @@ -9404,6 +9452,11 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + /acorn@8.11.2: + resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} + engines: {node: '>=0.4.0'} + hasBin: true + /add-stream@1.0.0: resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} dev: true @@ -9413,17 +9466,10 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /adopted-style-sheets@1.0.7: - resolution: {integrity: sha512-xO9/y8Ug0TIxAUwu+mpZnMwxTMPSNsLoNbzCMAgrDgoRt1UZtNqb87DHfFrntKaGbFsQDwtqBhHcrOoBI1xrfw==} - dependencies: - loglevel: 1.8.1 - dev: true - /adopted-style-sheets@1.1.0: resolution: {integrity: sha512-s2D+p1fG7R0jjzfpc/KO1qA6ZwcjOy3VfWZjVO6KKJxawiZ77AqZu1ae3BxywiKi3wAXiX75zTddN49hxhj+lA==} dependencies: loglevel: 1.8.1 - dev: false /agent-base@6.0.2: resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} @@ -9960,7 +10006,7 @@ packages: rimraf: 3.0.2 dev: false - /axe-playwright@1.2.3(playwright@1.39.0): + /axe-playwright@1.2.3(playwright@1.40.0): resolution: {integrity: sha512-bTxCTNp3kx6sQRMjmuLv8pG3+v+kOCvFXATim1+XUXzW6ykulbbuJdQfgB+vQPNAF9uvYbW2qrv9pg81ZSFV/A==} peerDependencies: playwright: '>1.0.0' @@ -9968,7 +10014,7 @@ packages: axe-core: 4.8.1 axe-html-reporter: 2.2.3(axe-core@4.8.1) picocolors: 1.0.0 - playwright: 1.39.0 + playwright: 1.40.0 dev: false /axios@1.6.0: @@ -10052,7 +10098,7 @@ packages: engines: {node: '>= 10.14.2'} dependencies: '@babel/template': 7.22.15 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 '@types/babel__core': 7.20.1 '@types/babel__traverse': 7.20.1 dev: true @@ -10065,7 +10111,7 @@ packages: '@babel/core': 7.23.2 '@babel/helper-module-imports': 7.18.6 '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 html-entities: 2.3.3 validate-html-nesting: 1.2.2 dev: true @@ -10075,7 +10121,7 @@ packages: peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.3 '@babel/core': 7.22.11 '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) semver: 6.3.1 @@ -10083,14 +10129,14 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-corejs2@0.4.5(@babel/core@7.22.17): - resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} + /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.22.17): + resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/compat-data': 7.23.3 '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.17) + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.22.17) semver: 6.3.1 transitivePeerDependencies: - supports-color @@ -10116,19 +10162,19 @@ packages: dependencies: '@babel/core': 7.22.11 '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.11) - core-js-compat: 3.32.1 + core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.8.3(@babel/core@7.22.17): - resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} + /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.22.17): + resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.17) - core-js-compat: 3.32.1 + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.22.17) + core-js-compat: 3.33.2 transitivePeerDependencies: - supports-color dev: true @@ -10156,13 +10202,13 @@ packages: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.5.2(@babel/core@7.22.17): - resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} + /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.22.17): + resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: '@babel/core': 7.22.17 - '@babel/helper-define-polyfill-provider': 0.4.2(@babel/core@7.22.17) + '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.22.17) transitivePeerDependencies: - supports-color dev: true @@ -10229,7 +10275,7 @@ packages: resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /babylon@6.18.0: @@ -10455,13 +10501,13 @@ packages: semver: 7.5.4 dev: true - /bundle-require@4.0.1(esbuild@0.18.20): + /bundle-require@4.0.1(esbuild@0.19.3): resolution: {integrity: sha512-9NQkRHlNdNpDBGmLpngF3EFDcwodhMUuLz9PaWYciVcQF9SE4LFjM2DB/xV1Li5JiuDMv7ZUWuC3rGbqR0MAXQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} peerDependencies: esbuild: '>=0.17' dependencies: - esbuild: 0.18.20 + esbuild: 0.19.3 load-tsconfig: 0.2.5 dev: true @@ -11025,8 +11071,8 @@ packages: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} - /comment-parser@1.4.0: - resolution: {integrity: sha512-QLyTNiZ2KDOibvFPlZ6ZngVsZ/0gYnE6uTXi5aoDg8ed3AkJAz4sEje3Y8a29hQ1s6A99MZXe47fLAXQ1rTqaw==} + /comment-parser@1.4.1: + resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} engines: {node: '>= 12.0.0'} dev: true @@ -11148,7 +11194,7 @@ packages: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 dev: true /content-disposition@0.5.2: @@ -11166,13 +11212,6 @@ packages: resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} engines: {node: '>= 0.6'} - /conventional-changelog-angular@6.0.0: - resolution: {integrity: sha512-6qLgrBF4gueoC7AFVHu51nHL9pF9FRjXrH+ceVf7WmAfH3gs+gEYOkvxhjMPjZu57I4AGUGoNTY8V7Hrgf1uqg==} - engines: {node: '>=14'} - dependencies: - compare-func: 2.0.0 - dev: true - /conventional-changelog-angular@7.0.0: resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} engines: {node: '>=16'} @@ -11339,7 +11378,7 @@ packages: /core-util-is@1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - /cosmiconfig-typescript-loader@5.0.0(@types/node@18.11.9)(cosmiconfig@8.3.6)(typescript@5.2.2): + /cosmiconfig-typescript-loader@5.0.0(@types/node@18.11.9)(cosmiconfig@8.3.6)(typescript@5.3.2): resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} engines: {node: '>=v16'} peerDependencies: @@ -11348,9 +11387,9 @@ packages: typescript: '>=4' dependencies: '@types/node': 18.11.9 - cosmiconfig: 8.3.6(typescript@5.2.2) - jiti: 1.20.0 - typescript: 5.2.2 + cosmiconfig: 8.3.6(typescript@5.3.2) + jiti: 1.21.0 + typescript: 5.3.2 dev: true /cosmiconfig@6.0.0: @@ -11390,7 +11429,7 @@ packages: typescript: 4.6.2 dev: true - /cosmiconfig@8.3.6(typescript@5.2.2): + /cosmiconfig@8.3.6(typescript@5.3.2): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -11403,7 +11442,7 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.2.2 + typescript: 5.3.2 dev: true /cp-file@10.0.0: @@ -12783,13 +12822,13 @@ packages: optionalDependencies: source-map: 0.6.1 - /eslint-config-prettier@9.0.0(eslint@8.53.0): + /eslint-config-prettier@9.0.0(eslint@8.54.0): resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.53.0 + eslint: 8.54.0 dev: true /eslint-plugin-html@6.2.0: @@ -12803,18 +12842,18 @@ packages: dependencies: htmlparser2: 8.0.2 - /eslint-plugin-jsdoc@46.8.2(eslint@8.53.0): - resolution: {integrity: sha512-5TSnD018f3tUJNne4s4gDWQflbsgOycIKEUBoCLn6XtBMgNHxQFmV8vVxUtiPxAQq8lrX85OaSG/2gnctxw9uQ==} + /eslint-plugin-jsdoc@46.9.0(eslint@8.54.0): + resolution: {integrity: sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==} engines: {node: '>=16'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@es-joy/jsdoccomment': 0.40.1 + '@es-joy/jsdoccomment': 0.41.0 are-docs-informative: 0.0.2 - comment-parser: 1.4.0 + comment-parser: 1.4.1 debug: 4.3.4(supports-color@8.1.1) escape-string-regexp: 4.0.0 - eslint: 8.53.0 + eslint: 8.54.0 esquery: 1.5.0 is-builtin-module: 3.2.1 semver: 7.5.4 @@ -12830,7 +12869,7 @@ packages: lodash: 4.17.21 vscode-json-languageservice: 4.2.1 - /eslint-plugin-jsx-a11y@6.8.0(eslint@8.53.0): + /eslint-plugin-jsx-a11y@6.8.0(eslint@8.54.0): resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} engines: {node: '>=4.0'} peerDependencies: @@ -12846,7 +12885,7 @@ packages: damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 es-iterator-helpers: 1.0.15 - eslint: 8.53.0 + eslint: 8.54.0 hasown: 2.0.0 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 @@ -12854,15 +12893,15 @@ packages: object.entries: 1.1.7 object.fromentries: 2.0.7 - /eslint-plugin-no-loops@0.3.0(eslint@8.53.0): + /eslint-plugin-no-loops@0.3.0(eslint@8.54.0): resolution: {integrity: sha512-qI0oMgD0mA2Kpad2P/WncEqeVzvJKpHs/6+PA1SW4E6gXSXRmeV2cPv6+fnEgFwC7i+QtFRay2jUQ8DCH02nZg==} peerDependencies: eslint: '>=2.0.0' dependencies: - eslint: 8.53.0 + eslint: 8.54.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.53.0): + /eslint-plugin-react@7.33.2(eslint@8.54.0): resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -12873,7 +12912,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.14 - eslint: 8.53.0 + eslint: 8.54.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -13012,15 +13051,15 @@ packages: transitivePeerDependencies: - supports-color - /eslint@8.53.0: - resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} + /eslint@8.54.0: + resolution: {integrity: sha512-NY0DfAkM8BIZDVl6PgSa1ttZbx3xHgJzSNJKYcQglem6CppHyMhRIQkBVSSMaSRnLhig3jsDbEzOjwCVt4AmmA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0) '@eslint-community/regexpp': 4.8.1 '@eslint/eslintrc': 2.1.3 - '@eslint/js': 8.53.0 + '@eslint/js': 8.54.0 '@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -13370,19 +13409,18 @@ packages: resolution: {integrity: sha512-/d9sfos4yxzpwkDkuN7k2SqFKtYNmCTzgfEpz82x34IM9/zc8KGxQoXg1liNC/izpRM/MBdt44Nmx41ZWqk+FQ==} dev: true - /fast-glob@3.2.7: - resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==} - engines: {node: '>=8'} + /fast-glob@3.3.1: + resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true - /fast-glob@3.3.1: - resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} + /fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -13637,7 +13675,7 @@ packages: signal-exit: 4.1.0 dev: true - /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.53.0)(typescript@5.2.2)(webpack@5.89.0): + /fork-ts-checker-webpack-plugin@6.5.3(eslint@8.54.0)(typescript@5.3.2)(webpack@5.89.0): resolution: {integrity: sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -13657,7 +13695,7 @@ packages: chokidar: 3.5.3 cosmiconfig: 6.0.0 deepmerge: 4.3.1 - eslint: 8.53.0 + eslint: 8.54.0 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.5.3 @@ -13665,7 +13703,7 @@ packages: schema-utils: 2.7.0 semver: 7.5.4 tapable: 1.1.3 - typescript: 5.2.2 + typescript: 5.3.2 webpack: 5.89.0(@swc/core@1.3.84)(esbuild@0.19.3)(webpack-cli@4.10.0) dev: true @@ -14689,10 +14727,10 @@ packages: hasBin: true dev: true - /i18next@23.6.0: - resolution: {integrity: sha512-z0Cxr0MGkt+kli306WS4nNNM++9cgt2b2VCMprY92j+AIab/oclgPxdwtTZVLP1zn5t5uo8M6uLsZmYrcjr3HA==} + /i18next@23.7.6: + resolution: {integrity: sha512-O66BhXBw0fH4bEJMA0/klQKPEbcwAp5wjXEL803pdAynNbg2f4qhLIYlNHJyE7icrL6XmSZKPYaaXwy11kJ6YQ==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.2 dev: false /iconv-lite@0.4.24: @@ -15591,7 +15629,7 @@ packages: jest-validate: 26.6.2 micromatch: 4.0.5 pretty-format: 26.6.2 - ts-node: 10.9.1(@types/node@20.7.2)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) transitivePeerDependencies: - bufferutil - canvas @@ -15897,7 +15935,7 @@ packages: resolution: {integrity: sha512-OLhxz05EzUtsAmOMzuupt1lHYXCNib0ECyuZ/PZOx9TrZcC8vL0x+DUG3TL+GLX3yHG45e6YGjIm0XwDc3q3og==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 '@jest/types': 26.6.2 '@types/babel__traverse': 7.20.1 '@types/prettier': 2.7.3 @@ -15995,11 +16033,11 @@ packages: /jiti@1.20.0: resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} hasBin: true + dev: true /jiti@1.21.0: resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} hasBin: true - dev: true /jju@1.4.0: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} @@ -16072,7 +16110,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.10.0 + acorn: 8.11.2 acorn-globals: 6.0.0 cssom: 0.4.4 cssstyle: 2.3.0 @@ -16114,7 +16152,7 @@ packages: optional: true dependencies: abab: 2.0.6 - acorn: 8.10.0 + acorn: 8.11.2 acorn-globals: 6.0.0 cssom: 0.5.0 cssstyle: 2.3.0 @@ -16335,8 +16373,8 @@ packages: resolution: {integrity: sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==} engines: {node: '>= 8'} - /knip@2.40.0: - resolution: {integrity: sha512-sJVum5xuXHRgP0c/bsxOx883e1accSdmCX0/5NouhzDGwHs0eS4f7zTc5X2J0rcwlgfsQ6BCdVxuFSSHgyW3tQ==} + /knip@2.43.0: + resolution: {integrity: sha512-xXtBpC+XiHZzqBoXtvqH0sLV3iSMu9yPIUoP9GRZVUHAegQyDjC4jOTRfFgc5gJKrfqW4NKc71t7l85NqYieUg==} engines: {node: '>=16.17.0 <17 || >=18.6.0'} hasBin: true dependencies: @@ -16344,11 +16382,11 @@ packages: '@npmcli/map-workspaces': 3.0.4 '@pkgjs/parseargs': 0.11.0 '@pnpm/logger': 5.0.0 - '@pnpm/workspace.pkgs-graph': 2.0.10(@pnpm/logger@5.0.0) + '@pnpm/workspace.pkgs-graph': 2.0.11(@pnpm/logger@5.0.0) '@snyk/github-codeowners': 1.1.0 chalk: 5.3.0 easy-table: 1.2.0 - fast-glob: 3.3.1 + fast-glob: 3.3.2 globby: 13.2.2 jiti: 1.21.0 js-yaml: 4.1.0 @@ -16357,7 +16395,7 @@ packages: pretty-ms: 8.0.0 strip-json-comments: 5.0.1 summary: 2.1.0 - typescript: 5.2.2 + typescript: 5.3.2 zod: 3.22.4 zod-validation-error: 1.5.0(zod@3.22.4) transitivePeerDependencies: @@ -16386,15 +16424,14 @@ packages: picocolors: 1.0.0 shell-quote: 1.8.1 - /lerna@7.4.2: - resolution: {integrity: sha512-gxavfzHfJ4JL30OvMunmlm4Anw7d7Tq6tdVHzUukLdS9nWnxCN/QB21qR+VJYp5tcyXogHKbdUEGh6qmeyzxSA==} - engines: {node: '>=16.0.0'} + /lerna@8.0.0: + resolution: {integrity: sha512-Ddshct9hJrujtR7t2cAIiiiKnQCKiTvR/Ki3KhzpBNVepYtWq+dg+HxArZrezF+sYxI+OCxL00BxDHY4/H4uGg==} + engines: {node: '>=18.0.0'} hasBin: true dependencies: - '@lerna/child-process': 7.4.2 - '@lerna/create': 7.4.2(typescript@4.6.2) + '@lerna/create': 8.0.0(typescript@4.6.2) '@npmcli/run-script': 6.0.2 - '@nx/devkit': 16.8.1(nx@16.8.1) + '@nx/devkit': 17.1.3(nx@17.1.3) '@octokit/plugin-enterprise-rest': 6.0.1 '@octokit/rest': 19.0.11 byte-size: 8.1.1 @@ -16437,7 +16474,7 @@ packages: npm-packlist: 5.1.1 npm-registry-fetch: 14.0.5 npmlog: 6.0.2 - nx: 16.8.1 + nx: 17.1.3 p-map: 4.0.0 p-map-series: 2.1.0 p-pipe: 3.1.0 @@ -16464,8 +16501,8 @@ packages: validate-npm-package-name: 5.0.0 write-file-atomic: 5.0.1 write-pkg: 4.0.0 - yargs: 16.2.0 - yargs-parser: 20.2.4 + yargs: 17.7.2 + yargs-parser: 21.1.1 transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -16664,8 +16701,8 @@ packages: uc.micro: 1.0.6 dev: false - /lint-staged@15.0.2: - resolution: {integrity: sha512-vnEy7pFTHyVuDmCAIFKR5QDO8XLVlPFQQyujQ/STOxe40ICWqJ6knS2wSJ/ffX/Lw0rz83luRDh+ET7toN+rOw==} + /lint-staged@15.1.0: + resolution: {integrity: sha512-ZPKXWHVlL7uwVpy8OZ7YQjYDAuO5X4kMh0XgZvPNxLcCCngd0PO5jKQyy3+s4TL2EnHoIXIzP1422f/l3nZKMw==} engines: {node: '>=18.12.0'} hasBin: true dependencies: @@ -16678,7 +16715,7 @@ packages: micromatch: 4.0.5 pidtree: 0.6.0 string-argv: 0.3.2 - yaml: 2.3.3 + yaml: 2.3.4 transitivePeerDependencies: - supports-color dev: true @@ -17514,7 +17551,7 @@ packages: engines: {node: '>=10'} hasBin: true - /mkdist@1.3.0(sass@1.69.2)(typescript@5.2.2): + /mkdist@1.3.0(sass@1.69.5)(typescript@5.3.2): resolution: {integrity: sha512-ZQrUvcL7LkRdzMREpDyg9AT18N9Tl5jc2qeKAUeEw0KGsgykbHbuRvysGAzTuGtwuSg0WQyNit5jh/k+Er3JEg==} hasBin: true peerDependencies: @@ -17535,8 +17572,8 @@ packages: mlly: 1.4.1 mri: 1.2.0 pathe: 1.1.1 - sass: 1.69.2 - typescript: 5.2.2 + sass: 1.69.5 + typescript: 5.3.2 dev: true /mkpath@1.0.0: @@ -17554,7 +17591,7 @@ packages: /mlly@1.4.2: resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==} dependencies: - acorn: 8.10.0 + acorn: 8.11.2 pathe: 1.1.1 pkg-types: 1.0.3 ufo: 1.3.0 @@ -17924,10 +17961,6 @@ packages: tslib: 2.6.2 dev: true - /node-addon-api@3.2.1: - resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} - dev: true - /node-fetch@2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} @@ -17965,11 +17998,6 @@ packages: resolution: {integrity: sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==} engines: {node: '>= 6.13.0'} - /node-gyp-build@4.6.1: - resolution: {integrity: sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==} - hasBin: true - dev: true - /node-gyp@9.4.0: resolution: {integrity: sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==} engines: {node: ^12.13 || ^14.13 || >=16} @@ -18119,8 +18147,8 @@ packages: npm-normalize-package-bin: 3.0.1 dev: true - /npm-check-updates@16.14.6: - resolution: {integrity: sha512-sJ6w4AmSDP7YzBXah94Ul2JhiIbjBDfx9XYgib15um2wtiQkOyjE7Lov3MNUSQ84Ry7T81mE4ynMbl/mGbK4HQ==} + /npm-check-updates@16.14.11: + resolution: {integrity: sha512-0MMWGbGci22Pu77bR9jRsy5qgxdQSJVqNtSyyFeubDPtbcU36z4gjEDITu26PMabFWPNkAoVfKF31M3uKUvzFg==} engines: {node: '>=14.14'} hasBin: true dependencies: @@ -18293,21 +18321,20 @@ packages: /nwsapi@2.2.7: resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} - /nx@16.8.1: - resolution: {integrity: sha512-K5KrwNdPz0eEe6SY5wrnhZcigjfIJkttPrIJRXNBQTE50NGcOfz1TjMXPdTWBxBCCua5PAealO3OrE8jpv+QnQ==} + /nx@17.1.3: + resolution: {integrity: sha512-6LYoTt01nS1d/dvvYtRs+pEAMQmUVsd2fr/a8+X1cDjWrb8wsf1O3DwlBTqKOXOazpS3eOr0Ukc9N1svbu7uXA==} hasBin: true requiresBuild: true peerDependencies: - '@swc-node/register': ^1.4.2 - '@swc/core': ^1.2.173 + '@swc-node/register': ^1.6.7 + '@swc/core': ^1.3.85 peerDependenciesMeta: '@swc-node/register': optional: true '@swc/core': optional: true dependencies: - '@nrwl/tao': 16.8.1 - '@parcel/watcher': 2.0.4 + '@nrwl/tao': 17.1.3 '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 @@ -18315,16 +18342,16 @@ packages: chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 - cliui: 7.0.4 + cliui: 8.0.1 dotenv: 16.3.1 dotenv-expand: 10.0.0 enquirer: 2.3.6 - fast-glob: 3.2.7 figures: 3.2.0 flat: 5.0.2 fs-extra: 11.1.1 glob: 7.1.4 ignore: 5.2.4 + jest-diff: 29.7.0 js-yaml: 4.1.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.3 @@ -18343,16 +18370,16 @@ packages: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 16.8.1 - '@nx/nx-darwin-x64': 16.8.1 - '@nx/nx-freebsd-x64': 16.8.1 - '@nx/nx-linux-arm-gnueabihf': 16.8.1 - '@nx/nx-linux-arm64-gnu': 16.8.1 - '@nx/nx-linux-arm64-musl': 16.8.1 - '@nx/nx-linux-x64-gnu': 16.8.1 - '@nx/nx-linux-x64-musl': 16.8.1 - '@nx/nx-win32-arm64-msvc': 16.8.1 - '@nx/nx-win32-x64-msvc': 16.8.1 + '@nx/nx-darwin-arm64': 17.1.3 + '@nx/nx-darwin-x64': 17.1.3 + '@nx/nx-freebsd-x64': 17.1.3 + '@nx/nx-linux-arm-gnueabihf': 17.1.3 + '@nx/nx-linux-arm64-gnu': 17.1.3 + '@nx/nx-linux-arm64-musl': 17.1.3 + '@nx/nx-linux-x64-gnu': 17.1.3 + '@nx/nx-linux-x64-musl': 17.1.3 + '@nx/nx-win32-arm64-msvc': 17.1.3 + '@nx/nx-win32-x64-msvc': 17.1.3 transitivePeerDependencies: - debug dev: true @@ -18486,7 +18513,7 @@ packages: resolution: {integrity: sha512-C4fjNlHhUQbHiiFpgzvZse3/WUHq356Da3P8NZazg9JpPHFiQP2Y9lmYvpLU06midap0YpNz/MuA8GGSL8G0YQ==} engines: {node: '>=8', npm: '>=5'} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.2 abind: 1.0.5 extend: 3.0.2 dev: false @@ -19056,17 +19083,17 @@ packages: dependencies: find-up: 3.0.0 - /playwright-core@1.39.0: - resolution: {integrity: sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==} + /playwright-core@1.40.0: + resolution: {integrity: sha512-fvKewVJpGeca8t0ipM56jkVSU6Eo0RmFvQ/MaCQNDYm+sdvKkMBBWTE1FdeMqIdumRaXXjZChWHvIzCGM/tA/Q==} engines: {node: '>=16'} hasBin: true - /playwright@1.39.0: - resolution: {integrity: sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==} + /playwright@1.40.0: + resolution: {integrity: sha512-gyHAgQjiDf1m34Xpwzaqb76KgfzYrhK7iih+2IzcOCoZWr/8ZqmdBw+t0RU85ZmfJMgtgAiNtBQ/KS2325INXw==} engines: {node: '>=16'} hasBin: true dependencies: - playwright-core: 1.39.0 + playwright-core: 1.40.0 optionalDependencies: fsevents: 2.3.2 @@ -19076,8 +19103,8 @@ packages: semver-compare: 1.0.0 dev: true - /pnpm@8.10.2: - resolution: {integrity: sha512-B4IJPVumx62UYggbwe8HdQFqS0EJ7KHh/tzqbxEBQ69fUJk9s2xCfU+oxivjkgoyJNsS2nGdJGyhndnxgEjDPA==} + /pnpm@8.11.0: + resolution: {integrity: sha512-nfh8FsmNsntOBR14fmfyIH7EfoCcywe/e17ErNzRYTNVg5o40LkAFEkj1qcFdwC3TSoMyxVYvrJBZHoSBqmnqw==} engines: {node: '>=16.14'} hasBin: true dev: true @@ -19253,7 +19280,7 @@ packages: dependencies: lilconfig: 2.1.0 postcss: 8.4.31 - ts-node: 10.9.1(@types/node@20.7.2)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) yaml: 1.10.2 dev: true @@ -19270,7 +19297,7 @@ packages: optional: true dependencies: lilconfig: 2.1.0 - ts-node: 10.9.1(@types/node@20.7.2)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@20.10.0)(typescript@5.3.2) yaml: 2.3.3 dev: true @@ -19834,16 +19861,10 @@ packages: engines: {node: '>=10.13.0'} hasBin: true - /prettier@3.0.3: - resolution: {integrity: sha512-L/4pUDMxcNa8R/EthV08Zt42WBO4h1rarVtK0K+QJG0X187OLo7l699jWw0GKuwzkPQ//jMFA/8Xm6Fh3J/DAg==} - engines: {node: '>=14'} - hasBin: true - /prettier@3.1.0: resolution: {integrity: sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==} engines: {node: '>=14'} hasBin: true - dev: true /pretty-bytes@5.6.0: resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==} @@ -20223,7 +20244,7 @@ packages: minimist: 1.2.8 strip-json-comments: 2.0.1 - /react-dev-utils@12.0.1(eslint@8.53.0)(typescript@5.2.2)(webpack@5.89.0): + /react-dev-utils@12.0.1(eslint@8.54.0)(typescript@5.3.2)(webpack@5.89.0): resolution: {integrity: sha512-84Ivxmr17KjUupyqzFode6xKhjwuEJDROWKJy/BthkL7Wn6NJ8h4WE6k/exAv6ImS+0oZLRRW5j/aINMHyeGeQ==} engines: {node: '>=14'} peerDependencies: @@ -20242,7 +20263,7 @@ packages: escape-string-regexp: 4.0.0 filesize: 8.0.7 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.53.0)(typescript@5.2.2)(webpack@5.89.0) + fork-ts-checker-webpack-plugin: 6.5.3(eslint@8.54.0)(typescript@5.3.2)(webpack@5.89.0) global-modules: 2.0.0 globby: 11.1.0 gzip-size: 6.0.0 @@ -20257,7 +20278,7 @@ packages: shell-quote: 1.8.1 strip-ansi: 6.0.1 text-table: 0.2.0 - typescript: 5.2.2 + typescript: 5.3.2 webpack: 5.89.0(@swc/core@1.3.84)(esbuild@0.19.3)(webpack-cli@4.10.0) transitivePeerDependencies: - eslint @@ -20293,26 +20314,26 @@ packages: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} dev: true - /react-router-dom@6.18.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Ubrue4+Ercc/BoDkFQfc6og5zRQ4A8YxSO3Knsne+eRbZ+IepAsK249XBH/XaFuOYOYr3L3r13CXTLvYt5JDjw==} + /react-router-dom@6.20.0(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-CbcKjEyiSVpA6UtCHOIYLUYn/UJfwzp55va4yEfpk7JBN3GPqWfHrdLkAvNCcpXr8QoihcDMuk0dzWZxtlB/mQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.11.0 + '@remix-run/router': 1.13.0 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.18.0(react@18.2.0) + react-router: 6.20.0(react@18.2.0) dev: false - /react-router@6.18.0(react@18.2.0): - resolution: {integrity: sha512-vk2y7Dsy8wI02eRRaRmOs9g2o+aE72YCx5q9VasT1N9v+lrdB79tIqrjMfByHiY5+6aYkH2rUa5X839nwWGPDg==} + /react-router@6.20.0(react@18.2.0): + resolution: {integrity: sha512-pVvzsSsgUxxtuNfTHC4IxjATs10UaAtvLGVSA1tbUE4GDaOSU1Esu2xF5nWLz7KPiMuW8BJWuPFdlGYJ7/rW0w==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.11.0 + '@remix-run/router': 1.13.0 react: 18.2.0 dev: false @@ -20479,7 +20500,7 @@ packages: /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.2 dev: true /regex-not@1.0.2: @@ -20583,8 +20604,8 @@ packages: resolution: {integrity: sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==} dev: true - /rename-overwrite@4.0.3: - resolution: {integrity: sha512-e1zOWZh4Lauz5DcLMC8j4eoOHPIrZkAVpiocE9SkDE1ZrGMW+W88LR1Y2YjD1DFgOYfJWqSsK6JKsRfuRH+tbQ==} + /rename-overwrite@4.0.4: + resolution: {integrity: sha512-5MC+p5npnyaJlFkwTHb0pqU2mkUkkW65ZWH8qwxcDlv+5nchtalcdzG+gaaianbWWwvwxi7vu7WSg6jdCweKug==} engines: {node: '>=12.10'} dependencies: '@zkochan/rimraf': 2.1.3 @@ -20752,7 +20773,7 @@ packages: engines: {node: '>=10.0.0'} dev: true - /rollup-plugin-dts@5.3.1(rollup@3.28.1)(typescript@5.2.2): + /rollup-plugin-dts@5.3.1(rollup@3.28.1)(typescript@5.3.2): resolution: {integrity: sha512-gusMi+Z4gY/JaEQeXnB0RUdU82h1kF0WYzCWgVmV4p3hWXqelaKuCvcJawfeg+EKn2T1Ie+YWF2OiN1/L8bTVg==} engines: {node: '>=v14.21.3'} peerDependencies: @@ -20761,7 +20782,7 @@ packages: dependencies: magic-string: 0.30.3 rollup: 3.28.1 - typescript: 5.2.2 + typescript: 5.3.2 optionalDependencies: '@babel/code-frame': 7.22.13 dev: true @@ -20833,6 +20854,26 @@ packages: fsevents: 2.3.3 dev: true + /rollup@4.3.0: + resolution: {integrity: sha512-scIi1NrKLDIYSPK66jjECtII7vIgdAMFmFo8h6qm++I6nN9qDSV35Ku6erzGVqYjx+lj+j5wkusRMr++8SyDZg==} + engines: {node: '>=18.0.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + '@rollup/rollup-android-arm-eabi': 4.3.0 + '@rollup/rollup-android-arm64': 4.3.0 + '@rollup/rollup-darwin-arm64': 4.3.0 + '@rollup/rollup-darwin-x64': 4.3.0 + '@rollup/rollup-linux-arm-gnueabihf': 4.3.0 + '@rollup/rollup-linux-arm64-gnu': 4.3.0 + '@rollup/rollup-linux-arm64-musl': 4.3.0 + '@rollup/rollup-linux-x64-gnu': 4.3.0 + '@rollup/rollup-linux-x64-musl': 4.3.0 + '@rollup/rollup-win32-arm64-msvc': 4.3.0 + '@rollup/rollup-win32-ia32-msvc': 4.3.0 + '@rollup/rollup-win32-x64-msvc': 4.3.0 + fsevents: 2.3.3 + dev: true + /rrweb-cssom@0.6.0: resolution: {integrity: sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==} @@ -20986,8 +21027,8 @@ packages: immutable: 4.3.4 source-map-js: 1.0.2 - /sass@1.69.2: - resolution: {integrity: sha512-48lDtG/9OuSQZ9oNmJMUXI2QdCakAWrAGjpX/Fy6j4Og8dEAyE598x5GqCqnHkwV7+I5w8DJpqjm581q5HNh3w==} + /sass@1.69.5: + resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -21157,8 +21198,8 @@ packages: dependencies: randombytes: 2.1.0 - /seroval@0.12.0: - resolution: {integrity: sha512-5qvk9WRORhvOdHVtDv6KEKrTDbG8O9nODDdETfQcJ0u9iaZJ6mAASg/nQgPzqtuV9cqln9msE7WNmD+sJomrIw==} + /seroval@0.14.1: + resolution: {integrity: sha512-ZlC9y1KVDhZFdEHLYZup1RjKDutyX1tt3ffOauqRbRURa2vRr2NU/bHuVEuNEqR3zE2uCU3WM6LqH6Oinc3tWg==} engines: {node: '>=10'} /serve-handler@6.1.5: @@ -21428,21 +21469,21 @@ packages: smart-buffer: 4.2.0 dev: true - /solid-js@1.8.5: - resolution: {integrity: sha512-xvtJvzJzWbsn35oKFhW9kNwaxG1Z/YLMsDp4tLVcYZTMPzvzQ8vEZuyDQ6nt7xDArVgZJ7TUFrJUwrui/oq53A==} + /solid-js@1.8.6: + resolution: {integrity: sha512-yiH6ZfBBZ3xj/aU/PBpVKB+8r8WWp100NGF7k/Z0IrK9Y8Lv0jwvFiJY1cHdc6Tj7GqXArKnMBabM0m1k+LzkA==} dependencies: csstype: 3.1.2 - seroval: 0.12.0 + seroval: 0.14.1 - /solid-refresh@0.5.3(solid-js@1.8.5): + /solid-refresh@0.5.3(solid-js@1.8.6): resolution: {integrity: sha512-Otg5it5sjOdZbQZJnvo99TEBAr6J7PQ5AubZLNU6szZzg3RQQ5MX04oteBIIGDs0y2Qv8aXKm9e44V8z+UnFdw==} peerDependencies: solid-js: ^1.3 dependencies: '@babel/generator': 7.23.0 '@babel/helper-module-imports': 7.22.15 - '@babel/types': 7.23.0 - solid-js: 1.8.5 + '@babel/types': 7.23.4 + solid-js: 1.8.6 dev: true /sort-keys@2.0.0: @@ -21664,12 +21705,12 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - /stencil-awesome-test@1.0.6(@stencil/core@4.7.1): + /stencil-awesome-test@1.0.6(@stencil/core@4.8.0): resolution: {integrity: sha512-k/tCbR1Kw8ketuoPlXYNLpeqyoD6AWC22qBxNQDrQIcaXqxcIaoMACtB3x7LEVhMPXsHhPSH6Y4H/Haazvhvdg==} peerDependencies: '@stencil/core': '>=2' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 dev: true /streamx@2.15.1: @@ -22420,13 +22461,13 @@ packages: typescript: 4.6.2 dev: true - /ts-api-utils@1.0.2(typescript@5.2.2): + /ts-api-utils@1.0.2(typescript@5.3.2): resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==} engines: {node: '>=16.13.0'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.2.2 + typescript: 5.3.2 /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} @@ -22469,38 +22510,7 @@ packages: yn: 3.1.1 dev: true - /ts-node@10.9.1(@types/node@20.7.2)(typescript@5.2.2): - resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} - hasBin: true - peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' - peerDependenciesMeta: - '@swc/core': - optional: true - '@swc/wasm': - optional: true - dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 20.7.2 - acorn: 8.10.0 - acorn-walk: 8.2.0 - arg: 4.1.3 - create-require: 1.1.1 - diff: 4.0.2 - make-error: 1.3.6 - typescript: 5.2.2 - v8-compile-cache-lib: 3.0.1 - yn: 3.1.1 - dev: true - - /ts-node@10.9.1(@types/node@20.8.10)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@20.10.0)(typescript@5.3.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -22519,14 +22529,14 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.8.10 + '@types/node': 20.10.0 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.2.2 + typescript: 5.3.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -22561,15 +22571,18 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsup@7.2.0(ts-node@10.9.1)(typescript@5.2.2): - resolution: {integrity: sha512-vDHlczXbgUvY3rWvqFEbSqmC1L7woozbzngMqTtL2PGBODTtWlRwGDDawhvWzr5c1QjKe4OAKqJGfE1xeXUvtQ==} - engines: {node: '>=16.14'} + /tsup@8.0.1(ts-node@10.9.1)(typescript@5.3.2): + resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==} + engines: {node: '>=18'} hasBin: true peerDependencies: + '@microsoft/api-extractor': ^7.36.0 '@swc/core': ^1 postcss: ^8.4.12 - typescript: '>=4.1.0' + typescript: '>=4.5.0' peerDependenciesMeta: + '@microsoft/api-extractor': + optional: true '@swc/core': optional: true postcss: @@ -22577,21 +22590,21 @@ packages: typescript: optional: true dependencies: - bundle-require: 4.0.1(esbuild@0.18.20) + bundle-require: 4.0.1(esbuild@0.19.3) cac: 6.7.14 chokidar: 3.5.3 debug: 4.3.4(supports-color@8.1.1) - esbuild: 0.18.20 + esbuild: 0.19.3 execa: 5.1.1 globby: 11.1.0 joycon: 3.1.1 postcss-load-config: 4.0.1(ts-node@10.9.1) resolve-from: 5.0.0 - rollup: 3.28.1 + rollup: 4.3.0 source-map: 0.8.0-beta.0 sucrase: 3.34.0 tree-kill: 1.2.2 - typescript: 5.2.2 + typescript: 5.3.2 transitivePeerDependencies: - supports-color - ts-node @@ -22618,12 +22631,12 @@ packages: - supports-color dev: true - /twig@1.16.0: - resolution: {integrity: sha512-NYGBERQUEfK5PNQYjeK0XRktksrzgu8b5cU4YEMSrq3rvJ/obnDWLAG4/VyMFgXdS1+IvCfvnvi6aeN6mGZ0dQ==} + /twig@1.17.1: + resolution: {integrity: sha512-atxccyr/BHtb1gPMA7Lvki0OuU17XBqHsNH9lzDHt9Rr1293EVZOosSZabEXz/DPVikIW8ZDqSkEddwyJnQN2w==} engines: {node: '>=10'} hasBin: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.2 locutus: 2.0.16 minimatch: 3.0.5 walk: 2.3.15 @@ -22783,6 +22796,11 @@ packages: engines: {node: '>=14.17'} hasBin: true + /typescript@5.3.2: + resolution: {integrity: sha512-6l+RyNy7oAHDfxC4FzSJcz9vnjTKxrLpDG5M2Vu4SHRVNg6xzqZp6LYSR9zjqQTu8DU/f5xwxUdADOkbrIX2gQ==} + engines: {node: '>=14.17'} + hasBin: true + /uc.micro@1.0.6: resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} dev: false @@ -22805,7 +22823,7 @@ packages: has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 - /unbuild@1.2.1(sass@1.69.2): + /unbuild@1.2.1(sass@1.69.5): resolution: {integrity: sha512-J4efk69Aye43tWcBPCsLK7TIRppGrEN4pAlDzRKo3HSE6MgTSTBxSEuE3ccx7ixc62JvGQ/CoFXYqqF2AHozow==} hasBin: true dependencies: @@ -22823,16 +22841,16 @@ packages: hookable: 5.5.3 jiti: 1.19.3 magic-string: 0.30.3 - mkdist: 1.3.0(sass@1.69.2)(typescript@5.2.2) + mkdist: 1.3.0(sass@1.69.5)(typescript@5.3.2) mlly: 1.4.1 mri: 1.2.0 pathe: 1.1.1 pkg-types: 1.0.3 pretty-bytes: 6.1.1 rollup: 3.28.1 - rollup-plugin-dts: 5.3.1(rollup@3.28.1)(typescript@5.2.2) + rollup-plugin-dts: 5.3.1(rollup@3.28.1)(typescript@5.3.2) scule: 1.0.0 - typescript: 5.2.2 + typescript: 5.3.2 untyped: 1.4.0 transitivePeerDependencies: - sass @@ -22851,7 +22869,7 @@ packages: dependencies: '@antfu/utils': 0.7.6 defu: 6.1.2 - jiti: 1.20.0 + jiti: 1.21.0 mlly: 1.4.2 /undefsafe@2.0.5: @@ -22948,13 +22966,13 @@ packages: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} engines: {node: '>= 0.8'} - /unplugin@1.5.0: - resolution: {integrity: sha512-9ZdRwbh/4gcm1JTOkp9lAkIDrtOyOxgHmY7cjuwI8L/2RTikMcVG25GsZwNAgRuap3iDw2jeq7eoqtAsz5rW3A==} + /unplugin@1.5.1: + resolution: {integrity: sha512-0QkvG13z6RD+1L1FoibQqnvTwVBXvS4XSPwAyinVgoOCl2jAgwzdUKmEj05o4Lt8xwQI85Hb6mSyYkcAGwZPew==} dependencies: - acorn: 8.10.0 + acorn: 8.11.2 chokidar: 3.5.3 webpack-sources: 3.2.3 - webpack-virtual-modules: 0.5.0 + webpack-virtual-modules: 0.6.0 /unset-value@1.0.0: resolution: {integrity: sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==} @@ -22974,7 +22992,7 @@ packages: dependencies: '@babel/core': 7.23.2 '@babel/standalone': 7.22.12 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 defu: 6.1.2 jiti: 1.20.0 mri: 1.2.0 @@ -23150,7 +23168,7 @@ packages: resolution: {integrity: sha512-vLFU70y3D915d611GnHYeHkEmq6ZZETzTH4P1hM6I9E3lBwH2VeBBEESe/bGCY+gAyK0qqLFn5bNFpui/GKmww==} dev: true - /vite-plugin-solid@2.7.0(solid-js@1.8.5)(vite@4.4.9): + /vite-plugin-solid@2.7.0(solid-js@1.8.6)(vite@4.4.9): resolution: {integrity: sha512-avp/Jl5zOp/Itfo67xtDB2O61U7idviaIp4mLsjhCa13PjKNasz+IID0jYTyqUp9SFx6/PmBr6v4KgDppqompg==} peerDependencies: solid-js: ^1.7.2 @@ -23161,15 +23179,15 @@ packages: '@types/babel__core': 7.20.1 babel-preset-solid: 1.7.7(@babel/core@7.23.2) merge-anything: 5.1.7 - solid-js: 1.8.5 - solid-refresh: 0.5.3(solid-js@1.8.5) - vite: 4.4.9(@types/node@20.7.2)(less@4.2.0) + solid-js: 1.8.6 + solid-refresh: 0.5.3(solid-js@1.8.6) + vite: 4.4.9(@types/node@20.10.0)(less@4.2.0) vitefu: 0.2.4(vite@4.4.9) transitivePeerDependencies: - supports-color dev: true - /vite@4.4.9(@types/node@20.7.2)(less@4.2.0): + /vite@4.4.9(@types/node@20.10.0)(less@4.2.0): resolution: {integrity: sha512-2mbUn2LlUmNASWwSCNSJ/EG2HuSRTnVNaydp6vMCm5VIqJsjMfbIWtbH2kDuwUVW5mMUKKZvGPX/rqeqVvv1XA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -23197,7 +23215,7 @@ packages: terser: optional: true dependencies: - '@types/node': 20.7.2 + '@types/node': 20.10.0 esbuild: 0.18.20 less: 4.2.0 postcss: 8.4.31 @@ -23214,7 +23232,7 @@ packages: vite: optional: true dependencies: - vite: 4.4.9(@types/node@20.7.2)(less@4.2.0) + vite: 4.4.9(@types/node@20.10.0)(less@4.2.0) dev: true /vlq@0.2.3: @@ -23247,20 +23265,20 @@ packages: /vscode-uri@3.0.7: resolution: {integrity: sha512-eOpPHogvorZRobNqJGhapa0JdwaxpjVvyBp0QIUMRMSf8ZAlqOdEquKuRmw9Qwu0qXtJIWqFtMkmvJjUZmMjVA==} - /vue@3.3.8(typescript@5.2.2): - resolution: {integrity: sha512-5VSX/3DabBikOXMsxzlW8JyfeLKlG9mzqnWgLQLty88vdZL7ZJgrdgBOmrArwxiLtmS+lNNpPcBYqrhE6TQW5w==} + /vue@3.3.9(typescript@5.3.2): + resolution: {integrity: sha512-sy5sLCTR8m6tvUk1/ijri3Yqzgpdsmxgj6n6yl7GXXCXqVbmW2RCXe9atE4cEI6Iv7L89v5f35fZRRr5dChP9w==} peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@vue/compiler-dom': 3.3.8 - '@vue/compiler-sfc': 3.3.8 - '@vue/runtime-dom': 3.3.8 - '@vue/server-renderer': 3.3.8(vue@3.3.8) - '@vue/shared': 3.3.8 - typescript: 5.2.2 + '@vue/compiler-dom': 3.3.9 + '@vue/compiler-sfc': 3.3.9 + '@vue/runtime-dom': 3.3.9 + '@vue/server-renderer': 3.3.9(vue@3.3.9) + '@vue/shared': 3.3.9 + typescript: 5.3.2 dev: true /w3c-hr-time@1.0.2: @@ -23460,8 +23478,8 @@ packages: resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} engines: {node: '>=10.13.0'} - /webpack-virtual-modules@0.5.0: - resolution: {integrity: sha512-kyDivFZ7ZM0BVOUteVbDFhlRt7Ah/CSPwJdi8hBpkK7QLumUqdLtVfm/PX/hkcnrvr0i77fO5+TjZ94Pe+C9iw==} + /webpack-virtual-modules@0.6.0: + resolution: {integrity: sha512-KnaMTE6EItz/f2q4Gwg5/rmeKVi79OR58NoYnwDJqCk9ywMtTGbBnBcfoBtN4QbYu0lWXvyMoH2Owxuhe4qI6Q==} /webpack@5.88.2(@swc/core@1.3.84)(esbuild@0.19.3)(webpack-cli@4.10.0): resolution: {integrity: sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==} @@ -23753,7 +23771,7 @@ packages: engines: {node: '>= 10.0.0'} dependencies: '@babel/parser': 7.23.0 - '@babel/types': 7.23.0 + '@babel/types': 7.23.4 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: true @@ -24076,6 +24094,11 @@ packages: engines: {node: '>= 14'} dev: true + /yaml@2.3.4: + resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} + engines: {node: '>= 14'} + dev: true + /yargs-interactive@3.0.1: resolution: {integrity: sha512-Jnp88uiuz+ZRpM10Lwvs0nRetWPog+6lcgQrhwKsyEanAe3wgTlaPPzcYlZWp53aOMTzOcR5wEpEsFOMOPmLlw==} engines: {node: '>=8', npm: '>=6'} @@ -24240,7 +24263,7 @@ packages: dependencies: tslib: 2.6.2 - file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz(@stencil/core@4.7.1): + file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz(@stencil/core@4.8.0): resolution: {integrity: sha512-leO/+AmnieoDOB2Pv3sSk6QOI3htP7ENTnaCW3u1GEdK6OKB6c0VBJkjbklQHh2EtOx2tXWlvXI6ne5iYdIXNg==, tarball: file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz} id: file:packages/components/node_martin/stencil-solid-output-target-0.0.1.tgz name: '@stencil/solid-output-target' @@ -24248,5 +24271,5 @@ packages: peerDependencies: '@stencil/core': '>=1.8.0' dependencies: - '@stencil/core': 4.7.1 + '@stencil/core': 4.8.0 dev: true