From 9da8e6a5c5a4cdc1cd50e2a25ae05c5d72d9fd3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 14:17:32 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- apps/docs/package.json | 6 +- apps/playground-react/package.json | 10 +- apps/playground-vue2/package.json | 14 +- apps/playground-vue3/package.json | 6 +- internals/commitlint-config/package.json | 6 +- internals/eslint-config/package.json | 14 +- internals/lint-staged-config/package.json | 2 +- internals/prettier-config/package.json | 2 +- internals/stylelint-config/package.json | 8 +- package.json | 12 +- packages/constants/package.json | 4 +- packages/react/package.json | 16 +- packages/theme-chalk/package.json | 14 +- packages/utils/package.json | 4 +- packages/vue2/package.json | 18 +- packages/vue3/package.json | 14 +- pnpm-lock.yaml | 1010 ++++++++------------- 17 files changed, 476 insertions(+), 684 deletions(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index 777e15c..a87f652 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -54,16 +54,16 @@ "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "prism-theme-vars": "^0.2.4", - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { - "@docsearch/react": "^3.3.0", + "@docsearch/react": "^3.3.1", "@types/markdown-it": "^12.2.3", "@types/nprogress": "^0.2.0", "chalk": "^4.1.2", "consola": "^2.15.3", "markdown-it-container": "^3.0.0", - "vitepress": "^1.0.0-alpha.33" + "vitepress": "^1.0.0-alpha.35" }, "engines": { "node": ">=16" diff --git a/apps/playground-react/package.json b/apps/playground-react/package.json index 5f31866..33b85fb 100644 --- a/apps/playground-react/package.json +++ b/apps/playground-react/package.json @@ -47,11 +47,11 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.24", - "@types/react-dom": "^18.0.8", + "@types/react": "^18.0.26", + "@types/react-dom": "^18.0.10", "@vitejs/plugin-react": "^3.0.0", - "sass": "^1.56.1", - "typescript": "^4.8.4", - "vite": "^4.0.1" + "sass": "^1.57.1", + "typescript": "^4.9.4", + "vite": "^4.0.4" } } diff --git a/apps/playground-vue2/package.json b/apps/playground-vue2/package.json index 0231ef6..4007ade 100644 --- a/apps/playground-vue2/package.json +++ b/apps/playground-vue2/package.json @@ -44,15 +44,15 @@ }, "dependencies": { "@google-translate-select/vue2": "workspace:*", - "vue": "2.6.11" + "vue": "2.7.14" }, "devDependencies": { - "sass": "^1.56.1", - "terser": "5.4.0", - "typescript": "^4.8.4", - "vite": "^3.0.0", - "vite-plugin-vue2": "^2.0.2", - "vue-template-compiler": "2.6.11" + "sass": "^1.57.1", + "terser": "5.16.1", + "typescript": "^4.9.4", + "vite": "^3.2.5", + "vite-plugin-vue2": "^2.0.3", + "vue-template-compiler": "2.7.14" }, "engines": { "node": ">=16" diff --git a/apps/playground-vue3/package.json b/apps/playground-vue3/package.json index b36c005..e8fe7ea 100644 --- a/apps/playground-vue3/package.json +++ b/apps/playground-vue3/package.json @@ -43,12 +43,12 @@ }, "dependencies": { "@google-translate-select/vue3": "workspace:*", - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", - "typescript": "^4.8.4", - "vite": "^4.0.1" + "typescript": "^4.9.4", + "vite": "^4.0.4" }, "engines": { "node": ">=16" diff --git a/internals/commitlint-config/package.json b/internals/commitlint-config/package.json index 7fb31f4..dd97f99 100644 --- a/internals/commitlint-config/package.json +++ b/internals/commitlint-config/package.json @@ -41,9 +41,9 @@ "clean:deps": "rimraf node_modules" }, "dependencies": { - "@commitlint/cli": "17.2.0", - "@commitlint/config-conventional": "17.2.0", - "czg": "^1.3.12" + "@commitlint/cli": "17.3.0", + "@commitlint/config-conventional": "17.3.0", + "czg": "^1.4.1" }, "engines": { "node": ">=16" diff --git a/internals/eslint-config/package.json b/internals/eslint-config/package.json index f720046..1884500 100644 --- a/internals/eslint-config/package.json +++ b/internals/eslint-config/package.json @@ -44,22 +44,22 @@ "eslint": "^8.25.0" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.42.0", - "@typescript-eslint/parser": "^5.42.0", - "eslint-config-prettier": "^8.5.0", + "@typescript-eslint/eslint-plugin": "^5.48.0", + "@typescript-eslint/parser": "^5.48.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsonc": "^2.5.0", "eslint-plugin-markdown": "^3.0.0", "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-vue": "^9.7.0", + "eslint-plugin-vue": "^9.8.0", "jsonc-eslint-parser": "^2.1.0", - "prettier": "^2.7.1", + "prettier": "^2.8.1", "yaml-eslint-parser": "^1.1.0" }, "devDependencies": { - "eslint": "^8.25.0", - "typescript": "^4.8.4" + "eslint": "^8.31.0", + "typescript": "^4.9.4" }, "engines": { "node": ">=16" diff --git a/internals/lint-staged-config/package.json b/internals/lint-staged-config/package.json index e7f1767..1c6fd28 100644 --- a/internals/lint-staged-config/package.json +++ b/internals/lint-staged-config/package.json @@ -41,7 +41,7 @@ "clean:deps": "rimraf node_modules" }, "dependencies": { - "lint-staged": "^13.0.3" + "lint-staged": "^13.1.0" }, "engines": { "node": ">=16" diff --git a/internals/prettier-config/package.json b/internals/prettier-config/package.json index 18fa0ee..8eeaa09 100644 --- a/internals/prettier-config/package.json +++ b/internals/prettier-config/package.json @@ -41,7 +41,7 @@ "clean:deps": "rimraf node_modules" }, "dependencies": { - "prettier": "^2.7.1" + "prettier": "^2.8.1" }, "engines": { "node": ">=16" diff --git a/internals/stylelint-config/package.json b/internals/stylelint-config/package.json index de1b70d..73e59ee 100644 --- a/internals/stylelint-config/package.json +++ b/internals/stylelint-config/package.json @@ -44,10 +44,10 @@ "stylelint": "^14.13.0" }, "dependencies": { - "postcss": "^8.4.18", + "postcss": "^8.4.20", "postcss-html": "^1.5.0", - "postcss-scss": "4.0.5", - "stylelint-config-prettier": "^9.0.3", + "postcss-scss": "4.0.6", + "stylelint-config-prettier": "^9.0.4", "stylelint-config-recommended": "^9.0.0", "stylelint-config-recommended-scss": "8.0.0", "stylelint-config-recommended-vue": "^1.4.0", @@ -56,7 +56,7 @@ "stylelint-order": "^5.0.0" }, "devDependencies": { - "stylelint": "^14.14.1" + "stylelint": "^14.16.1" }, "engines": { "node": ">=16" diff --git a/package.json b/package.json index c15d379..4565e57 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "google-translate-select-monorepo", "private": true, - "packageManager": "pnpm@7.18.0", + "packageManager": "pnpm@7.21.0", "description": "🚀 A modern, high-performance monorepo project designed with Google Translate JS SDK. Vue and react are supported!", "keywords": [ "google translate select", @@ -84,17 +84,17 @@ "@types/node": "*", "@types/prettier": "^2.7.2", "@types/semver": "7.3.13", - "@vitest/ui": "^0.26.2", + "@vitest/ui": "^0.26.3", "inquirer": "^9.1.4", - "jsdom": "^20.0.2", + "jsdom": "^20.0.3", "npm-run-all": "^4.1.5", "octokit": "^2.0.10", "rimraf": "^3.0.2", "semver": "^7.3.8", - "tsx": "^3.11.0", + "tsx": "^3.12.1", "turbo": "^1.6.3", - "typescript": "^4.8.4", - "vitest": "^0.26.2" + "typescript": "^4.9.4", + "vitest": "^0.26.3" }, "engines": { "node": ">=16" diff --git a/packages/constants/package.json b/packages/constants/package.json index 821989e..59f5284 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -55,8 +55,8 @@ "clean:deps": "rimraf node_modules" }, "devDependencies": { - "tsup": "^6.4.0", - "typescript": "^4.8.4" + "tsup": "^6.5.0", + "typescript": "^4.9.4" }, "engines": { "node": ">=16" diff --git a/packages/react/package.json b/packages/react/package.json index ba256aa..699c05f 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -73,16 +73,16 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@types/react": "^18.0.24", - "@types/react-dom": "^18.0.8", + "@types/react": "^18.0.26", + "@types/react-dom": "^18.0.10", "@vitejs/plugin-legacy": "3.0.1", "@vitejs/plugin-react": "^3.0.0", - "terser": "5.4.0", - "tsup": "^6.4.0", - "typescript": "^4.8.4", - "vite": "^4.0.1", - "vite-plugin-css-injected-by-js": "2.1.1", - "vite-plugin-dts": "^1.7.0" + "terser": "5.16.1", + "tsup": "^6.5.0", + "typescript": "^4.9.4", + "vite": "^4.0.4", + "vite-plugin-css-injected-by-js": "2.2.0", + "vite-plugin-dts": "^1.7.1" }, "engines": { "node": ">=16" diff --git a/packages/theme-chalk/package.json b/packages/theme-chalk/package.json index eddc09b..e563715 100644 --- a/packages/theme-chalk/package.json +++ b/packages/theme-chalk/package.json @@ -51,16 +51,16 @@ "@types/gulp": "4.0.10", "@types/postcss-preset-env": "^7.7.0", "autoprefixer": "^10.4.13", - "chalk": "^5.1.2", + "chalk": "^5.2.0", "clean-css": "^5.3.1", "consola": "^2.15.3", - "esbuild": "0.15.13", + "esbuild": "0.16.13", "esbuild-plugin-copy": "1.6.0", - "esbuild-sass-plugin": "^2.4.0", - "postcss": "^8.4.19", - "postcss-preset-env": "^7.8.2", - "sass": "^1.56.1", - "tsup": "^6.4.0" + "esbuild-sass-plugin": "^2.4.5", + "postcss": "^8.4.20", + "postcss-preset-env": "^7.8.3", + "sass": "^1.57.1", + "tsup": "^6.5.0" }, "engines": { "node": ">=16" diff --git a/packages/utils/package.json b/packages/utils/package.json index 76d92e2..2fbcd20 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -58,8 +58,8 @@ "@google-translate-select/constants": "workspace:*" }, "devDependencies": { - "tsup": "^6.4.0", - "typescript": "^4.8.4" + "tsup": "^6.5.0", + "typescript": "^4.9.4" }, "engines": { "node": ">=16" diff --git a/packages/vue2/package.json b/packages/vue2/package.json index b6c371a..36f5cca 100644 --- a/packages/vue2/package.json +++ b/packages/vue2/package.json @@ -69,17 +69,17 @@ "@google-translate-select/constants": "workspace:*", "@google-translate-select/theme-chalk": "workspace:*", "@google-translate-select/utils": "workspace:*", - "vue": "2.6.11" + "vue": "2.7.14" }, "devDependencies": { - "sass": "^1.56.1", - "terser": "5.4.0", - "typescript": "^4.8.4", - "vite": "^4.0.1", - "vite-plugin-css-injected-by-js": "2.1.1", - "vite-plugin-dts": "^1.7.0", - "vite-plugin-vue2": "^2.0.2", - "vue-template-compiler": "2.6.11" + "sass": "^1.57.1", + "terser": "5.16.1", + "typescript": "^4.9.4", + "vite": "^4.0.4", + "vite-plugin-css-injected-by-js": "2.2.0", + "vite-plugin-dts": "^1.7.1", + "vite-plugin-vue2": "^2.0.3", + "vue-template-compiler": "2.7.14" }, "engines": { "node": ">=16" diff --git a/packages/vue3/package.json b/packages/vue3/package.json index 4a7f20e..bd9c4ae 100644 --- a/packages/vue3/package.json +++ b/packages/vue3/package.json @@ -69,17 +69,17 @@ "@google-translate-select/constants": "workspace:*", "@google-translate-select/theme-chalk": "workspace:*", "@google-translate-select/utils": "workspace:*", - "vue": "^3.2.41" + "vue": "^3.2.45" }, "devDependencies": { "@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0", - "@vue/test-utils": "2.2.4", - "sass": "^1.56.1", - "typescript": "^4.8.4", - "vite": "^4.0.1", - "vite-plugin-css-injected-by-js": "2.1.1", - "vite-plugin-dts": "^1.7.0" + "@vue/test-utils": "2.2.6", + "sass": "^1.57.1", + "typescript": "^4.9.4", + "vite": "^4.0.4", + "vite-plugin-css-injected-by-js": "2.2.0", + "vite-plugin-dts": "^1.7.1" }, "engines": { "node": ">=16" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2db4e3a..6636ed9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,17 +27,17 @@ importers: '@types/node': '*' '@types/prettier': ^2.7.2 '@types/semver': 7.3.13 - '@vitest/ui': ^0.26.2 + '@vitest/ui': ^0.26.3 inquirer: ^9.1.4 - jsdom: ^20.0.2 + jsdom: ^20.0.3 npm-run-all: ^4.1.5 octokit: ^2.0.10 rimraf: ^3.0.2 semver: ^7.3.8 - tsx: ^3.11.0 + tsx: ^3.12.1 turbo: ^1.6.3 - typescript: ^4.8.4 - vitest: ^0.26.2 + typescript: ^4.9.4 + vitest: ^0.26.3 devDependencies: '@changesets/assemble-release-plan': 5.2.3 '@changesets/changelog-github': 0.4.8 @@ -60,7 +60,7 @@ importers: '@types/node': 18.11.18 '@types/prettier': 2.7.2 '@types/semver': 7.3.13 - '@vitest/ui': 0.26.2 + '@vitest/ui': 0.26.3 inquirer: 9.1.4 jsdom: 20.0.3 npm-run-all: 4.1.5 @@ -70,13 +70,13 @@ importers: tsx: 3.12.1 turbo: 1.6.3 typescript: 4.9.4 - vitest: 0.26.2_yvuinbyjgk6irttk6pw3f743ju + vitest: 0.26.3_lae363bjhdipllr6jstkmuhhna apps/docs: specifiers: '@docsearch/css': ^3.3.1 '@docsearch/js': ^3.3.1 - '@docsearch/react': ^3.3.0 + '@docsearch/react': ^3.3.1 '@google-translate-select/constants': workspace:* '@google-translate-select/theme-chalk': workspace:* '@google-translate-select/utils': workspace:* @@ -90,8 +90,8 @@ importers: normalize.css: ^8.0.1 nprogress: ^0.2.0 prism-theme-vars: ^0.2.4 - vitepress: ^1.0.0-alpha.33 - vue: ^3.2.41 + vitepress: ^1.0.0-alpha.35 + vue: ^3.2.45 dependencies: '@docsearch/css': 3.3.1 '@docsearch/js': 3.3.1 @@ -111,19 +111,19 @@ importers: chalk: 4.1.2 consola: 2.15.3 markdown-it-container: 3.0.0 - vitepress: 1.0.0-alpha.33 + vitepress: 1.0.0-alpha.35 apps/playground-react: specifiers: '@google-translate-select/react': workspace:* - '@types/react': ^18.0.24 - '@types/react-dom': ^18.0.8 + '@types/react': ^18.0.26 + '@types/react-dom': ^18.0.10 '@vitejs/plugin-react': ^3.0.0 react: ^18.2.0 react-dom: ^18.2.0 - sass: ^1.56.1 - typescript: ^4.8.4 - vite: ^4.0.1 + sass: ^1.57.1 + typescript: ^4.9.4 + vite: ^4.0.4 dependencies: '@google-translate-select/react': link:../../packages/react react: 18.2.0 @@ -131,99 +131,99 @@ importers: devDependencies: '@types/react': 18.0.26 '@types/react-dom': 18.0.10 - '@vitejs/plugin-react': 3.0.0_vite@4.0.3 + '@vitejs/plugin-react': 3.0.0_vite@4.0.4 sass: 1.57.1 typescript: 4.9.4 - vite: 4.0.3_sass@1.57.1 + vite: 4.0.4_sass@1.57.1 apps/playground-vue2: specifiers: '@google-translate-select/vue2': workspace:* - sass: ^1.56.1 - terser: 5.4.0 - typescript: ^4.8.4 - vite: ^3.0.0 - vite-plugin-vue2: ^2.0.2 - vue: 2.6.11 - vue-template-compiler: 2.6.11 + sass: ^1.57.1 + terser: 5.16.1 + typescript: ^4.9.4 + vite: ^3.2.5 + vite-plugin-vue2: ^2.0.3 + vue: 2.7.14 + vue-template-compiler: 2.7.14 dependencies: '@google-translate-select/vue2': link:../../packages/vue2 - vue: 2.6.11 + vue: 2.7.14 devDependencies: sass: 1.57.1 - terser: 5.4.0 + terser: 5.16.1 typescript: 4.9.4 - vite: 3.2.5_sass@1.57.1+terser@5.4.0 - vite-plugin-vue2: 2.0.3_duulz4qpp7m2r3n7rkdz2t4yzm - vue-template-compiler: 2.6.11_vue@2.6.11 + vite: 3.2.5_sass@1.57.1+terser@5.16.1 + vite-plugin-vue2: 2.0.3_byfxmip5rs2gfy75x6lzkfja6q + vue-template-compiler: 2.7.14_vue@2.7.14 apps/playground-vue3: specifiers: '@google-translate-select/vue3': workspace:* '@vitejs/plugin-vue': ^4.0.0 - typescript: ^4.8.4 - vite: ^4.0.1 - vue: ^3.2.41 + typescript: ^4.9.4 + vite: ^4.0.4 + vue: ^3.2.45 dependencies: '@google-translate-select/vue3': link:../../packages/vue3 vue: 3.2.45 devDependencies: - '@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.45 + '@vitejs/plugin-vue': 4.0.0_vite@4.0.4+vue@3.2.45 typescript: 4.9.4 - vite: 4.0.3 + vite: 4.0.4 internals/commitlint-config: specifiers: - '@commitlint/cli': 17.2.0 - '@commitlint/config-conventional': 17.2.0 - czg: ^1.3.12 + '@commitlint/cli': 17.3.0 + '@commitlint/config-conventional': 17.3.0 + czg: ^1.4.1 dependencies: - '@commitlint/cli': 17.2.0 - '@commitlint/config-conventional': 17.2.0 + '@commitlint/cli': 17.3.0 + '@commitlint/config-conventional': 17.3.0 czg: 1.4.1 internals/eslint-config: specifiers: - '@typescript-eslint/eslint-plugin': ^5.42.0 - '@typescript-eslint/parser': ^5.42.0 - eslint: ^8.25.0 - eslint-config-prettier: ^8.5.0 + '@typescript-eslint/eslint-plugin': ^5.48.0 + '@typescript-eslint/parser': ^5.48.0 + eslint: ^8.31.0 + eslint-config-prettier: ^8.6.0 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import: ^2.26.0 eslint-plugin-jsonc: ^2.5.0 eslint-plugin-markdown: ^3.0.0 eslint-plugin-prettier: ^4.2.1 - eslint-plugin-vue: ^9.7.0 + eslint-plugin-vue: ^9.8.0 jsonc-eslint-parser: ^2.1.0 - prettier: ^2.7.1 - typescript: ^4.8.4 + prettier: ^2.8.1 + typescript: ^4.9.4 yaml-eslint-parser: ^1.1.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.47.1_txmweb6yn7coi7nfrp22gpyqmy - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - eslint-config-prettier: 8.5.0_eslint@8.30.0 - eslint-plugin-eslint-comments: 3.2.0_eslint@8.30.0 - eslint-plugin-import: 2.26.0_smw3o7qjeokkcohbvp7rylsoqq - eslint-plugin-jsonc: 2.5.0_eslint@8.30.0 - eslint-plugin-markdown: 3.0.0_eslint@8.30.0 - eslint-plugin-prettier: 4.2.1_kl4pe43v5b43npmso5hoplpbyi - eslint-plugin-vue: 9.8.0_eslint@8.30.0 + '@typescript-eslint/eslint-plugin': 5.48.0_k73wpmdolxikpyqun3p36akaaq + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + eslint-config-prettier: 8.6.0_eslint@8.31.0 + eslint-plugin-eslint-comments: 3.2.0_eslint@8.31.0 + eslint-plugin-import: 2.26.0_m2kn7xiag5lymyarkgri27ztxm + eslint-plugin-jsonc: 2.5.0_eslint@8.31.0 + eslint-plugin-markdown: 3.0.0_eslint@8.31.0 + eslint-plugin-prettier: 4.2.1_32m5uc2milwdw3tnkcq5del26y + eslint-plugin-vue: 9.8.0_eslint@8.31.0 jsonc-eslint-parser: 2.1.0 prettier: 2.8.1 yaml-eslint-parser: 1.1.0 devDependencies: - eslint: 8.30.0 + eslint: 8.31.0 typescript: 4.9.4 internals/lint-staged-config: specifiers: - lint-staged: ^13.0.3 + lint-staged: ^13.1.0 dependencies: lint-staged: 13.1.0 internals/prettier-config: specifiers: - prettier: ^2.7.1 + prettier: ^2.8.1 dependencies: prettier: 2.8.1 @@ -235,11 +235,11 @@ importers: internals/stylelint-config: specifiers: - postcss: ^8.4.18 + postcss: ^8.4.20 postcss-html: ^1.5.0 - postcss-scss: 4.0.5 - stylelint: ^14.14.1 - stylelint-config-prettier: ^9.0.3 + postcss-scss: 4.0.6 + stylelint: ^14.16.1 + stylelint-config-prettier: ^9.0.4 stylelint-config-recommended: ^9.0.0 stylelint-config-recommended-scss: 8.0.0 stylelint-config-recommended-vue: ^1.4.0 @@ -249,24 +249,24 @@ importers: dependencies: postcss: 8.4.20 postcss-html: 1.5.0 - postcss-scss: 4.0.5_postcss@8.4.20 - stylelint-config-prettier: 9.0.4_stylelint@14.16.0 - stylelint-config-recommended: 9.0.0_stylelint@14.16.0 - stylelint-config-recommended-scss: 8.0.0_l3s4qeu3gkar2knsdy3w5miimm - stylelint-config-recommended-vue: 1.4.0_bto6pmslw3cibsiuq6smxboytq - stylelint-config-standard: 29.0.0_stylelint@14.16.0 - stylelint-config-standard-scss: 6.1.0_l3s4qeu3gkar2knsdy3w5miimm - stylelint-order: 5.0.0_stylelint@14.16.0 + postcss-scss: 4.0.6_postcss@8.4.20 + stylelint-config-prettier: 9.0.4_stylelint@14.16.1 + stylelint-config-recommended: 9.0.0_stylelint@14.16.1 + stylelint-config-recommended-scss: 8.0.0_vitr26fcqo6sphdfxyxll4n2gy + stylelint-config-recommended-vue: 1.4.0_kbto3rg3njmczth2rrsgfnlsqa + stylelint-config-standard: 29.0.0_stylelint@14.16.1 + stylelint-config-standard-scss: 6.1.0_vitr26fcqo6sphdfxyxll4n2gy + stylelint-order: 5.0.0_stylelint@14.16.1 devDependencies: - stylelint: 14.16.0 + stylelint: 14.16.1 internals/ts-config: specifiers: {} packages/constants: specifiers: - tsup: ^6.4.0 - typescript: ^4.8.4 + tsup: ^6.5.0 + typescript: ^4.9.4 devDependencies: tsup: 6.5.0_typescript@4.9.4 typescript: 4.9.4 @@ -276,19 +276,19 @@ importers: '@google-translate-select/constants': workspace:* '@google-translate-select/theme-chalk': workspace:* '@google-translate-select/utils': workspace:* - '@types/react': ^18.0.24 - '@types/react-dom': ^18.0.8 + '@types/react': ^18.0.26 + '@types/react-dom': ^18.0.10 '@vitejs/plugin-legacy': 3.0.1 '@vitejs/plugin-react': ^3.0.0 classnames: 2.3.2 react: ^18.2.0 react-dom: ^18.2.0 - terser: 5.4.0 - tsup: ^6.4.0 - typescript: ^4.8.4 - vite: ^4.0.1 - vite-plugin-css-injected-by-js: 2.1.1 - vite-plugin-dts: ^1.7.0 + terser: 5.16.1 + tsup: ^6.5.0 + typescript: ^4.9.4 + vite: ^4.0.4 + vite-plugin-css-injected-by-js: 2.2.0 + vite-plugin-dts: ^1.7.1 dependencies: '@google-translate-select/constants': link:../constants '@google-translate-select/theme-chalk': link:../theme-chalk @@ -299,14 +299,14 @@ importers: devDependencies: '@types/react': 18.0.26 '@types/react-dom': 18.0.10 - '@vitejs/plugin-legacy': 3.0.1_terser@5.4.0+vite@4.0.3 - '@vitejs/plugin-react': 3.0.0_vite@4.0.3 - terser: 5.4.0 + '@vitejs/plugin-legacy': 3.0.1_terser@5.16.1+vite@4.0.4 + '@vitejs/plugin-react': 3.0.0_vite@4.0.4 + terser: 5.16.1 tsup: 6.5.0_typescript@4.9.4 typescript: 4.9.4 - vite: 4.0.3_terser@5.4.0 - vite-plugin-css-injected-by-js: 2.1.1_vite@4.0.3 - vite-plugin-dts: 1.7.1_vite@4.0.3 + vite: 4.0.4_terser@5.16.1 + vite-plugin-css-injected-by-js: 2.2.0_vite@4.0.4 + vite-plugin-dts: 1.7.1_vite@4.0.4 packages/theme-chalk: specifiers: @@ -314,16 +314,16 @@ importers: '@types/gulp': 4.0.10 '@types/postcss-preset-env': ^7.7.0 autoprefixer: ^10.4.13 - chalk: ^5.1.2 + chalk: ^5.2.0 clean-css: ^5.3.1 consola: ^2.15.3 - esbuild: 0.15.13 + esbuild: 0.16.13 esbuild-plugin-copy: 1.6.0 - esbuild-sass-plugin: ^2.4.0 - postcss: ^8.4.19 - postcss-preset-env: ^7.8.2 - sass: ^1.56.1 - tsup: ^6.4.0 + esbuild-sass-plugin: ^2.4.5 + postcss: ^8.4.20 + postcss-preset-env: ^7.8.3 + sass: ^1.57.1 + tsup: ^6.5.0 devDependencies: '@types/clean-css': 4.2.6 '@types/gulp': 4.0.10 @@ -332,9 +332,9 @@ importers: chalk: 5.2.0 clean-css: 5.3.1 consola: 2.15.3 - esbuild: 0.15.13 - esbuild-plugin-copy: 1.6.0_esbuild@0.15.13 - esbuild-sass-plugin: 2.4.4 + esbuild: 0.16.13 + esbuild-plugin-copy: 1.6.0_esbuild@0.16.13 + esbuild-sass-plugin: 2.4.5 postcss: 8.4.20 postcss-preset-env: 7.8.3_postcss@8.4.20 sass: 1.57.1 @@ -343,8 +343,8 @@ importers: packages/utils: specifiers: '@google-translate-select/constants': workspace:* - tsup: ^6.4.0 - typescript: ^4.8.4 + tsup: ^6.5.0 + typescript: ^4.9.4 dependencies: '@google-translate-select/constants': link:../constants devDependencies: @@ -356,29 +356,29 @@ importers: '@google-translate-select/constants': workspace:* '@google-translate-select/theme-chalk': workspace:* '@google-translate-select/utils': workspace:* - sass: ^1.56.1 - terser: 5.4.0 - typescript: ^4.8.4 - vite: ^4.0.1 - vite-plugin-css-injected-by-js: 2.1.1 - vite-plugin-dts: ^1.7.0 - vite-plugin-vue2: ^2.0.2 - vue: 2.6.11 - vue-template-compiler: 2.6.11 + sass: ^1.57.1 + terser: 5.16.1 + typescript: ^4.9.4 + vite: ^4.0.4 + vite-plugin-css-injected-by-js: 2.2.0 + vite-plugin-dts: ^1.7.1 + vite-plugin-vue2: ^2.0.3 + vue: 2.7.14 + vue-template-compiler: 2.7.14 dependencies: '@google-translate-select/constants': link:../constants '@google-translate-select/theme-chalk': link:../theme-chalk '@google-translate-select/utils': link:../utils - vue: 2.6.11 + vue: 2.7.14 devDependencies: sass: 1.57.1 - terser: 5.4.0 + terser: 5.16.1 typescript: 4.9.4 - vite: 4.0.3_sass@1.57.1+terser@5.4.0 - vite-plugin-css-injected-by-js: 2.1.1_vite@4.0.3 - vite-plugin-dts: 1.7.1_vite@4.0.3 - vite-plugin-vue2: 2.0.3_vpcohyik22jayavellha7h5zee - vue-template-compiler: 2.6.11_vue@2.6.11 + vite: 4.0.4_sass@1.57.1+terser@5.16.1 + vite-plugin-css-injected-by-js: 2.2.0_vite@4.0.4 + vite-plugin-dts: 1.7.1_vite@4.0.4 + vite-plugin-vue2: 2.0.3_ar7gk4v2i77dppa2qndjwonczi + vue-template-compiler: 2.7.14_vue@2.7.14 packages/vue3: specifiers: @@ -387,27 +387,27 @@ importers: '@google-translate-select/utils': workspace:* '@vitejs/plugin-vue': ^4.0.0 '@vitejs/plugin-vue-jsx': ^3.0.0 - '@vue/test-utils': 2.2.4 - sass: ^1.56.1 - typescript: ^4.8.4 - vite: ^4.0.1 - vite-plugin-css-injected-by-js: 2.1.1 - vite-plugin-dts: ^1.7.0 - vue: ^3.2.41 + '@vue/test-utils': 2.2.6 + sass: ^1.57.1 + typescript: ^4.9.4 + vite: ^4.0.4 + vite-plugin-css-injected-by-js: 2.2.0 + vite-plugin-dts: ^1.7.1 + vue: ^3.2.45 dependencies: '@google-translate-select/constants': link:../constants '@google-translate-select/theme-chalk': link:../theme-chalk '@google-translate-select/utils': link:../utils vue: 3.2.45 devDependencies: - '@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.45 - '@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.3+vue@3.2.45 - '@vue/test-utils': 2.2.4_vue@3.2.45 + '@vitejs/plugin-vue': 4.0.0_vite@4.0.4+vue@3.2.45 + '@vitejs/plugin-vue-jsx': 3.0.0_vite@4.0.4+vue@3.2.45 + '@vue/test-utils': 2.2.6_vue@3.2.45 sass: 1.57.1 typescript: 4.9.4 - vite: 4.0.3_sass@1.57.1 - vite-plugin-css-injected-by-js: 2.1.1_vite@4.0.3 - vite-plugin-dts: 1.7.1_vite@4.0.3 + vite: 4.0.4_sass@1.57.1 + vite-plugin-css-injected-by-js: 2.2.0_vite@4.0.4 + vite-plugin-dts: 1.7.1_vite@4.0.4 packages: @@ -1202,8 +1202,8 @@ packages: prettier: 2.8.1 dev: true - /@commitlint/cli/17.2.0: - resolution: {integrity: sha512-kd1zykcrjIKyDRftWW1E1TJqkgzeosEkv1BiYPCdzkb/g/3BrfgwZUHR1vg+HO3qKUb/0dN+jNXArhGGAHpmaQ==} + /@commitlint/cli/17.3.0: + resolution: {integrity: sha512-/H0md7TsKflKzVPz226VfXzVafJFO1f9+r2KcFvmBu08V0T56lZU1s8WL7/xlxqLMqBTVaBf7Ixtc4bskdEEZg==} engines: {node: '>=v14'} hasBin: true dependencies: @@ -1213,7 +1213,7 @@ packages: '@commitlint/read': 17.2.0 '@commitlint/types': 17.0.0 execa: 5.1.1 - lodash: 4.17.21 + lodash.isfunction: 3.0.9 resolve-from: 5.0.0 resolve-global: 1.0.0 yargs: 17.6.2 @@ -1222,8 +1222,8 @@ packages: - '@swc/wasm' dev: false - /@commitlint/config-conventional/17.2.0: - resolution: {integrity: sha512-g5hQqRa80f++SYS233dbDSg16YdyounMTAhVcmqtInNeY/GF3aA4st9SVtJxpeGrGmueMrU4L+BBb+6Vs5wrcg==} + /@commitlint/config-conventional/17.3.0: + resolution: {integrity: sha512-hgI+fN5xF8nhS9uG/V06xyT0nlcyvHHMkq0kwRSr96vl5BFlRGaL2C0/YY4kQagfU087tmj01bJkG9Ek98Wllw==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 5.0.0 @@ -1587,15 +1587,6 @@ packages: get-tsconfig: 4.2.0 dev: true - /@esbuild/android-arm/0.15.13: - resolution: {integrity: sha512-RY2fVI8O0iFUNvZirXaQ1vMvK0xhCcl0gqRj74Z6yEiO1zAUa7hbsdwZM1kzqbxHK7LFyMizipfXT3JME+12Hw==} - engines: {node: '>=12'} - cpu: [arm] - os: [android] - requiresBuild: true - dev: true - optional: true - /@esbuild/android-arm/0.15.18: resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} engines: {node: '>=12'} @@ -1605,8 +1596,8 @@ packages: dev: true optional: true - /@esbuild/android-arm/0.16.12: - resolution: {integrity: sha512-CTWgMJtpCyCltrvipZrrcjjRu+rzm6pf9V8muCsJqtKujR3kPmU4ffbckvugNNaRmhxAF1ZI3J+0FUIFLFg8KA==} + /@esbuild/android-arm/0.16.13: + resolution: {integrity: sha512-JmtqThupn9Yf+FzANE+GG73ASUkssnPwOsndUElhp23685QzRK+MO1UompOlBaXV9D5FTuYcPnw7p4mCq2YbZQ==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -1614,8 +1605,8 @@ packages: dev: true optional: true - /@esbuild/android-arm64/0.16.12: - resolution: {integrity: sha512-0LacmiIW+X0/LOLMZqYtZ7d4uY9fxYABAYhSSOu+OGQVBqH4N5eIYgkT7bBFnR4Nm3qo6qS3RpHKVrDASqj/uQ==} + /@esbuild/android-arm64/0.16.13: + resolution: {integrity: sha512-r4xetsd1ez1NF9/9R2f9Q6AlxqiZLwUqo7ICOcvEVwopVkXUcspIjEbJk0EVTgT6Cp5+ymzGPT6YNV0ievx4yA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -1623,8 +1614,8 @@ packages: dev: true optional: true - /@esbuild/android-x64/0.16.12: - resolution: {integrity: sha512-sS5CR3XBKQXYpSGMM28VuiUnbX83Z+aWPZzClW+OB2JquKqxoiwdqucJ5qvXS8pM6Up3RtJfDnRQZkz3en2z5g==} + /@esbuild/android-x64/0.16.13: + resolution: {integrity: sha512-hKt1bFht/Vtp0xJ0ZVzFMnPy1y1ycmM3KNnp3zsyZfQmw7nhs2WLO4vxdR5YG+6RsHKCb2zbZ3VwlC0Tij0qyA==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -1632,8 +1623,8 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64/0.16.12: - resolution: {integrity: sha512-Dpe5hOAQiQRH20YkFAg+wOpcd4PEuXud+aGgKBQa/VriPJA8zuVlgCOSTwna1CgYl05lf6o5els4dtuyk1qJxQ==} + /@esbuild/darwin-arm64/0.16.13: + resolution: {integrity: sha512-ogrVuNi2URocrr3Ps20f075EMm9V7IeenOi9FRj4qdbT6mQlwLuP4l90PW2iBrKERx0oRkcZprEUNsz/3xd7ww==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -1641,8 +1632,8 @@ packages: dev: true optional: true - /@esbuild/darwin-x64/0.16.12: - resolution: {integrity: sha512-ApGRA6X5txIcxV0095X4e4KKv87HAEXfuDRcGTniDWUUN+qPia8sl/BqG/0IomytQWajnUn4C7TOwHduk/FXBQ==} + /@esbuild/darwin-x64/0.16.13: + resolution: {integrity: sha512-Agajik9SBGiKD7FPXE+ExW6x3MgA/dUdpZnXa9y1tyfE4lKQx+eQiknSdrBnWPeqa9wL0AOvkhghmYhpVkyqkA==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -1650,8 +1641,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64/0.16.12: - resolution: {integrity: sha512-AMdK2gA9EU83ccXCWS1B/KcWYZCj4P3vDofZZkl/F/sBv/fphi2oUqUTox/g5GMcIxk8CF1CVYTC82+iBSyiUg==} + /@esbuild/freebsd-arm64/0.16.13: + resolution: {integrity: sha512-KxMO3/XihBcHM+xQUM6nQZO1SgQuOsd1DCnKF1a4SIf/i5VD45vrqN3k8ePgFrEbMi7m5JeGmvNqwJXinF0a4Q==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -1659,8 +1650,8 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64/0.16.12: - resolution: {integrity: sha512-KUKB9w8G/xaAbD39t6gnRBuhQ8vIYYlxGT2I+mT6UGRnCGRr1+ePFIGBQmf5V16nxylgUuuWVW1zU2ktKkf6WQ==} + /@esbuild/freebsd-x64/0.16.13: + resolution: {integrity: sha512-Ez15oqV1vwvZ30cVLeBW14BsWq/fdWNQGMOxxqaSJVQVLqHhvgfQ7gxGDiN9tpJdeQhqJO+Q0r02/Tce5+USNg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -1668,8 +1659,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm/0.16.12: - resolution: {integrity: sha512-vhDdIv6z4eL0FJyNVfdr3C/vdd/Wc6h1683GJsFoJzfKb92dU/v88FhWdigg0i6+3TsbSDeWbsPUXb4dif2abg==} + /@esbuild/linux-arm/0.16.13: + resolution: {integrity: sha512-18dLd2L3mda+iFj6sswyBMSh2UwniamD9M4DwPv8VM+9apRFlQ5IGKxBdumnTuOI4NvwwAernmUseWhYQ9k+rg==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -1677,8 +1668,8 @@ packages: dev: true optional: true - /@esbuild/linux-arm64/0.16.12: - resolution: {integrity: sha512-29HXMLpLklDfmw7T2buGqq3HImSUaZ1ArmrPOMaNiZZQptOSZs32SQtOHEl8xWX5vfdwZqrBfNf8Te4nArVzKQ==} + /@esbuild/linux-arm64/0.16.13: + resolution: {integrity: sha512-qi5n7KwcGViyJeZeQnu8fB6dC3Mlm5PGaqSv2HhQDDx/MPvVfQGNMcv7zcBL4qk3FkuWhGVwXkjQ76x7R0PWlA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -1686,8 +1677,8 @@ packages: dev: true optional: true - /@esbuild/linux-ia32/0.16.12: - resolution: {integrity: sha512-JFDuNDTTfgD1LJg7wHA42o2uAO/9VzHYK0leAVnCQE/FdMB599YMH73ux+nS0xGr79pv/BK+hrmdRin3iLgQjg==} + /@esbuild/linux-ia32/0.16.13: + resolution: {integrity: sha512-2489Xad9sr+6GD7nB913fUqpCsSwVwgskkQTq4Or2mZntSPYPebyJm8l1YruHo7oqYMTGV6RiwGE4gRo3H+EPQ==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -1695,15 +1686,6 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.15.13: - resolution: {integrity: sha512-+BoyIm4I8uJmH/QDIH0fu7MG0AEx9OXEDXnqptXCwKOlOqZiS4iraH1Nr7/ObLMokW3sOCeBNyD68ATcV9b9Ag==} - engines: {node: '>=12'} - cpu: [loong64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /@esbuild/linux-loong64/0.15.18: resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} engines: {node: '>=12'} @@ -1713,8 +1695,8 @@ packages: dev: true optional: true - /@esbuild/linux-loong64/0.16.12: - resolution: {integrity: sha512-xTGzVPqm6WKfCC0iuj1fryIWr1NWEM8DMhAIo+4rFgUtwy/lfHl+Obvus4oddzRDbBetLLmojfVZGmt/g/g+Rw==} + /@esbuild/linux-loong64/0.16.13: + resolution: {integrity: sha512-x8KplRu9Y43Px8I9YS+sPBwQ+fw44Mvp2BPVADopKDWz+h3fcj1BvRU58kxb89WObmwKX9sWdtYzepL4Fmx03A==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -1722,8 +1704,8 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el/0.16.12: - resolution: {integrity: sha512-zI1cNgHa3Gol+vPYjIYHzKhU6qMyOQrvZ82REr5Fv7rlh5PG6SkkuCoH7IryPqR+BK2c/7oISGsvPJPGnO2bHQ==} + /@esbuild/linux-mips64el/0.16.13: + resolution: {integrity: sha512-qhhdWph9FLwD9rVVC/nUf7k2U4NZIA6/mGx0B7+O6PFV0GjmPA2E3zDQ4NUjq9P26E0DeAZy9akH9dYcUBRU7A==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -1731,8 +1713,8 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64/0.16.12: - resolution: {integrity: sha512-/C8OFXExoMmvTDIOAM54AhtmmuDHKoedUd0Otpfw3+AuuVGemA1nQK99oN909uZbLEU6Bi+7JheFMG3xGfZluQ==} + /@esbuild/linux-ppc64/0.16.13: + resolution: {integrity: sha512-cVWAPKsrRVxI1jCeJHnYSbE3BrEU+pZTZK2gfao9HRxuc+3m4+RLfs3EVEpGLmMKEcWfVCB9wZ3yNxnknutGKQ==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -1740,8 +1722,8 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64/0.16.12: - resolution: {integrity: sha512-qeouyyc8kAGV6Ni6Isz8hUsKMr00EHgVwUKWNp1r4l88fHEoNTDB8mmestvykW6MrstoGI7g2EAsgr0nxmuGYg==} + /@esbuild/linux-riscv64/0.16.13: + resolution: {integrity: sha512-Agb7dbRyZWnmPn5Vvf0eyqaEUqSsaIUwwyInu2EoFTaIDRp093QU2M5alUyOooMLkRbD1WvqQNwx08Z/g+SAcQ==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -1749,8 +1731,8 @@ packages: dev: true optional: true - /@esbuild/linux-s390x/0.16.12: - resolution: {integrity: sha512-s9AyI/5vz1U4NNqnacEGFElqwnHusWa81pskAf8JNDM2eb6b2E6PpBmT8RzeZv6/TxE6/TADn2g9bb0jOUmXwQ==} + /@esbuild/linux-s390x/0.16.13: + resolution: {integrity: sha512-AqRBIrc/+kl08ahliNG+EyU+j41wIzQfwBTKpi80cCDiYvYFPuXjvzZsD9muiu58Isj0RVni9VgC4xK/AnSW4g==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -1758,8 +1740,8 @@ packages: dev: true optional: true - /@esbuild/linux-x64/0.16.12: - resolution: {integrity: sha512-e8YA7GQGLWhvakBecLptUiKxOk4E/EPtSckS1i0MGYctW8ouvNUoh7xnU15PGO2jz7BYl8q1R6g0gE5HFtzpqQ==} + /@esbuild/linux-x64/0.16.13: + resolution: {integrity: sha512-S4wn2BimuhPcoArRtVrdHUKIymCCZcYAXQE47kUiX4yrUrEX2/ifn5eKNbZ5c1jJKUlh1gC2ESIN+iw3wQax3g==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -1767,8 +1749,8 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64/0.16.12: - resolution: {integrity: sha512-z2+kUxmOqBS+6SRVd57iOLIHE8oGOoEnGVAmwjm2aENSP35HPS+5cK+FL1l+rhrsJOFIPrNHqDUNechpuG96Sg==} + /@esbuild/netbsd-x64/0.16.13: + resolution: {integrity: sha512-2c8JWgfUMlQHTdaR5X3xNMwqOyad8kgeCupuVkdm3QkUOzGREjlTETQsK6oHifocYzDCo9FeKcUwsK356SdR+g==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -1776,8 +1758,8 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64/0.16.12: - resolution: {integrity: sha512-PAonw4LqIybwn2/vJujhbg1N9W2W8lw9RtXIvvZoyzoA/4rA4CpiuahVbASmQohiytRsixbNoIOUSjRygKXpyA==} + /@esbuild/openbsd-x64/0.16.13: + resolution: {integrity: sha512-Bwh+PmKD/LK+xBjqIpnYnKYj0fIyQJ0YpRxsn0F+WfzvQ2OA+GKDlf8AHosiCns26Q4Dje388jQVwfOBZ1GaFw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -1785,8 +1767,8 @@ packages: dev: true optional: true - /@esbuild/sunos-x64/0.16.12: - resolution: {integrity: sha512-+wr1tkt1RERi+Zi/iQtkzmMH4nS8+7UIRxjcyRz7lur84wCkAITT50Olq/HiT4JN2X2bjtlOV6vt7ptW5Gw60Q==} + /@esbuild/sunos-x64/0.16.13: + resolution: {integrity: sha512-8wwk6f9XGnhrF94/DBdFM4Xm1JeCyGTCj67r516VS9yvBVQf3Rar54L+XPVDs/oZOokwH+XsktrgkuTMAmjntg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -1794,8 +1776,8 @@ packages: dev: true optional: true - /@esbuild/win32-arm64/0.16.12: - resolution: {integrity: sha512-XEjeUSHmjsAOJk8+pXJu9pFY2O5KKQbHXZWQylJzQuIBeiGrpMeq9sTVrHefHxMOyxUgoKQTcaTS+VK/K5SviA==} + /@esbuild/win32-arm64/0.16.13: + resolution: {integrity: sha512-Jmwbp/5ArLCiRAHC33ODfcrlIcbP/exXkOEUVkADNJC4e/so2jm+i8IQFvVX/lA2GWvK3GdgcN0VFfp9YITAbg==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -1803,8 +1785,8 @@ packages: dev: true optional: true - /@esbuild/win32-ia32/0.16.12: - resolution: {integrity: sha512-eRKPM7e0IecUAUYr2alW7JGDejrFJXmpjt4MlfonmQ5Rz9HWpKFGCjuuIRgKO7W9C/CWVFXdJ2GjddsBXqQI4A==} + /@esbuild/win32-ia32/0.16.13: + resolution: {integrity: sha512-AX6WjntGjhJHzrPSVvjMD7grxt41koHfAOx6lxLorrpDwwIKKPaGDASPZgvFIZHTbwhOtILW6vAXxYPDsKpDJA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -1812,8 +1794,8 @@ packages: dev: true optional: true - /@esbuild/win32-x64/0.16.12: - resolution: {integrity: sha512-iPYKN78t3op2+erv2frW568j1q0RpqX6JOLZ7oPPaAV1VaF7dDstOrNw37PVOYoTWE11pV4A1XUitpdEFNIsPg==} + /@esbuild/win32-x64/0.16.13: + resolution: {integrity: sha512-A+U4gM6OOkPS03UgVU08GTpAAAxPsP/8Z4FmneGo4TaVSD99bK9gVJXlqUEPMO/htFXEAht2O6pX4ErtLY5tVg==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -1821,8 +1803,8 @@ packages: dev: true optional: true - /@eslint/eslintrc/1.4.0: - resolution: {integrity: sha512-7yfvXy6MWLgWSFsLhz5yH3iQ52St8cdUY6FoGieKkRDVxuxmrNuUetIuu6cmjNWwniUHiWXjxCr5tTXDrbYS5A==} + /@eslint/eslintrc/1.4.1: + resolution: {integrity: sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 @@ -1880,6 +1862,13 @@ packages: engines: {node: '>=6.0.0'} dev: true + /@jridgewell/source-map/0.3.2: + resolution: {integrity: sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==} + dependencies: + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.17 + dev: true + /@jridgewell/sourcemap-codec/1.4.14: resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} @@ -2560,8 +2549,8 @@ packages: resolution: {integrity: sha512-oh8q2Zc32S6gd/j50GowEjKLoOVOwHP/bWVjKJInBwQqdOYMdPrf1oVlelTlyfFK3CKxL1uahMDAr+vy8T7yMQ==} dev: true - /@typescript-eslint/eslint-plugin/5.47.1_txmweb6yn7coi7nfrp22gpyqmy: - resolution: {integrity: sha512-r4RZ2Jl9kcQN7K/dcOT+J7NAimbiis4sSM9spvWimsBvDegMhKLA5vri2jG19PmIPbDjPeWzfUPQ2hjEzA4Nmg==} + /@typescript-eslint/eslint-plugin/5.48.0_k73wpmdolxikpyqun3p36akaaq: + resolution: {integrity: sha512-SVLafp0NXpoJY7ut6VFVUU9I+YeFsDzeQwtK0WZ+xbRN3mtxJ08je+6Oi2N89qDn087COdO0u3blKZNv9VetRQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -2571,12 +2560,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/type-utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa - '@typescript-eslint/utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/type-utils': 5.48.0_iukboom6ndih5an6iafl45j2fe + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 ignore: 5.2.4 natural-compare-lite: 1.4.0 regexpp: 3.2.0 @@ -2587,8 +2576,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-9Vb+KIv29r6GPu4EboWOnQM7T+UjpjXvjCPhNORlgm40a9Ia9bvaPJswvtae1gip2QEeVeGh6YquqAzEgoRAlw==} + /@typescript-eslint/parser/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -2597,26 +2586,26 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager/5.47.1: - resolution: {integrity: sha512-9hsFDsgUwrdOoW1D97Ewog7DYSHaq4WKuNs0LHF9RiCmqB0Z+XRR4Pf7u7u9z/8CciHuJ6yxNws1XznI3ddjEw==} + /@typescript-eslint/scope-manager/5.48.0: + resolution: {integrity: sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 dev: false - /@typescript-eslint/type-utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-/UKOeo8ee80A7/GJA427oIrBi/Gd4osk/3auBUg4Rn9EahFpevVV1mUK8hjyQD5lHPqX397x6CwOk5WGh1E/1w==} + /@typescript-eslint/type-utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-vbtPO5sJyFjtHkGlGK4Sthmta0Bbls4Onv0bEqOGm7hP9h8UpRsHJwsrCiWtCUndTRNQO/qe6Ijz9rnT/DB+7g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -2625,23 +2614,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 - '@typescript-eslint/utils': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + '@typescript-eslint/utils': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 tsutils: 3.21.0_typescript@4.9.4 typescript: 4.9.4 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types/5.47.1: - resolution: {integrity: sha512-CmALY9YWXEpwuu6377ybJBZdtSAnzXLSQcxLSqSQSbC7VfpMu/HLVdrnVJj7ycI138EHqocW02LPJErE35cE9A==} + /@typescript-eslint/types/5.48.0: + resolution: {integrity: sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/5.47.1_typescript@4.9.4: - resolution: {integrity: sha512-4+ZhFSuISAvRi2xUszEj0xXbNTHceV9GbH9S8oAD2a/F9SW57aJNQVOCxG8GPfSWH/X4eOPdMEU2jYVuWKEpWA==} + /@typescript-eslint/typescript-estree/5.48.0_typescript@4.9.4: + resolution: {integrity: sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -2649,8 +2638,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/visitor-keys': 5.47.1 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/visitor-keys': 5.48.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -2661,35 +2650,35 @@ packages: - supports-color dev: false - /@typescript-eslint/utils/5.47.1_lzzuuodtsqwxnvqeq4g4likcqa: - resolution: {integrity: sha512-l90SdwqfmkuIVaREZ2ykEfCezepCLxzWMo5gVfcJsJCaT4jHT+QjgSkYhs5BMQmWqE9k3AtIfk4g211z/sTMVw==} + /@typescript-eslint/utils/5.48.0_iukboom6ndih5an6iafl45j2fe: + resolution: {integrity: sha512-x2jrMcPaMfsHRRIkL+x96++xdzvrdBCnYRd5QiW5Wgo1OB4kDYPbC1XjWP/TNqlfK93K/lUL92erq5zPLgFScQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': 7.0.11 '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.47.1 - '@typescript-eslint/types': 5.47.1 - '@typescript-eslint/typescript-estree': 5.47.1_typescript@4.9.4 - eslint: 8.30.0 + '@typescript-eslint/scope-manager': 5.48.0 + '@typescript-eslint/types': 5.48.0 + '@typescript-eslint/typescript-estree': 5.48.0_typescript@4.9.4 + eslint: 8.31.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 semver: 7.3.8 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys/5.47.1: - resolution: {integrity: sha512-rF3pmut2JCCjh6BLRhNKdYjULMb1brvoaiWDlHfLNVgmnZ0sBVJrs3SyaKE1XoDDnJuAx/hDQryHYmPUuNq0ig==} + /@typescript-eslint/visitor-keys/5.48.0: + resolution: {integrity: sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.47.1 + '@typescript-eslint/types': 5.48.0 eslint-visitor-keys: 3.3.0 dev: false - /@vitejs/plugin-legacy/3.0.1_terser@5.4.0+vite@4.0.3: + /@vitejs/plugin-legacy/3.0.1_terser@5.16.1+vite@4.0.4: resolution: {integrity: sha512-XCtEjxoR3rmy000ujYRBp5kggWqzHz9+F20/yIMUWOzbvu0+KW1e14Fvb8h7SpNn+bfjGW1RiAs1Vrgb7Js+iQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2701,11 +2690,11 @@ packages: magic-string: 0.27.0 regenerator-runtime: 0.13.11 systemjs: 6.13.0 - terser: 5.4.0 - vite: 4.0.3_terser@5.4.0 + terser: 5.16.1 + vite: 4.0.4_terser@5.16.1 dev: true - /@vitejs/plugin-react/3.0.0_vite@4.0.3: + /@vitejs/plugin-react/3.0.0_vite@4.0.4: resolution: {integrity: sha512-1mvyPc0xYW5G8CHQvJIJXLoMjl5Ct3q2g5Y2s6Ccfgwm45y48LBvsla7az+GkkAtYikWQ4Lxqcsq5RHLcZgtNQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2716,12 +2705,12 @@ packages: '@babel/plugin-transform-react-jsx-source': 7.19.6_@babel+core@7.20.7 magic-string: 0.27.0 react-refresh: 0.14.0 - vite: 4.0.3_sass@1.57.1 + vite: 4.0.4_sass@1.57.1 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.3+vue@3.2.45: + /@vitejs/plugin-vue-jsx/3.0.0_vite@4.0.4+vue@3.2.45: resolution: {integrity: sha512-vurkuzgac5SYuxd2HUZqAFAWGTF10diKBwJNbCvnWijNZfXd+7jMtqjPFbGt7idOJUn584fP1Ar9j/GN2jQ3Ew==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -2731,25 +2720,25 @@ packages: '@babel/core': 7.20.7 '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.7 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.20.7 - vite: 4.0.3_sass@1.57.1 + vite: 4.0.4_sass@1.57.1 vue: 3.2.45 transitivePeerDependencies: - supports-color dev: true - /@vitejs/plugin-vue/4.0.0_vite@4.0.3+vue@3.2.45: + /@vitejs/plugin-vue/4.0.0_vite@4.0.4+vue@3.2.45: resolution: {integrity: sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.0.0 vue: ^3.2.25 dependencies: - vite: 4.0.3 + vite: 4.0.4 vue: 3.2.45 dev: true - /@vitest/ui/0.26.2: - resolution: {integrity: sha512-DMQhooGJVWjkiKIWJqbprDynDbw/anG2An5PxyDqLuzpGX0MWnDLNxON8wneDtDIX3kCptzRWTVMAxaV/S8EoQ==} + /@vitest/ui/0.26.3: + resolution: {integrity: sha512-GekIZekLQVL765LmQObHai7Q3U+BWD0nxJVK1yV8VPcs6H/6EAnNuEZ8tFq87jCxyHEZ3zmOrX6uPmG65gBVrA==} dependencies: fast-glob: 3.2.12 flatted: 3.2.7 @@ -2795,7 +2784,7 @@ packages: svg-tags: 1.0.0 dev: true - /@vue/babel-preset-jsx/1.4.0_rgpgiay6xwxf424bdo7moq24mu: + /@vue/babel-preset-jsx/1.4.0_qmjjnmkndvfo77554ya2p26uuu: resolution: {integrity: sha512-QmfRpssBOPZWL5xw7fOuHNifCQcNQC1PrOo/4fu6xlhlKJJKSA3HqX92Nvgyx8fqHZTUGMPHmFA+IDqwXlqkSA==} peerDependencies: '@babel/core': ^7.0.0-0 @@ -2813,7 +2802,7 @@ packages: '@vue/babel-sugar-inject-h': 1.4.0_@babel+core@7.20.7 '@vue/babel-sugar-v-model': 1.4.0_@babel+core@7.20.7 '@vue/babel-sugar-v-on': 1.4.0_@babel+core@7.20.7 - vue: 2.6.11 + vue: 2.7.14 dev: true /@vue/babel-sugar-composition-api-inject-h/1.4.0_@babel+core@7.20.7: @@ -2891,6 +2880,13 @@ packages: '@vue/compiler-core': 3.2.45 '@vue/shared': 3.2.45 + /@vue/compiler-sfc/2.7.14: + resolution: {integrity: sha512-aNmNHyLPsw+sVvlQFQ2/8sjNuLtK54TC6cuKnVzAY93ks4ZBrvwQSnkkIh7bsbNhum5hJBS00wSDipQ937f5DA==} + dependencies: + '@babel/parser': 7.20.7 + postcss: 8.4.20 + source-map: 0.6.1 + /@vue/compiler-sfc/3.2.45: resolution: {integrity: sha512-1jXDuWah1ggsnSAOGsec8cFjT/K6TMZ0sPL3o3d84Ft2AYZi2jWJgRMjw4iaK0rBfA89L5gw427H4n1RZQBu6Q==} dependencies: @@ -3023,8 +3019,8 @@ packages: /@vue/shared/3.2.45: resolution: {integrity: sha512-Ewzq5Yhimg7pSztDV+RH1UDKBzmtqieXQlpTVm2AwraoRL/Rks96mvd8Vgi7Lj+h+TH8dv7mXD3FRZR3TUvbSg==} - /@vue/test-utils/2.2.4_vue@3.2.45: - resolution: {integrity: sha512-1JjLduJ84bFcuCt/1YLTNyktYeUHS/zA0u8iTmF6w6ul1K/nSvyKu/MC47YjdpZ4lI/hn7FH31B22kfz62e9wA==} + /@vue/test-utils/2.2.6_vue@3.2.45: + resolution: {integrity: sha512-64zHtJZdG7V/U2L0j/z3Pt5bSygccI3xs+Kl7LB73AZK4MQ8WONJhqDQPK8leUFFA9CmmoJygeky7zcl2hX10A==} peerDependencies: vue: ^3.0.1 dependencies: @@ -4145,7 +4141,6 @@ packages: /csstype/3.1.1: resolution: {integrity: sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==} - dev: true /csv-generate/3.4.3: resolution: {integrity: sha512-w/T+rqR0vwvHqWs/1ZyMDWtHHSJaN06klRqJXBEpDJaM/+dZkso0OKh1VcuuYvK3XM53KysVNq8Ko/epCK8wOw==} @@ -4445,15 +4440,6 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /esbuild-android-64/0.15.13: - resolution: {integrity: sha512-yRorukXBlokwTip+Sy4MYskLhJsO0Kn0/Fj43s1krVblfwP+hMD37a4Wmg139GEsMLl+vh8WXp2mq/cTA9J97g==} - engines: {node: '>=12'} - cpu: [x64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-64/0.15.18: resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} engines: {node: '>=12'} @@ -4463,15 +4449,6 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.15.13: - resolution: {integrity: sha512-TKzyymLD6PiVeyYa4c5wdPw87BeAiTXNtK6amWUcXZxkV51gOk5u5qzmDaYSwiWeecSNHamFsaFjLoi32QR5/w==} - engines: {node: '>=12'} - cpu: [arm64] - os: [android] - requiresBuild: true - dev: true - optional: true - /esbuild-android-arm64/0.15.18: resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} engines: {node: '>=12'} @@ -4481,15 +4458,6 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.15.13: - resolution: {integrity: sha512-WAx7c2DaOS6CrRcoYCgXgkXDliLnFv3pQLV6GeW1YcGEZq2Gnl8s9Pg7ahValZkpOa0iE/ojRVQ87sbUhF1Cbg==} - engines: {node: '>=12'} - cpu: [x64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-64/0.15.18: resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} engines: {node: '>=12'} @@ -4499,15 +4467,6 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.15.13: - resolution: {integrity: sha512-U6jFsPfSSxC3V1CLiQqwvDuj3GGrtQNB3P3nNC3+q99EKf94UGpsG9l4CQ83zBs1NHrk1rtCSYT0+KfK5LsD8A==} - engines: {node: '>=12'} - cpu: [arm64] - os: [darwin] - requiresBuild: true - dev: true - optional: true - /esbuild-darwin-arm64/0.15.18: resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} engines: {node: '>=12'} @@ -4517,15 +4476,6 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.15.13: - resolution: {integrity: sha512-whItJgDiOXaDG/idy75qqevIpZjnReZkMGCgQaBWZuKHoElDJC1rh7MpoUgupMcdfOd+PgdEwNQW9DAE6i8wyA==} - engines: {node: '>=12'} - cpu: [x64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-64/0.15.18: resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} engines: {node: '>=12'} @@ -4535,15 +4485,6 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.15.13: - resolution: {integrity: sha512-6pCSWt8mLUbPtygv7cufV0sZLeylaMwS5Fznj6Rsx9G2AJJsAjQ9ifA+0rQEIg7DwJmi9it+WjzNTEAzzdoM3Q==} - engines: {node: '>=12'} - cpu: [arm64] - os: [freebsd] - requiresBuild: true - dev: true - optional: true - /esbuild-freebsd-arm64/0.15.18: resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} engines: {node: '>=12'} @@ -4553,15 +4494,6 @@ packages: dev: true optional: true - /esbuild-linux-32/0.15.13: - resolution: {integrity: sha512-VbZdWOEdrJiYApm2kkxoTOgsoCO1krBZ3quHdYk3g3ivWaMwNIVPIfEE0f0XQQ0u5pJtBsnk2/7OPiCFIPOe/w==} - engines: {node: '>=12'} - cpu: [ia32] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-32/0.15.18: resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} engines: {node: '>=12'} @@ -4571,15 +4503,6 @@ packages: dev: true optional: true - /esbuild-linux-64/0.15.13: - resolution: {integrity: sha512-rXmnArVNio6yANSqDQlIO4WiP+Cv7+9EuAHNnag7rByAqFVuRusLbGi2697A5dFPNXoO//IiogVwi3AdcfPC6A==} - engines: {node: '>=12'} - cpu: [x64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-64/0.15.18: resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} engines: {node: '>=12'} @@ -4589,15 +4512,6 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.15.13: - resolution: {integrity: sha512-Ac6LpfmJO8WhCMQmO253xX2IU2B3wPDbl4IvR0hnqcPrdfCaUa2j/lLMGTjmQ4W5JsJIdHEdW12dG8lFS0MbxQ==} - engines: {node: '>=12'} - cpu: [arm] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm/0.15.18: resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} engines: {node: '>=12'} @@ -4607,15 +4521,6 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.15.13: - resolution: {integrity: sha512-alEMGU4Z+d17U7KQQw2IV8tQycO6T+rOrgW8OS22Ua25x6kHxoG6Ngry6Aq6uranC+pNWNMB6aHFPh7aTQdORQ==} - engines: {node: '>=12'} - cpu: [arm64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-arm64/0.15.18: resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} engines: {node: '>=12'} @@ -4625,15 +4530,6 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.15.13: - resolution: {integrity: sha512-47PgmyYEu+yN5rD/MbwS6DxP2FSGPo4Uxg5LwIdxTiyGC2XKwHhHyW7YYEDlSuXLQXEdTO7mYe8zQ74czP7W8A==} - engines: {node: '>=12'} - cpu: [mips64el] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-mips64le/0.15.18: resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} engines: {node: '>=12'} @@ -4643,15 +4539,6 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.15.13: - resolution: {integrity: sha512-z6n28h2+PC1Ayle9DjKoBRcx/4cxHoOa2e689e2aDJSaKug3jXcQw7mM+GLg+9ydYoNzj8QxNL8ihOv/OnezhA==} - engines: {node: '>=12'} - cpu: [ppc64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-ppc64le/0.15.18: resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} engines: {node: '>=12'} @@ -4661,15 +4548,6 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.15.13: - resolution: {integrity: sha512-+Lu4zuuXuQhgLUGyZloWCqTslcCAjMZH1k3Xc9MSEJEpEFdpsSU0sRDXAnk18FKOfEjhu4YMGaykx9xjtpA6ow==} - engines: {node: '>=12'} - cpu: [riscv64] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-riscv64/0.15.18: resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} engines: {node: '>=12'} @@ -4679,15 +4557,6 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.15.13: - resolution: {integrity: sha512-BMeXRljruf7J0TMxD5CIXS65y7puiZkAh+s4XFV9qy16SxOuMhxhVIXYLnbdfLrsYGFzx7U9mcdpFWkkvy/Uag==} - engines: {node: '>=12'} - cpu: [s390x] - os: [linux] - requiresBuild: true - dev: true - optional: true - /esbuild-linux-s390x/0.15.18: resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} engines: {node: '>=12'} @@ -4697,15 +4566,6 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.15.13: - resolution: {integrity: sha512-EHj9QZOTel581JPj7UO3xYbltFTYnHy+SIqJVq6yd3KkCrsHRbapiPb0Lx3EOOtybBEE9EyqbmfW1NlSDsSzvQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [netbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-netbsd-64/0.15.18: resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} engines: {node: '>=12'} @@ -4715,15 +4575,6 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.15.13: - resolution: {integrity: sha512-nkuDlIjF/sfUhfx8SKq0+U+Fgx5K9JcPq1mUodnxI0x4kBdCv46rOGWbuJ6eof2n3wdoCLccOoJAbg9ba/bT2w==} - engines: {node: '>=12'} - cpu: [x64] - os: [openbsd] - requiresBuild: true - dev: true - optional: true - /esbuild-openbsd-64/0.15.18: resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} engines: {node: '>=12'} @@ -4733,34 +4584,25 @@ packages: dev: true optional: true - /esbuild-plugin-copy/1.6.0_esbuild@0.15.13: + /esbuild-plugin-copy/1.6.0_esbuild@0.16.13: resolution: {integrity: sha512-wN1paBCoE0yRBl9ZY3ZSD6SxGE4Yfr0Em7zh2yTbJv1JaHEIR3FYYN7HU6F+j/peSaGZJNSORSGxJ5QX1a1Sgg==} peerDependencies: esbuild: '>= 0.14.0' dependencies: chalk: 4.1.2 - esbuild: 0.15.13 + esbuild: 0.16.13 fs-extra: 10.1.0 globby: 11.1.0 dev: true - /esbuild-sass-plugin/2.4.4: - resolution: {integrity: sha512-nxyscxQbvKcy12rLOh52zDqk0anOvWIdUcAlvaoCVQcpmR9GkrFbyGLsRNpoEYyB3Rho9Raq+YE6A6ehMDkN0g==} + /esbuild-sass-plugin/2.4.5: + resolution: {integrity: sha512-di2hLaIwhRXe513uaPPxv+5bjynxAgrS8R+u38lbBfvp1g1xOki4ACXV2aXip2CRPGTbAVDySSxujd9iArFV0w==} dependencies: esbuild: 0.15.18 resolve: 1.22.1 sass: 1.57.1 dev: true - /esbuild-sunos-64/0.15.13: - resolution: {integrity: sha512-jVeu2GfxZQ++6lRdY43CS0Tm/r4WuQQ0Pdsrxbw+aOrHQPHV0+LNOLnvbN28M7BSUGnJnHkHm2HozGgNGyeIRw==} - engines: {node: '>=12'} - cpu: [x64] - os: [sunos] - requiresBuild: true - dev: true - optional: true - /esbuild-sunos-64/0.15.18: resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} engines: {node: '>=12'} @@ -4770,15 +4612,6 @@ packages: dev: true optional: true - /esbuild-windows-32/0.15.13: - resolution: {integrity: sha512-XoF2iBf0wnqo16SDq+aDGi/+QbaLFpkiRarPVssMh9KYbFNCqPLlGAWwDvxEVz+ywX6Si37J2AKm+AXq1kC0JA==} - engines: {node: '>=12'} - cpu: [ia32] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-32/0.15.18: resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} engines: {node: '>=12'} @@ -4788,15 +4621,6 @@ packages: dev: true optional: true - /esbuild-windows-64/0.15.13: - resolution: {integrity: sha512-Et6htEfGycjDrtqb2ng6nT+baesZPYQIW+HUEHK4D1ncggNrDNk3yoboYQ5KtiVrw/JaDMNttz8rrPubV/fvPQ==} - engines: {node: '>=12'} - cpu: [x64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-64/0.15.18: resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} engines: {node: '>=12'} @@ -4806,15 +4630,6 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.15.13: - resolution: {integrity: sha512-3bv7tqntThQC9SWLRouMDmZnlOukBhOCTlkzNqzGCmrkCJI7io5LLjwJBOVY6kOUlIvdxbooNZwjtBvj+7uuVg==} - engines: {node: '>=12'} - cpu: [arm64] - os: [win32] - requiresBuild: true - dev: true - optional: true - /esbuild-windows-arm64/0.15.18: resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} engines: {node: '>=12'} @@ -4824,36 +4639,6 @@ packages: dev: true optional: true - /esbuild/0.15.13: - resolution: {integrity: sha512-Cu3SC84oyzzhrK/YyN4iEVy2jZu5t2fz66HEOShHURcjSkOSAVL8C/gfUT+lDJxkVHpg8GZ10DD0rMHRPqMFaQ==} - engines: {node: '>=12'} - hasBin: true - requiresBuild: true - optionalDependencies: - '@esbuild/android-arm': 0.15.13 - '@esbuild/linux-loong64': 0.15.13 - esbuild-android-64: 0.15.13 - esbuild-android-arm64: 0.15.13 - esbuild-darwin-64: 0.15.13 - esbuild-darwin-arm64: 0.15.13 - esbuild-freebsd-64: 0.15.13 - esbuild-freebsd-arm64: 0.15.13 - esbuild-linux-32: 0.15.13 - esbuild-linux-64: 0.15.13 - esbuild-linux-arm: 0.15.13 - esbuild-linux-arm64: 0.15.13 - esbuild-linux-mips64le: 0.15.13 - esbuild-linux-ppc64le: 0.15.13 - esbuild-linux-riscv64: 0.15.13 - esbuild-linux-s390x: 0.15.13 - esbuild-netbsd-64: 0.15.13 - esbuild-openbsd-64: 0.15.13 - esbuild-sunos-64: 0.15.13 - esbuild-windows-32: 0.15.13 - esbuild-windows-64: 0.15.13 - esbuild-windows-arm64: 0.15.13 - dev: true - /esbuild/0.15.18: resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} engines: {node: '>=12'} @@ -4884,34 +4669,34 @@ packages: esbuild-windows-arm64: 0.15.18 dev: true - /esbuild/0.16.12: - resolution: {integrity: sha512-eq5KcuXajf2OmivCl4e89AD3j8fbV+UTE9vczEzq5haA07U9oOTzBWlh3+6ZdjJR7Rz2QfWZ2uxZyhZxBgJ4+g==} + /esbuild/0.16.13: + resolution: {integrity: sha512-oYwFdSEIoKM1oYzyem1osgKJAvg5447XF+05ava21fOtilyb2HeQQh26/74K4WeAk5dZmj/Mx10zUqUnI14jhA==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.16.12 - '@esbuild/android-arm64': 0.16.12 - '@esbuild/android-x64': 0.16.12 - '@esbuild/darwin-arm64': 0.16.12 - '@esbuild/darwin-x64': 0.16.12 - '@esbuild/freebsd-arm64': 0.16.12 - '@esbuild/freebsd-x64': 0.16.12 - '@esbuild/linux-arm': 0.16.12 - '@esbuild/linux-arm64': 0.16.12 - '@esbuild/linux-ia32': 0.16.12 - '@esbuild/linux-loong64': 0.16.12 - '@esbuild/linux-mips64el': 0.16.12 - '@esbuild/linux-ppc64': 0.16.12 - '@esbuild/linux-riscv64': 0.16.12 - '@esbuild/linux-s390x': 0.16.12 - '@esbuild/linux-x64': 0.16.12 - '@esbuild/netbsd-x64': 0.16.12 - '@esbuild/openbsd-x64': 0.16.12 - '@esbuild/sunos-x64': 0.16.12 - '@esbuild/win32-arm64': 0.16.12 - '@esbuild/win32-ia32': 0.16.12 - '@esbuild/win32-x64': 0.16.12 + '@esbuild/android-arm': 0.16.13 + '@esbuild/android-arm64': 0.16.13 + '@esbuild/android-x64': 0.16.13 + '@esbuild/darwin-arm64': 0.16.13 + '@esbuild/darwin-x64': 0.16.13 + '@esbuild/freebsd-arm64': 0.16.13 + '@esbuild/freebsd-x64': 0.16.13 + '@esbuild/linux-arm': 0.16.13 + '@esbuild/linux-arm64': 0.16.13 + '@esbuild/linux-ia32': 0.16.13 + '@esbuild/linux-loong64': 0.16.13 + '@esbuild/linux-mips64el': 0.16.13 + '@esbuild/linux-ppc64': 0.16.13 + '@esbuild/linux-riscv64': 0.16.13 + '@esbuild/linux-s390x': 0.16.13 + '@esbuild/linux-x64': 0.16.13 + '@esbuild/netbsd-x64': 0.16.13 + '@esbuild/openbsd-x64': 0.16.13 + '@esbuild/sunos-x64': 0.16.13 + '@esbuild/win32-arm64': 0.16.13 + '@esbuild/win32-ia32': 0.16.13 + '@esbuild/win32-x64': 0.16.13 dev: true /escalade/3.1.1: @@ -4944,13 +4729,13 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.5.0_eslint@8.30.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + /eslint-config-prettier/8.6.0_eslint@8.31.0: + resolution: {integrity: sha512-bAF0eLpLVqP5oEVUFKpMA+NnRFICwn9X8B5jrR9FcqnYBuPbqWEjTEspPWMj5ye6czoSLDweCzSo3Ko7gGrZaA==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 dev: false /eslint-import-resolver-node/0.3.6: @@ -4962,7 +4747,7 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.4_ehosaqfug4in6rsga5hlj3hmya: + /eslint-module-utils/2.7.4_gauu7rrsoohvlnqdwirscmegn4: resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} engines: {node: '>=4'} peerDependencies: @@ -4983,26 +4768,26 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe debug: 3.2.7 - eslint: 8.30.0 + eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-eslint-comments/3.2.0_eslint@8.30.0: + /eslint-plugin-eslint-comments/3.2.0_eslint@8.31.0: resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==} engines: {node: '>=6.5.0'} peerDependencies: eslint: '>=4.19.1' dependencies: escape-string-regexp: 1.0.5 - eslint: 8.30.0 + eslint: 8.31.0 ignore: 5.2.4 dev: false - /eslint-plugin-import/2.26.0_smw3o7qjeokkcohbvp7rylsoqq: + /eslint-plugin-import/2.26.0_m2kn7xiag5lymyarkgri27ztxm: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: @@ -5012,14 +4797,14 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.47.1_lzzuuodtsqwxnvqeq4g4likcqa + '@typescript-eslint/parser': 5.48.0_iukboom6ndih5an6iafl45j2fe array-includes: 3.1.6 array.prototype.flat: 1.3.1 debug: 2.6.9 doctrine: 2.1.0 - eslint: 8.30.0 + eslint: 8.31.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.4_ehosaqfug4in6rsga5hlj3hmya + eslint-module-utils: 2.7.4_gauu7rrsoohvlnqdwirscmegn4 has: 1.0.3 is-core-module: 2.11.0 is-glob: 4.0.3 @@ -5033,31 +4818,31 @@ packages: - supports-color dev: false - /eslint-plugin-jsonc/2.5.0_eslint@8.30.0: + /eslint-plugin-jsonc/2.5.0_eslint@8.31.0: resolution: {integrity: sha512-G257khwkrOQ5MJpSzz4yQh5K12W4xFZRcHmVlhVFWh2GCLDX+JwHnmkQoUoFDbOieSPBMsPFZDTJScwrXiWlIg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: - eslint: 8.30.0 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-utils: 3.0.0_eslint@8.31.0 jsonc-eslint-parser: 2.1.0 natural-compare: 1.4.0 dev: false - /eslint-plugin-markdown/3.0.0_eslint@8.30.0: + /eslint-plugin-markdown/3.0.0_eslint@8.31.0: resolution: {integrity: sha512-hRs5RUJGbeHDLfS7ELanT0e29Ocyssf/7kBM+p7KluY5AwngGkDf8Oyu4658/NZSGTTq05FZeWbkxXtbVyHPwg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.30.0 + eslint: 8.31.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-prettier/4.2.1_kl4pe43v5b43npmso5hoplpbyi: + /eslint-plugin-prettier/4.2.1_32m5uc2milwdw3tnkcq5del26y: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -5068,25 +4853,25 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.30.0 - eslint-config-prettier: 8.5.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-config-prettier: 8.6.0_eslint@8.31.0 prettier: 2.8.1 prettier-linter-helpers: 1.0.0 dev: false - /eslint-plugin-vue/9.8.0_eslint@8.30.0: + /eslint-plugin-vue/9.8.0_eslint@8.31.0: resolution: {integrity: sha512-E/AXwcTzunyzM83C2QqDHxepMzvI2y6x+mmeYHbVDQlKFqmKYvRrhaVixEeeG27uI44p9oKDFiyCRw4XxgtfHA==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 dependencies: - eslint: 8.30.0 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint: 8.31.0 + eslint-utils: 3.0.0_eslint@8.31.0 natural-compare: 1.4.0 nth-check: 2.1.1 postcss-selector-parser: 6.0.11 semver: 7.3.8 - vue-eslint-parser: 9.1.0_eslint@8.30.0 + vue-eslint-parser: 9.1.0_eslint@8.31.0 xml-name-validator: 4.0.0 transitivePeerDependencies: - supports-color @@ -5107,13 +4892,13 @@ packages: esrecurse: 4.3.0 estraverse: 5.3.0 - /eslint-utils/3.0.0_eslint@8.30.0: + /eslint-utils/3.0.0_eslint@8.31.0: resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} peerDependencies: eslint: '>=5' dependencies: - eslint: 8.30.0 + eslint: 8.31.0 eslint-visitor-keys: 2.1.0 /eslint-visitor-keys/2.1.0: @@ -5124,12 +4909,12 @@ packages: resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint/8.30.0: - resolution: {integrity: sha512-MGADB39QqYuzEGov+F/qb18r4i7DohCDOfatHaxI2iGlPuC65bwG2gxgO+7DkyL38dRFaRH7RaRAgU6JKL9rMQ==} + /eslint/8.31.0: + resolution: {integrity: sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint/eslintrc': 1.4.0 + '@eslint/eslintrc': 1.4.1 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -5140,7 +4925,7 @@ packages: doctrine: 3.0.0 escape-string-regexp: 4.0.0 eslint-scope: 7.1.1 - eslint-utils: 3.0.0_eslint@8.30.0 + eslint-utils: 3.0.0_eslint@8.31.0 eslint-visitor-keys: 3.3.0 espree: 9.4.1 esquery: 1.4.0 @@ -6254,6 +6039,10 @@ packages: resolution: {integrity: sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==} dev: true + /lodash.isfunction/3.0.9: + resolution: {integrity: sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==} + dev: false + /lodash.isinteger/4.0.4: resolution: {integrity: sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==} dev: true @@ -7392,11 +7181,11 @@ packages: dependencies: postcss: 8.4.20 - /postcss-scss/4.0.5_postcss@8.4.20: - resolution: {integrity: sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA==} + /postcss-scss/4.0.6_postcss@8.4.20: + resolution: {integrity: sha512-rLDPhJY4z/i4nVFZ27j9GqLxj1pwxE80eAzUNRMXtcpipFYIeowerzBgG3yJhMtObGEXidtIgbUpQ3eLDsf5OQ==} engines: {node: '>=12.0'} peerDependencies: - postcss: ^8.3.3 + postcss: ^8.4.19 dependencies: postcss: 8.4.20 dev: false @@ -8064,7 +7853,7 @@ packages: /style-search/0.1.0: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} - /stylelint-config-html/1.1.0_bto6pmslw3cibsiuq6smxboytq: + /stylelint-config-html/1.1.0_kbto3rg3njmczth2rrsgfnlsqa: resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==} engines: {node: ^12 || >=14} peerDependencies: @@ -8072,20 +7861,20 @@ packages: stylelint: '>=14.0.0' dependencies: postcss-html: 1.5.0 - stylelint: 14.16.0 + stylelint: 14.16.1 dev: false - /stylelint-config-prettier/9.0.4_stylelint@14.16.0: + /stylelint-config-prettier/9.0.4_stylelint@14.16.1: resolution: {integrity: sha512-38nIGTGpFOiK5LjJ8Ma1yUgpKENxoKSOhbDNSemY7Ep0VsJoXIW9Iq/2hSt699oB9tReynfWicTAoIHiq8Rvbg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.16.0 + stylelint: 14.16.1 dev: false - /stylelint-config-recommended-scss/8.0.0_l3s4qeu3gkar2knsdy3w5miimm: + /stylelint-config-recommended-scss/8.0.0_vitr26fcqo6sphdfxyxll4n2gy: resolution: {integrity: sha512-BxjxEzRaZoQb7Iinc3p92GS6zRdRAkIuEu2ZFLTxJK2e1AIcCb5B5MXY9KOXdGTnYFZ+KKx6R4Fv9zU6CtMYPQ==} peerDependencies: postcss: ^8.3.3 @@ -8095,13 +7884,13 @@ packages: optional: true dependencies: postcss: 8.4.20 - postcss-scss: 4.0.5_postcss@8.4.20 - stylelint: 14.16.0 - stylelint-config-recommended: 9.0.0_stylelint@14.16.0 - stylelint-scss: 4.3.0_stylelint@14.16.0 + postcss-scss: 4.0.6_postcss@8.4.20 + stylelint: 14.16.1 + stylelint-config-recommended: 9.0.0_stylelint@14.16.1 + stylelint-scss: 4.3.0_stylelint@14.16.1 dev: false - /stylelint-config-recommended-vue/1.4.0_bto6pmslw3cibsiuq6smxboytq: + /stylelint-config-recommended-vue/1.4.0_kbto3rg3njmczth2rrsgfnlsqa: resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==} engines: {node: ^12 || >=14} peerDependencies: @@ -8110,20 +7899,20 @@ packages: dependencies: postcss-html: 1.5.0 semver: 7.3.8 - stylelint: 14.16.0 - stylelint-config-html: 1.1.0_bto6pmslw3cibsiuq6smxboytq - stylelint-config-recommended: 9.0.0_stylelint@14.16.0 + stylelint: 14.16.1 + stylelint-config-html: 1.1.0_kbto3rg3njmczth2rrsgfnlsqa + stylelint-config-recommended: 9.0.0_stylelint@14.16.1 dev: false - /stylelint-config-recommended/9.0.0_stylelint@14.16.0: + /stylelint-config-recommended/9.0.0_stylelint@14.16.1: resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.16.0 + stylelint: 14.16.1 dev: false - /stylelint-config-standard-scss/6.1.0_l3s4qeu3gkar2knsdy3w5miimm: + /stylelint-config-standard-scss/6.1.0_vitr26fcqo6sphdfxyxll4n2gy: resolution: {integrity: sha512-iZ2B5kQT2G3rUzx+437cEpdcnFOQkwnwqXuY8Z0QUwIHQVE8mnYChGAquyKFUKZRZ0pRnrciARlPaR1RBtPb0Q==} peerDependencies: postcss: ^8.3.3 @@ -8133,31 +7922,31 @@ packages: optional: true dependencies: postcss: 8.4.20 - stylelint: 14.16.0 - stylelint-config-recommended-scss: 8.0.0_l3s4qeu3gkar2knsdy3w5miimm - stylelint-config-standard: 29.0.0_stylelint@14.16.0 + stylelint: 14.16.1 + stylelint-config-recommended-scss: 8.0.0_vitr26fcqo6sphdfxyxll4n2gy + stylelint-config-standard: 29.0.0_stylelint@14.16.1 dev: false - /stylelint-config-standard/29.0.0_stylelint@14.16.0: + /stylelint-config-standard/29.0.0_stylelint@14.16.1: resolution: {integrity: sha512-uy8tZLbfq6ZrXy4JKu3W+7lYLgRQBxYTUUB88vPgQ+ZzAxdrvcaSUW9hOMNLYBnwH+9Kkj19M2DHdZ4gKwI7tg==} peerDependencies: stylelint: ^14.14.0 dependencies: - stylelint: 14.16.0 - stylelint-config-recommended: 9.0.0_stylelint@14.16.0 + stylelint: 14.16.1 + stylelint-config-recommended: 9.0.0_stylelint@14.16.1 dev: false - /stylelint-order/5.0.0_stylelint@14.16.0: + /stylelint-order/5.0.0_stylelint@14.16.1: resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} peerDependencies: stylelint: ^14.0.0 dependencies: postcss: 8.4.20 postcss-sorting: 7.0.1_postcss@8.4.20 - stylelint: 14.16.0 + stylelint: 14.16.1 dev: false - /stylelint-scss/4.3.0_stylelint@14.16.0: + /stylelint-scss/4.3.0_stylelint@14.16.1: resolution: {integrity: sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ==} peerDependencies: stylelint: ^14.5.1 @@ -8167,11 +7956,11 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.11 postcss-value-parser: 4.2.0 - stylelint: 14.16.0 + stylelint: 14.16.1 dev: false - /stylelint/14.16.0: - resolution: {integrity: sha512-X6uTi9DcxjzLV8ZUAjit1vsRtSwcls0nl07c9rqOPzvpA8IvTX/xWEkBRowS0ffevRrqkHa/ThDEu86u73FQDg==} + /stylelint/14.16.1: + resolution: {integrity: sha512-ErlzR/T3hhbV+a925/gbfc3f3Fep9/bnspMiJPorfGEmcBbXdS+oo6LrVtoUZ/w9fqD6o6k7PtUlCOsCRdjX/A==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: @@ -8278,14 +8067,14 @@ packages: engines: {node: '>=8'} dev: true - /terser/5.4.0: - resolution: {integrity: sha512-3dZunFLbCJis9TAF2VnX+VrQLctRUmt1p3W2kCsJuZE4ZgWqh//+1MZ62EanewrqKoUf4zIaDGZAvml4UDc0OQ==} + /terser/5.16.1: + resolution: {integrity: sha512-xvQfyfA1ayT0qdK47zskQgRZeWLoOQ8JQ6mIgRGVNwZKdQMU+5FkCBjmv4QjcrTzyZquRw2FVtlJSRUmMKQslw==} engines: {node: '>=10'} hasBin: true dependencies: + '@jridgewell/source-map': 0.3.2 acorn: 8.8.1 commander: 2.20.3 - source-map: 0.7.4 source-map-support: 0.5.21 dev: true @@ -8768,8 +8557,8 @@ packages: engines: {node: '>= 0.10'} dev: true - /vite-node/0.26.2_@types+node@18.11.18: - resolution: {integrity: sha512-4M/zlatItZAyvrQG+82zQBhgDjRZRhVJYFW4T9wcAKh7eMmSiPOVSeI5zsV9UzHXgCcIDKX0o0r3s4OxExTHqg==} + /vite-node/0.26.3_@types+node@18.11.18: + resolution: {integrity: sha512-Te2bq0Bfvq6XiO718I+1EinMjpNYKws6SNHKOmVbILAQimKoZKDd+IZLlkaYcBXPpK3HFe2U80k8Zw+m3w/a2w==} engines: {node: '>=v14.16.0'} hasBin: true dependencies: @@ -8778,7 +8567,7 @@ packages: pathe: 0.2.0 source-map: 0.6.1 source-map-support: 0.5.21 - vite: 4.0.3_@types+node@18.11.18 + vite: 4.0.4_@types+node@18.11.18 transitivePeerDependencies: - '@types/node' - less @@ -8789,15 +8578,15 @@ packages: - terser dev: true - /vite-plugin-css-injected-by-js/2.1.1_vite@4.0.3: - resolution: {integrity: sha512-gjIG6iFWde32oRr/bK9CsfN+jdbura2y4GlDzeOiEm6py38ud8dXzFl9zwmHjOjZdr8XEgQ9TovzVGNzp47esw==} + /vite-plugin-css-injected-by-js/2.2.0_vite@4.0.4: + resolution: {integrity: sha512-SRGuyY1WUHj7cPzv7AIE0bG5Cb+vioxuq3CkFc1j0b8z5Cy3rXLG8SwxjriylFcZAY7tH2jU4i1bsCJRE/ou6g==} peerDependencies: vite: '>2.0.0-0' dependencies: - vite: 4.0.3_terser@5.4.0 + vite: 4.0.4_terser@5.16.1 dev: true - /vite-plugin-dts/1.7.1_vite@4.0.3: + /vite-plugin-dts/1.7.1_vite@4.0.4: resolution: {integrity: sha512-2oGMnAjcrZN7jM1TloiS1b1mCn42s3El04ix2RFhId5P1WfMigF8WAwsqT6a6jk0Yso8t7AeZsBkkxYShR0hBQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -8811,13 +8600,13 @@ packages: fs-extra: 10.1.0 kolorist: 1.6.0 ts-morph: 16.0.0 - vite: 4.0.3_terser@5.4.0 + vite: 4.0.4_terser@5.16.1 transitivePeerDependencies: - rollup - supports-color dev: true - /vite-plugin-vue2/2.0.3_duulz4qpp7m2r3n7rkdz2t4yzm: + /vite-plugin-vue2/2.0.3_ar7gk4v2i77dppa2qndjwonczi: resolution: {integrity: sha512-t3Tu93GWsMHbpeIv66MTO5e/rRAo8/+/eWoUtFYuAdKDMyEnn1dqsrXh+CfG+SJAlxJvcTP8U0eXkzhLjKNyMg==} peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 @@ -8839,7 +8628,7 @@ packages: '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.7 '@rollup/pluginutils': 4.2.1 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-preset-jsx': 1.4.0_rgpgiay6xwxf424bdo7moq24mu + '@vue/babel-preset-jsx': 1.4.0_qmjjnmkndvfo77554ya2p26uuu '@vue/component-compiler-utils': 3.3.0 consolidate: 0.16.0 debug: 4.3.4 @@ -8851,9 +8640,9 @@ packages: rollup: 2.79.1 slash: 3.0.0 source-map: 0.7.4 - vite: 3.2.5_sass@1.57.1+terser@5.4.0 - vue-template-babel-compiler: 1.2.0_i6zkvopayoohexkqkaqc4apoem - vue-template-compiler: 2.6.11_vue@2.6.11 + vite: 4.0.4_sass@1.57.1+terser@5.16.1 + vue-template-babel-compiler: 1.2.0_s72bufat24j4xi363kb5czieqe + vue-template-compiler: 2.7.14_vue@2.7.14 transitivePeerDependencies: - arc-templates - atpl @@ -8912,7 +8701,7 @@ packages: - whiskers dev: true - /vite-plugin-vue2/2.0.3_vpcohyik22jayavellha7h5zee: + /vite-plugin-vue2/2.0.3_byfxmip5rs2gfy75x6lzkfja6q: resolution: {integrity: sha512-t3Tu93GWsMHbpeIv66MTO5e/rRAo8/+/eWoUtFYuAdKDMyEnn1dqsrXh+CfG+SJAlxJvcTP8U0eXkzhLjKNyMg==} peerDependencies: vite: ^2.0.0 || ^3.0.0 || ^4.0.0 @@ -8934,7 +8723,7 @@ packages: '@babel/plugin-transform-typescript': 7.20.7_@babel+core@7.20.7 '@rollup/pluginutils': 4.2.1 '@vue/babel-helper-vue-jsx-merge-props': 1.4.0 - '@vue/babel-preset-jsx': 1.4.0_rgpgiay6xwxf424bdo7moq24mu + '@vue/babel-preset-jsx': 1.4.0_qmjjnmkndvfo77554ya2p26uuu '@vue/component-compiler-utils': 3.3.0 consolidate: 0.16.0 debug: 4.3.4 @@ -8946,9 +8735,9 @@ packages: rollup: 2.79.1 slash: 3.0.0 source-map: 0.7.4 - vite: 4.0.3_sass@1.57.1+terser@5.4.0 - vue-template-babel-compiler: 1.2.0_i6zkvopayoohexkqkaqc4apoem - vue-template-compiler: 2.6.11_vue@2.6.11 + vite: 3.2.5_sass@1.57.1+terser@5.16.1 + vue-template-babel-compiler: 1.2.0_s72bufat24j4xi363kb5czieqe + vue-template-compiler: 2.7.14_vue@2.7.14 transitivePeerDependencies: - arc-templates - atpl @@ -9007,7 +8796,7 @@ packages: - whiskers dev: true - /vite/3.2.5_sass@1.57.1+terser@5.4.0: + /vite/3.2.5_sass@1.57.1+terser@5.16.1: resolution: {integrity: sha512-4mVEpXpSOgrssFZAOmGIr85wPHKvaDAcXqxVxVRZhljkJOMZi1ibLibzjLHzJvcok8BMguLc7g1W6W/GqZbLdQ==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true @@ -9037,13 +8826,13 @@ packages: resolve: 1.22.1 rollup: 2.79.1 sass: 1.57.1 - terser: 5.4.0 + terser: 5.16.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/4.0.3: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + /vite/4.0.4: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9067,7 +8856,7 @@ packages: terser: optional: true dependencies: - esbuild: 0.16.12 + esbuild: 0.16.13 postcss: 8.4.20 resolve: 1.22.1 rollup: 3.9.0 @@ -9075,8 +8864,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/4.0.3_@types+node@18.11.18: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + /vite/4.0.4_@types+node@18.11.18: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9101,7 +8890,7 @@ packages: optional: true dependencies: '@types/node': 18.11.18 - esbuild: 0.16.12 + esbuild: 0.16.13 postcss: 8.4.20 resolve: 1.22.1 rollup: 3.9.0 @@ -9109,8 +8898,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/4.0.3_sass@1.57.1: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + /vite/4.0.4_sass@1.57.1: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9134,7 +8923,7 @@ packages: terser: optional: true dependencies: - esbuild: 0.16.12 + esbuild: 0.16.13 postcss: 8.4.20 resolve: 1.22.1 rollup: 3.9.0 @@ -9143,8 +8932,8 @@ packages: fsevents: 2.3.2 dev: true - /vite/4.0.3_sass@1.57.1+terser@5.4.0: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + /vite/4.0.4_sass@1.57.1+terser@5.16.1: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9168,18 +8957,18 @@ packages: terser: optional: true dependencies: - esbuild: 0.16.12 + esbuild: 0.16.13 postcss: 8.4.20 resolve: 1.22.1 rollup: 3.9.0 sass: 1.57.1 - terser: 5.4.0 + terser: 5.16.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vite/4.0.3_terser@5.4.0: - resolution: {integrity: sha512-HvuNv1RdE7deIfQb8mPk51UKjqptO/4RXZ5yXSAvurd5xOckwS/gg8h9Tky3uSbnjYTgUm0hVCet1cyhKd73ZA==} + /vite/4.0.4_terser@5.16.1: + resolution: {integrity: sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -9203,27 +8992,27 @@ packages: terser: optional: true dependencies: - esbuild: 0.16.12 + esbuild: 0.16.13 postcss: 8.4.20 resolve: 1.22.1 rollup: 3.9.0 - terser: 5.4.0 + terser: 5.16.1 optionalDependencies: fsevents: 2.3.2 dev: true - /vitepress/1.0.0-alpha.33: - resolution: {integrity: sha512-EhMDqWLllYr5mXqAz4GCQ1o/bu5umQ6C2d8voiSaTHMkYCxsGc31ETykflM6NOhGx6yccwXygrYIIeN1l6BUEA==} + /vitepress/1.0.0-alpha.35: + resolution: {integrity: sha512-tJQjJstq+Ryb4pKtlxV4tD8KhxId+DTbR1FRrtJBhA+Vv4nexFHra5M9EgK9jUmoMc3rkyNaw7P3Kkix0ArP1w==} hasBin: true dependencies: '@docsearch/css': 3.3.1 '@docsearch/js': 3.3.1 - '@vitejs/plugin-vue': 4.0.0_vite@4.0.3+vue@3.2.45 + '@vitejs/plugin-vue': 4.0.0_vite@4.0.4+vue@3.2.45 '@vue/devtools-api': 6.4.5 '@vueuse/core': 9.9.0_vue@3.2.45 body-scroll-lock: 4.0.0-beta.0 shiki: 0.12.1 - vite: 4.0.3 + vite: 4.0.4 vue: 3.2.45 transitivePeerDependencies: - '@algolia/client-search' @@ -9239,8 +9028,8 @@ packages: - terser dev: true - /vitest/0.26.2_yvuinbyjgk6irttk6pw3f743ju: - resolution: {integrity: sha512-Jvqxh6SDy9SsuslkDjts0iDewDIdq4rveEt69YgDuAb1tVDGV0lDepVaeAFraoySWqneJmOt4TngFFNhlw7GfA==} + /vitest/0.26.3_lae363bjhdipllr6jstkmuhhna: + resolution: {integrity: sha512-FmHxU9aUCxTi23keF3vxb/Qp0lYXaaJ+jRLGOUmMS3qVTOJvgGE+f1VArupA6pEhaG2Ans4X+zV9dqM5WISMbg==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -9264,7 +9053,7 @@ packages: '@types/chai': 4.3.4 '@types/chai-subset': 1.3.3 '@types/node': 18.11.18 - '@vitest/ui': 0.26.2 + '@vitest/ui': 0.26.3 acorn: 8.8.1 acorn-walk: 8.2.0 chai: 4.3.7 @@ -9276,8 +9065,8 @@ packages: tinybench: 2.3.1 tinypool: 0.3.0 tinyspy: 1.0.2 - vite: 4.0.3_@types+node@18.11.18 - vite-node: 0.26.2_@types+node@18.11.18 + vite: 4.0.4_@types+node@18.11.18 + vite-node: 0.26.3_@types+node@18.11.18 transitivePeerDependencies: - less - sass @@ -9310,14 +9099,14 @@ packages: vue: 3.2.45 dev: true - /vue-eslint-parser/9.1.0_eslint@8.30.0: + /vue-eslint-parser/9.1.0_eslint@8.31.0: resolution: {integrity: sha512-NGn/iQy8/Wb7RrRa4aRkokyCZfOUWk19OP5HP6JEozQFX5AoS/t+Z0ZN7FY4LlmWc4FNI922V7cvX28zctN8dQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.30.0 + eslint: 8.31.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.4.1 @@ -9328,7 +9117,7 @@ packages: - supports-color dev: false - /vue-template-babel-compiler/1.2.0_i6zkvopayoohexkqkaqc4apoem: + /vue-template-babel-compiler/1.2.0_s72bufat24j4xi363kb5czieqe: resolution: {integrity: sha512-CScBSX1/wCdmmZ/Lvj/63p2CCVTS0FMj0F69VRBo73CuJrjvPAPGmeNJ7D/cwt/VS2PduowRWbO8N4Zh4Z3b0g==} engines: {node: '>=12.0.0'} peerDependencies: @@ -9346,27 +9135,30 @@ packages: '@babel/plugin-transform-spread': 7.20.7_@babel+core@7.20.7 '@babel/types': 7.20.7 deepmerge: 4.2.2 - vue-template-compiler: 2.6.11_vue@2.6.11 + vue-template-compiler: 2.7.14_vue@2.7.14 transitivePeerDependencies: - supports-color dev: true - /vue-template-compiler/2.6.11_vue@2.6.11: - resolution: {integrity: sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==} + /vue-template-compiler/2.7.14_vue@2.7.14: + resolution: {integrity: sha512-zyA5Y3ArvVG0NacJDkkzJuPQDF8RFeRlzV2vLeSnhSpieO6LK2OVbdLPi5MPPs09Ii+gMO8nY4S3iKQxBxDmWQ==} peerDependencies: vue: 2.6.11 dependencies: de-indent: 1.0.2 he: 1.2.0 - vue: 2.6.11 + vue: 2.7.14 dev: true /vue-template-es2015-compiler/1.9.1: resolution: {integrity: sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==} dev: true - /vue/2.6.11: - resolution: {integrity: sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==} + /vue/2.7.14: + resolution: {integrity: sha512-b2qkFyOM0kwqWFuQmgd4o+uHGU7T+2z3T+WQp8UBjADfEv2n4FEMffzBmCKNP0IGzOEEfYjvtcC62xaSKeQDrQ==} + dependencies: + '@vue/compiler-sfc': 2.7.14 + csstype: 3.1.1 /vue/3.2.45: resolution: {integrity: sha512-9Nx/Mg2b2xWlXykmCwiTUCWHbWIj53bnkizBxKai1g61f2Xit700A1ljowpTIM11e3uipOeiPcSqnmBg6gyiaA==}