From 1d6e6be54586f39716273a0474b450a04855e791 Mon Sep 17 00:00:00 2001 From: Dave Kozma Date: Wed, 19 Jul 2023 15:57:15 -0400 Subject: [PATCH 1/2] Update dependency versions --- examples/esm-imports/package.json | 2 +- examples/minimal-ts-rollup/package.json | 10 +- examples/minimal-ts-vite/package.json | 8 +- examples/minimal-ts-webpack/package.json | 12 +-- examples/react-ts-vite/package.json | 18 ++-- packages/c2pa-wc/package.json | 118 +++++++++++------------ packages/c2pa/package.json | 54 +++++------ packages/detector/package.json | 4 +- packages/toolkit/package.json | 30 +++--- 9 files changed, 128 insertions(+), 128 deletions(-) diff --git a/examples/esm-imports/package.json b/examples/esm-imports/package.json index e499eab1..46c298d5 100644 --- a/examples/esm-imports/package.json +++ b/examples/esm-imports/package.json @@ -7,6 +7,6 @@ "build": "" }, "dependencies": { - "serve": "^13.0.2" + "serve": "^13.0.4" } } diff --git a/examples/minimal-ts-rollup/package.json b/examples/minimal-ts-rollup/package.json index d8dcee89..e04b42e5 100644 --- a/examples/minimal-ts-rollup/package.json +++ b/examples/minimal-ts-rollup/package.json @@ -2,17 +2,17 @@ "name": "minimal-ts-rollup", "version": "0.0.0", "devDependencies": { - "@rollup/plugin-commonjs": "~22.0.0", + "@rollup/plugin-commonjs": "~22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-typescript": "~8.3.2", + "@rollup/plugin-typescript": "~8.3.4", "@rollup/plugin-wasm": "~5.1.2", "npm-run-all": "^4.1.5", "rollup": "~2.70.2", "rollup-plugin-copy": "~3.4.0", "rollup-plugin-terser": "~7.0.2", - "serve": "^13.0.2", - "tslib": "~2.4.0", - "typescript": "~4.6.3" + "serve": "^13.0.4", + "tslib": "~2.4.1", + "typescript": "~4.6.4" }, "dependencies": { "c2pa": "workspace:*" diff --git a/examples/minimal-ts-vite/package.json b/examples/minimal-ts-vite/package.json index 04745eaa..1394bde0 100644 --- a/examples/minimal-ts-vite/package.json +++ b/examples/minimal-ts-vite/package.json @@ -8,13 +8,13 @@ "serve": "vite preview" }, "devDependencies": { - "typescript": "~4.6.3", - "vite": "^3.0.4", - "date-fns": "^2.24.0" + "date-fns": "^2.30.0", + "typescript": "~4.6.4", + "vite": "^3.2.7" }, "dependencies": { "c2pa": "workspace:*", "c2pa-wc": "workspace:*", - "fast-glob": "~3.2.11" + "fast-glob": "~3.2.12" } } diff --git a/examples/minimal-ts-webpack/package.json b/examples/minimal-ts-webpack/package.json index aaa02737..0844a939 100644 --- a/examples/minimal-ts-webpack/package.json +++ b/examples/minimal-ts-webpack/package.json @@ -8,12 +8,12 @@ }, "devDependencies": { "file-loader": "^6.2.0", - "html-webpack-plugin": "^5.5.0", - "ts-loader": "^9.2.9", - "typescript": "~4.6.3", - "webpack": "~5.72.0", - "webpack-cli": "^4.9.2", - "webpack-dev-server": "^4.8.1" + "html-webpack-plugin": "^5.5.3", + "ts-loader": "^9.4.4", + "typescript": "~4.6.4", + "webpack": "~5.72.1", + "webpack-cli": "^4.10.0", + "webpack-dev-server": "^4.15.1" }, "dependencies": { "c2pa": "workspace:*" diff --git a/examples/react-ts-vite/package.json b/examples/react-ts-vite/package.json index f1ca32da..35a483f5 100644 --- a/examples/react-ts-vite/package.json +++ b/examples/react-ts-vite/package.json @@ -11,16 +11,16 @@ "@contentauth/react": "workspace:*", "c2pa": "workspace:*", "c2pa-wc": "workspace:*", - "react": "^16.13.1", - "react-dom": "^16.13.1" + "react": "^16.14.0", + "react-dom": "^16.14.0" }, "devDependencies": { - "@types/react": "^16.13.1", - "@types/react-dom": "^16.9.9", - "@vitejs/plugin-react": "^1.1.0", - "postcss": "~8.4.12", - "postcss-nesting": "^10.0.2", - "typescript": "~4.6.3", - "vite": "^3.0.4" + "@types/react": "^16.14.43", + "@types/react-dom": "^16.9.19", + "@vitejs/plugin-react": "^1.3.2", + "postcss": "~8.4.26", + "postcss-nesting": "^10.2.0", + "typescript": "~4.6.4", + "vite": "^3.2.7" } } diff --git a/packages/c2pa-wc/package.json b/packages/c2pa-wc/package.json index 3ea74037..7d76e32a 100644 --- a/packages/c2pa-wc/package.json +++ b/packages/c2pa-wc/package.json @@ -36,75 +36,75 @@ "clean": "rimraf dist" }, "dependencies": { + "@floating-ui/dom": "~0.5.4", + "@lit-labs/motion": "~1.0.3", "c2pa": "workspace:*", - "date-fns": "^2.24.0", + "date-fns": "^2.30.0", + "debug": "~4.3.4", "fast-deep-equal": "^3.1.3", - "lit": "^2.0.2", + "lit": "^2.7.6", + "lit-html": "^2.7.5", "lodash": "^4.17.21", - "lit-html": "^2.2.0", - "webpack": "~5.72.0", - "debug": "~4.3.4", - "@floating-ui/dom": "~0.5.3", - "@lit-labs/motion": "~1.0.2" + "webpack": "~5.72.1" }, "devDependencies": { - "@contentauth/testing": "workspace:*", + "@babel/core": "^7.22.9", "@contentauth/config": "workspace:*", - "@babel/core": "^7.16.7", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "deepmerge": "^4.2.2", - "rimraf": "^4.1.2", - "svgo": "^2.8.0", - "typescript": "~4.6.3", - "vite": "^3.0.4", - "@open-wc/building-rollup": "~2.0.1", - "@rollup/plugin-commonjs": "~22.0.0", + "@contentauth/testing": "workspace:*", + "@open-wc/building-rollup": "~2.0.2", + "@open-wc/testing": "~3.1.8", + "@rollup/plugin-commonjs": "~22.0.2", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-typescript": "~8.3.2", - "rollup-plugin-postcss": "~4.0.2", - "postcss": "~8.4.12", - "rollup": "~2.70.2", - "tslib": "~2.4.0", - "eslint": "~8.14.0", - "@rushstack/eslint-config": "~2.6.0", - "@types/lodash": "~4.14.182", - "postcss-nested": "~5.0.6", - "@web/test-runner": "~0.13.27", - "@web/test-runner-core": "~0.10.26", - "@open-wc/testing": "~3.1.5", - "@web/dev-server-esbuild": "~0.3.0", "@rollup/plugin-replace": "~5.0.2", - "@web/dev-server-rollup": "~0.3.17", - "@web/test-runner-browserstack": "~0.5.0", - "@web/test-runner-puppeteer": "~0.10.5", - "web-test-runner-jasmine": "~0.0.1", - "jasmine-core": "~4.1.0", + "@rollup/plugin-typescript": "~8.3.4", + "@rollup/pluginutils": "~4.2.1", + "@rushstack/eslint-config": "~2.6.2", + "@rushstack/heft": "~0.47.11", + "@rushstack/heft-storybook-plugin": "~0.1.99", + "@storybook/addon-actions": "^6.5.16", + "@storybook/addon-backgrounds": "^6.5.16", + "@storybook/addon-docs": "^6.5.16", + "@storybook/addon-essentials": "^6.5.16", + "@storybook/addon-links": "^6.5.16", + "@storybook/addon-measure": "^6.5.16", + "@storybook/addon-outline": "^6.5.16", + "@storybook/addons": "^6.5.16", + "@storybook/builder-vite": "~0.2.7", + "@storybook/channel-postmessage": "^6.5.16", + "@storybook/channel-websocket": "^6.5.16", + "@storybook/client-api": "~6.5.16", + "@storybook/preview-web": "~6.5.16", + "@storybook/web-components": "^6.5.16", "@types/jasmine": "~4.0.3", - "fast-glob": "~3.2.11", - "storybook": "~6.5.10", - "@storybook/addons": "^6.5.10", - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/addon-links": "^6.5.10", - "@storybook/addon-docs": "^6.5.10", - "@storybook/addon-backgrounds": "^6.5.10", - "@storybook/addon-measure": "^6.5.10", - "@storybook/web-components": "^6.5.10", - "@storybook/addon-outline": "^6.5.10", - "@storybook/channel-postmessage": "^6.5.10", - "@storybook/channel-websocket": "^6.5.10", - "@storybook/builder-vite": "~0.2.2", - "@storybook/preview-web": "~6.5.10", - "@storybook/client-api": "~6.5.10", - "@rushstack/heft": "~0.47.0", - "@rushstack/heft-storybook-plugin": "~0.1.69", + "@types/lodash": "~4.14.195", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "@web/dev-server-esbuild": "~0.3.6", + "@web/dev-server-rollup": "~0.3.21", + "@web/test-runner": "~0.13.31", + "@web/test-runner-browserstack": "~0.5.1", + "@web/test-runner-core": "~0.10.29", + "@web/test-runner-puppeteer": "~0.10.5", "c2pa-wc-storykit": "workspace:*", - "prettier": "^2.6.2", - "@rollup/pluginutils": "~4.2.1", - "eslint-plugin-import": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0" + "deepmerge": "^4.3.1", + "eslint": "~8.14.0", + "eslint-plugin-import": "^2.27.5", + "fast-glob": "~3.2.12", + "jasmine-core": "~4.1.1", + "postcss": "~8.4.26", + "postcss-nested": "~5.0.6", + "prettier": "^2.8.8", + "react": "^16.14.0", + "react-dom": "^16.14.0", + "rimraf": "^4.4.1", + "rollup": "~2.70.2", + "rollup-plugin-postcss": "~4.0.2", + "storybook": "~6.5.16", + "svgo": "^2.8.0", + "tslib": "~2.4.1", + "typescript": "~4.6.4", + "vite": "^3.2.7", + "web-test-runner-jasmine": "~0.0.5" } } diff --git a/packages/c2pa/package.json b/packages/c2pa/package.json index 546aa63c..19c827fb 100644 --- a/packages/c2pa/package.json +++ b/packages/c2pa/package.json @@ -44,44 +44,44 @@ "dependencies": { "@contentauth/detector": "workspace:*", "@contentauth/toolkit": "workspace:*", + "debug": "~4.3.4", "lodash": "^4.17.21", "make-error": "^1.3.6", - "p-props": "^5.0.0", - "debug": "~4.3.4" + "p-props": "^5.0.0" }, "devDependencies": { "@contentauth/config": "workspace:*", "@contentauth/testing": "workspace:*", - "@rollup/plugin-commonjs": "~22.0.0", + "@microsoft/api-extractor": "~7.31.2", + "@rollup/plugin-commonjs": "~22.0.2", + "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "^13.3.0", + "@rollup/plugin-replace": "~5.0.2", "@rollup/plugin-strip": "~2.1.0", - "@rollup/plugin-typescript": "~8.3.2", + "@rollup/plugin-typescript": "~8.3.4", + "@rollup/plugin-url": "~8.0.1", "@rollup/plugin-wasm": "~5.1.2", + "@rushstack/eslint-config": "~2.6.2", + "@types/debug": "~4.1.8", + "@types/jasmine": "~4.0.3", + "@types/lodash": "~4.14.195", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "@web/dev-server-esbuild": "~0.3.6", + "@web/dev-server-rollup": "~0.3.21", + "@web/test-runner": "~0.13.31", + "@web/test-runner-browserstack": "~0.5.1", + "@web/test-runner-core": "~0.10.29", + "@web/test-runner-puppeteer": "~0.10.5", + "eslint": "~8.14.0", + "eslint-plugin-import": "^2.27.5", + "jasmine-core": "~4.1.1", + "rimraf": "^4.4.1", "rollup": "~2.70.2", "rollup-plugin-copy": "~3.4.0", "rollup-plugin-terser": "~7.0.2", - "tslib": "~2.4.0", - "typescript": "~4.6.3", - "@types/debug": "~4.1.7", - "@types/lodash": "~4.14.182", - "eslint": "~8.14.0", - "@rushstack/eslint-config": "~2.6.0", - "@web/dev-server-esbuild": "~0.3.0", - "@web/test-runner": "~0.13.27", - "@web/test-runner-core": "~0.10.26", - "@types/jasmine": "~4.0.3", - "jasmine-core": "~4.1.0", - "@web/dev-server-rollup": "~0.3.17", - "@web/test-runner-browserstack": "~0.5.0", - "@web/test-runner-puppeteer": "~0.10.5", - "web-test-runner-jasmine": "~0.0.1", - "@rollup/plugin-replace": "~5.0.2", - "rimraf": "^4.1.2", - "@microsoft/api-extractor": "~7.31.1", - "@rollup/plugin-json": "~4.1.0", - "eslint-plugin-import": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", - "@rollup/plugin-url": "~8.0.1" + "tslib": "~2.4.1", + "typescript": "~4.6.4", + "web-test-runner-jasmine": "~0.0.5" } } diff --git a/packages/detector/package.json b/packages/detector/package.json index 40c9db8e..60b8cd37 100644 --- a/packages/detector/package.json +++ b/packages/detector/package.json @@ -25,7 +25,7 @@ "clean": "rimraf ./pkg" }, "devDependencies": { - "nodemon": "~2.0.16", - "rimraf": "^4.1.2" + "nodemon": "~2.0.22", + "rimraf": "^4.4.1" } } diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index fab56c05..10ca55ad 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -33,24 +33,24 @@ "@contentauth/testing": "workspace:*", "@rollup/plugin-replace": "~5.0.2", "@types/jasmine": "~4.0.3", - "@web/dev-server-esbuild": "~0.3.0", - "@web/dev-server-rollup": "~0.3.17", - "@web/test-runner-browserstack": "~0.5.0", - "@web/test-runner-core": "~0.10.26", + "@web/dev-server-esbuild": "~0.3.6", + "@web/dev-server-rollup": "~0.3.21", + "@web/test-runner": "~0.13.31", + "@web/test-runner-browserstack": "~0.5.1", + "@web/test-runner-core": "~0.10.29", "@web/test-runner-puppeteer": "~0.10.5", - "@web/test-runner": "~0.13.27", "debug": "~4.3.4", "deepdash-es": "~5.3.9", - "jasmine-core": "~4.1.0", - "nodemon": "~2.0.16", - "rimraf": "^4.1.2", - "rollup": "~2.70.2", - "ssri": "~10.0.1", - "typescript": "~4.6.3", - "web-test-runner-jasmine": "~0.0.1", - "fast-glob": "~3.2.11", - "pkg-dir": "~7.0.0", + "fast-glob": "~3.2.12", + "jasmine-core": "~4.1.1", + "nodemon": "~2.0.22", "p-reduce": "~3.0.0", - "prettier": "^2.6.2" + "pkg-dir": "~7.0.0", + "prettier": "^2.8.8", + "rimraf": "^4.4.1", + "rollup": "~2.70.2", + "ssri": "~10.0.4", + "typescript": "~4.6.4", + "web-test-runner-jasmine": "~0.0.5" } } From 45093bddb210850173c47b8cfa0863b0bfc532ba Mon Sep 17 00:00:00 2001 From: Dave Kozma Date: Wed, 19 Jul 2023 17:12:49 -0400 Subject: [PATCH 2/2] Updated more packages --- common/config/rush/pnpm-lock.yaml | 6855 +++++++++++----------- common/config/rush/repo-state.json | 2 +- examples/minimal-ts-rollup/package.json | 2 +- examples/minimal-ts-vite/package.json | 2 +- examples/minimal-ts-webpack/package.json | 2 +- examples/react-ts-vite/package.json | 2 +- packages/c2pa-wc/package.json | 4 +- packages/c2pa/package.json | 2 +- packages/react/package.json | 46 +- packages/toolkit/package.json | 2 +- tools/c2pa-wc-storykit/package.json | 30 +- tools/config/package.json | 14 +- tools/testing/package.json | 24 +- 13 files changed, 3492 insertions(+), 3495 deletions(-) diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index d9ad9077..1c642f23 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -7,91 +7,91 @@ importers: ../../examples/esm-imports: specifiers: - serve: ^13.0.2 + serve: ^13.0.4 dependencies: - serve: 13.0.2 + serve: 13.0.4 ../../examples/minimal-ts-rollup: specifiers: - '@rollup/plugin-commonjs': ~22.0.0 + '@rollup/plugin-commonjs': ~22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 - '@rollup/plugin-typescript': ~8.3.2 + '@rollup/plugin-typescript': ~8.3.4 '@rollup/plugin-wasm': ~5.1.2 c2pa: workspace:* npm-run-all: ^4.1.5 rollup: ~2.70.2 rollup-plugin-copy: ~3.4.0 rollup-plugin-terser: ~7.0.2 - serve: ^13.0.2 - tslib: ~2.4.0 - typescript: ~4.6.3 + serve: ^13.0.4 + tslib: ~2.4.1 + typescript: 4.7.4 dependencies: c2pa: link:../../packages/c2pa devDependencies: - '@rollup/plugin-commonjs': 22.0.1_rollup@2.70.2 + '@rollup/plugin-commonjs': 22.0.2_rollup@2.70.2 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 - '@rollup/plugin-typescript': 8.3.3_ebyyw52y5in2luxvejy6eu2iqq + '@rollup/plugin-typescript': 8.3.4_enqbj6k6fo3botvmubjh7ishli '@rollup/plugin-wasm': 5.1.2_rollup@2.70.2 npm-run-all: 4.1.5 rollup: 2.70.2 rollup-plugin-copy: 3.4.0 rollup-plugin-terser: 7.0.2_rollup@2.70.2 - serve: 13.0.2 - tslib: 2.4.0 - typescript: 4.6.4 + serve: 13.0.4 + tslib: 2.4.1 + typescript: 4.7.4 ../../examples/minimal-ts-vite: specifiers: c2pa: workspace:* c2pa-wc: workspace:* - date-fns: ^2.24.0 - fast-glob: ~3.2.11 - typescript: ~4.6.3 - vite: ^3.0.4 + date-fns: ^2.30.0 + fast-glob: ~3.2.12 + typescript: 4.7.4 + vite: ^3.2.7 dependencies: c2pa: link:../../packages/c2pa c2pa-wc: link:../../packages/c2pa-wc - fast-glob: 3.2.11 + fast-glob: 3.2.12 devDependencies: - date-fns: 2.28.0 - typescript: 4.6.4 - vite: 3.0.4 + date-fns: 2.30.0 + typescript: 4.7.4 + vite: 3.2.7 ../../examples/minimal-ts-webpack: specifiers: c2pa: workspace:* file-loader: ^6.2.0 - html-webpack-plugin: ^5.5.0 - ts-loader: ^9.2.9 - typescript: ~4.6.3 - webpack: ~5.72.0 - webpack-cli: ^4.9.2 - webpack-dev-server: ^4.8.1 + html-webpack-plugin: ^5.5.3 + ts-loader: ^9.4.4 + typescript: 4.7.4 + webpack: ~5.72.1 + webpack-cli: ^4.10.0 + webpack-dev-server: ^4.15.1 dependencies: c2pa: link:../../packages/c2pa devDependencies: file-loader: 6.2.0_webpack@5.72.1 - html-webpack-plugin: 5.5.0_webpack@5.72.1 - ts-loader: 9.3.1_gp3atwgq76mgimstdygasg64n4 - typescript: 4.6.4 + html-webpack-plugin: 5.5.3_webpack@5.72.1 + ts-loader: 9.4.4_kunlnxgowht5psymbomb4rk6be + typescript: 4.7.4 webpack: 5.72.1_webpack-cli@4.10.0 - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq - webpack-dev-server: 4.9.2_hqh4vd6ku3d274yeebiz4wnr34 + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq + webpack-dev-server: 4.15.1_hqh4vd6ku3d274yeebiz4wnr34 ../../examples/react-ts-vite: specifiers: '@contentauth/react': workspace:* - '@types/react': ^16.13.1 - '@types/react-dom': ^16.9.9 - '@vitejs/plugin-react': ^1.1.0 + '@types/react': ^16.14.43 + '@types/react-dom': ^16.9.19 + '@vitejs/plugin-react': ^1.3.2 c2pa: workspace:* c2pa-wc: workspace:* - postcss: ~8.4.12 - postcss-nesting: ^10.0.2 - react: ^16.13.1 - react-dom: ^16.13.1 - typescript: ~4.6.3 - vite: ^3.0.4 + postcss: ~8.4.26 + postcss-nesting: ^10.2.0 + react: ^16.14.0 + react-dom: ^16.14.0 + typescript: 4.7.4 + vite: ^3.2.7 dependencies: '@contentauth/react': link:../../packages/react c2pa: link:../../packages/c2pa @@ -99,13 +99,13 @@ importers: react: 16.14.0 react-dom: 16.14.0_react@16.14.0 devDependencies: - '@types/react': 16.14.28 - '@types/react-dom': 16.9.16 + '@types/react': 16.14.43 + '@types/react-dom': 16.9.19 '@vitejs/plugin-react': 1.3.2 - postcss: 8.4.14 - postcss-nesting: 10.1.9_postcss@8.4.14 - typescript: 4.6.4 - vite: 3.0.4 + postcss: 8.4.26 + postcss-nesting: 10.2.0_postcss@8.4.26 + typescript: 4.7.4 + vite: 3.2.7 ../../packages/c2pa: specifiers: @@ -113,41 +113,41 @@ importers: '@contentauth/detector': workspace:* '@contentauth/testing': workspace:* '@contentauth/toolkit': workspace:* - '@microsoft/api-extractor': ~7.31.1 - '@rollup/plugin-commonjs': ~22.0.0 + '@microsoft/api-extractor': ~7.31.2 + '@rollup/plugin-commonjs': ~22.0.2 '@rollup/plugin-json': ~4.1.0 '@rollup/plugin-node-resolve': ^13.3.0 '@rollup/plugin-replace': ~5.0.2 '@rollup/plugin-strip': ~2.1.0 - '@rollup/plugin-typescript': ~8.3.2 + '@rollup/plugin-typescript': ~8.3.4 '@rollup/plugin-url': ~8.0.1 '@rollup/plugin-wasm': ~5.1.2 - '@rushstack/eslint-config': ~2.6.0 - '@types/debug': ~4.1.7 + '@rushstack/eslint-config': ~2.6.2 + '@types/debug': ~4.1.8 '@types/jasmine': ~4.0.3 - '@types/lodash': ~4.14.182 - '@typescript-eslint/eslint-plugin': ^5.20.0 - '@typescript-eslint/parser': ^5.20.0 - '@web/dev-server-esbuild': ~0.3.0 - '@web/dev-server-rollup': ~0.3.17 - '@web/test-runner': ~0.13.27 - '@web/test-runner-browserstack': ~0.5.0 - '@web/test-runner-core': ~0.10.26 + '@types/lodash': ~4.14.195 + '@typescript-eslint/eslint-plugin': ^5.62.0 + '@typescript-eslint/parser': ^5.62.0 + '@web/dev-server-esbuild': ~0.3.6 + '@web/dev-server-rollup': ~0.3.21 + '@web/test-runner': ~0.13.31 + '@web/test-runner-browserstack': ~0.5.1 + '@web/test-runner-core': ~0.10.29 '@web/test-runner-puppeteer': ~0.10.5 debug: ~4.3.4 eslint: ~8.14.0 - eslint-plugin-import: ^2.26.0 - jasmine-core: ~4.1.0 + eslint-plugin-import: ^2.27.5 + jasmine-core: ~4.1.1 lodash: ^4.17.21 make-error: ^1.3.6 p-props: ^5.0.0 - rimraf: ^4.1.2 + rimraf: ^4.4.1 rollup: ~2.70.2 rollup-plugin-copy: ~3.4.0 rollup-plugin-terser: ~7.0.2 - tslib: ~2.4.0 - typescript: ~4.6.3 - web-test-runner-jasmine: ~0.0.1 + tslib: ~2.4.1 + typescript: 4.7.4 + web-test-runner-jasmine: ~0.0.5 dependencies: '@contentauth/detector': link:../detector '@contentauth/toolkit': link:../toolkit @@ -158,381 +158,391 @@ importers: devDependencies: '@contentauth/config': link:../../tools/config '@contentauth/testing': link:../../tools/testing - '@microsoft/api-extractor': 7.31.1 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.70.2 + '@microsoft/api-extractor': 7.31.2 + '@rollup/plugin-commonjs': 22.0.2_rollup@2.70.2 '@rollup/plugin-json': 4.1.0_rollup@2.70.2 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 '@rollup/plugin-replace': 5.0.2_rollup@2.70.2 '@rollup/plugin-strip': 2.1.0_rollup@2.70.2 - '@rollup/plugin-typescript': 8.3.3_ebyyw52y5in2luxvejy6eu2iqq + '@rollup/plugin-typescript': 8.3.4_enqbj6k6fo3botvmubjh7ishli '@rollup/plugin-url': 8.0.1_rollup@2.70.2 '@rollup/plugin-wasm': 5.1.2_rollup@2.70.2 - '@rushstack/eslint-config': 2.6.1_t725usgvqspm5woeqpaxbfp2qu - '@types/debug': 4.1.7 + '@rushstack/eslint-config': 2.6.2_hvgqcmp5awuz4xxr36v4ksadoy + '@types/debug': 4.1.8 '@types/jasmine': 4.0.3 - '@types/lodash': 4.14.182 - '@typescript-eslint/eslint-plugin': 5.29.0_c7y5bqifb5sf32tcpzmhnopbou - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu - '@web/dev-server-esbuild': 0.3.1 - '@web/dev-server-rollup': 0.3.18 + '@types/lodash': 4.14.195 + '@typescript-eslint/eslint-plugin': 5.62.0_yjdh2mlktnjzt3b2tueuy3354u + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy + '@web/dev-server-esbuild': 0.3.6 + '@web/dev-server-rollup': 0.3.21 '@web/test-runner': 0.13.31 - '@web/test-runner-browserstack': 0.5.0_typescript@4.6.4 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-browserstack': 0.5.1_typescript@4.7.4 + '@web/test-runner-core': 0.10.29 '@web/test-runner-puppeteer': 0.10.5 eslint: 8.14.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 + eslint-plugin-import: 2.27.5_eslint@8.14.0 jasmine-core: 4.1.1 - rimraf: 4.1.2 + rimraf: 4.4.1 rollup: 2.70.2 rollup-plugin-copy: 3.4.0 rollup-plugin-terser: 7.0.2_rollup@2.70.2 - tslib: 2.4.0 - typescript: 4.6.4 - web-test-runner-jasmine: 0.0.1 + tslib: 2.4.1 + typescript: 4.7.4 + web-test-runner-jasmine: 0.0.5_typescript@4.7.4 ../../packages/c2pa-wc: specifiers: - '@babel/core': ^7.16.7 + '@babel/core': ^7.22.9 '@contentauth/config': workspace:* '@contentauth/testing': workspace:* - '@floating-ui/dom': ~0.5.3 - '@lit-labs/motion': ~1.0.2 - '@open-wc/building-rollup': ~2.0.1 - '@open-wc/testing': ~3.1.5 - '@rollup/plugin-commonjs': ~22.0.0 + '@floating-ui/dom': ~0.5.4 + '@lit-labs/motion': ~1.0.3 + '@open-wc/building-rollup': ~2.0.2 + '@open-wc/testing': ~3.1.8 + '@rollup/plugin-commonjs': ~22.0.2 '@rollup/plugin-json': ~4.1.0 '@rollup/plugin-node-resolve': ^13.3.0 '@rollup/plugin-replace': ~5.0.2 - '@rollup/plugin-typescript': ~8.3.2 + '@rollup/plugin-typescript': ~8.3.4 '@rollup/pluginutils': ~4.2.1 - '@rushstack/eslint-config': ~2.6.0 - '@rushstack/heft': ~0.47.0 - '@rushstack/heft-storybook-plugin': ~0.1.69 - '@storybook/addon-actions': ^6.5.10 - '@storybook/addon-backgrounds': ^6.5.10 - '@storybook/addon-docs': ^6.5.10 - '@storybook/addon-essentials': ^6.5.10 - '@storybook/addon-links': ^6.5.10 - '@storybook/addon-measure': ^6.5.10 - '@storybook/addon-outline': ^6.5.10 - '@storybook/addons': ^6.5.10 - '@storybook/builder-vite': ~0.2.2 - '@storybook/channel-postmessage': ^6.5.10 - '@storybook/channel-websocket': ^6.5.10 - '@storybook/client-api': ~6.5.10 - '@storybook/preview-web': ~6.5.10 - '@storybook/web-components': ^6.5.10 + '@rushstack/eslint-config': ~2.6.2 + '@rushstack/heft': 0.49.4 + '@rushstack/heft-storybook-plugin': ~0.1.99 + '@storybook/addon-actions': ^6.5.16 + '@storybook/addon-backgrounds': ^6.5.16 + '@storybook/addon-docs': ^6.5.16 + '@storybook/addon-essentials': ^6.5.16 + '@storybook/addon-links': ^6.5.16 + '@storybook/addon-measure': ^6.5.16 + '@storybook/addon-outline': ^6.5.16 + '@storybook/addons': ^6.5.16 + '@storybook/builder-vite': ~0.2.7 + '@storybook/channel-postmessage': ^6.5.16 + '@storybook/channel-websocket': ^6.5.16 + '@storybook/client-api': ~6.5.16 + '@storybook/preview-web': ~6.5.16 + '@storybook/web-components': ^6.5.16 '@types/jasmine': ~4.0.3 - '@types/lodash': ~4.14.182 - '@typescript-eslint/eslint-plugin': ^5.20.0 - '@typescript-eslint/parser': ^5.20.0 - '@web/dev-server-esbuild': ~0.3.0 - '@web/dev-server-rollup': ~0.3.17 - '@web/test-runner': ~0.13.27 - '@web/test-runner-browserstack': ~0.5.0 - '@web/test-runner-core': ~0.10.26 + '@types/lodash': ~4.14.195 + '@typescript-eslint/eslint-plugin': ^5.62.0 + '@typescript-eslint/parser': ^5.62.0 + '@web/dev-server-esbuild': ~0.3.6 + '@web/dev-server-rollup': ~0.3.21 + '@web/test-runner': ~0.13.31 + '@web/test-runner-browserstack': ~0.5.1 + '@web/test-runner-core': ~0.10.29 '@web/test-runner-puppeteer': ~0.10.5 c2pa: workspace:* c2pa-wc-storykit: workspace:* - date-fns: ^2.24.0 + date-fns: ^2.30.0 debug: ~4.3.4 - deepmerge: ^4.2.2 + deepmerge: ^4.3.1 eslint: ~8.14.0 - eslint-plugin-import: ^2.26.0 + eslint-plugin-import: ^2.27.5 fast-deep-equal: ^3.1.3 - fast-glob: ~3.2.11 - jasmine-core: ~4.1.0 - lit: ^2.0.2 - lit-html: ^2.2.0 + fast-glob: ~3.2.12 + jasmine-core: ~4.1.1 + lit: ^2.7.6 + lit-html: ^2.7.5 lodash: ^4.17.21 - postcss: ~8.4.12 + postcss: ~8.4.26 postcss-nested: ~5.0.6 - prettier: ^2.6.2 - react: ^16.13.1 - react-dom: ^16.13.1 - rimraf: ^4.1.2 + prettier: ^2.8.8 + react: ^16.14.0 + react-dom: ^16.14.0 + rimraf: ^4.4.1 rollup: ~2.70.2 rollup-plugin-postcss: ~4.0.2 - storybook: ~6.5.10 + storybook: ~6.5.16 svgo: ^2.8.0 - tslib: ~2.4.0 - typescript: ~4.6.3 - vite: ^3.0.4 - web-test-runner-jasmine: ~0.0.1 - webpack: ~5.72.0 + tslib: ~2.4.1 + typescript: 4.7.4 + vite: ^3.2.7 + web-test-runner-jasmine: ~0.0.5 + webpack: ~5.72.1 dependencies: '@floating-ui/dom': 0.5.4 - '@lit-labs/motion': 1.0.2 + '@lit-labs/motion': 1.0.3 c2pa: link:../c2pa - date-fns: 2.28.0 + date-fns: 2.30.0 debug: 4.3.4 fast-deep-equal: 3.1.3 - lit: 2.2.6 - lit-html: 2.2.6 + lit: 2.7.6 + lit-html: 2.7.5 lodash: 4.17.21 webpack: 5.72.1 devDependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@contentauth/config': link:../../tools/config '@contentauth/testing': link:../../tools/testing - '@open-wc/building-rollup': 2.0.1_rollup@2.70.2 - '@open-wc/testing': 3.1.6 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.70.2 + '@open-wc/building-rollup': 2.0.2_rollup@2.70.2 + '@open-wc/testing': 3.1.8 + '@rollup/plugin-commonjs': 22.0.2_rollup@2.70.2 '@rollup/plugin-json': 4.1.0_rollup@2.70.2 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 '@rollup/plugin-replace': 5.0.2_rollup@2.70.2 - '@rollup/plugin-typescript': 8.3.3_ebyyw52y5in2luxvejy6eu2iqq + '@rollup/plugin-typescript': 8.3.4_enqbj6k6fo3botvmubjh7ishli '@rollup/pluginutils': 4.2.1 - '@rushstack/eslint-config': 2.6.1_t725usgvqspm5woeqpaxbfp2qu - '@rushstack/heft': 0.47.0 - '@rushstack/heft-storybook-plugin': 0.1.69_@rushstack+heft@0.47.0 - '@storybook/addon-actions': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-backgrounds': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-docs': 6.5.10_j72e2f7j5qwroiwigmuo5cv6wq - '@storybook/addon-essentials': 6.5.10_6ud5g7d5ahsemxtxnszhlbiapy - '@storybook/addon-links': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-measure': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-outline': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/builder-vite': 0.2.2_l2rascgaji2xlrcko4nehk2kgq - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channel-websocket': 6.5.10 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/web-components': 6.5.10_qofjau5ec5ae22w372j73bd22e + '@rushstack/eslint-config': 2.6.2_hvgqcmp5awuz4xxr36v4ksadoy + '@rushstack/heft': 0.49.4 + '@rushstack/heft-storybook-plugin': 0.1.99_@rushstack+heft@0.49.4 + '@storybook/addon-actions': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-backgrounds': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-docs': 6.5.16_umu5cgdp4nxwmqz76wx77xxohy + '@storybook/addon-essentials': 6.5.16_b7ozfizpx2hdcsw6qwmaxvhb3e + '@storybook/addon-links': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-measure': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-outline': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/builder-vite': 0.2.7_fnzja7vhu6ioiu3tuihdsnrleq + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/web-components': 6.5.16_exmtukk6vpc4gyvnpwcnvlggxq '@types/jasmine': 4.0.3 - '@types/lodash': 4.14.182 - '@typescript-eslint/eslint-plugin': 5.29.0_c7y5bqifb5sf32tcpzmhnopbou - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu - '@web/dev-server-esbuild': 0.3.1 - '@web/dev-server-rollup': 0.3.18 + '@types/lodash': 4.14.195 + '@typescript-eslint/eslint-plugin': 5.62.0_yjdh2mlktnjzt3b2tueuy3354u + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy + '@web/dev-server-esbuild': 0.3.6 + '@web/dev-server-rollup': 0.3.21 '@web/test-runner': 0.13.31 - '@web/test-runner-browserstack': 0.5.0_typescript@4.6.4 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-browserstack': 0.5.1_typescript@4.7.4 + '@web/test-runner-core': 0.10.29 '@web/test-runner-puppeteer': 0.10.5 c2pa-wc-storykit: link:../../tools/c2pa-wc-storykit - deepmerge: 4.2.2 + deepmerge: 4.3.1 eslint: 8.14.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - fast-glob: 3.2.11 + eslint-plugin-import: 2.27.5_eslint@8.14.0 + fast-glob: 3.2.12 jasmine-core: 4.1.1 - postcss: 8.4.14 - postcss-nested: 5.0.6_postcss@8.4.14 - prettier: 2.7.1 + postcss: 8.4.26 + postcss-nested: 5.0.6_postcss@8.4.26 + prettier: 2.8.8 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - rimraf: 4.1.2 + rimraf: 4.4.1 rollup: 2.70.2 - rollup-plugin-postcss: 4.0.2_postcss@8.4.14 - storybook: 6.5.10_z4qqgugnm6uuispuujohwzum2u + rollup-plugin-postcss: 4.0.2_postcss@8.4.26 + storybook: 6.5.16_qaxqhwumg2h446ojcwhctux5n4 svgo: 2.8.0 - tslib: 2.4.0 - typescript: 4.6.4 - vite: 3.0.4 - web-test-runner-jasmine: 0.0.1 + tslib: 2.4.1 + typescript: 4.7.4 + vite: 3.2.7 + web-test-runner-jasmine: 0.0.5_typescript@4.7.4 ../../packages/detector: specifiers: - nodemon: ~2.0.16 - rimraf: ^4.1.2 + nodemon: ~2.0.22 + rimraf: ^4.4.1 devDependencies: - nodemon: 2.0.18 - rimraf: 4.1.2 + nodemon: 2.0.22 + rimraf: 4.4.1 ../../packages/react: specifiers: '@contentauth/config': workspace:* '@contentauth/testing': workspace:* '@rollup/plugin-alias': ~3.1.9 - '@rollup/plugin-commonjs': ~22.0.0 + '@rollup/plugin-commonjs': ~22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 '@rollup/plugin-replace': ~5.0.2 '@rollup/plugin-strip': ~2.1.0 - '@rollup/plugin-typescript': ~8.3.2 - '@rushstack/eslint-config': ~2.6.0 - '@types/react': ^16.13.1 - '@typescript-eslint/eslint-plugin': ^5.20.0 - '@typescript-eslint/parser': ^5.20.0 + '@rollup/plugin-typescript': ~8.3.4 + '@rushstack/eslint-config': ~2.6.2 + '@types/react': ^16.14.43 + '@typescript-eslint/eslint-plugin': ^5.62.0 + '@typescript-eslint/parser': ^5.62.0 c2pa: workspace:* c2pa-wc: workspace:* - classnames: ~2.3.1 + classnames: ~2.3.2 eslint: ~8.14.0 - eslint-plugin-import: ^2.26.0 + eslint-plugin-import: ^2.27.5 lodash: ^4.17.21 - node-sass: ~7.0.1 - postcss: ~8.4.12 - react: ^16.13.1 - react-dom: ^16.13.1 - rimraf: ^4.1.2 + node-sass: ~7.0.3 + postcss: ~8.4.26 + react: ^16.14.0 + react-dom: ^16.14.0 + rimraf: ^4.4.1 rollup: ~2.70.2 rollup-plugin-postcss: ~4.0.2 rollup-plugin-terser: ~7.0.2 - tslib: ~2.4.0 - typescript: ~4.6.3 + tslib: ~2.4.1 + typescript: 4.7.4 dependencies: - classnames: 2.3.1 + classnames: 2.3.2 lodash: 4.17.21 devDependencies: '@contentauth/config': link:../../tools/config '@contentauth/testing': link:../../tools/testing '@rollup/plugin-alias': 3.1.9_rollup@2.70.2 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.70.2 + '@rollup/plugin-commonjs': 22.0.2_rollup@2.70.2 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 '@rollup/plugin-replace': 5.0.2_rollup@2.70.2 '@rollup/plugin-strip': 2.1.0_rollup@2.70.2 - '@rollup/plugin-typescript': 8.3.3_ebyyw52y5in2luxvejy6eu2iqq - '@rushstack/eslint-config': 2.6.1_t725usgvqspm5woeqpaxbfp2qu - '@types/react': 16.14.28 - '@typescript-eslint/eslint-plugin': 5.29.0_c7y5bqifb5sf32tcpzmhnopbou - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu + '@rollup/plugin-typescript': 8.3.4_enqbj6k6fo3botvmubjh7ishli + '@rushstack/eslint-config': 2.6.2_hvgqcmp5awuz4xxr36v4ksadoy + '@types/react': 16.14.43 + '@typescript-eslint/eslint-plugin': 5.62.0_yjdh2mlktnjzt3b2tueuy3354u + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy c2pa: link:../c2pa c2pa-wc: link:../c2pa-wc eslint: 8.14.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 - node-sass: 7.0.1 - postcss: 8.4.14 + eslint-plugin-import: 2.27.5_eslint@8.14.0 + node-sass: 7.0.3 + postcss: 8.4.26 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - rimraf: 4.1.2 + rimraf: 4.4.1 rollup: 2.70.2 - rollup-plugin-postcss: 4.0.2_postcss@8.4.14 + rollup-plugin-postcss: 4.0.2_postcss@8.4.26 rollup-plugin-terser: 7.0.2_rollup@2.70.2 - tslib: 2.4.0 - typescript: 4.6.4 + tslib: 2.4.1 + typescript: 4.7.4 ../../packages/toolkit: specifiers: '@contentauth/testing': workspace:* '@rollup/plugin-replace': ~5.0.2 '@types/jasmine': ~4.0.3 - '@web/dev-server-esbuild': ~0.3.0 - '@web/dev-server-rollup': ~0.3.17 - '@web/test-runner': ~0.13.27 - '@web/test-runner-browserstack': ~0.5.0 - '@web/test-runner-core': ~0.10.26 + '@web/dev-server-esbuild': ~0.3.6 + '@web/dev-server-rollup': ~0.3.21 + '@web/test-runner': ~0.13.31 + '@web/test-runner-browserstack': ~0.5.1 + '@web/test-runner-core': ~0.10.29 '@web/test-runner-puppeteer': ~0.10.5 debug: ~4.3.4 deepdash-es: ~5.3.9 - fast-glob: ~3.2.11 - jasmine-core: ~4.1.0 - nodemon: ~2.0.16 + fast-glob: ~3.2.12 + jasmine-core: ~4.1.1 + nodemon: ~2.0.22 p-reduce: ~3.0.0 pkg-dir: ~7.0.0 - prettier: ^2.6.2 - rimraf: ^4.1.2 + prettier: ^2.8.8 + rimraf: ^4.4.1 rollup: ~2.70.2 - ssri: ~10.0.1 - typescript: ~4.6.3 - web-test-runner-jasmine: ~0.0.1 + ssri: ~10.0.4 + typescript: 4.7.4 + web-test-runner-jasmine: ~0.0.5 devDependencies: '@contentauth/testing': link:../../tools/testing '@rollup/plugin-replace': 5.0.2_rollup@2.70.2 '@types/jasmine': 4.0.3 - '@web/dev-server-esbuild': 0.3.1 - '@web/dev-server-rollup': 0.3.18 + '@web/dev-server-esbuild': 0.3.6 + '@web/dev-server-rollup': 0.3.21 '@web/test-runner': 0.13.31 - '@web/test-runner-browserstack': 0.5.0_typescript@4.6.4 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-browserstack': 0.5.1_typescript@4.7.4 + '@web/test-runner-core': 0.10.29 '@web/test-runner-puppeteer': 0.10.5 debug: 4.3.4 deepdash-es: 5.3.9 - fast-glob: 3.2.11 + fast-glob: 3.2.12 jasmine-core: 4.1.1 - nodemon: 2.0.18 + nodemon: 2.0.22 p-reduce: 3.0.0 pkg-dir: 7.0.0 - prettier: 2.7.1 - rimraf: 4.1.2 + prettier: 2.8.8 + rimraf: 4.4.1 rollup: 2.70.2 - ssri: 10.0.1 - typescript: 4.6.4 - web-test-runner-jasmine: 0.0.1 + ssri: 10.0.4 + typescript: 4.7.4 + web-test-runner-jasmine: 0.0.5_typescript@4.7.4 ../../tools/c2pa-wc-storykit: specifiers: - '@babel/core': ^7.16.7 - '@storybook/addon-actions': ^6.5.10 - '@storybook/addon-essentials': ^6.5.10 - '@storybook/addon-links': ^6.5.10 - '@storybook/builder-vite': ~0.2.2 - '@storybook/client-api': ~6.5.10 - '@storybook/preview-web': ~6.5.10 - '@storybook/web-components': ^6.5.10 - babel-loader: ^8.2.3 - lit-html: ^2.2.0 - react: ^16.13.1 - react-dom: ^16.13.1 - typescript: ~4.6.3 - vite: ^3.0.4 - webpack: ~5.72.0 + '@babel/core': ^7.22.9 + '@storybook/addon-actions': ^6.5.16 + '@storybook/addon-essentials': ^6.5.16 + '@storybook/addon-links': ^6.5.16 + '@storybook/builder-vite': ~0.2.7 + '@storybook/client-api': ~6.5.16 + '@storybook/preview-web': ~6.5.16 + '@storybook/web-components': ^6.5.16 + babel-loader: ^8.3.0 + lit-html: ^2.7.5 + react: ^16.14.0 + react-dom: ^16.14.0 + typescript: 4.7.4 + vite: ^3.2.7 + webpack: ~5.72.1 devDependencies: - '@babel/core': 7.18.10 - '@storybook/addon-actions': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-essentials': 6.5.10_mzzt56w6lm5cphtol6wd56abpm - '@storybook/addon-links': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/builder-vite': 0.2.2_gafs6nk5ery22pjays4sgnqvl4 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/web-components': 6.5.10_fmyyl4j4wtfoyj7vhgj5a2yh44 - babel-loader: 8.2.5_whzu2avxrneafty4rytfonthcq - lit-html: 2.2.6 + '@babel/core': 7.22.9 + '@storybook/addon-actions': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-essentials': 6.5.16_dh677kyx3uzgdr5u3hadahzqm4 + '@storybook/addon-links': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/builder-vite': 0.2.7_rgz7s5uodoizr5e4faw2nwcegu + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/web-components': 6.5.16_f7krmcilovjogdluyornkt35my + babel-loader: 8.3.0_ouvot7np5w5pn5r4c7oc5hepha + lit-html: 2.7.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - typescript: 4.6.4 - vite: 3.0.4 + typescript: 4.7.4 + vite: 3.2.7 webpack: 5.72.1 ../../tools/config: specifiers: - '@typescript-eslint/eslint-plugin': ^5.20.0 - '@typescript-eslint/parser': ^5.20.0 + '@typescript-eslint/eslint-plugin': ^5.62.0 + '@typescript-eslint/parser': ^5.62.0 eslint: ~8.14.0 - eslint-config-airbnb-typescript: ^17.0.0 - eslint-config-prettier: ^8.5.0 + eslint-config-airbnb-typescript: ^17.1.0 + eslint-config-prettier: ^8.8.0 eslint-import-resolver-typescript: ^2.7.1 - eslint-plugin-import: ^2.26.0 - typescript: ~4.6.3 + eslint-plugin-import: ^2.27.5 + typescript: 4.7.4 dependencies: - '@typescript-eslint/eslint-plugin': 5.29.0_c7y5bqifb5sf32tcpzmhnopbou - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/eslint-plugin': 5.62.0_yjdh2mlktnjzt3b2tueuy3354u + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 - eslint-config-airbnb-typescript: 17.0.0_ehqt3xa5cp2l5rfm7dwbquynhi - eslint-config-prettier: 8.5.0_eslint@8.14.0 - eslint-import-resolver-typescript: 2.7.1_myxbwluo6p3kuxjcyp342zygci - eslint-plugin-import: 2.26.0_eslint@8.14.0 - typescript: 4.6.4 + eslint-config-airbnb-typescript: 17.1.0_lluxv7zxcrleyjp3pe6vganccm + eslint-config-prettier: 8.8.0_eslint@8.14.0 + eslint-import-resolver-typescript: 2.7.1_7rc5r4k5auq4gehzmcajyyk4wi + eslint-plugin-import: 2.27.5_eslint@8.14.0 + typescript: 4.7.4 ../../tools/testing: specifiers: - '@esm-bundle/react': ~17.0.2-fix.1 - '@rollup/plugin-commonjs': ~22.0.0 + '@esm-bundle/react': 17.0.2-fix.1 + '@rollup/plugin-commonjs': ~22.0.2 '@rollup/plugin-node-resolve': ^13.3.0 - '@rollup/plugin-typescript': ~8.3.2 - '@testing-library/react-hooks': ~8.0.0 - '@types/react-dom': ^16.9.9 + '@rollup/plugin-typescript': ~8.3.4 + '@rushstack/heft': 0.49.4 + '@testing-library/react-hooks': ~8.0.1 + '@types/react-dom': ^16.9.19 cpy-cli: ~4.2.0 - react: ^16.13.1 - rimraf: ^4.1.2 + react: ^16.14.0 + rimraf: ^4.4.1 rollup: ~2.70.2 - tslib: ~2.4.0 - typescript: ~4.6.3 + tslib: ~2.4.1 + typescript: ~4.6.4 dependencies: '@esm-bundle/react': 17.0.2-fix.1 - '@rollup/plugin-commonjs': 22.0.1_rollup@2.70.2 + '@rollup/plugin-commonjs': 22.0.2_rollup@2.70.2 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 - '@rollup/plugin-typescript': 8.3.3_ebyyw52y5in2luxvejy6eu2iqq + '@rollup/plugin-typescript': 8.3.4_3pvhc2qtfytyp7aespzm66ezhu '@testing-library/react-hooks': 8.0.1_react@16.14.0 react: 16.14.0 rollup: 2.70.2 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.6.4 devDependencies: - '@types/react-dom': 16.9.16 + '@rushstack/heft': 0.49.4 + '@types/react-dom': 16.9.19 cpy-cli: 4.2.0 - rimraf: 4.1.2 + rimraf: 4.4.1 packages: + /@75lb/deep-merge/1.1.1: + resolution: {integrity: sha512-xvgv6pkMGBA6GwdyJbNAnDmfAIR/DfWhrj9jgWh3TY7gRm3KO46x/GPjRg6wJ0nOepwqrNxFfojebh0Df4h4Tw==} + engines: {node: '>=12.17'} + dependencies: + lodash.assignwith: 4.2.0 + typical: 7.1.1 + dev: true + /@ampproject/remapping/2.2.0: resolution: {integrity: sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==} engines: {node: '>=6.0.0'} @@ -567,13 +577,15 @@ packages: '@babel/highlight': 7.18.6 dev: true - /@babel/compat-data/7.18.5: - resolution: {integrity: sha512-BxhE40PVCBxVEJsSBhB6UWyAuqJRxGsAw8BdHMJ3AKGydcwuWW4kOO3HmqBQAdcq/OP+/DlTVxLvsCzRTnZuGg==} + /@babel/code-frame/7.22.5: + resolution: {integrity: sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==} engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.5 dev: true - /@babel/compat-data/7.18.8: - resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} + /@babel/compat-data/7.22.9: + resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} engines: {node: '>=6.9.0'} dev: true @@ -581,18 +593,18 @@ packages: resolution: {integrity: sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.11 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.12.9 + '@babel/helpers': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 + json5: 2.2.3 lodash: 4.17.21 resolve: 1.22.1 semver: 5.7.1 @@ -601,82 +613,44 @@ packages: - supports-color dev: true - /@babel/core/7.18.10: - resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} - engines: {node: '>=6.9.0'} - dependencies: - '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helpers': 7.18.9 - '@babel/parser': 7.18.11 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 - convert-source-map: 1.8.0 - debug: 4.3.4 - gensync: 1.0.0-beta.2 - json5: 2.2.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/core/7.18.5: - resolution: {integrity: sha512-MGY8vg3DxMnctw0LdvSEojOsumc70g0t18gNyUdAZqB1Rpd1Bqo/svHGvt+UJ6JcGX+DIekGFDxxIWofBxLCnQ==} + /@babel/core/7.22.9: + resolution: {integrity: sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.0 - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 - '@babel/helper-compilation-targets': 7.18.2_@babel+core@7.18.5 - '@babel/helper-module-transforms': 7.18.0 - '@babel/helpers': 7.18.2 - '@babel/parser': 7.18.5 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 + '@babel/helpers': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 convert-source-map: 1.8.0 debug: 4.3.4 gensync: 1.0.0-beta.2 - json5: 2.2.1 - semver: 6.3.0 + json5: 2.2.3 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/generator/7.18.12: - resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} + /@babel/generator/7.22.9: + resolution: {integrity: sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 dev: true - /@babel/generator/7.18.2: - resolution: {integrity: sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.4 - '@jridgewell/gen-mapping': 0.3.1 - jsesc: 2.5.2 - dev: true - - /@babel/helper-annotate-as-pure/7.16.7: - resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.4 - dev: true - /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true /@babel/helper-builder-binary-assignment-operator-visitor/7.16.7: @@ -684,167 +658,90 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.16.7 - '@babel/types': 7.18.10 - dev: true - - /@babel/helper-compilation-targets/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-s1jnPotJS9uQnzFtiZVBUxe67CuBa679oWFHpxYYnTpRL/1ffhyX44R9uYiXoa/pLXcY9H2moJta0iaanlk/rQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.18.5 - '@babel/core': 7.18.5 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.21.0 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.0 - semver: 6.3.0 - dev: true - - /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.5: - resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.5 - '@babel/helper-validator-option': 7.18.6 - browserslist: 4.21.0 - semver: 6.3.0 + '@babel/types': 7.22.5 dev: true - /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} + /@babel/helper-compilation-targets/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-member-expression-to-functions': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - transitivePeerDependencies: - - supports-color + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-validator-option': 7.22.5 + browserslist: 4.21.9 + lru-cache: 5.1.1 + semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.5: + /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.22.9: resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-split-export-declaration': 7.22.6 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - regexpu-core: 5.0.1 - dev: true - - /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.18.5: + /@babel/helper-create-regexp-features-plugin/7.17.12_@babel+core@7.22.9: resolution: {integrity: sha512-b2aZrV4zvutr9AIa6/gA3wsZKRwTKYoDxYiFKcESS3Ug2GTXzwBEvMuuFLhCQpEnRXs1zng4ISAXSUxxKBIcxw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-annotate-as-pure': 7.18.6 regexpu-core: 5.0.1 dev: true - /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.18.10: + /@babel/helper-define-polyfill-provider/0.1.5_@babel+core@7.22.9: resolution: {integrity: sha512-nXuzCSwlJ/WKr8qxzW816gwyT6VZgiJG17zR40fou70yfAcqjoNyTLl/DQ+FExw5Hx5KNqshmN8Ldl/r2N7cTg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/traverse': 7.18.11 - debug: 4.3.4 - lodash.debounce: 4.0.8 - resolve: 1.22.1 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.10: - resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} - peerDependencies: - '@babel/core': ^7.4.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.18.9 - '@babel/traverse': 7.18.11 + '@babel/traverse': 7.22.8 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.18.5: + /@babel/helper-define-polyfill-provider/0.3.1_@babel+core@7.22.9: resolution: {integrity: sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.5 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.18.9 - '@babel/traverse': 7.18.11 + '@babel/traverse': 7.22.8 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.1 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-environment-visitor/7.18.2: - resolution: {integrity: sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==} - engines: {node: '>=6.9.0'} - dev: true - - /@babel/helper-environment-visitor/7.18.9: - resolution: {integrity: sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==} + /@babel/helper-environment-visitor/7.22.5: + resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} dev: true @@ -852,108 +749,84 @@ packages: resolution: {integrity: sha512-KyUenhWMC8VrxzkGP0Jizjo4/Zx+1nNZhgocs+gLzyZyB8SHidhoq9KK/8Ato4anhwsivfkBLftky7gvzbZMtQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 - dev: true - - /@babel/helper-function-name/7.17.9: - resolution: {integrity: sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.18.10 - dev: true - - /@babel/helper-function-name/7.18.9: - resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/template': 7.18.10 - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true - /@babel/helper-hoist-variables/7.16.7: - resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} + /@babel/helper-function-name/7.22.5: + resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/template': 7.22.5 + '@babel/types': 7.22.5 dev: true - /@babel/helper-hoist-variables/7.18.6: - resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} + /@babel/helper-hoist-variables/7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-imports/7.16.7: - resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} + /@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.18.4 + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-imports/7.18.6: - resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} + /@babel/helper-module-imports/7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true - /@babel/helper-module-transforms/7.18.0: - resolution: {integrity: sha512-kclUYSUBIjlvnzN2++K9f2qzYKFgjmnmjwL4zlmU5f8ZtzgWe8s0rUPSTGy2HmK4P8T52MQsS+HTQAgZd3dMEA==} + /@babel/helper-module-transforms/7.22.9_@babel+core@7.12.9: + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-simple-access': 7.18.2 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.12.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 dev: true - /@babel/helper-module-transforms/7.18.9: - resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} + /@babel/helper-module-transforms/7.22.9_@babel+core@7.22.9: + resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 dependencies: - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-simple-access': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 - transitivePeerDependencies: - - supports-color + '@babel/core': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-module-imports': 7.22.5 + '@babel/helper-simple-access': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/helper-validator-identifier': 7.22.5 dev: true /@babel/helper-optimise-call-expression/7.18.6: resolution: {integrity: sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true /@babel/helper-plugin-utils/7.10.4: resolution: {integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==} dev: true - /@babel/helper-plugin-utils/7.17.12: - resolution: {integrity: sha512-JDkf04mqtN3y4iAbO1hv9U2ARpPyPL1zqyWs/2WG1pgSq9llHFjStX5jdxb84himgJm+8Ng+x0oiWF/nw/XQKA==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-plugin-utils/7.18.9: resolution: {integrity: sha512-aBXPT3bmtLryXaoJLyYPXPlSD4p1ld9aYeR+sJNOZjJJGiOpb+fKfh3NkcCu7J54nUJwCERPBExCCpyCOHnu/w==} engines: {node: '>=6.9.0'} @@ -965,7 +838,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-wrap-function': 7.16.8 - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -974,52 +847,38 @@ packages: resolution: {integrity: sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-member-expression-to-functions': 7.18.9 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-simple-access/7.18.2: - resolution: {integrity: sha512-7LIrjYzndorDY88MycupkpQLKS1AFfsVRm2k/9PtKScSy5tZq0McZTj+DiMRynboZfIqOKvo03pmhTaUgiD6fQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.10 - dev: true - - /@babel/helper-simple-access/7.18.6: - resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} + /@babel/helper-simple-access/7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 - dev: true - - /@babel/helper-split-export-declaration/7.16.7: - resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true - /@babel/helper-split-export-declaration/7.18.6: - resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} + /@babel/helper-split-export-declaration/7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 dev: true - /@babel/helper-string-parser/7.18.10: - resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + /@babel/helper-string-parser/7.22.5: + resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} engines: {node: '>=6.9.0'} dev: true @@ -1033,13 +892,13 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-option/7.16.7: - resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==} + /@babel/helper-validator-identifier/7.22.5: + resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-validator-option/7.18.6: - resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==} + /@babel/helper-validator-option/7.22.5: + resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} engines: {node: '>=6.9.0'} dev: true @@ -1047,32 +906,32 @@ packages: resolution: {integrity: sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.18.9 - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/helper-function-name': 7.22.5 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.18.2: - resolution: {integrity: sha512-j+d+u5xT5utcQSzrh9p+PaJX94h++KN+ng9b9WEJq7pkUPAd61FGqhjuUEdfknb3E/uDBb7ruwEeKkIxNJPIrg==} + /@babel/helpers/7.18.9: + resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 - '@babel/traverse': 7.18.5 - '@babel/types': 7.18.4 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true - /@babel/helpers/7.18.9: - resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} + /@babel/helpers/7.22.6: + resolution: {integrity: sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/template': 7.22.5 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 transitivePeerDependencies: - supports-color dev: true @@ -1095,2113 +954,1410 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.18.11: - resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} - engines: {node: '>=6.0.0'} - hasBin: true + /@babel/highlight/7.22.5: + resolution: {integrity: sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.5 + chalk: 2.4.2 + js-tokens: 4.0.0 dev: true - /@babel/parser/7.18.5: - resolution: {integrity: sha512-YZWVaglMiplo7v8f1oMQ5ZPQr0vn7HPeZXxXWsxXJRjGVrzUFn9OxFQl1sb5wzfootjA/yChhW84BV+383FSOw==} + /@babel/parser/7.22.7: + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.10: + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.22.9: resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-xCJQXl4EeQ3J9C4yOmpTrtVGmzpm2iSzyxbkZHw7UCnZBftHpF/hpII80uWVyVrc40ytIClHjgWGTG1g/yB+aw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.13.0 - dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.10 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.18.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.17.12_@babel+core@7.22.9: resolution: {integrity: sha512-/vt0hpIw0x4b6BLKUkwlvEoiGZYYLNZ96CzyHYPbtG2jZGz6LBe7/V+drYrc/d+ovrF9NBi0pmtvmNb/FsWtRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.5 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.10: + /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.22.9: resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-async-generator-functions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-RWVvqD1ooLKP6IqWTA5GyFVX2isGEgC5iFxKzfYOIy/QEFdxYyCybBDtIGjipHpb9bDWHzcqGqFakf+mVmBTdQ==} + /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.16.8 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} + /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-U0mI9q8pW5Q9EaTHFPwSVusPMV/DV9Mm8p7csqROFLtIE9rBF5piLqyrBGigftALrBcsBGu4m38JneAe7ZDLXw==} + /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.22.9: + resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.22.9 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==} + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.12.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-class-static-block/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-t+8LsRMMDE74c6sV7KShIw13sqbqd58tlqNrsWoWBTIMw7SVQ0cZ905wLNS/FBCy/3PyooRHLFFlfrUNyyz5lA==} + /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.22.9: + resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.12.0 + '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.5 - transitivePeerDependencies: - - supports-color + '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} + /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} + /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} + /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-export-default-from/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-5H2N3R2aQFxkV4PIBUR/i7PUSwgTZjouJKzI8eKswfIjT0PhvzkPn0t0wIS5zn6maQuvtT0t1oHtMUz61LOuow==} + /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-export-default-from': 7.18.6_@babel+core@7.18.10 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==} + /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-export-namespace-from/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-j7Ye5EWdwoXOpRmo5QmRyHPsDIe6+u70ZYZrd7uz+ebPYFKfRcLcNu3Ro0vOlJ5zuv8rU7xa+GttNiRzX56snQ==} - engines: {node: '>=6.9.0'} + /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: + resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==} + /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-json-strings/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-rKJ+rKBoXwLnIn7n6o6fulViHMrOThz99ybH+hKHcOZbnN14VuMnH9fo2eHE69C8pO4uX1Q7t2HYYIDmv8VYkg==} + /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==} + /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-EqFo2s1Z5yy+JeJu7SFfbIUtToJTVlC61/C7WLKDntSw4Sz6JNAIfL7zQ74VvirxpjB5kz/kIx0gCcb+5OEo2Q==} + /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.5 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} + /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.9 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-ws/g3FSGVzv+VH86+QvgtuJL/kR67xaEIF2x0iPqdDfYW6ra6JF3lKVBkWynRLcNtIC1oCTfDRVxmm2mKzy+ag==} - engines: {node: '>=6.9.0'} + /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==} + engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.5 dev: true - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.9: + resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-numeric-separator/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-vQgPMknOIgiuVqbokToyXbkY/OmmjAzr/0lhSIbG/KmnzXPGwW/AdhdKpi+O4X/VkWiWjnkKOBiqJrTaC98VKw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.9: + resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.5 dev: true - /@babel/plugin-proposal-object-rest-spread/7.12.1_@babel+core@7.12.9: - resolution: {integrity: sha512-s6SowJIjzlhx8o7lsFx5zmY4At6CTtDvgNQDdPzkBQucle58A6b/TTeEBYtyDgmcXjUTM+vE8YOGHZzzbc/ioA==} + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.12.9 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.12.9 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.12.9 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} + /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-object-rest-spread/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-nbTv371eTrFabDfHLElkn9oyf9VG+VKK6WMzhY2o4eHKaG19BToD9947zzGMO6I/Irstx9d8CwX6njPNIAR/yw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.5 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} + /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-eMOH/L4OvWSZAE1VkHbr1vckLG1WUcHGJSLqqQwl2GaUqG6QjddvrOaTUMNYiv77H5IKPMZ9U9P7EaHwvAShfA==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.5 dev: true - /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} + /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 dev: true - /@babel/plugin-proposal-optional-chaining/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-7wigcOs/Z4YWlK7xxjkvaIw84vGhDv/P1dFGQap0nHkc8gFKY/r+hXc8Qzf5k1gY7CvGIcHqAnOagVKJJ1wVOQ==} + /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.5 dev: true - /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-private-methods/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-SllXoxo19HmxhDWm3luPz+cPhtoTSKLJE9PXshsfrOzBqs60QP0r8OaJItrPhAj0d7mZMnNF0Y1UUggCDgMz1A==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: + resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-/6BtVi57CJfrtDNKfK5b66ydK2J5pXUKBKSPD2G1whamMuEnZWgoOIfO8Vf9F/DoD4izBLD/Au4NMQfruzzykg==} + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.5 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==} - engines: {node: '>=4'} + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-proposal-unicode-property-regex/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Wb9qLjXf3ZazqXA7IvI7ozqRIXIGPtSo+L5coFmEkhTQK18ao4UDDD0zdTGAarmbLj2urpRwrc6893cu5Bfh0A==} - engines: {node: '>=4'} + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.10: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.9: + resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.18.5: - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.10: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.18.5: - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.9: + resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.18.5: - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-decorators/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-fqyLgjcxf/1yhyZ6A+yo1u9gJ7eleFQod2lkaUsF9DQ7sbbY3Ligym3L0+I2c0WmqNKDpoD9UTb1AKP3qRMOAQ==} + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.9: + resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-export-default-from/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-Kr//z3ujSVNx6E9z9ih5xXXMqK07VVTuqPmqGe6Mss/zW5XPeLZeSDZoP9ab/hT4wPKqAgjl2PnhPrcpk8Seew==} + /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.16.8 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + /@babel/plugin-transform-block-scoping/7.18.4_@babel+core@7.22.9: + resolution: {integrity: sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-flow/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==} + /@babel/plugin-transform-classes/7.18.4_@babel+core@7.22.9: + resolution: {integrity: sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-optimise-call-expression': 7.18.6 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.22.6 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==} + /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-import-assertions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-n/loy2zkq9ZEM8tEOwON9wTQSTNDTDEz6NujPtJGLU7qObzT1N4c4YZZf8E6ATB2AjNQg/Ib2AIpO03EZaCehw==} + /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.10: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.18.5: - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + /@babel/plugin-transform-flow-strip-types/7.18.9_@babel+core@7.22.9: + resolution: {integrity: sha512-+G6rp2zRuOAInY5wcggsx4+QVao1qPM0osC9fTUVlAV3zOrzTCnrMAFVnR6+a3T8wz1wFIH7KhYMcMB3u1n80A==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.22.9 dev: true - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.9: - resolution: {integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg==} + /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.22.9: + resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.12.9 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-jsx/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-spyY3E3AURfxh/RHtjx5j6hs8am5NbUBGfcZ2vB3uShSpZdQyXSf5rR5Mk76vbtlAZOelyVQ71Fg0x9SG4fsog==} + /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + /@babel/plugin-transform-literals/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.18.5: - resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.10: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + babel-plugin-dynamic-import-node: 2.3.3 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.18.5: - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + /@babel/plugin-transform-modules-commonjs/7.18.2_@babel+core@7.22.9: + resolution: {integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-simple-access': 7.22.5 + babel-plugin-dynamic-import-node: 2.3.3 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + /@babel/plugin-transform-modules-systemjs/7.18.5_@babel+core@7.22.9: + resolution: {integrity: sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-identifier': 7.22.5 + babel-plugin-dynamic-import-node: 2.3.3 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.10: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==} + engines: {node: '>=6.9.0'} peerDependencies: - '@babel/core': ^7.0.0-0 + '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.18.5: - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + /@babel/plugin-transform-new-target/7.18.5_@babel+core@7.22.9: + resolution: {integrity: sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.12.9: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.12.9 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.12.9: + resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.12.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.10: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/core': 7.22.9 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.18.5: - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} + engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + /@babel/plugin-transform-react-jsx-source/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-utZmlASneDfdaMh0m/WausbjUjEdGrQJz0vFK93d7wD3xf5wBtX219+q6IlCNZeguIcxS2f/CvLZrlLSvSHQXw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.18.5: - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} + /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.22.9: + resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.18.6 + '@babel/helper-module-imports': 7.18.6 '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.22.9 + '@babel/types': 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.10: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.18.5: - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} + /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.22.9: + resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + regenerator-transform: 0.15.0 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} + /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} + /@babel/plugin-transform-runtime/7.18.5_@babel+core@7.22.9: + resolution: {integrity: sha512-Q17hHxXr2fplrE+5BSC1j1Fo5cOA8YeP8XW3/1paI8MzF/faZGh0MaH1KC4jLAvqLPamQWHB5/B7KqSLY1kuHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 '@babel/helper-plugin-utils': 7.18.9 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.22.9 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.22.9 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.22.9 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-transform-arrow-functions/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-PHln3CNi/49V+mza4xMwrg+WGYevSF1oaiXaC2EQfdp4HWlSjRsrDXWJiQBKpP7749u6vQ9mcry2uuFOv5CXvA==} + /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==} + /@babel/plugin-transform-spread/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.16.8 - transitivePeerDependencies: - - supports-color + '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: true - /@babel/plugin-transform-async-to-generator/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-J8dbrWIOO3orDzir57NRsjg4uxucvhby0L/KZuGsWDj0g7twWK3g7JhJhOrXtuXiw8MeiSdJ3E0OW9H8LYEzLQ==} + /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.18.6 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-remap-async-to-generator': 7.16.8 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + /@babel/plugin-transform-template-literals/7.18.2_@babel+core@7.22.9: + resolution: {integrity: sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-block-scoped-functions/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-JUuzlzmF40Z9cXyytcbZEZKckgrQzChbQJw/5PuEHYeqzCsvebDx0K0jWnIIVcmmDOAVctCgnYs0pMcrYj2zJg==} + /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.22.9: + resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-block-scoping/7.18.4_@babel+core@7.18.10: - resolution: {integrity: sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==} + /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.22.9: + resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.22.9 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-transform-block-scoping/7.18.4_@babel+core@7.18.5: - resolution: {integrity: sha512-+Hq10ye+jlvLEogSOtq4mKvtk7qwcUQ1f0Mrueai866C82f844Yom2cttfJdMdqRLTxWpsbfbkIkOIfovyUQXw==} + /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 dev: true - /@babel/plugin-transform-classes/7.18.4_@babel+core@7.18.10: - resolution: {integrity: sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==} + /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.22.9: + resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/core': 7.22.9 + '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-classes/7.18.4_@babel+core@7.18.5: - resolution: {integrity: sha512-e42NSG2mlKWgxKUAD9EJJSkZxR67+wZqzNxLSpc51T8tRU5SLFHsPmgYR5yr7sdgX4u+iHA1C5VafJ6AyImV3A==} + /@babel/preset-env/7.18.2_@babel+core@7.22.9: + resolution: {integrity: sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-optimise-call-expression': 7.18.6 + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-compilation-targets': 7.22.9_@babel+core@7.22.9 '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - '@babel/helper-split-export-declaration': 7.18.6 - globals: 11.12.0 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.9 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.9 + '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.22.9 + '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.22.9 + '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.22.9 + '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-new-target': 7.18.5_@babel+core@7.22.9 + '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.22.9 + '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.22.9 + '@babel/preset-modules': 0.1.5_@babel+core@7.22.9 + '@babel/types': 7.22.5 + babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.22.9 + babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.22.9 + babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.22.9 + core-js-compat: 3.23.2 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} + /@babel/preset-flow/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-flow-strip-types': 7.18.9_@babel+core@7.22.9 dev: true - /@babel/plugin-transform-computed-properties/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-a7XINeplB5cQUWMg1E/GI1tFz3LfK021IjV1rj1ypE+R7jHm+pIHmHl25VNkZxtx9uuYp7ThGk8fur1HHG7PgQ==} - engines: {node: '>=6.9.0'} + /@babel/preset-modules/0.1.5_@babel+core@7.22.9: + resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.22.9 + '@babel/types': 7.22.5 + esutils: 2.0.3 dev: true - /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} + /@babel/preset-react/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.22.9 dev: true - /@babel/plugin-transform-destructuring/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-Mo69klS79z6KEfrLg/1WkmVnB8javh75HX4pi2btjvlIoasuxilEyjtsQW6XPrubNd7AQy0MMaNIaQE4e7+PQw==} + /@babel/preset-typescript/7.18.6_@babel+core@7.22.9: + resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 + '@babel/core': 7.22.9 '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.22.5 + '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.22.9 + transitivePeerDependencies: + - supports-color dev: true - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} + /@babel/register/7.18.9_@babel+core@7.22.9: + resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-dotall-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-Lyttaao2SjZF6Pf4vk1dVKv8YypMpomAbygW+mU5cYP3S5cWTfCJjG8xV6CFdzGFlfWK81IjL9viiTvpb6G7gQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-duplicate-keys/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-EA5eYFUG6xeerdabina/xIoB95jJ17mAkR8ivx6ZSu9frKShBjpOGZPn511MTDTkiCO+zXnzNczvUM69YSf3Zw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-exponentiation-operator/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-8UYLSlyLgRixQvlYH3J2ekXFHDFLQutdy7FfFAMm3CPZ6q9wHCwnUyiXpQCe3gVVnQlHc5nsuiEVziteRNTXEA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.7 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-flow-strip-types/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-+G6rp2zRuOAInY5wcggsx4+QVao1qPM0osC9fTUVlAV3zOrzTCnrMAFVnR6+a3T8wz1wFIH7KhYMcMB3u1n80A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-flow': 7.18.6_@babel+core@7.18.10 - dev: true - - /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.18.10: - resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-for-of/7.18.1_@babel+core@7.18.5: - resolution: {integrity: sha512-+TTB5XwvJ5hZbO8xvl2H4XaMDOAK57zF4miuC9qQJgysPNEAZZ9Z69rdF5LJkozGdZrjBIUAIyKUWRMmebI7vg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-function-name/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-SU/C68YVwTRxqWj5kgsbKINakGag0KTgq9f2iZEXdStoAbOzLHEBRYzImmA6yFo8YZhJVflvXmIHUO7GWHmxxA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.5 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-literals/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-8iRkvaTjJciWycPIZ9k9duu663FT7VrBdNqNgxnVXEFwOIp55JWcZd23VBRySYbnS3PwQ3rGiabJBBBGj5APmQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-member-expression-literals/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-mBruRMbktKQwbxaJof32LT9KLy2f3gH+27a5XSuXo6h7R3vqltl0PgZ80C8ZMKw98Bf8bqt6BEVi3svOh2PzMw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-amd/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-h8FjOlYmdZwl7Xm2Ug4iX2j7Qy63NANI+NQVWQzv6r25fqgg7k2dZl03p95kvqNclglHs4FZ+isv4p1uXMA+QA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-commonjs/7.18.2_@babel+core@7.18.10: - resolution: {integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-simple-access': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-commonjs/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-f5A865gFPAJAEE0K7F/+nm5CmAE3y8AWlMBG9unu5j9+tk50UQVK0QS8RNxSp7MJf0wh97uYyLWt3Zvu71zyOQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-simple-access': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-systemjs/7.18.5_@babel+core@7.18.10: - resolution: {integrity: sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-systemjs/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-SEewrhPpcqMF1V7DhnEbhVJLrC+nnYfe1E0piZMZXBpxi9WvZqWGwpsk7JYP7wPWeqaBh4gyKlBhHJu3uz5g4Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-identifier': 7.18.6 - babel-plugin-dynamic-import-node: 2.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-modules-umd/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-d/zZ8I3BWli1tmROLxXLc9A6YXvGK8egMxHp+E/rRwMh1Kip0AP77VwZae3snEJ33iiWwvNv2+UIIhfalqhzZA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-transforms': 7.18.9 - '@babel/helper-plugin-utils': 7.18.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-named-capturing-groups-regex/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-vWoWFM5CKaTeHrdUJ/3SIOTRV+MBVGybOC9mhJkaprGNt5demMymDW24yC74avb915/mIRe3TgNb/d8idvnCRA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-new-target/7.18.5_@babel+core@7.18.10: - resolution: {integrity: sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-new-target/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-TuRL5uGW4KXU6OsRj+mLp9BM7pO8e7SGNTEokQRRxHFkXYMFiy2jlKSZPFtI/mKORDzciH+hneskcSOp0gU8hg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-object-super/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-14J1feiQVWaGvRxj2WjyMuXS2jsBkgB3MdSN5HuC2G5nRspa5RK9COcs82Pwy5BuGcjb+fYaUj94mYcOj7rCvw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-replace-supers': 7.18.9 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.12.9: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.12.9 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-parameters/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-6qW4rWo1cyCdq1FkYri7AHpauchbGLXpdwnYsfxFb+KtddHENfsY5JZb35xUwkK5opOLcJ3BNd2l7PhRYGlwIA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-property-literals/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-z4FGr9NMGdoIl1RqavCqGG+ZuYjfZ/hkCIeuH6Do7tXmSm0ls11nYVSJqFEUOSJbDab5wC6lRE/w6YjVcr6Hqw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-react-display-name/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-TV4sQ+T013n61uMoygyMRm+xf04Bd5oqFpv2jAEQwSZ8NwQA7zeRPg1LMVg2PWi3zWBz+CLKD+v5bcpZ/BS0aA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-react-jsx-development/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-RMvQWvpla+xy6MlBpPlrKZCMRs2AGiHOGHY3xRwl0pEeim348dDyxeH4xBsMPbIMhujeq7ihE702eM2Ew0Wo+A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 - dev: true - - /@babel/plugin-transform-react-jsx-development/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-SA6HEjwYFKF7WDjWcMcMGUimmw/nhNRDWxr+KaLSCrkD/LMDBvWRmHAYgE1HDeF8KUuI8OAu+RT6EOtKxSW2qA==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - dev: true - - /@babel/plugin-transform-react-jsx-self/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-7S9G2B44EnYOx74mue02t1uD8ckWZ/ee6Uz/qfdzc35uWHX5NgRy9i+iJSb2LFRgMd+QV9zNcStQaazzzZ3n3Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-react-jsx-self/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-A0LQGx4+4Jv7u/tWzoJF7alZwnBDQd6cGLh9P+Ttk4dpiL+J5p7NSNv/9tlEFFJDq3kjxOavWmbm6t0Gk+A3Ig==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-react-jsx-source/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-rONFiQz9vgbsnaMtQlZCjIRwhJvlrPET8TabIUK2hzlXw9B9s2Ieaxte1SCOOXMbWRHodbKixNf3BLcWVOQ8Bw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.17.12 - dev: true - - /@babel/plugin-transform-react-jsx-source/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-utZmlASneDfdaMh0m/WausbjUjEdGrQJz0vFK93d7wD3xf5wBtX219+q6IlCNZeguIcxS2f/CvLZrlLSvSHQXw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-react-jsx/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Lcaw8bxd1DKht3thfD4A12dqo1X16he1Lm8rIv8sTwjAYNInRS1qHa9aJoqvzpscItXvftKDCfaEQzwoVyXpEQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.16.7 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - '@babel/plugin-syntax-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/types': 7.18.4 - dev: true - - /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.18.10: - resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.10 - '@babel/types': 7.18.10 - dev: true - - /@babel/plugin-transform-react-jsx/7.18.10_@babel+core@7.18.5: - resolution: {integrity: sha512-gCy7Iikrpu3IZjYZolFE4M1Sm+nrh1/6za2Ewj77Z+XirT4TsbJcvOFOyF+fRPwU6AKKK136CZxx6L8AbSFG6A==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-module-imports': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.18.5 - '@babel/types': 7.18.10 - dev: true - - /@babel/plugin-transform-react-pure-annotations/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-I8VfEPg9r2TRDdvnHgPepTKvuRomzA8+u+nhY7qSI1fR2hRNebasZEETLyM5mAUr0Ku56OkXJ0I7NHJnO6cJiQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.10: - resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - regenerator-transform: 0.15.0 - dev: true - - /@babel/plugin-transform-regenerator/7.18.0_@babel+core@7.18.5: - resolution: {integrity: sha512-C8YdRw9uzx25HSIzwA7EM7YP0FhCe5wNvJbZzjVNHHPGVcDJ3Aie+qGYYdS1oVQgn+B3eAIJbWFLrJ4Jipv7nw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - regenerator-transform: 0.15.0 + '@babel/core': 7.22.9 + clone-deep: 4.0.1 + find-cache-dir: 2.1.0 + make-dir: 2.1.0 + pirates: 4.0.5 + source-map-support: 0.5.21 dev: true - /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==} + /@babel/runtime/7.22.6: + resolution: {integrity: sha512-wDb5pWm4WDdF6LFUde3Jl8WzPA+3ZbxYqkC6xAXuD3irdEHN1k0NfTRrJD8ZD378SJ61miMLCqIOXYhd8x+AJQ==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + regenerator-runtime: 0.13.11 - /@babel/plugin-transform-reserved-words/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-1KYqwbJV3Co03NIi14uEHW8P50Md6KqFgt0FfpHdK6oyAHQVTosgPuPSiWud1HX0oYJ1hGRRlk0fP87jFpqXZA==} + /@babel/template/7.22.5: + resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 + '@babel/code-frame': 7.22.5 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 dev: true - /@babel/plugin-transform-runtime/7.18.5_@babel+core@7.18.5: - resolution: {integrity: sha512-Q17hHxXr2fplrE+5BSC1j1Fo5cOA8YeP8XW3/1paI8MzF/faZGh0MaH1KC4jLAvqLPamQWHB5/B7KqSLY1kuHA==} + /@babel/traverse/7.22.8: + resolution: {integrity: sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@babel/helper-plugin-utils': 7.17.12 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.5 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.5 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.5 - semver: 6.3.0 + '@babel/code-frame': 7.22.5 + '@babel/generator': 7.22.9 + '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-function-name': 7.22.5 + '@babel/helper-hoist-variables': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 + '@babel/parser': 7.22.7 + '@babel/types': 7.22.5 + debug: 4.3.4 + globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-shorthand-properties/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-hah2+FEnoRoATdIb05IOXf+4GzXYTq75TVhIn1PewihbpyrNWUt2JbudKQOETWw6QpLe+AIUpJ5MVLYTQbeeUg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true - - /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} + /@babel/types/7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + '@babel/helper-string-parser': 7.22.5 + '@babel/helper-validator-identifier': 7.22.5 + to-fast-properties: 2.0.0 dev: true - /@babel/plugin-transform-spread/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-9pgmuQAtFi3lpNUstvG9nGfk9DkrdmWNp9KeKPFmuZCpEnxRzYlS8JgwPjYj+1AWDOSvoGN0H30p1cBOmT/Svg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 + /@bcoe/v8-coverage/0.2.3: + resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: true - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 + /@cnakazawa/watch/1.0.4: + resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} + engines: {node: '>=0.1.95'} + hasBin: true dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + exec-sh: 0.3.6 + minimist: 1.2.6 dev: true - /@babel/plugin-transform-sticky-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-NJa0Bd/87QV5NZZzTuZG5BPJjLYadeSZ9fO6oOUoL4iQx+9EEuw/eEM92SrsT19Yc2jgB1u1hsjqDtH02c3Drw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 + /@colors/colors/1.5.0: + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} + engines: {node: '>=0.1.90'} + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-template-literals/7.18.2_@babel+core@7.18.10: - resolution: {integrity: sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==} - engines: {node: '>=6.9.0'} + /@csstools/selector-specificity/2.0.1_73n3uaxxl5odn4wdtrt7brr2vy: + resolution: {integrity: sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==} + engines: {node: ^12 || ^14 || >=16} peerDependencies: - '@babel/core': ^7.0.0-0 + postcss: ^8.3 + postcss-selector-parser: ^6.0.10 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + postcss: 8.4.26 + postcss-selector-parser: 6.0.10 dev: true - /@babel/plugin-transform-template-literals/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-/cmuBVw9sZBGZVOMkpAEaVLwm4JmK2GZ1dFKOGGpMzEHWFmyZZ59lUU0PdRr8YNYeQdNzTDwuxP2X2gzydTc9g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - dev: true + /@discoveryjs/json-ext/0.5.7: + resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} + engines: {node: '>=10.0.0'} - /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.10: - resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/android-arm/0.15.18: + resolution: {integrity: sha512-5GT+kcs2WVGjVs7+boataCkO5Fg0y4kCjzkB5bAip7H4jfnOS3dA6KPiww9W1OEKTKeAcUVhdZGvgI65OXmUnw==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-typeof-symbol/7.17.12_@babel+core@7.18.5: - resolution: {integrity: sha512-Q8y+Jp7ZdtSPXCThB6zjQ74N3lj0f6TDh1Hnf5B+sYlzQ8i5Pjp8gW0My79iekSpT4WnI06blqP6DT0OmaXXmw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/android-arm/0.17.19: + resolution: {integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A==} + engines: {node: '>=12'} + cpu: [arm] + os: [android] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-typescript/7.18.12_@babel+core@7.18.10: - resolution: {integrity: sha512-2vjjam0cum0miPkenUbQswKowuxs/NjMwIKEq0zwegRxXk12C9YOF9STXnaUptITOtOJHKHpzvvWYOjbm6tc0w==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color + /@esbuild/android-arm64/0.17.19: + resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/android-x64/0.17.19: + resolution: {integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-unicode-escapes/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-TAV5IGahIz3yZ9/Hfv35TV2xEm+kaBDaZQCn2S/hG9/CZ0DktxJv9eKfPc7yYCvOYR4JGx1h8C+jcSOvgaaI/Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/darwin-arm64/0.17.19: + resolution: {integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.10: - resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/darwin-x64/0.17.19: + resolution: {integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true dev: true + optional: true - /@babel/plugin-transform-unicode-regex/7.16.7_@babel+core@7.18.5: - resolution: {integrity: sha512-oC5tYYKw56HO75KZVLQ+R/Nl3Hro9kf8iG0hXoaHP7tjAyCpvqBiSNe6vGrZni1Z6MggmUOC6A7VP7AVmw225Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-create-regexp-features-plugin': 7.17.12_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.18.9 + /@esbuild/freebsd-arm64/0.17.19: + resolution: {integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true dev: true + optional: true - /@babel/preset-env/7.18.2_@babel+core@7.18.10: - resolution: {integrity: sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.10 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.10 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.10 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.10 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.10 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.10 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.18.10 - '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.18.10 - '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-new-target': 7.18.5_@babel+core@7.18.10 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.10 - '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.10 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.10 - '@babel/types': 7.18.10 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.10 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.10 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.10 - core-js-compat: 3.23.2 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + /@esbuild/freebsd-x64/0.17.19: + resolution: {integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true dev: true + optional: true - /@babel/preset-env/7.18.2_@babel+core@7.18.5: - resolution: {integrity: sha512-PfpdxotV6afmXMU47S08F9ZKIm2bJIQ0YbAAtDfIENX7G1NUAXigLREh69CWDjtgUy7dYn7bsMzkgdtAlmS68Q==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.5 - '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-async-generator-functions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-class-static-block': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-export-namespace-from': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-json-strings': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-numeric-separator': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-proposal-optional-catch-binding': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-import-assertions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.5 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-async-to-generator': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-block-scoped-functions': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.5 - '@babel/plugin-transform-computed-properties': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-duplicate-keys': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-exponentiation-operator': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.5 - '@babel/plugin-transform-function-name': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-literals': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-member-expression-literals': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-modules-amd': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.18.5 - '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.18.5 - '@babel/plugin-transform-modules-umd': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-new-target': 7.18.5_@babel+core@7.18.5 - '@babel/plugin-transform-object-super': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-property-literals': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-regenerator': 7.18.0_@babel+core@7.18.5 - '@babel/plugin-transform-reserved-words': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-sticky-regex': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.5 - '@babel/plugin-transform-typeof-symbol': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-unicode-escapes': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-unicode-regex': 7.16.7_@babel+core@7.18.5 - '@babel/preset-modules': 0.1.5_@babel+core@7.18.5 - '@babel/types': 7.18.10 - babel-plugin-polyfill-corejs2: 0.3.1_@babel+core@7.18.5 - babel-plugin-polyfill-corejs3: 0.5.2_@babel+core@7.18.5 - babel-plugin-polyfill-regenerator: 0.3.1_@babel+core@7.18.5 - core-js-compat: 3.23.2 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color + /@esbuild/linux-arm/0.17.19: + resolution: {integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/preset-flow/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-E7BDhL64W6OUqpuyHnSroLnqyRTcG6ZdOBl1OKI/QK/HJfplqK/S3sq1Cckx7oTodJ5yOXyfw7rEADJ6UjoQDQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-flow-strip-types': 7.18.9_@babel+core@7.18.10 + /@esbuild/linux-arm64/0.17.19: + resolution: {integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.10: - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.10 - '@babel/types': 7.18.10 - esutils: 2.0.3 + /@esbuild/linux-ia32/0.17.19: + resolution: {integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/preset-modules/0.1.5_@babel+core@7.18.5: - resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.5 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/plugin-proposal-unicode-property-regex': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-dotall-regex': 7.16.7_@babel+core@7.18.5 - '@babel/types': 7.18.10 - esutils: 2.0.3 + /@esbuild/linux-loong64/0.15.18: + resolution: {integrity: sha512-L4jVKS82XVhw2nvzLg/19ClLWg0y27ulRwuP7lcyL6AbUWB5aPglXY3M21mauDQMDfRLs8cQmeT03r/+X3cZYQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/preset-react/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-zXr6atUmyYdiWRVLOZahakYmOBHtWc2WGCkP8PYTgZi0iJXDY2CN180TdrIW4OGOAdLc7TifzDIvtx6izaRIzg==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-react-display-name': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-pure-annotations': 7.18.6_@babel+core@7.18.10 + /@esbuild/linux-loong64/0.17.19: + resolution: {integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/preset-typescript/7.18.6_@babel+core@7.18.10: - resolution: {integrity: sha512-s9ik86kXBAnD760aybBucdpnLsAt0jK1xqJn2juOn9lkOvSHV60os5hxoVJsPzMQxvnUJFAlkont2DvvaYEBtQ==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-plugin-utils': 7.18.9 - '@babel/helper-validator-option': 7.18.6 - '@babel/plugin-transform-typescript': 7.18.12_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color + /@esbuild/linux-mips64el/0.17.19: + resolution: {integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/register/7.18.9_@babel+core@7.18.10: - resolution: {integrity: sha512-ZlbnXDcNYHMR25ITwwNKT88JiaukkdVj/nG7r3wnuXkOTHc60Uy05PwMCPre0hSkY68E6zK3xz+vUJSP2jWmcw==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - clone-deep: 4.0.1 - find-cache-dir: 2.1.0 - make-dir: 2.1.0 - pirates: 4.0.5 - source-map-support: 0.5.21 + /@esbuild/linux-ppc64/0.17.19: + resolution: {integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/runtime/7.18.3: - resolution: {integrity: sha512-38Y8f7YUhce/K7RMwTp7m0uCumpv9hZkitCbBClqQIow1qSbCvGkcegKOXpEWCQLfWmevgRiWokZ1GkpfhbZug==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.13.9 - - /@babel/template/7.16.7: - resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 + /@esbuild/linux-riscv64/0.17.19: + resolution: {integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/template/7.18.10: - resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/parser': 7.18.11 - '@babel/types': 7.18.10 + /@esbuild/linux-s390x/0.17.19: + resolution: {integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/traverse/7.18.11: - resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.18.6 - '@babel/generator': 7.18.12 - '@babel/helper-environment-visitor': 7.18.9 - '@babel/helper-function-name': 7.18.9 - '@babel/helper-hoist-variables': 7.18.6 - '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.18.11 - '@babel/types': 7.18.10 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + /@esbuild/linux-x64/0.17.19: + resolution: {integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true dev: true + optional: true - /@babel/traverse/7.18.5: - resolution: {integrity: sha512-aKXj1KT66sBj0vVzk6rEeAO6Z9aiiQ68wfDgge3nHhA/my6xMM/7HGQUNumKZaoa2qUPQ5whJG9aAifsxUKfLA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.18.2 - '@babel/helper-environment-visitor': 7.18.2 - '@babel/helper-function-name': 7.17.9 - '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.18.5 - '@babel/types': 7.18.4 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + /@esbuild/netbsd-x64/0.17.19: + resolution: {integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true dev: true + optional: true - /@babel/types/7.18.10: - resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.18.10 - '@babel/helper-validator-identifier': 7.18.6 - to-fast-properties: 2.0.0 + /@esbuild/openbsd-x64/0.17.19: + resolution: {integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true dev: true + optional: true - /@babel/types/7.18.4: - resolution: {integrity: sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.16.7 - to-fast-properties: 2.0.0 + /@esbuild/sunos-x64/0.17.19: + resolution: {integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true dev: true + optional: true - /@bcoe/v8-coverage/0.2.3: - resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} + /@esbuild/win32-arm64/0.17.19: + resolution: {integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true dev: true + optional: true - /@cnakazawa/watch/1.0.4: - resolution: {integrity: sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==} - engines: {node: '>=0.1.95'} - hasBin: true - dependencies: - exec-sh: 0.3.6 - minimist: 1.2.6 + /@esbuild/win32-ia32/0.17.19: + resolution: {integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true dev: true + optional: true - /@colors/colors/1.5.0: - resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} - engines: {node: '>=0.1.90'} + /@esbuild/win32-x64/0.17.19: + resolution: {integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] requiresBuild: true dev: true optional: true - /@csstools/selector-specificity/2.0.1_444rcjjorr3kpoqtvoodsr46pu: - resolution: {integrity: sha512-aG20vknL4/YjQF9BSV7ts4EWm/yrjagAN7OWBNmlbEOUiu0llj4OGrFoOKK3g2vey4/p2omKCoHrWtPxSwV3HA==} - engines: {node: ^12 || ^14 || >=16} + /@eslint-community/eslint-utils/4.4.0_eslint@8.14.0: + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - postcss: ^8.3 - postcss-selector-parser: ^6.0.10 + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - postcss: 8.4.14 - postcss-selector-parser: 6.0.10 - dev: true + eslint: 8.14.0 + eslint-visitor-keys: 3.3.0 - /@discoveryjs/json-ext/0.5.7: - resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} - engines: {node: '>=10.0.0'} + /@eslint-community/regexpp/4.5.1: + resolution: {integrity: sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} /@eslint/eslintrc/1.3.0: resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} @@ -3276,7 +2432,7 @@ packages: resolution: {integrity: sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==} engines: {node: '>= 10.14.2'} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@jest/types': 26.6.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 @@ -3306,7 +2462,7 @@ packages: chalk: 4.1.2 dev: true - /@joshwooding/vite-plugin-react-docgen-typescript/0.0.5_bgveibyhy3hq47763amdfzjhwy: + /@joshwooding/vite-plugin-react-docgen-typescript/0.0.5_joajlsqii2gz7ciheypovwtb3m: resolution: {integrity: sha512-HwAEj/vAP1+hzBfIv9DTCyg+1O0/LG48Up7j1RmJ+pFwjb/wRxzUBco4LqKFKe7SZ0M6IyASNh1oKP3yHnJElA==} peerDependencies: typescript: '>= 4.3.x' @@ -3316,9 +2472,9 @@ packages: glob: 7.2.3 glob-promise: 4.2.2_glob@7.2.3 magic-string: 0.26.2 - react-docgen-typescript: 2.2.2_typescript@4.6.4 - typescript: 4.6.4 - vite: 3.0.4 + react-docgen-typescript: 2.2.2_typescript@4.7.4 + typescript: 4.7.4 + vite: 3.2.7 dev: true /@jridgewell/gen-mapping/0.1.1: @@ -3326,16 +2482,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 - dev: true - - /@jridgewell/gen-mapping/0.3.1: - resolution: {integrity: sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==} - engines: {node: '>=6.0.0'} - dependencies: - '@jridgewell/set-array': 1.1.1 - '@jridgewell/sourcemap-codec': 1.4.13 - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/sourcemap-codec': 1.4.14 dev: true /@jridgewell/gen-mapping/0.3.2: @@ -3350,6 +2497,11 @@ packages: resolution: {integrity: sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==} engines: {node: '>=6.0.0'} + /@jridgewell/resolve-uri/3.1.0: + resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} + engines: {node: '>=6.0.0'} + dev: true + /@jridgewell/set-array/1.1.1: resolution: {integrity: sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==} engines: {node: '>=6.0.0'} @@ -3363,23 +2515,39 @@ packages: /@jridgewell/sourcemap-codec/1.4.13: resolution: {integrity: sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==} + /@jridgewell/sourcemap-codec/1.4.14: + resolution: {integrity: sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==} + dev: true + /@jridgewell/trace-mapping/0.3.13: resolution: {integrity: sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==} dependencies: '@jridgewell/resolve-uri': 3.0.7 '@jridgewell/sourcemap-codec': 1.4.13 + /@jridgewell/trace-mapping/0.3.18: + resolution: {integrity: sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 + dev: true + /@leichtgewicht/ip-codec/2.0.4: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} - /@lit-labs/motion/1.0.2: - resolution: {integrity: sha512-Qv3VKJUllEkIVGFQMMbV68VJDECXutBL+NBM0ZQFFYqEmBFlZQcNxTVlC9dMhDdXeQaX5vfpNdJlP4xKM30ERQ==} + /@lit-labs/motion/1.0.3: + resolution: {integrity: sha512-y62SxlUTeFtoQTS8/KqAnOnOTdm0FpB23PgFFc99lPj9T5Gg0uktzRmmmqxPaGoNeRg2cLcPpbvK8iEo8CWMoQ==} dependencies: - lit: 2.2.6 + lit: 2.7.6 dev: false - /@lit/reactive-element/1.3.2: - resolution: {integrity: sha512-A2e18XzPMrIh35nhIdE4uoqRzoIpEU5vZYuQN4S3Ee1zkGdYC27DP12pewbw/RLgPHzaE4kx/YqxMzebOpm0dA==} + /@lit-labs/ssr-dom-shim/1.1.1: + resolution: {integrity: sha512-kXOeFbfCm4fFf2A3WwVEeQj55tMZa8c8/f9AKHMobQMkzNUfUj+antR3fRPaZJawsa1aZiP/Da3ndpZrwEe4rQ==} + + /@lit/reactive-element/1.6.2: + resolution: {integrity: sha512-rDfl+QnCYjuIGf5xI2sVJWdYIi56CTCwWa+nidKYX6oIuBYwUbT/vX4qbUDlHiZKJ/3FRNQ/tWJui44p6/stSA==} + dependencies: + '@lit-labs/ssr-dom-shim': 1.1.1 /@mdn/browser-compat-data/4.2.1: resolution: {integrity: sha512-EWUguj2kd7ldmrF9F+vI5hUOralPd+sdsUnYbRy33vZTuZkduC1shE9TtEMEjAQwyfyMb4ole5KtjF8MsnQOlA==} @@ -3423,22 +2591,22 @@ packages: resolution: {integrity: sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==} dev: true - /@microsoft/api-extractor-model/7.24.1: - resolution: {integrity: sha512-H2KrRbO3beDnH2Fwt+3zXgK8KagFEzHHWNUR7weSEOssabGH5T/aADNR0k1FBidKpXokrvMM6SHamdMCVJjlBg==} + /@microsoft/api-extractor-model/7.24.2: + resolution: {integrity: sha512-uUvjqTCY7hYERWGks+joTioN1QYHIucCDy7I/JqLxFxLbFXE5dpc1X7L+FG4PN/s8QYL24DKt0fqJkgcrFKLTw==} dependencies: '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.51.2 + '@rushstack/node-core-library': 3.52.0 dev: true - /@microsoft/api-extractor/7.31.1: - resolution: {integrity: sha512-rWEE+S1to8B2X8E8fVttwmCNS7yfvTNzlFGdla/OT8bJeS94L7Lw1Wkynwsl59gb46yvMZrQDXiRkXWzxgvc8g==} + /@microsoft/api-extractor/7.31.2: + resolution: {integrity: sha512-ZODCU9ckTS9brXiZpUW2iDrnAg7jLxeLBM1AkPpSZFcbG/8HGLvfKOKrd71VIJHjc52x2lB8xj7ZWksnP7AOBA==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.24.1 + '@microsoft/api-extractor-model': 7.24.2 '@microsoft/tsdoc': 0.14.1 '@microsoft/tsdoc-config': 0.16.1 - '@rushstack/node-core-library': 3.51.2 + '@rushstack/node-core-library': 3.52.0 '@rushstack/rig-package': 0.3.15 '@rushstack/ts-command-line': 4.12.3 colors: 1.2.5 @@ -3503,33 +2671,34 @@ packages: /@npmcli/move-file/1.1.2: resolution: {integrity: sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==} engines: {node: '>=10'} + deprecated: This functionality has been moved to @npmcli/fs dependencies: mkdirp: 1.0.4 rimraf: 3.0.2 dev: true - /@open-wc/building-rollup/2.0.1_rollup@2.70.2: - resolution: {integrity: sha512-55ZDXEuBRIjKlN0KGJjoBNk5C31fsqmKblzF9FUbwM/RHjpOpjxkRaaBgVr25/Alz5ehmKOnMLXt9la5bzPmuQ==} + /@open-wc/building-rollup/2.0.2_rollup@2.70.2: + resolution: {integrity: sha512-v4U3mhkyWzwP8uGHayaEwI6t3NgbYWBB1nDtYc05PEcG526YnwsInGAlgEN3eRnNE7RuWjUGLh3g789ziuPFrw==} peerDependencies: rollup: ^2.11.0 dependencies: - '@babel/core': 7.18.5 - '@babel/helpers': 7.18.2 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 - '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.18.5 - '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@open-wc/building-utils': 2.18.4 - '@rollup/plugin-babel': 5.3.1_5gk2sjov752xug6mbbhpbz2eu4 + '@babel/core': 7.22.9 + '@babel/helpers': 7.18.9 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/plugin-transform-modules-systemjs': 7.18.5_@babel+core@7.22.9 + '@babel/plugin-transform-runtime': 7.18.5_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@open-wc/building-utils': 2.21.1 + '@rollup/plugin-babel': 5.3.1_4vdfbyxkasmtbh6omfcpw5jai4 '@rollup/plugin-node-resolve': 7.1.3_rollup@2.70.2 '@web/rollup-plugin-html': 1.10.3 '@web/rollup-plugin-import-meta-assets': 1.0.7 '@web/rollup-plugin-polyfills-loader': 1.3.1 babel-plugin-template-html-minifier: 4.1.0 browserslist: 4.21.0 - deepmerge: 4.2.2 + deepmerge: 4.3.1 magic-string: 0.25.9 parse5: 5.1.1 regenerator-runtime: 0.13.9 @@ -3542,32 +2711,32 @@ packages: - supports-color dev: true - /@open-wc/building-utils/2.18.4: - resolution: {integrity: sha512-wjNp9oE1SFsiBEqaI67ff60KHDpDbGMNF+82pvCHe412SFY4q8DNy8A+hesj1nZsuZHH1/olDfzBDbYKAnmgMg==} + /@open-wc/building-utils/2.21.1: + resolution: {integrity: sha512-wCyxkvkcA7vRwXJeyrIpRhDbBrVlPGAgYKsuG9n1Pyxt2aypthtZR+1q0+wPkr6h1ZYgJnM9CWQYe72AaAXxvw==} dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 + '@babel/core': 7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 '@webcomponents/shadycss': 1.11.0 '@webcomponents/webcomponentsjs': 2.6.0 arrify: 2.0.1 - browserslist: 4.21.0 + browserslist: 4.21.9 chokidar: 3.5.3 - clean-css: 4.2.4 + clean-css: 5.3.2 clone: 2.1.2 core-js-bundle: 3.23.2 - deepmerge: 4.2.2 - es-module-shims: 0.4.7 + deepmerge: 4.3.1 + es-module-shims: 1.5.8 html-minifier-terser: 5.1.1 - lru-cache: 5.1.1 - minimatch: 3.1.2 - parse5: 5.1.1 + lru-cache: 6.0.0 + minimatch: 7.4.6 + parse5: 7.1.2 path-is-inside: 1.0.2 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 resolve: 1.22.1 rimraf: 3.0.2 shady-css-scoped-element: 0.0.2 systemjs: 6.12.1 - terser: 4.8.0 + terser: 4.8.1 valid-url: 1.0.9 whatwg-fetch: 3.6.2 whatwg-url: 7.1.0 @@ -3582,15 +2751,15 @@ packages: '@types/chai': 4.3.1 dev: true - /@open-wc/dedupe-mixin/1.3.1: - resolution: {integrity: sha512-ukowSvzpZQDUH0Y3znJTsY88HkiGk3Khc0WGpIPhap1xlerieYi27QBg6wx/nTurpWfU6XXXsx9ocxDYCdtw0Q==} + /@open-wc/dedupe-mixin/1.4.0: + resolution: {integrity: sha512-Sj7gKl1TLcDbF7B6KUhtvr+1UCxdhMbNY5KxdU5IfMFWqL8oy1ZeAcCANjoB1TL0AJTcPmcCFsCbHf8X2jGDUA==} dev: true - /@open-wc/scoped-elements/2.1.2: - resolution: {integrity: sha512-xQkR2m8sjmd0/wIMEAaGK5gJXeb7HAigQCIcnDhA0eRs3h0/YC90ZjTUsChQi2iLX7436BqRERW22PVxj6h07g==} + /@open-wc/scoped-elements/2.2.0: + resolution: {integrity: sha512-Qe+vWsuVHFzUkdChwlmJGuQf9cA3I+QOsSHULV/6qf6wsqLM2/32svNRH+rbBIMwiPEwzZprZlkvkqQRucYnVA==} dependencies: - '@lit/reactive-element': 1.3.2 - '@open-wc/dedupe-mixin': 1.3.1 + '@lit/reactive-element': 1.6.2 + '@open-wc/dedupe-mixin': 1.4.0 dev: true /@open-wc/semantic-dom-diff/0.13.21: @@ -3608,23 +2777,23 @@ packages: - utf-8-validate dev: true - /@open-wc/testing-helpers/2.1.2: - resolution: {integrity: sha512-NEdsV47DnOWaw3Wpp85p4qZ6bdubtGPdlTiblk8vSf2HJ2sR4b3ckyRWzsj/k+pcxrDGt8z0Awz71p+048Rrfg==} + /@open-wc/testing-helpers/2.3.0: + resolution: {integrity: sha512-wkDipkia/OMWq5Z1KkAgvqNLfIOCiPGrrtfoCKuQje8u7F0Bz9Un44EwBtWcCdYtLc40quWP7XFpFsW8poIfUA==} dependencies: - '@open-wc/scoped-elements': 2.1.2 - lit: 2.2.6 - lit-html: 2.2.6 + '@open-wc/scoped-elements': 2.2.0 + lit: 2.7.6 + lit-html: 2.7.5 dev: true - /@open-wc/testing/3.1.6: - resolution: {integrity: sha512-MIf9cBtac4/UBE5a+R5cXiRhOGfzetsV+ZPFc188AfkPDPbmffHqjrRoCyk4B/qS6fLEulSBMLSaQ+6ze971gQ==} + /@open-wc/testing/3.1.8: + resolution: {integrity: sha512-SpKhlSwCqUkVOOmdb9RanOQgqv4T32wzExkvuaVcUFcBeUdpwQsg1+WYpdv31Z4cRCkAhQ4A8OIpGphzqF8T7w==} dependencies: '@esm-bundle/chai': 4.3.4-fix.0 '@open-wc/chai-dom-equals': 0.12.36 '@open-wc/semantic-dom-diff': 0.19.7 - '@open-wc/testing-helpers': 2.1.2 + '@open-wc/testing-helpers': 2.3.0 '@types/chai': 4.3.1 - '@types/chai-dom': 0.0.12 + '@types/chai-dom': 1.11.0 '@types/sinon-chai': 3.2.8 chai-a11y-axe: 1.4.0 transitivePeerDependencies: @@ -3633,34 +2802,40 @@ packages: - utf-8-validate dev: true - /@rollup/plugin-alias/3.1.9_rollup@2.70.2: - resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==} - engines: {node: '>=8.0.0'} + /@puppeteer/browsers/0.5.0_typescript@4.7.4: + resolution: {integrity: sha512-Uw6oB7VvmPRLE4iKsjuOh8zgDabhNX67dzo8U/BB0f9527qx+4eeUs+korU98OhG5C4ubg7ufBgVi63XYwS6TQ==} + engines: {node: '>=14.1.0'} + hasBin: true peerDependencies: - rollup: ^1.20.0||^2.0.0 + typescript: '>= 4.7.4' + peerDependenciesMeta: + typescript: + optional: true dependencies: - rollup: 2.70.2 - slash: 3.0.0 + debug: 4.3.4 + extract-zip: 2.0.1 + https-proxy-agent: 5.0.1 + progress: 2.0.3 + proxy-from-env: 1.1.0 + tar-fs: 2.1.1 + typescript: 4.7.4 + unbzip2-stream: 1.4.3 + yargs: 17.7.1 + transitivePeerDependencies: + - supports-color dev: true - /@rollup/plugin-babel/5.3.1_5gk2sjov752xug6mbbhpbz2eu4: - resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} - engines: {node: '>= 10.0.0'} + /@rollup/plugin-alias/3.1.9_rollup@2.70.2: + resolution: {integrity: sha512-QI5fsEvm9bDzt32k39wpOwZhVzRcL5ydcffUHMyLVaVaLeC70I8TJZ17F1z1eMoLu4E/UOcH9BWVkKpIKdrfiw==} + engines: {node: '>=8.0.0'} peerDependencies: - '@babel/core': ^7.0.0 - '@types/babel__core': ^7.1.9 rollup: ^1.20.0||^2.0.0 - peerDependenciesMeta: - '@types/babel__core': - optional: true dependencies: - '@babel/core': 7.18.5 - '@babel/helper-module-imports': 7.16.7 - '@rollup/pluginutils': 3.1.0_rollup@2.70.2 rollup: 2.70.2 + slash: 3.0.0 dev: true - /@rollup/plugin-babel/5.3.1_ddc6blmg4uvj3gzht6d6jenipu: + /@rollup/plugin-babel/5.3.1_4vdfbyxkasmtbh6omfcpw5jai4: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -3671,14 +2846,14 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/helper-module-imports': 7.16.7 + '@babel/core': 7.22.9 + '@babel/helper-module-imports': 7.22.5 '@rollup/pluginutils': 3.1.0_rollup@2.70.2 rollup: 2.70.2 dev: true - /@rollup/plugin-commonjs/22.0.1_rollup@2.70.2: - resolution: {integrity: sha512-dGfEZvdjDHObBiP5IvwTKMVeq/tBZGMBHZFMdIV1ClMM/YoWS34xrHFGfag9SN2ZtMgNZRFruqvxZQEa70O6nQ==} + /@rollup/plugin-commonjs/22.0.2_rollup@2.70.2: + resolution: {integrity: sha512-//NdP6iIwPbMTcazYsiBMbJW7gfmpHom33u1beiIoHDEM0Q9clvtQB1T0efvMqHeKsGohiHo97BCPCkBXdscwg==} engines: {node: '>= 12.0.0'} peerDependencies: rollup: ^2.68.0 @@ -3710,7 +2885,7 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.70.2 '@types/resolve': 1.17.1 builtin-modules: 3.3.0 - deepmerge: 4.2.2 + deepmerge: 4.3.1 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.70.2 @@ -3724,12 +2899,30 @@ packages: dependencies: '@rollup/pluginutils': 3.1.0_rollup@2.70.2 '@types/resolve': 1.17.1 - deepmerge: 4.2.2 + deepmerge: 4.3.1 is-builtin-module: 3.1.0 is-module: 1.0.0 resolve: 1.22.1 rollup: 2.70.2 + /@rollup/plugin-node-resolve/15.1.0_rollup@3.26.3: + resolution: {integrity: sha512-xeZHCgsiZ9pzYVgAo9580eCGqwh/XCEUM9q6iQfGNocjgkufHAqC3exA+45URvhiYV8sBF9RlBai650eNs7AsA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.0.2_rollup@3.26.3 + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-builtin-module: 3.2.1 + is-module: 1.0.0 + resolve: 1.22.1 + rollup: 3.26.3 + dev: true + /@rollup/plugin-node-resolve/7.1.3_rollup@2.70.2: resolution: {integrity: sha512-RxtSL3XmdTAE2byxekYLnx+98kEUOrPHF/KRVjLH+DEIHy6kjIw7YINQzn+NXiH/NTrQLAwYs0GWB+csWygA9Q==} engines: {node: '>= 8.0.0'} @@ -3789,8 +2982,8 @@ packages: rollup: 2.70.2 dev: true - /@rollup/plugin-typescript/8.3.3_ebyyw52y5in2luxvejy6eu2iqq: - resolution: {integrity: sha512-55L9SyiYu3r/JtqdjhwcwaECXP7JeJ9h1Sg1VWRJKIutla2MdZQodTgcCNybXLMCnqpNLEhS2vGENww98L1npg==} + /@rollup/plugin-typescript/8.3.4_3pvhc2qtfytyp7aespzm66ezhu: + resolution: {integrity: sha512-wt7JnYE9antX6BOXtsxGoeVSu4dZfw0dU3xykfOQ4hC3EddxRbVG/K0xiY1Wup7QOHJcjLYXWAn0Kx9Z1SBHHg==} engines: {node: '>=8.0.0'} peerDependencies: rollup: ^2.14.0 @@ -3803,8 +2996,27 @@ packages: '@rollup/pluginutils': 3.1.0_rollup@2.70.2 resolve: 1.22.1 rollup: 2.70.2 - tslib: 2.4.0 + tslib: 2.4.1 typescript: 4.6.4 + dev: false + + /@rollup/plugin-typescript/8.3.4_enqbj6k6fo3botvmubjh7ishli: + resolution: {integrity: sha512-wt7JnYE9antX6BOXtsxGoeVSu4dZfw0dU3xykfOQ4hC3EddxRbVG/K0xiY1Wup7QOHJcjLYXWAn0Kx9Z1SBHHg==} + engines: {node: '>=8.0.0'} + peerDependencies: + rollup: ^2.14.0 + tslib: '*' + typescript: '>=3.7.0' + peerDependenciesMeta: + tslib: + optional: true + dependencies: + '@rollup/pluginutils': 3.1.0_rollup@2.70.2 + resolve: 1.22.1 + rollup: 2.70.2 + tslib: 2.4.1 + typescript: 4.7.4 + dev: true /@rollup/plugin-url/8.0.1_rollup@2.70.2: resolution: {integrity: sha512-8ajztphXb5e19dk3Iwjtm2eSYJR8jFQubZ8pJ1GG2MBMM7/qUedLnZAN+Vt4jqbcT/m27jfjIBocvrzV0giNRw==} @@ -3864,113 +3076,134 @@ packages: rollup: 2.70.2 dev: true - /@rushstack/eslint-config/2.6.1_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-TbpPVKHWYDV00EURwYo+c0dvxXUOtlx6yZmQxwF1trqPlPI2e8P4pQqu+J81XzqEXXyNZl16FpEdnsi0QRzXtA==} + /@rollup/pluginutils/5.0.2_rollup@3.26.3: + resolution: {integrity: sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@types/estree': 1.0.0 + estree-walker: 2.0.2 + picomatch: 2.3.1 + rollup: 3.26.3 + dev: true + + /@rushstack/eslint-config/2.6.2_hvgqcmp5awuz4xxr36v4ksadoy: + resolution: {integrity: sha512-EcZENq5HlXe5XN9oFZ90K8y946zBXRgliNhy+378H0oK00v3FYADj8aSisEHS5OWz4HO0hYWe6IU57CNg+syYQ==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 typescript: '>=3.0.0' dependencies: - '@rushstack/eslint-patch': 1.1.3 - '@rushstack/eslint-plugin': 0.9.1_t725usgvqspm5woeqpaxbfp2qu - '@rushstack/eslint-plugin-packlets': 0.4.1_t725usgvqspm5woeqpaxbfp2qu - '@rushstack/eslint-plugin-security': 0.3.1_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/eslint-plugin': 5.20.0_xjzcjjuuimc7qcpu345if6ak7i - '@typescript-eslint/experimental-utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/parser': 5.20.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.4 + '@rushstack/eslint-patch': 1.1.4 + '@rushstack/eslint-plugin': 0.9.1_hvgqcmp5awuz4xxr36v4ksadoy + '@rushstack/eslint-plugin-packlets': 0.4.1_hvgqcmp5awuz4xxr36v4ksadoy + '@rushstack/eslint-plugin-security': 0.3.1_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/eslint-plugin': 5.20.0_hk2hkibnyub5rr7tdmysbe334y + '@typescript-eslint/experimental-utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/parser': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.7.4 eslint: 8.14.0 eslint-plugin-promise: 6.0.0_eslint@8.14.0 eslint-plugin-react: 7.27.1_eslint@8.14.0 eslint-plugin-tsdoc: 0.2.16 - typescript: 4.6.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@rushstack/eslint-patch/1.1.3: - resolution: {integrity: sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==} + /@rushstack/eslint-patch/1.1.4: + resolution: {integrity: sha512-LwzQKA4vzIct1zNZzBmRKI9QuNpLgTQMEjsQLf3BXuGYb3QPTP4Yjf6mkdX+X1mYttZ808QpOwAzZjv28kq7DA==} dev: true - /@rushstack/eslint-plugin-packlets/0.4.1_t725usgvqspm5woeqpaxbfp2qu: + /@rushstack/eslint-plugin-packlets/0.4.1_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-A+mb+45fAUV6SRRlRy5EXrZAHNTnvOO3ONxw0hmRDcvyPAJwoX0ClkKQriz56QQE5SL4sPxhYoqbkoKbBmsxcA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.4 - '@typescript-eslint/experimental-utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/experimental-utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rushstack/eslint-plugin-security/0.3.1_t725usgvqspm5woeqpaxbfp2qu: + /@rushstack/eslint-plugin-security/0.3.1_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-LOBJj7SLPkeonBq2CD9cKqujwgc84YXJP18UXmGYl8xE3OM+Fwgnav7GzsakyvkeWJwq7EtpZjjSW8DTpwfA4w==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.4 - '@typescript-eslint/experimental-utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/experimental-utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rushstack/eslint-plugin/0.9.1_t725usgvqspm5woeqpaxbfp2qu: + /@rushstack/eslint-plugin/0.9.1_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-iMfRyk9FE1xdhuenIYwDEjJ67u7ygeFw/XBGJC2j4GHclznHWRfSGiwTeYZ66H74h7NkVTuTp8RYw/x2iDblOA==} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@rushstack/tree-pattern': 0.2.4 - '@typescript-eslint/experimental-utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/experimental-utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@rushstack/heft-config-file/0.9.2: - resolution: {integrity: sha512-n0v98vyf+/zgh6UblHQUhENTSegS4R1P31XQUzsXYedwd8pysIPntkVOkmUtYgfizUS3Er+JeAb+BkwVAXAasA==} + /@rushstack/heft-config-file/0.11.6: + resolution: {integrity: sha512-uKueyKst+X0kwD9CZTdHs24MW/1mbq1zxHJ4IBOqxKq8mbt7BboP0DvnW/y3zcoFn1nqGGCOtOkDv9K7GoVVNA==} engines: {node: '>=10.13.0'} dependencies: - '@rushstack/node-core-library': 3.50.1 - '@rushstack/rig-package': 0.3.14 + '@rushstack/node-core-library': 3.54.0 + '@rushstack/rig-package': 0.3.17 jsonpath-plus: 4.0.0 + transitivePeerDependencies: + - '@types/node' dev: true - /@rushstack/heft-storybook-plugin/0.1.69_@rushstack+heft@0.47.0: - resolution: {integrity: sha512-E4Ejt6laEj0ml2LxWWaqsmhOj0ZvML3GlhUD0Twn17dRduQdoH5C+DphBSCKt8JgTAqUiUSTRiqpdZ4iHs6ofA==} + /@rushstack/heft-storybook-plugin/0.1.99_@rushstack+heft@0.49.4: + resolution: {integrity: sha512-K5y/bFghG6w6gdnESmUC45WmEJkTrNPOSZe8XSCJmWHTJUlW61P32/JNRlWraw6vmjoE3hc+036ayRzjTqGKAA==} peerDependencies: - '@rushstack/heft': ^0.47.0 + '@rushstack/heft': ^0.49.4 dependencies: - '@rushstack/heft': 0.47.0 - '@rushstack/node-core-library': 3.50.1 + '@rushstack/heft': 0.49.4 + '@rushstack/node-core-library': 3.54.0 + transitivePeerDependencies: + - '@types/node' dev: true - /@rushstack/heft/0.47.0: - resolution: {integrity: sha512-V4g2TbWDqT4TI8TCL2hYbd+GOoj50AMMDSCmlSQONG6ac7w/RvF+U6RBoEqAdyVHt+1z6Dhql0NZ+ah1PwzCbw==} + /@rushstack/heft/0.49.4: + resolution: {integrity: sha512-WKcKGC5O+OMrGROdGwKjwD23C6UVJm+QX9pfJC8kO6UaJ8lZ6l4BTsznzZT6dpXDRtvZSq2/Wj3L+5KwI7sfpA==} engines: {node: '>=10.13.0'} hasBin: true dependencies: - '@rushstack/heft-config-file': 0.9.2 - '@rushstack/node-core-library': 3.50.1 - '@rushstack/rig-package': 0.3.14 - '@rushstack/ts-command-line': 4.12.2 + '@rushstack/heft-config-file': 0.11.6 + '@rushstack/node-core-library': 3.54.0 + '@rushstack/rig-package': 0.3.17 + '@rushstack/ts-command-line': 4.13.1 '@types/tapable': 1.0.6 argparse: 1.0.10 chokidar: 3.4.3 - fast-glob: 3.2.11 + fast-glob: 3.2.12 glob: 7.0.6 glob-escape: 0.0.2 prettier: 2.3.0 semver: 7.3.7 tapable: 1.1.3 true-case-path: 2.2.1 + transitivePeerDependencies: + - '@types/node' dev: true - /@rushstack/node-core-library/3.50.1: - resolution: {integrity: sha512-9d2xE7E9yQEBS6brTptdP8cslt6iL5+UnkY2lRxQQ4Q/jlXtsrWCCJCxwr56W/eJEe9YT/yHR4mMn5QY64Ps2w==} + /@rushstack/node-core-library/3.52.0: + resolution: {integrity: sha512-Z+MAP//G3rEGZd3JxJcBGcPYJlh8pvPoLMTLa5Sy6FTE6hRPzN+5J8DT7BbTmlqZaL6SZpXF30heRUbnYOvujw==} dependencies: '@types/node': 12.20.24 colors: 1.2.5 @@ -3979,32 +3212,35 @@ packages: jju: 1.4.0 resolve: 1.17.0 semver: 7.3.7 - timsort: 0.3.0 z-schema: 5.0.3 dev: true - /@rushstack/node-core-library/3.51.2: - resolution: {integrity: sha512-DwK2Lo62sHCsg8VsVe/WfugiL1lC5YzmhwzdWr8jLsfOCl8DzcIdLm4Plz0bOCQj/9ItJX1QGXr2jK5xw1Kzwg==} + /@rushstack/node-core-library/3.54.0: + resolution: {integrity: sha512-QOfjrilrhVbJx5ahDhMzJ+izWJU+EFIbU9N2P1a3PSenQgIthWl68DoCLQUjsHqfsA4YxlABFfuYKoPV/GlTOg==} + peerDependencies: + '@types/node': ^12.20.24 + peerDependenciesMeta: + '@types/node': + optional: true dependencies: - '@types/node': 12.20.24 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 jju: 1.4.0 - resolve: 1.17.0 + resolve: 1.22.1 semver: 7.3.7 z-schema: 5.0.3 dev: true - /@rushstack/rig-package/0.3.14: - resolution: {integrity: sha512-Ic9EN3kWJCK6iOxEDtwED9nrM146zCDrQaUxbeGOF+q/VLZ/HNHPw+aLqrqmTl0ZT66Sf75Qk6OG+rySjTorvQ==} + /@rushstack/rig-package/0.3.15: + resolution: {integrity: sha512-jxVfvO5OnkRlYRhcVDZWvwiI2l4pv37HDJRtyg5HbD8Z/I8Xj32RICgrxS5xMeGGytobrg5S6OfPOHskg7Nw+A==} dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 dev: true - /@rushstack/rig-package/0.3.15: - resolution: {integrity: sha512-jxVfvO5OnkRlYRhcVDZWvwiI2l4pv37HDJRtyg5HbD8Z/I8Xj32RICgrxS5xMeGGytobrg5S6OfPOHskg7Nw+A==} + /@rushstack/rig-package/0.3.17: + resolution: {integrity: sha512-nxvAGeIMnHl1LlZSQmacgcRV4y1EYtgcDIrw6KkeVjudOMonlxO482PhDj3LVZEp6L7emSf6YSO2s5JkHlwfZA==} dependencies: resolve: 1.17.0 strip-json-comments: 3.1.1 @@ -4014,8 +3250,8 @@ packages: resolution: {integrity: sha512-H8i0OinWsdKM1TKEKPeRRTw85e+/7AIFpxm7q1blceZJhuxRBjCGAUZvQXZK4CMLx75xPqh/h1t5WHwFmElAPA==} dev: true - /@rushstack/ts-command-line/4.12.2: - resolution: {integrity: sha512-poBtnumLuWmwmhCEkVAgynWgtnF9Kygekxyp4qtQUSbBrkuyPQTL85c8Cva1YfoUpOdOXxezMAkUt0n5SNKGqw==} + /@rushstack/ts-command-line/4.12.3: + resolution: {integrity: sha512-Pdij22RotMXzI+HWHyYCvw0RMZhiP5a6Za/96XamZ1+mxmpSm4ujf8TROKxGAHySmR5A8iNVSlzhNMnUlFQE6g==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -4023,8 +3259,8 @@ packages: string-argv: 0.3.1 dev: true - /@rushstack/ts-command-line/4.12.3: - resolution: {integrity: sha512-Pdij22RotMXzI+HWHyYCvw0RMZhiP5a6Za/96XamZ1+mxmpSm4ujf8TROKxGAHySmR5A8iNVSlzhNMnUlFQE6g==} + /@rushstack/ts-command-line/4.13.1: + resolution: {integrity: sha512-UTQMRyy/jH1IS2U+6pyzyn9xQ2iMcoUKkTcZUzOP/aaMiKlWLwCTDiBVwhw/M1crDx6apF9CwyjuWO9r1SBdJQ==} dependencies: '@types/argparse': 1.0.38 argparse: 1.0.10 @@ -4042,8 +3278,8 @@ packages: engines: {node: '>=10'} dev: true - /@storybook/addon-actions/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-vpCnEu81fmtYzOf0QsRYoDuf9wXgVVl2VysE1dWRebRhIUDU0JurrthTnw322e38D4FzaoNGqZE7wnBYBohzZA==} + /@storybook/addon-actions/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4053,13 +3289,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -4076,8 +3312,8 @@ packages: uuid-browser: 3.1.0 dev: true - /@storybook/addon-backgrounds/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-5uzQda3dh891h7BL8e9Ymk7BI+QgkkzDJXuA4mHjOXfIiD3S3efhJI8amXuBC2ZpIr6zmVit0MqZVyoVve46cQ==} + /@storybook/addon-backgrounds/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4087,13 +3323,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 global: 4.4.0 memoizerific: 1.11.3 @@ -4104,8 +3340,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/addon-controls/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==} + /@storybook/addon-controls/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4115,15 +3351,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.10 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/node-logger': 6.5.16 + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 lodash: 4.17.21 react: 16.14.0 @@ -4138,8 +3374,8 @@ packages: - webpack-command dev: true - /@storybook/addon-controls/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-lC2y3XcolmQAJwFurIyGrynAHPWmfNtTCdu3rQBTVGwyxCoNwdOOeC2jV0BRqX2+CW6OHzJr9frNWXPSaZ8c4w==} + /@storybook/addon-controls/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4149,15 +3385,15 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/node-logger': 6.5.10 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/node-logger': 6.5.16 + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 lodash: 4.17.21 react: 16.14.0 @@ -4172,8 +3408,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.10_4ycpagodnjdwdnbeenrdkgrylu: - resolution: {integrity: sha512-1kgjo3f0vL6GN8fTwLL05M/q/kDdzvuqwhxPY/v5hubFb3aQZGr2yk9pRBaLAbs4bez0yG0ASXcwhYnrEZUppg==} + /@storybook/addon-docs/6.5.16_327mz2etuk6zqgvcfjpyo26wku: + resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4186,25 +3422,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@16.14.0 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 - '@storybook/node-logger': 6.5.10 - '@storybook/postinstall': 6.5.10 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/source-loader': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - babel-loader: 8.2.5_whzu2avxrneafty4rytfonthcq + '@storybook/docs-tools': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.22.9 + '@storybook/node-logger': 6.5.16 + '@storybook/postinstall': 6.5.16 + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/source-loader': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + babel-loader: 8.3.0_ouvot7np5w5pn5r4c7oc5hepha core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -4227,8 +3463,8 @@ packages: - webpack-command dev: true - /@storybook/addon-docs/6.5.10_j72e2f7j5qwroiwigmuo5cv6wq: - resolution: {integrity: sha512-1kgjo3f0vL6GN8fTwLL05M/q/kDdzvuqwhxPY/v5hubFb3aQZGr2yk9pRBaLAbs4bez0yG0ASXcwhYnrEZUppg==} + /@storybook/addon-docs/6.5.16_umu5cgdp4nxwmqz76wx77xxohy: + resolution: {integrity: sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4241,25 +3477,25 @@ packages: react-dom: optional: true dependencies: - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 '@jest/transform': 26.6.2 '@mdx-js/react': 1.6.22_react@16.14.0 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.5 - '@storybook/node-logger': 6.5.10 - '@storybook/postinstall': 6.5.10 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/source-loader': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - babel-loader: 8.2.5_bknskcquvzhx5phrpr2fwapcku + '@storybook/docs-tools': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.22.9 + '@storybook/node-logger': 6.5.16 + '@storybook/postinstall': 6.5.16 + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/source-loader': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + babel-loader: 8.3.0_ouvot7np5w5pn5r4c7oc5hepha core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -4282,8 +3518,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.10_6ud5g7d5ahsemxtxnszhlbiapy: - resolution: {integrity: sha512-PT2aiR4vgAyB0pl3HNBUa4/a7NDRxASxAazz7zt9ZDirkipDKfxwdcLeRoJzwSngVDWEhuz5/paN5x4eNp4Hww==} + /@storybook/addon-essentials/6.5.16_b7ozfizpx2hdcsw6qwmaxvhb3e: + resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -4339,23 +3575,23 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.18.5 - '@storybook/addon-actions': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-backgrounds': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-controls': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/addon-docs': 6.5.10_j72e2f7j5qwroiwigmuo5cv6wq - '@storybook/addon-measure': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-outline': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-toolbars': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-viewport': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/node-logger': 6.5.10 - '@storybook/web-components': 6.5.10_qofjau5ec5ae22w372j73bd22e + '@babel/core': 7.22.9 + '@storybook/addon-actions': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-backgrounds': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-controls': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/addon-docs': 6.5.16_umu5cgdp4nxwmqz76wx77xxohy + '@storybook/addon-measure': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-outline': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-toolbars': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-viewport': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/node-logger': 6.5.16 + '@storybook/web-components': 6.5.16_exmtukk6vpc4gyvnpwcnvlggxq core-js: 3.24.1 - lit: 2.2.6 - lit-html: 2.2.6 + lit: 2.7.6 + lit-html: 2.7.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.9 @@ -4371,8 +3607,8 @@ packages: - webpack-command dev: true - /@storybook/addon-essentials/6.5.10_mzzt56w6lm5cphtol6wd56abpm: - resolution: {integrity: sha512-PT2aiR4vgAyB0pl3HNBUa4/a7NDRxASxAazz7zt9ZDirkipDKfxwdcLeRoJzwSngVDWEhuz5/paN5x4eNp4Hww==} + /@storybook/addon-essentials/6.5.16_dh677kyx3uzgdr5u3hadahzqm4: + resolution: {integrity: sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==} peerDependencies: '@babel/core': ^7.9.6 '@storybook/angular': '*' @@ -4428,22 +3664,22 @@ packages: webpack: optional: true dependencies: - '@babel/core': 7.18.10 - '@storybook/addon-actions': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-backgrounds': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-controls': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/addon-docs': 6.5.10_4ycpagodnjdwdnbeenrdkgrylu - '@storybook/addon-measure': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-outline': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-toolbars': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addon-viewport': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/node-logger': 6.5.10 - '@storybook/web-components': 6.5.10_fmyyl4j4wtfoyj7vhgj5a2yh44 + '@babel/core': 7.22.9 + '@storybook/addon-actions': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-backgrounds': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-controls': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/addon-docs': 6.5.16_327mz2etuk6zqgvcfjpyo26wku + '@storybook/addon-measure': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-outline': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-toolbars': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addon-viewport': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/node-logger': 6.5.16 + '@storybook/web-components': 6.5.16_f7krmcilovjogdluyornkt35my core-js: 3.24.1 - lit-html: 2.2.6 + lit-html: 2.7.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 regenerator-runtime: 0.13.9 @@ -4459,8 +3695,8 @@ packages: - webpack-command dev: true - /@storybook/addon-links/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-r3WzYIPz7WjHiaPObC2Tg6bHuZRBb/Kt/X+Eitw+jTqBel7ksvkO36tn81q8Eyj61qIdNQmUWAaX/0aewT0kLA==} + /@storybook/addon-links/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-P/mmqK57NGXnR0i3d/T5B0rIt0Lg8Yq+qionRr3LK3AwG/4yGnYt4GNomLEknn/eEwABYq1Q/Z1aOpgIhNdq5A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4470,11 +3706,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/qs': 6.9.7 core-js: 3.24.1 global: 4.4.0 @@ -4486,8 +3722,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-measure/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-ss7L1H5K5hXygDIoVwj+QyVXbve5V67x7CofLiLCgQYuJzfO16+sPGjiTGWMpTb4ijox2uKWnTkpilt5bCjXgw==} + /@storybook/addon-measure/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4497,11 +3733,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.24.1 global: 4.4.0 @@ -4509,8 +3745,8 @@ packages: react-dom: 16.14.0_react@16.14.0 dev: true - /@storybook/addon-outline/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-AjdaeQ+/iBKmGrAqRW4niwMB6AkgGnYmSzVs5Cf6F/Sb4Dp+vzgLNOwLABD9qs8Ri8dvHl5J4QpVwQKUhYZaOQ==} + /@storybook/addon-outline/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4520,11 +3756,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.24.1 global: 4.4.0 @@ -4534,8 +3770,8 @@ packages: ts-dedent: 2.2.0 dev: true - /@storybook/addon-toolbars/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-S0Ljc6Wv+bPbx2e0iTveJ6bBDqjsemu+FZD4qDLsHreoI7DAcqyrF5Def1l8xNohixIVpx8dQpYXRtyzNlXekg==} + /@storybook/addon-toolbars/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4545,19 +3781,19 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true - /@storybook/addon-viewport/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-RFMd+4kZljyuJjR9OJ2bFXHrSG7VTi5FDZYWEU+4W1sBxzC+JhnVnUP+HJH3gUxEFIRQC5neRzwWRE9RUUoALQ==} + /@storybook/addon-viewport/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4567,34 +3803,34 @@ packages: react-dom: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 global: 4.4.0 memoizerific: 1.11.3 prop-types: 15.8.1 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true - /@storybook/addons/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-VD4tBCQ23PkSeDoxuHcKy0RfhIs3oMYjBacOZx7d0bvOzK9WjPyvE2ysDAh7r/ceqnwmWHAScIpE+I1RU7gl+g==} + /@storybook/addons/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/webpack-env': 1.17.0 core-js: 3.24.1 global: 4.4.0 @@ -4603,19 +3839,19 @@ packages: regenerator-runtime: 0.13.9 dev: true - /@storybook/api/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-AkmgSPNEGdKp4oZA4KQ+RJsacw7GwfvjsVDnCkcXqS9zmSr/RNL0fhpcd60KKkmx/hGKPTDFpK3ZayxDrJ/h4A==} + /@storybook/api/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 fast-deep-equal: 3.1.3 global: 4.4.0 @@ -4623,29 +3859,38 @@ packages: memoizerific: 1.11.3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 store2: 2.14.2 telejson: 6.0.8 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/builder-vite/0.2.2_gafs6nk5ery22pjays4sgnqvl4: - resolution: {integrity: sha512-kFY/Rbk+Bu5KmXOCP8CMxp6gfbNGGyNZwikWZe21NHcrVzwHg/aTs+MR37maRqlWcpJvTZmbkKMHak0+vDqpvw==} + /@storybook/builder-vite/0.2.7_fnzja7vhu6ioiu3tuihdsnrleq: + resolution: {integrity: sha512-IvgInn1dsL4amHn8IDHWv2KaoWyRWxGQvHvctfHl7ayN8fke6Tzg8lBUxVoGBfqeoO3glo/zsVUUO+aNeUUlxQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 + '@sveltejs/vite-plugin-svelte': ^1.0.0 + '@vitejs/plugin-vue': ^3.0.0 vite: '>= 3.0.0' + vue-docgen-api: ^4.40.0 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true + '@sveltejs/vite-plugin-svelte': + optional: true + '@vitejs/plugin-vue': + optional: true + vue-docgen-api: + optional: true dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.5_bgveibyhy3hq47763amdfzjhwy - '@rollup/pluginutils': 4.2.1 - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/mdx1-csf': 0.0.4_55mjfeamrhwuq466b46ep4nhxe - '@storybook/node-logger': 6.5.10 - '@storybook/source-loader': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@vitejs/plugin-react': 2.0.0_vite@3.0.4 + '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.5_joajlsqii2gz7ciheypovwtb3m + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/mdx1-csf': 0.0.4_cqtk4ns5jgy5ig7ahmlocffpda + '@storybook/node-logger': 6.5.16 + '@storybook/semver': 7.3.2 + '@storybook/source-loader': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@vitejs/plugin-react': 2.0.0_vite@3.2.7 ast-types: 0.14.2 es-module-lexer: 0.9.3 glob: 7.2.3 @@ -4654,7 +3899,7 @@ packages: react-docgen: 6.0.0-alpha.3 slash: 3.0.0 sveltedoc-parser: 4.2.1 - vite: 3.0.4 + vite: 3.2.7 transitivePeerDependencies: - '@babel/core' - eslint @@ -4667,22 +3912,31 @@ packages: - webpack-command dev: true - /@storybook/builder-vite/0.2.2_l2rascgaji2xlrcko4nehk2kgq: - resolution: {integrity: sha512-kFY/Rbk+Bu5KmXOCP8CMxp6gfbNGGyNZwikWZe21NHcrVzwHg/aTs+MR37maRqlWcpJvTZmbkKMHak0+vDqpvw==} + /@storybook/builder-vite/0.2.7_rgz7s5uodoizr5e4faw2nwcegu: + resolution: {integrity: sha512-IvgInn1dsL4amHn8IDHWv2KaoWyRWxGQvHvctfHl7ayN8fke6Tzg8lBUxVoGBfqeoO3glo/zsVUUO+aNeUUlxQ==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 + '@sveltejs/vite-plugin-svelte': ^1.0.0 + '@vitejs/plugin-vue': ^3.0.0 vite: '>= 3.0.0' + vue-docgen-api: ^4.40.0 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true + '@sveltejs/vite-plugin-svelte': + optional: true + '@vitejs/plugin-vue': + optional: true + vue-docgen-api: + optional: true dependencies: - '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.5_bgveibyhy3hq47763amdfzjhwy - '@rollup/pluginutils': 4.2.1 - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/mdx1-csf': 0.0.4_ocxmj3ql7mfsxk66m2y53cyigq - '@storybook/node-logger': 6.5.10 - '@storybook/source-loader': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@vitejs/plugin-react': 2.0.0_vite@3.0.4 + '@joshwooding/vite-plugin-react-docgen-typescript': 0.0.5_joajlsqii2gz7ciheypovwtb3m + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/mdx1-csf': 0.0.4_cqtk4ns5jgy5ig7ahmlocffpda + '@storybook/node-logger': 6.5.16 + '@storybook/semver': 7.3.2 + '@storybook/source-loader': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@vitejs/plugin-react': 2.0.0_vite@3.2.7 ast-types: 0.14.2 es-module-lexer: 0.9.3 glob: 7.2.3 @@ -4691,7 +3945,7 @@ packages: react-docgen: 6.0.0-alpha.3 slash: 3.0.0 sveltedoc-parser: 4.2.1 - vite: 3.0.4 + vite: 3.2.7 transitivePeerDependencies: - '@babel/core' - eslint @@ -4704,8 +3958,8 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack4/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==} + /@storybook/builder-webpack4/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4714,27 +3968,27 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channels': 6.5.10 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/core-events': 6.5.10 - '@storybook/node-logger': 6.5.10 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@babel/core': 7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/core-events': 6.5.16 + '@storybook/node-logger': 6.5.16 + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.24.1 css-loader: 3.6.0_webpack@4.46.0 @@ -4745,7 +3999,7 @@ packages: glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.6.4 + pnp-webpack-plugin: 1.6.4_typescript@4.7.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -4756,7 +4010,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -4772,8 +4026,8 @@ packages: - webpack-command dev: true - /@storybook/builder-webpack4/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-AoKjsCNoQQoZXYwBDxO8s+yVEd5FjBJAaysEuUTHq2fb81jwLrGcEOo6hjw4jqfugZQIzYUEjPazlvubS78zpw==} + /@storybook/builder-webpack4/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4782,27 +4036,27 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channels': 6.5.10 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/core-events': 6.5.10 - '@storybook/node-logger': 6.5.10 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@babel/core': 7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/core-events': 6.5.16 + '@storybook/node-logger': 6.5.16 + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack': 4.41.32 autoprefixer: 9.8.8 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m case-sensitive-paths-webpack-plugin: 2.4.0 core-js: 3.24.1 css-loader: 3.6.0_webpack@4.46.0 @@ -4813,7 +4067,7 @@ packages: glob-promise: 3.4.0_glob@7.2.3 global: 4.4.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 - pnp-webpack-plugin: 1.6.4_typescript@4.6.4 + pnp-webpack-plugin: 1.6.4_typescript@4.7.4 postcss: 7.0.39 postcss-flexbugs-fixes: 4.2.1 postcss-loader: 4.3.0_gzaxsinx64nntyd3vmdqwl7coe @@ -4824,7 +4078,7 @@ packages: style-loader: 1.3.0_webpack@4.46.0 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -4840,48 +4094,48 @@ packages: - webpack-command dev: true - /@storybook/channel-postmessage/6.5.10: - resolution: {integrity: sha512-t9PTA0UzFvYa3IlOfpBOolfrRMPTjUMIeCQ6FNyM0aj5GqLKSvoQzP8NeoRpIrvyf6ljFKKdaMaZ3fiCvh45ag==} + /@storybook/channel-postmessage/6.5.16: + resolution: {integrity: sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw==} dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 core-js: 3.24.1 global: 4.4.0 qs: 6.10.5 telejson: 6.0.8 dev: true - /@storybook/channel-websocket/6.5.10: - resolution: {integrity: sha512-RTXMZbMWCS3xU+4GVIdfnUXsKcwg/WTozy88/5OxaKjGw6KgRedqLAQJKJ6Y5XlnwIcWelirkHj/COwTTXhbPg==} + /@storybook/channel-websocket/6.5.16: + resolution: {integrity: sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg==} dependencies: - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 core-js: 3.24.1 global: 4.4.0 telejson: 6.0.8 dev: true - /@storybook/channels/6.5.10: - resolution: {integrity: sha512-lo26YZ6kWpHXLhuHJF4P/bICY7jD/rXEZqReKtGOSk1Lv99/xvG6pqmcy3hWLf3v3Dy/8otjRPSR7izFVIIZgQ==} + /@storybook/channels/6.5.16: + resolution: {integrity: sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg==} dependencies: core-js: 3.24.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 dev: true - /@storybook/cli/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-avxlWVaxMasP4svsYaJ6ELfrcP3SKaIJeFbiu688kQCCX+7pOUOaWPXfiScNpuoQ8wdghcwyZzRkhcV873rHHA==} + /@storybook/cli/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-6hcIUvoQxmK9OZ/dmt2eXMbdeCJseRjLwIk4y2SdWd3chpjMDUVhIMJHU4qc2+6rbK+iwL7JAsOUEu/ywkgEow==} hasBin: true dependencies: - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@storybook/codemod': 6.5.10_@babel+preset-env@7.18.2 - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/csf-tools': 6.5.10 - '@storybook/node-logger': 6.5.10 + '@babel/core': 7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@storybook/codemod': 6.5.16_@babel+preset-env@7.18.2 + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/csf-tools': 6.5.16 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/telemetry': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/telemetry': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 boxen: 5.1.2 chalk: 4.1.2 commander: 6.2.1 @@ -4894,7 +4148,7 @@ packages: get-port: 5.1.1 globby: 11.1.0 jscodeshift: 0.13.1_@babel+preset-env@7.18.2 - json5: 2.2.1 + json5: 2.2.3 leven: 3.1.0 prompts: 2.4.2 puppeteer-core: 2.1.1 @@ -4916,19 +4170,19 @@ packages: - webpack-command dev: true - /@storybook/client-api/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-3wBWZl3NvMFgMovgEh+euiARAT2FXzpvTF4Q1gerGMNNDlrGxHnFvSuy4FHg/irtOGLa4yLz43ULFbYtpKw0Lg==} + /@storybook/client-api/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/qs': 6.9.7 '@types/webpack-env': 1.17.0 core-js: 3.24.1 @@ -4946,21 +4200,21 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/client-logger/6.5.10: - resolution: {integrity: sha512-/xA0MHOevXev68hyLMQw8Qo8KczSIdXOxliAgrycMTkDmw5eKeA8TP7B8zP3wGuq/e3MrdD9/8MWhb/IQBNC3w==} + /@storybook/client-logger/6.5.16: + resolution: {integrity: sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q==} dependencies: core-js: 3.24.1 global: 4.4.0 dev: true - /@storybook/codemod/6.5.10_@babel+preset-env@7.18.2: - resolution: {integrity: sha512-fE/5qMHlv54VU2dQyZljFGCEcoFWS2kL3i5bvuf1Ha0HnyZ0gNOXzwBGqCjzxC5RE1Oz3Z6Dy1ZT98Q4LP4lZg==} + /@storybook/codemod/6.5.16_@babel+preset-env@7.18.2: + resolution: {integrity: sha512-bYu0QzkWpgILFdQnbIsnICfL08Z4xmLSmL0Rq9WWGRnSnNnGzX5P57gz+fW7+NHFGxdCTCuHJPvwAXGuJQApPQ==} dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.22.5 '@mdx-js/mdx': 1.6.22 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.10 - '@storybook/node-logger': 6.5.10 + '@storybook/csf-tools': 6.5.16 + '@storybook/node-logger': 6.5.16 core-js: 3.24.1 cross-spawn: 7.0.3 globby: 11.1.0 @@ -4968,33 +4222,33 @@ packages: lodash: 4.17.21 prettier: 2.3.0 recast: 0.19.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - '@babel/preset-env' - '@storybook/mdx2-csf' - supports-color dev: true - /@storybook/components/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-9OhgB8YQfGwOKjo/N96N5mrtJ6qDVVoEM1zuhea32tJUd2eYf0aSWpryA9VnOM0V1q/8DAoCg5rPBMYWMBU5uw==} + /@storybook/components/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.10.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 util-deprecate: 1.0.2 dev: true - /@storybook/core-client/6.5.10_5pwfy52tlm5zlhlre6yjhibcz4: - resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} + /@storybook/core-client/6.5.16_3swaafx5foamgf2meea4zool7y: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5004,16 +4258,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channel-websocket': 6.5.10 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.24.1 @@ -5022,16 +4276,16 @@ packages: qs: 6.10.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 5.72.1 dev: true - /@storybook/core-client/6.5.10_d6fpg2ullfkn4dktgmyqz75y3y: - resolution: {integrity: sha512-THsIjNrOrampTl0Lgfjvfjk1JnktKb4CQLOM80KpQb4cjDqorBjJmErzUkUQ2y3fXvrDmQ/kUREkShET4XEdtA==} + /@storybook/core-client/6.5.16_4bwdawutv3stuyuwjsfiq2hbuq: + resolution: {integrity: sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5041,16 +4295,16 @@ packages: typescript: optional: true dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/channel-websocket': 6.5.10 - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/channel-websocket': 6.5.16 + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty airbnb-js-shims: 2.2.1 ansi-to-html: 0.6.15 core-js: 3.24.1 @@ -5059,16 +4313,16 @@ packages: qs: 6.10.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 unfetch: 4.2.0 util-deprecate: 1.0.2 webpack: 4.46.0 dev: true - /@storybook/core-common/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==} + /@storybook/core-common/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5077,46 +4331,46 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@babel/register': 7.18.9_@babel+core@7.18.10 - '@storybook/node-logger': 6.5.10 + '@babel/core': 7.22.9 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/preset-react': 7.18.6_@babel+core@7.22.9 + '@babel/preset-typescript': 7.18.6_@babel+core@7.22.9 + '@babel/register': 7.18.9_@babel+core@7.22.9 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.11.47 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.10 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.22.9 chalk: 4.1.2 core-js: 3.24.1 express: 4.18.1 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_u7kjabuvawcog7hjctusduehvm + fork-ts-checker-webpack-plugin: 6.5.2_hrl2l4xchpnd6hlkqocppvpxx4 fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 interpret: 2.2.0 - json5: 2.2.1 + json5: 2.2.3 lazy-universal-dotenv: 3.0.1 picomatch: 2.3.1 pkg-dir: 5.0.0 @@ -5127,7 +4381,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -5138,8 +4392,8 @@ packages: - webpack-command dev: true - /@storybook/core-common/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-Bx+VKkfWdrAmD8T51Sjq/mMhRaiapBHcpG4cU5bc3DMbg+LF2/yrgqv/cjVu+m5gHAzYCac5D7gqzBgvG7Myww==} + /@storybook/core-common/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5148,46 +4402,46 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.18.10 - '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.18.10 - '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.18.10 - '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.18.10 - '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@babel/register': 7.18.9_@babel+core@7.18.10 - '@storybook/node-logger': 6.5.10 + '@babel/core': 7.22.9 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-proposal-export-default-from': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-object-rest-spread': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-methods': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-private-property-in-object': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-transform-arrow-functions': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-block-scoping': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-classes': 7.18.4_@babel+core@7.22.9 + '@babel/plugin-transform-destructuring': 7.18.0_@babel+core@7.22.9 + '@babel/plugin-transform-for-of': 7.18.1_@babel+core@7.22.9 + '@babel/plugin-transform-parameters': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-shorthand-properties': 7.16.7_@babel+core@7.22.9 + '@babel/plugin-transform-spread': 7.17.12_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/preset-react': 7.18.6_@babel+core@7.22.9 + '@babel/preset-typescript': 7.18.6_@babel+core@7.22.9 + '@babel/register': 7.18.9_@babel+core@7.22.9 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 '@types/node': 16.11.47 '@types/pretty-hrtime': 1.0.1 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m babel-plugin-macros: 3.1.0 - babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.18.10 + babel-plugin-polyfill-corejs3: 0.1.7_@babel+core@7.22.9 chalk: 4.1.2 core-js: 3.24.1 express: 4.18.1 file-system-cache: 1.1.0 find-up: 5.0.0 - fork-ts-checker-webpack-plugin: 6.5.2_4ebtvv4lyw4oyfbwte62xrkgxi + fork-ts-checker-webpack-plugin: 6.5.2_3gzcynrupio4k3wz5s6mqmn554 fs-extra: 9.1.0 glob: 7.2.3 handlebars: 4.7.7 interpret: 2.2.0 - json5: 2.2.1 + json5: 2.2.3 lazy-universal-dotenv: 3.0.1 picomatch: 2.3.1 pkg-dir: 5.0.0 @@ -5198,7 +4452,7 @@ packages: slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 util-deprecate: 1.0.2 webpack: 4.46.0 transitivePeerDependencies: @@ -5209,14 +4463,14 @@ packages: - webpack-command dev: true - /@storybook/core-events/6.5.10: - resolution: {integrity: sha512-EVb1gO1172klVIAABLOoigFMx0V88uctY0K/qVCO8n6v+wd2+0Ccn63kl+gTxsAC3WZ8XhXh9q2w5ImHklVECw==} + /@storybook/core-events/6.5.16: + resolution: {integrity: sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g==} dependencies: core-js: 3.24.1 dev: true - /@storybook/core-server/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==} + /@storybook/core-server/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -5232,17 +4486,17 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/core-client': 6.5.10_d6fpg2ullfkn4dktgmyqz75y3y - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/core-events': 6.5.10 + '@storybook/builder-webpack4': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/core-client': 6.5.16_4bwdawutv3stuyuwjsfiq2hbuq + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.10 - '@storybook/manager-webpack4': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/node-logger': 6.5.10 + '@storybook/csf-tools': 6.5.16 + '@storybook/manager-webpack4': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/telemetry': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/telemetry': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 '@types/node': 16.11.47 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -5268,16 +4522,16 @@ packages: prompts: 2.4.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 - ws: 8.8.0 + ws: 8.13.0 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -5291,8 +4545,8 @@ packages: - webpack-command dev: true - /@storybook/core-server/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-jqwpA0ccA8X5ck4esWBid04+cEIVqirdAcqJeNb9IZAD+bRreO4Im8ilzr7jc5AmQ9fkqHs2NByFKh9TITp8NQ==} + /@storybook/core-server/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -5308,17 +4562,17 @@ packages: optional: true dependencies: '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-webpack4': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/core-client': 6.5.10_d6fpg2ullfkn4dktgmyqz75y3y - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/core-events': 6.5.10 + '@storybook/builder-webpack4': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/core-client': 6.5.16_4bwdawutv3stuyuwjsfiq2hbuq + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/csf-tools': 6.5.10 - '@storybook/manager-webpack4': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/node-logger': 6.5.10 + '@storybook/csf-tools': 6.5.16 + '@storybook/manager-webpack4': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/node-logger': 6.5.16 '@storybook/semver': 7.3.2 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/telemetry': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/telemetry': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 '@types/node': 16.11.47 '@types/node-fetch': 2.6.2 '@types/pretty-hrtime': 1.0.1 @@ -5344,16 +4598,16 @@ packages: prompts: 2.4.2 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 serve-favicon: 2.5.0 slash: 3.0.0 telejson: 6.0.8 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 util-deprecate: 1.0.2 watchpack: 2.4.0 webpack: 4.46.0 - ws: 8.8.0 + ws: 8.13.0 x-default-browser: 0.4.0 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -5367,8 +4621,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.10_5pwfy52tlm5zlhlre6yjhibcz4: - resolution: {integrity: sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==} + /@storybook/core/6.5.16_3swaafx5foamgf2meea4zool7y: + resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -5384,11 +4638,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.10_5pwfy52tlm5zlhlre6yjhibcz4 - '@storybook/core-server': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq + '@storybook/core-client': 6.5.16_3swaafx5foamgf2meea4zool7y + '@storybook/core-server': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - typescript: 4.6.4 + typescript: 4.7.4 webpack: 5.72.1 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -5402,8 +4656,8 @@ packages: - webpack-command dev: true - /@storybook/core/6.5.10_opowufryrevedsunhuv54gfdva: - resolution: {integrity: sha512-K86yYa0tYlMxADlwQTculYvPROokQau09SCVqpsLg3wJCTvYFL4+SIqcYoyBSbFmHOdnYbJgPydjN33MYLiOZQ==} + /@storybook/core/6.5.16_l5rinf4wa3ygut6hgr3evca2fe: + resolution: {integrity: sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==} peerDependencies: '@storybook/builder-webpack5': '*' '@storybook/manager-webpack5': '*' @@ -5419,11 +4673,11 @@ packages: typescript: optional: true dependencies: - '@storybook/core-client': 6.5.10_5pwfy52tlm5zlhlre6yjhibcz4 - '@storybook/core-server': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/core-client': 6.5.16_3swaafx5foamgf2meea4zool7y + '@storybook/core-server': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - typescript: 4.6.4 + typescript: 4.7.4 webpack: 5.72.1 transitivePeerDependencies: - '@storybook/mdx2-csf' @@ -5437,27 +4691,27 @@ packages: - webpack-command dev: true - /@storybook/csf-tools/6.5.10: - resolution: {integrity: sha512-H77kZQEisu7+skzeIbNZwmE09OqLjwJTeFhLN1pcjxKVa30LEI3pBHcNBxVKqgxl+Yg3KkB7W/ArLO2N+i2ohw==} + /@storybook/csf-tools/6.5.16: + resolution: {integrity: sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A==} peerDependencies: '@storybook/mdx2-csf': ^0.0.3 peerDependenciesMeta: '@storybook/mdx2-csf': optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/core': 7.22.9 + '@babel/generator': 7.22.9 + '@babel/parser': 7.22.7 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/mdx1-csf': 0.0.1_@babel+core@7.18.10 + '@storybook/mdx1-csf': 0.0.1_@babel+core@7.22.9 core-js: 3.24.1 fs-extra: 9.1.0 global: 4.4.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 ts-dedent: 2.2.0 transitivePeerDependencies: - supports-color @@ -5469,24 +4723,24 @@ packages: lodash: 4.17.21 dev: true - /@storybook/docs-tools/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-/bvYgOO+CxMEcHifkjJg0A60OTGOhcjGxnsB1h0gJuxMrqA/7Qwc108bFmPiX0eiD1BovFkZLJV4O6OY7zP5Vw==} + /@storybook/docs-tools/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==} dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 doctrine: 3.0.0 lodash: 4.17.21 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - react - react-dom - supports-color dev: true - /@storybook/manager-webpack4/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==} + /@storybook/manager-webpack4/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5495,18 +4749,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-client': 6.5.10_d6fpg2ullfkn4dktgmyqz75y3y - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq - '@storybook/node-logger': 6.5.10 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@babel/core': 7.22.9 + '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.22.9 + '@babel/preset-react': 7.18.6_@babel+core@7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-client': 6.5.16_4bwdawutv3stuyuwjsfiq2hbuq + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 + '@storybook/node-logger': 6.5.16 + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.24.1 @@ -5517,17 +4771,17 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.6.4 + pnp-webpack-plugin: 1.6.4_typescript@4.7.4 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.46.0 telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -5542,8 +4796,8 @@ packages: - webpack-command dev: true - /@storybook/manager-webpack4/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-N/TlNDhuhARuFipR/ZJ/xEVESz23iIbCsZ4VNehLHm8PpiGlQUehk+jMjWmz5XV0bJItwjRclY+CU3GjZKblfQ==} + /@storybook/manager-webpack4/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -5552,18 +4806,18 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.18.10 - '@babel/preset-react': 7.18.6_@babel+core@7.18.10 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-client': 6.5.10_d6fpg2ullfkn4dktgmyqz75y3y - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u - '@storybook/node-logger': 6.5.10 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/ui': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@babel/core': 7.22.9 + '@babel/plugin-transform-template-literals': 7.18.2_@babel+core@7.22.9 + '@babel/preset-react': 7.18.6_@babel+core@7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-client': 6.5.16_4bwdawutv3stuyuwjsfiq2hbuq + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 + '@storybook/node-logger': 6.5.16 + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/ui': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack': 4.41.32 - babel-loader: 8.2.5_5ouqwanl7jnotevpn4w6qovjqm + babel-loader: 8.3.0_mjsnzbi34d3prkab3a6smsve6m case-sensitive-paths-webpack-plugin: 2.4.0 chalk: 4.1.2 core-js: 3.24.1 @@ -5574,17 +4828,17 @@ packages: fs-extra: 9.1.0 html-webpack-plugin: 4.5.2_webpack@4.46.0 node-fetch: 2.6.7 - pnp-webpack-plugin: 1.6.4_typescript@4.6.4 + pnp-webpack-plugin: 1.6.4_typescript@4.7.4 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 style-loader: 1.3.0_webpack@4.46.0 telejson: 6.0.8 terser-webpack-plugin: 4.2.3_webpack@4.46.0 ts-dedent: 2.2.0 - typescript: 4.6.4 + typescript: 4.7.4 url-loader: 4.1.1_lit45vopotvaqup7lrvlnvtxwy util-deprecate: 1.0.2 webpack: 4.46.0 @@ -5599,54 +4853,15 @@ packages: - webpack-command dev: true - /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.10: - resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} - dependencies: - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/types': 7.18.10 - '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.182 - js-string-escape: 1.0.1 - loader-utils: 2.0.2 - lodash: 4.17.21 - prettier: 2.3.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@storybook/mdx1-csf/0.0.1_@babel+core@7.18.5: + /@storybook/mdx1-csf/0.0.1_@babel+core@7.22.9: resolution: {integrity: sha512-4biZIWWzoWlCarMZmTpqcJNgo/RBesYZwGFbQeXiGYsswuvfWARZnW9RE9aUEMZ4XPn7B1N3EKkWcdcWe/K2tg==} dependencies: - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/types': 7.18.10 - '@mdx-js/mdx': 1.6.22 - '@types/lodash': 4.14.182 - js-string-escape: 1.0.1 - loader-utils: 2.0.2 - lodash: 4.17.21 - prettier: 2.3.0 - ts-dedent: 2.2.0 - transitivePeerDependencies: - - '@babel/core' - - supports-color - dev: true - - /@storybook/mdx1-csf/0.0.4_55mjfeamrhwuq466b46ep4nhxe: - resolution: {integrity: sha512-xxUEMy0D+0G1aSYxbeVNbs+XBU5nCqW4I7awpBYSTywXDv/MJWeC6FDRpj5P1pgfq8j8jWDD5ZDvBQ7syFg0LQ==} - dependencies: - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/types': 7.18.10 + '@babel/generator': 7.22.9 + '@babel/parser': 7.22.7 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/types': 7.22.5 '@mdx-js/mdx': 1.6.22 - '@mdx-js/react': 1.6.22_react@16.14.0 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.195 js-string-escape: 1.0.1 loader-utils: 2.0.2 lodash: 4.17.21 @@ -5654,22 +4869,21 @@ packages: ts-dedent: 2.2.0 transitivePeerDependencies: - '@babel/core' - - react - supports-color dev: true - /@storybook/mdx1-csf/0.0.4_ocxmj3ql7mfsxk66m2y53cyigq: + /@storybook/mdx1-csf/0.0.4_cqtk4ns5jgy5ig7ahmlocffpda: resolution: {integrity: sha512-xxUEMy0D+0G1aSYxbeVNbs+XBU5nCqW4I7awpBYSTywXDv/MJWeC6FDRpj5P1pgfq8j8jWDD5ZDvBQ7syFg0LQ==} dependencies: - '@babel/generator': 7.18.12 - '@babel/parser': 7.18.11 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@babel/types': 7.18.10 + '@babel/generator': 7.22.9 + '@babel/parser': 7.22.7 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/types': 7.22.5 '@mdx-js/mdx': 1.6.22 '@mdx-js/react': 1.6.22_react@16.14.0 - '@types/lodash': 4.14.182 + '@types/lodash': 4.14.195 js-string-escape: 1.0.1 - loader-utils: 2.0.2 + loader-utils: 2.0.4 lodash: 4.17.21 prettier: 2.3.0 ts-dedent: 2.2.0 @@ -5679,8 +4893,8 @@ packages: - supports-color dev: true - /@storybook/node-logger/6.5.10: - resolution: {integrity: sha512-bYswXIKV7Stru8vYfkjUMNN8UhF7Qg7NRsUvG5Djt5lLIae1XmUIgnH40mU/nW4X4BSfcR9MKxsSsngvn2WmQg==} + /@storybook/node-logger/6.5.16: + resolution: {integrity: sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg==} dependencies: '@types/npmlog': 4.1.4 chalk: 4.1.2 @@ -5689,24 +4903,24 @@ packages: pretty-hrtime: 1.0.3 dev: true - /@storybook/postinstall/6.5.10: - resolution: {integrity: sha512-xqUdpnFHYkn8MgtV+QztvIsRWa6jQUk7QT1Mu17Y0S7PbslNGsuskRPHenHhACXBJF+TM86R+4BaAhnVYTmElw==} + /@storybook/postinstall/6.5.16: + resolution: {integrity: sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA==} dependencies: core-js: 3.24.1 dev: true - /@storybook/preview-web/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-sTC/o5gkvALOtcNgtApGKGN9EavvSxRHBeBh+5BQjV2qQ8ap+26RsfUizNBECAa2Jrn4osaDYn9HRhJLFL69WA==} + /@storybook/preview-web/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channel-postmessage': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channel-postmessage': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty ansi-to-html: 0.6.15 core-js: 3.24.1 global: 4.4.0 @@ -5721,19 +4935,19 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/router/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-O+vNW/eEpYFF8eCg5jZjNQ6q2DKQVxqDRPCy9pJdEbvavMDZn6AFYgVK+VJe5F4211WW2yncOu922xObCxXJYg==} + /@storybook/router/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.16 core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.10.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true /@storybook/semver/7.3.2: @@ -5745,35 +4959,35 @@ packages: find-up: 4.1.0 dev: true - /@storybook/source-loader/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-1RxxRumpjs8VUUwES9LId+cuNQnixhZAcwCxd6jaKkTZbjiQCtAhXX6DBTjJGV1u/JnCsqEp5b1wB8j/EioNHw==} + /@storybook/source-loader/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.24.1 estraverse: 5.3.0 global: 4.4.0 - loader-utils: 2.0.2 + loader-utils: 2.0.4 lodash: 4.17.21 prettier: 2.3.0 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true - /@storybook/store/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-RswrSYh2IiKkytFPxP9AvP+hekjrvHK2ILvyDk2ZgduCN4n5ivsekOb+N3M2t+dq1eLuW9or5n2T4OWwAwjxxQ==} + /@storybook/store/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core-events': 6.5.10 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core-events': 6.5.16 '@storybook/csf': 0.0.2--canary.4566f4d.1 core-js: 3.24.1 fast-deep-equal: 3.1.3 @@ -5782,7 +4996,7 @@ packages: memoizerific: 1.11.3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 slash: 3.0.0 stable: 0.1.8 synchronous-promise: 2.0.15 @@ -5790,11 +5004,11 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/telemetry/6.5.10_cwlozgewa6mwrqrx5qbsrarjcq: - resolution: {integrity: sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==} + /@storybook/telemetry/6.5.16_gqjuj6p25nmz3tdvumzfhoub34: + resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: - '@storybook/client-logger': 6.5.10 - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq + '@storybook/client-logger': 6.5.16 + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 chalk: 4.1.2 core-js: 3.24.1 detect-package-manager: 2.0.1 @@ -5802,9 +5016,9 @@ packages: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0 - nanoid: 3.3.4 + nanoid: 3.3.6 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - encoding - eslint @@ -5817,11 +5031,11 @@ packages: - webpack-command dev: true - /@storybook/telemetry/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-+M5HILDFS8nDumLxeSeAwi1MTzIuV6UWzV4yB2wcsEXOBTdplcl9oYqFKtlst78oOIdGtpPYxYfivDlqxC2K4g==} + /@storybook/telemetry/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==} dependencies: - '@storybook/client-logger': 6.5.10 - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/client-logger': 6.5.16 + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 chalk: 4.1.2 core-js: 3.24.1 detect-package-manager: 2.0.1 @@ -5829,9 +5043,9 @@ packages: fs-extra: 9.1.0 global: 4.4.0 isomorphic-unfetch: 3.1.0 - nanoid: 3.3.4 + nanoid: 3.3.6 read-pkg-up: 7.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 transitivePeerDependencies: - encoding - eslint @@ -5844,69 +5058,69 @@ packages: - webpack-command dev: true - /@storybook/theming/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-BvTQBBcSEwKKcsVmF+Ol6v0RIQUr+bxP7gb10wtfBd23mZTEFA0C1N5FnZr/dDeiBKG1pvf1UKvoYA731y0BsA==} + /@storybook/theming/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/client-logger': 6.5.10 + '@storybook/client-logger': 6.5.16 core-js: 3.24.1 memoizerific: 1.11.3 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 dev: true - /@storybook/ui/6.5.10_wcqkhtmu7mswc6yz4uyexck3ty: - resolution: {integrity: sha512-6iaoaRAiTqB1inTw35vao+5hjcDE0Qa0A3a9ZIeNa6yHvpB1k0lO/N/0PMrRdVvySYpXVD1iry4z4QYdo1rU+w==} + /@storybook/ui/6.5.16_wcqkhtmu7mswc6yz4uyexck3ty: + resolution: {integrity: sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/channels': 6.5.10 - '@storybook/client-logger': 6.5.10 - '@storybook/components': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/core-events': 6.5.10 - '@storybook/router': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/channels': 6.5.16 + '@storybook/client-logger': 6.5.16 + '@storybook/components': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/core-events': 6.5.16 + '@storybook/router': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@storybook/semver': 7.3.2 - '@storybook/theming': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/theming': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty core-js: 3.24.1 memoizerific: 1.11.3 qs: 6.10.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 resolve-from: 5.0.0 dev: true - /@storybook/web-components/6.5.10_fmyyl4j4wtfoyj7vhgj5a2yh44: - resolution: {integrity: sha512-eF8IIFyaXhAuaI8fbBNpMtqoEOfDPyI79VbEnsNe3nNt1MWsgfkaj4/Ro4IniAkrOwGsbC+Btm3iPNgAbFiA6Q==} + /@storybook/web-components/6.5.16_exmtukk6vpc4gyvnpwcnvlggxq: + resolution: {integrity: sha512-Ae3tKGhKk9vXfVrOX5DGgPTg1UBG7F01ZcDUkfk/HVi4o7zU/dU6QB+icL3VULdsZxVMKZ0Rrq/33qepshoi3A==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: lit-html: ^1.4.1 || ^2.0.0 dependencies: - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core': 6.5.10_5pwfy52tlm5zlhlre6yjhibcz4 - '@storybook/core-common': 6.5.10_cwlozgewa6mwrqrx5qbsrarjcq + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core': 6.5.16_l5rinf4wa3ygut6hgr3evca2fe + '@storybook/core-common': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/docs-tools': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack-env': 1.17.0 - babel-plugin-bundled-import-meta: 0.3.2_@babel+core@7.18.10 + babel-plugin-bundled-import-meta: 0.3.2_@babel+core@7.22.9 core-js: 3.24.1 global: 4.4.0 - lit-html: 2.2.6 + lit-html: 2.7.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 read-pkg-up: 7.0.1 @@ -5929,31 +5143,31 @@ packages: - webpack-command dev: true - /@storybook/web-components/6.5.10_qofjau5ec5ae22w372j73bd22e: - resolution: {integrity: sha512-eF8IIFyaXhAuaI8fbBNpMtqoEOfDPyI79VbEnsNe3nNt1MWsgfkaj4/Ro4IniAkrOwGsbC+Btm3iPNgAbFiA6Q==} + /@storybook/web-components/6.5.16_f7krmcilovjogdluyornkt35my: + resolution: {integrity: sha512-Ae3tKGhKk9vXfVrOX5DGgPTg1UBG7F01ZcDUkfk/HVi4o7zU/dU6QB+icL3VULdsZxVMKZ0Rrq/33qepshoi3A==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: lit-html: ^1.4.1 || ^2.0.0 dependencies: - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 - '@babel/preset-env': 7.18.2_@babel+core@7.18.5 - '@storybook/addons': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-api': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/client-logger': 6.5.10 - '@storybook/core': 6.5.10_opowufryrevedsunhuv54gfdva - '@storybook/core-common': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@storybook/addons': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-api': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/client-logger': 6.5.16 + '@storybook/core': 6.5.16_3swaafx5foamgf2meea4zool7y + '@storybook/core-common': 6.5.16_gqjuj6p25nmz3tdvumzfhoub34 '@storybook/csf': 0.0.2--canary.4566f4d.1 - '@storybook/docs-tools': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/preview-web': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty - '@storybook/store': 6.5.10_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/docs-tools': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/preview-web': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty + '@storybook/store': 6.5.16_wcqkhtmu7mswc6yz4uyexck3ty '@types/node': 16.11.47 '@types/webpack-env': 1.17.0 - babel-plugin-bundled-import-meta: 0.3.2_@babel+core@7.18.5 + babel-plugin-bundled-import-meta: 0.3.2_@babel+core@7.22.9 core-js: 3.24.1 global: 4.4.0 - lit-html: 2.2.6 + lit-html: 2.7.5 react: 16.14.0 react-dom: 16.14.0_react@16.14.0 read-pkg-up: 7.0.1 @@ -5980,7 +5194,7 @@ packages: resolution: {integrity: sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==} dependencies: ejs: 3.1.8 - json5: 2.2.1 + json5: 2.2.3 magic-string: 0.25.9 string.prototype.matchall: 4.0.7 dev: true @@ -6015,7 +5229,7 @@ packages: react-test-renderer: optional: true dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 react: 16.14.0 react-error-boundary: 3.1.4_react@16.14.0 dev: false @@ -6068,8 +5282,8 @@ packages: '@types/responselike': 1.0.0 dev: true - /@types/chai-dom/0.0.12: - resolution: {integrity: sha512-4rE7sDw713cV61TYzQbMrPjC4DjNk3x4vk9nAVRNXcSD4p0/5lEEfm0OgoCz5eNuWUXNKA0YiKiH/JDTuKivkA==} + /@types/chai-dom/1.11.0: + resolution: {integrity: sha512-Aja99Mmnny+Sz+T2hBK3oEsrcy18yabplT0pGX/QwIke9jMJHdvHlV2f4Tmq5SqxTMYwt1Zjbisv/4r83EUIHw==} dependencies: '@types/chai': 4.3.1 dev: true @@ -6104,8 +5318,8 @@ packages: resolution: {integrity: sha512-v6LCdKfK6BwcqMo+wYW05rLS12S0ZO0Fl4w1h4aaZMD7bqT3gVUns6FvLJKGZHQmYn3SX55JWGpziwJRwVgutA==} dev: true - /@types/convert-source-map/1.5.2: - resolution: {integrity: sha512-tHs++ZeXer40kCF2JpE51Hg7t4HPa18B1b1Dzy96S0eCw8QKECNMYMfwa1edK/x8yCN0r4e6ewvLcc5CsVGkdg==} + /@types/convert-source-map/2.0.0: + resolution: {integrity: sha512-QUm4YOC/ENo0VjPVl2o8HGyTbHHQGDOw8PCg3rXBucYHKyZN/XjXRbPFAV1tB2FvM0/wyFoDct4cTIctzKrQFg==} dev: true /@types/cookies/0.7.7: @@ -6121,8 +5335,8 @@ packages: resolution: {integrity: sha512-epMsEE85fi4lfmJUH/89/iV/LI+F5CvNIvmgs5g5jYFPfhO2S/ae8WSsLOKWdwtoaZw9Q2IhJ4tQ5tFCcS/4HA==} dev: true - /@types/debug/4.1.7: - resolution: {integrity: sha512-9AonUzyTjXXhEOa0DnqpzZi6VHlqKMswga9EXjpXnnqxwLtdvPPtlO8evrI5D9S6asFRCQ6v+wpiUKbw+vKqyg==} + /@types/debug/4.1.8: + resolution: {integrity: sha512-/vPO1EPOs306Cvhwv7KfVfYvOJqA/S/AXjaHQiJboCZzcNDb+TIJFN9/2C9DZ//ijSKWioNyUxD792QmDJ+HKQ==} dependencies: '@types/ms': 0.7.31 dev: true @@ -6276,8 +5490,8 @@ packages: '@types/node': 18.0.0 dev: true - /@types/lodash/4.14.182: - resolution: {integrity: sha512-/THyiqyQAP9AfARo4pF+aCGcyiQ94tX/Is2I7HofNRqoYLgN1PBoOWu2/zTA5zMxzP5EFutMtWtGAFRKUe961Q==} + /@types/lodash/4.14.195: + resolution: {integrity: sha512-Hwx9EUgdwf2GLarOjQp5ZH8ZmblzcbTBC2wtQWNKARBSxM9ezRIAUpeDTgoQRAFB0+8CNWXVA9+MaSOzOF3nPg==} dev: true /@types/mdast/3.0.10: @@ -6301,6 +5515,10 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true + /@types/mocha/10.0.1: + resolution: {integrity: sha512-/fvYntiO1GeICvqbQ3doGDIP97vWmvFt83GKguJ6prmQM2iXZfFcq6YE8KteFyRtX2/h5Hf91BYvPodJKFYv5Q==} + dev: true + /@types/mocha/8.2.3: resolution: {integrity: sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==} dev: true @@ -6361,14 +5579,14 @@ packages: /@types/range-parser/1.2.4: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} - /@types/react-dom/16.9.16: - resolution: {integrity: sha512-Oqc0RY4fggGA3ltEgyPLc3IV9T73IGoWjkONbsyJ3ZBn+UPPCYpU2ec0i3cEbJuEdZtkqcCF2l1zf2pBdgUGSg==} + /@types/react-dom/16.9.19: + resolution: {integrity: sha512-xC8D280Bf6p0zguJ8g62jcEOKZiUbx9sIe6O3tT/lKfR87A7A6g65q13z6D5QUMIa/6yFPkNhqjF5z/VVZEYqQ==} dependencies: - '@types/react': 16.14.28 + '@types/react': 16.14.43 dev: true - /@types/react/16.14.28: - resolution: {integrity: sha512-83zBE6+XUVXsdL3iFzOyUewdauaU+KviKCHEGOgSW52coAuqW7tEKQM0E9+ZC0Zk6TELQ2/JgogPvp7FavzFwg==} + /@types/react/16.14.43: + resolution: {integrity: sha512-7zdjv7jvoLLQg1tTvpQsm+hyNUMT2mPlNV1+d0I8fbGhkJl82spopMyBlu4wb1dviZAxpGdk5eHu/muacknnfw==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -6386,6 +5604,10 @@ packages: dependencies: '@types/node': 18.0.0 + /@types/resolve/1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} + dev: true + /@types/responselike/1.0.0: resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} dependencies: @@ -6399,6 +5621,9 @@ packages: resolution: {integrity: sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==} dev: true + /@types/semver/7.5.0: + resolution: {integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==} + /@types/serve-index/1.9.1: resolution: {integrity: sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==} dependencies: @@ -6494,8 +5719,8 @@ packages: '@types/node': 18.0.0 dev: true - /@types/ws/8.5.3: - resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==} + /@types/ws/8.5.5: + resolution: {integrity: sha512-lwhs8hktwxSjf9UaZ9tG5M03PGogvFaH8gUgLNbN9HKIg0dvv6q+gkSuJ8HN4/VbyxkuLzCjlN7GquQ0gUJfIg==} dependencies: '@types/node': 18.0.0 @@ -6517,7 +5742,7 @@ packages: dev: true optional: true - /@typescript-eslint/eslint-plugin/5.20.0_xjzcjjuuimc7qcpu345if6ak7i: + /@typescript-eslint/eslint-plugin/5.20.0_hk2hkibnyub5rr7tdmysbe334y: resolution: {integrity: sha512-fapGzoxilCn3sBtC6NtXZX6+P/Hef7VDbyfGqTTpzYydwhlkevB+0vE0EnmHPVTVSy68GUncyJ/2PcrFBeCo5Q==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6528,24 +5753,24 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/parser': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy '@typescript-eslint/scope-manager': 5.20.0 - '@typescript-eslint/type-utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/type-utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy debug: 4.3.4 eslint: 8.14.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/eslint-plugin/5.29.0_c7y5bqifb5sf32tcpzmhnopbou: - resolution: {integrity: sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==} + /@typescript-eslint/eslint-plugin/5.62.0_yjdh2mlktnjzt3b2tueuy3354u: + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -6555,35 +5780,36 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/scope-manager': 5.29.0 - '@typescript-eslint/type-utils': 5.29.0_t725usgvqspm5woeqpaxbfp2qu - '@typescript-eslint/utils': 5.29.0_t725usgvqspm5woeqpaxbfp2qu + '@eslint-community/regexpp': 4.5.1 + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/type-utils': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy + '@typescript-eslint/utils': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy debug: 4.3.4 eslint: 8.14.0 - functional-red-black-tree: 1.0.1 + graphemer: 1.4.0 ignore: 5.2.0 - regexpp: 3.2.0 + natural-compare-lite: 1.4.0 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/experimental-utils/5.20.0_t725usgvqspm5woeqpaxbfp2qu: + /@typescript-eslint/experimental-utils/5.20.0_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-w5qtx2Wr9x13Dp/3ic9iGOGmVXK5gMwyc8rwVgZU46K9WTjPZSyPvdER9Ycy+B5lNHvoz+z2muWhUvlTpQeu+g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/parser/5.20.0_t725usgvqspm5woeqpaxbfp2qu: + /@typescript-eslint/parser/5.20.0_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-UWKibrCZQCYvobmu3/N8TWbEeo/EPQbS41Ux1F9XqPzGuV7pfg6n50ZrFo6hryynD8qOTTfLHtHjjdQtxJ0h/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6595,16 +5821,16 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.20.0 '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.4 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.14.0 - typescript: 4.6.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser/5.29.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==} + /@typescript-eslint/parser/5.62.0_hvgqcmp5awuz4xxr36v4ksadoy: + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -6613,12 +5839,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.29.0 - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.6.4 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.14.0 - typescript: 4.6.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -6630,14 +5856,14 @@ packages: '@typescript-eslint/visitor-keys': 5.20.0 dev: true - /@typescript-eslint/scope-manager/5.29.0: - resolution: {integrity: sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==} + /@typescript-eslint/scope-manager/5.62.0: + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/visitor-keys': 5.29.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 - /@typescript-eslint/type-utils/5.20.0_t725usgvqspm5woeqpaxbfp2qu: + /@typescript-eslint/type-utils/5.20.0_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-WxNrCwYB3N/m8ceyoGCgbLmuZwupvzN0rE8NBuwnl7APgjv24ZJIjkNzoFBXPRCGzLNkoU/WfanW0exvp/+3Iw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6647,17 +5873,17 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.20.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/utils': 5.20.0_hvgqcmp5awuz4xxr36v4ksadoy debug: 4.3.4 eslint: 8.14.0 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils/5.29.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==} + /@typescript-eslint/type-utils/5.62.0_hvgqcmp5awuz4xxr36v4ksadoy: + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -6666,11 +5892,12 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.29.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.7.4 + '@typescript-eslint/utils': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy debug: 4.3.4 eslint: 8.14.0 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color @@ -6679,11 +5906,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types/5.29.0: - resolution: {integrity: sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==} + /@typescript-eslint/types/5.62.0: + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /@typescript-eslint/typescript-estree/5.20.0_typescript@4.6.4: + /@typescript-eslint/typescript-estree/5.20.0_typescript@4.7.4: resolution: {integrity: sha512-36xLjP/+bXusLMrT9fMMYy1KJAGgHhlER2TqpUVDYUQg4w0q/NW/sg4UGAgVwAqb8V4zYg43KMUpM8vV2lve6w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6698,14 +5925,14 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.29.0_typescript@4.6.4: - resolution: {integrity: sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==} + /@typescript-eslint/typescript-estree/5.62.0_typescript@4.7.4: + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -6713,18 +5940,18 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/visitor-keys': 5.29.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/visitor-keys': 5.62.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.7 - tsutils: 3.21.0_typescript@4.6.4 - typescript: 4.6.4 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 transitivePeerDependencies: - supports-color - /@typescript-eslint/utils/5.20.0_t725usgvqspm5woeqpaxbfp2qu: + /@typescript-eslint/utils/5.20.0_hvgqcmp5awuz4xxr36v4ksadoy: resolution: {integrity: sha512-lHONGJL1LIO12Ujyx8L8xKbwWSkoUKFSO+0wDAqGXiudWB2EO7WEUT+YZLtVbmOmSllAjLb9tpoIPwpRe5Tn6w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -6733,7 +5960,7 @@ packages: '@types/json-schema': 7.0.11 '@typescript-eslint/scope-manager': 5.20.0 '@typescript-eslint/types': 5.20.0 - '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.6.4 + '@typescript-eslint/typescript-estree': 5.20.0_typescript@4.7.4 eslint: 8.14.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.14.0 @@ -6742,19 +5969,21 @@ packages: - typescript dev: true - /@typescript-eslint/utils/5.29.0_t725usgvqspm5woeqpaxbfp2qu: - resolution: {integrity: sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==} + /@typescript-eslint/utils/5.62.0_hvgqcmp5awuz4xxr36v4ksadoy: + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: + '@eslint-community/eslint-utils': 4.4.0_eslint@8.14.0 '@types/json-schema': 7.0.11 - '@typescript-eslint/scope-manager': 5.29.0 - '@typescript-eslint/types': 5.29.0 - '@typescript-eslint/typescript-estree': 5.29.0_typescript@4.6.4 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.62.0 + '@typescript-eslint/types': 5.62.0 + '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.7.4 eslint: 8.14.0 eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@8.14.0 + semver: 7.3.7 transitivePeerDependencies: - supports-color - typescript @@ -6767,22 +5996,22 @@ packages: eslint-visitor-keys: 3.3.0 dev: true - /@typescript-eslint/visitor-keys/5.29.0: - resolution: {integrity: sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==} + /@typescript-eslint/visitor-keys/5.62.0: + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@typescript-eslint/types': 5.29.0 + '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.3.0 /@vitejs/plugin-react/1.3.2: resolution: {integrity: sha512-aurBNmMo0kz1O4qRoY+FM4epSA39y3ShWGuqfLRA/3z0oEJAdtoSfgA3aO98/PCCHAqMaduLxIxErWrVKIFzXA==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-transform-react-jsx': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-react-jsx-development': 7.16.7_@babel+core@7.18.5 - '@babel/plugin-transform-react-jsx-self': 7.17.12_@babel+core@7.18.5 - '@babel/plugin-transform-react-jsx-source': 7.16.7_@babel+core@7.18.5 + '@babel/core': 7.22.9 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.22.9 '@rollup/pluginutils': 4.2.1 react-refresh: 0.13.0 resolve: 1.22.1 @@ -6790,32 +6019,32 @@ packages: - supports-color dev: true - /@vitejs/plugin-react/2.0.0_vite@3.0.4: + /@vitejs/plugin-react/2.0.0_vite@3.2.7: resolution: {integrity: sha512-zHkRR+X4zqEPNBbKV2FvWSxK7Q6crjMBVIAYroSU8Nbb4M3E5x4qOiLoqJBHtXgr27kfednXjkwr3lr8jS6Wrw==} engines: {node: '>=14.18.0'} peerDependencies: vite: ^3.0.0 dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.18.10 - '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.18.10 + '@babel/core': 7.22.9 + '@babel/plugin-transform-react-jsx': 7.18.10_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-development': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-self': 7.18.6_@babel+core@7.22.9 + '@babel/plugin-transform-react-jsx-source': 7.18.6_@babel+core@7.22.9 magic-string: 0.26.2 react-refresh: 0.14.0 - vite: 3.0.4 + vite: 3.2.7 transitivePeerDependencies: - supports-color dev: true - /@wdio/config/7.20.3_typescript@4.6.4: + /@wdio/config/7.20.3_typescript@4.7.4: resolution: {integrity: sha512-w6HUcNdAr3F5/kYj1LkNEFvSxPhRA9QMNBIhKscWXTKWZ0l6WdLzSb+z1aSKtPfRxerJLGCq5m8DEnNyZEt5og==} engines: {node: '>=12.0.0'} dependencies: '@wdio/logger': 7.19.0 - '@wdio/types': 7.20.3_typescript@4.6.4 - '@wdio/utils': 7.20.3_typescript@4.6.4 - deepmerge: 4.2.2 + '@wdio/types': 7.20.3_typescript@4.7.4 + '@wdio/utils': 7.20.3_typescript@4.7.4 + deepmerge: 4.3.1 glob: 8.0.3 transitivePeerDependencies: - typescript @@ -6836,16 +6065,16 @@ packages: engines: {node: '>=12.0.0'} dev: true - /@wdio/repl/7.20.3_typescript@4.6.4: + /@wdio/repl/7.20.3_typescript@4.7.4: resolution: {integrity: sha512-oY82xdOK+FuBjG9sY3ujil6Rr8XBtNP1L6+QK1ZqTGCNKEz6bGVbgGKJa4zpaZx90JWO0ijXylyvckAB4mAMRw==} engines: {node: '>=12.0.0'} dependencies: - '@wdio/utils': 7.20.3_typescript@4.6.4 + '@wdio/utils': 7.20.3_typescript@4.7.4 transitivePeerDependencies: - typescript dev: true - /@wdio/types/7.20.3_typescript@4.6.4: + /@wdio/types/7.20.3_typescript@4.7.4: resolution: {integrity: sha512-5q1urjM2Q1eYFZSxKO9Uhj86rt2NWS70c2rbbnKaB9oNNHUVtFFqSKNKAkJ84rNAfo/atWqWup7VSlg3BLrGNg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -6853,15 +6082,15 @@ packages: dependencies: '@types/node': 18.0.0 got: 11.8.5 - typescript: 4.6.4 + typescript: 4.7.4 dev: true - /@wdio/utils/7.20.3_typescript@4.6.4: + /@wdio/utils/7.20.3_typescript@4.7.4: resolution: {integrity: sha512-7huX4kusjr8ssN/lv0nN8nD4ZmuQ31bi+HOMdc9XI06NFQKNGfk2D1YoH1uNSd81OF6cSuPWfO9YRDmH1lvNLg==} engines: {node: '>=12.0.0'} dependencies: '@wdio/logger': 7.19.0 - '@wdio/types': 7.20.3_typescript@4.6.4 + '@wdio/types': 7.20.3_typescript@4.7.4 p-iteration: 1.1.8 transitivePeerDependencies: - typescript @@ -6874,6 +6103,20 @@ packages: errorstacks: 2.4.0 dev: true + /@web/browser-logs/0.2.6: + resolution: {integrity: sha512-CNjNVhd4FplRY8PPWIAt02vAowJAVcOoTNrR/NNb/o9pka7yI9qdjpWrWhEbPr2pOXonWb52AeAgdK66B8ZH7w==} + engines: {node: '>=10.0.0'} + dependencies: + errorstacks: 2.4.0 + dev: true + + /@web/browser-logs/0.3.3: + resolution: {integrity: sha512-wt8arj0x7ghXbnipgCvLR+xQ90cFg16ae23cFbInCrJvAxvyI22bAtT24W4XOXMPXwWLBVUJwBgBcXo3oKIvDw==} + engines: {node: '>=16.0.0'} + dependencies: + errorstacks: 2.4.0 + dev: true + /@web/config-loader/0.1.3: resolution: {integrity: sha512-XVKH79pk4d3EHRhofete8eAnqto1e8mCRAqPV00KLNFzCWSe8sWmLnqKCqkPNARC6nksMaGrATnA5sPDRllMpQ==} engines: {node: '>=10.0.0'} @@ -6881,8 +6124,15 @@ packages: semver: 7.3.7 dev: true - /@web/dev-server-core/0.3.18: - resolution: {integrity: sha512-o8EBGKXlBjAaQZiYNE1RZsNZJFQHjjr9FwuJyP2fsN+dkdZRhOjp4/E46hl2rB17Qgq4AizFmds8enmF/hU5dw==} + /@web/config-loader/0.2.1: + resolution: {integrity: sha512-cQvTYA5lWLyyO8/R2aOReiudLa8r0LFHvMNYCwSAjzvrghb+AHxaW3BJWP9ORx6OaDcI7g5X8OATA81LSJce4A==} + engines: {node: '>=16.0.0'} + dependencies: + semver: 7.3.7 + dev: true + + /@web/dev-server-core/0.3.19: + resolution: {integrity: sha512-Q/Xt4RMVebLWvALofz1C0KvP8qHbzU1EmdIA2Y1WMPJwiFJFhPxdr75p9YxK32P2t0hGs6aqqS5zE0HW9wYzYA==} engines: {node: '>=10.0.0'} dependencies: '@types/koa': 2.13.4 @@ -6890,7 +6140,7 @@ packages: '@web/parse5-utils': 1.3.0 chokidar: 3.5.3 clone: 2.1.2 - es-module-lexer: 0.9.3 + es-module-lexer: 1.3.0 get-stream: 6.0.1 is-stream: 2.0.1 isbinaryfile: 4.0.10 @@ -6909,27 +6159,83 @@ packages: - utf-8-validate dev: true - /@web/dev-server-esbuild/0.3.1: - resolution: {integrity: sha512-ZVQwCQye9BMqEWdAeNREJJ78y2N6PwV21UcgObfGWdMcBPhX9KzACI4X+HMEWheFK0+le5IWsUhYagnYTp9NHw==} + /@web/dev-server-core/0.4.1: + resolution: {integrity: sha512-KdYwejXZwIZvb6tYMCqU7yBiEOPfKLQ3V9ezqqEz8DA9V9R3oQWaowckvCpFB9IxxPfS/P8/59OkdzGKQjcIUw==} + engines: {node: '>=10.0.0'} + dependencies: + '@types/koa': 2.13.4 + '@types/ws': 7.4.7 + '@web/parse5-utils': 1.3.1 + chokidar: 3.5.3 + clone: 2.1.2 + es-module-lexer: 1.3.0 + get-stream: 6.0.1 + is-stream: 2.0.1 + isbinaryfile: 5.0.0 + koa: 2.13.4 + koa-etag: 4.0.0 + koa-send: 5.0.1 + koa-static: 5.0.0 + lru-cache: 6.0.0 + mime-types: 2.1.35 + parse5: 6.0.1 + picomatch: 2.3.1 + ws: 7.5.8 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/dev-server-core/0.5.2: + resolution: {integrity: sha512-7YjWmwzM+K5fPvBCXldUIMTK4EnEufi1aWQWinQE81oW1CqzEwmyUNCtnWV9fcPA4kJC4qrpcjWNGF4YDWxuSg==} + engines: {node: '>=16.0.0'} + dependencies: + '@types/koa': 2.13.4 + '@types/ws': 7.4.7 + '@web/parse5-utils': 2.0.0 + chokidar: 3.5.3 + clone: 2.1.2 + es-module-lexer: 1.3.0 + get-stream: 6.0.1 + is-stream: 2.0.1 + isbinaryfile: 5.0.0 + koa: 2.13.4 + koa-etag: 4.0.0 + koa-send: 5.0.1 + koa-static: 5.0.0 + lru-cache: 8.0.5 + mime-types: 2.1.35 + parse5: 6.0.1 + picomatch: 2.3.1 + ws: 7.5.8 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/dev-server-esbuild/0.3.6: + resolution: {integrity: sha512-VDcZOzvmbg/z/8Q54hHqFwt9U4cacQJZxgS8YXAvyFuG85HAJ/Q55P7Tr++1NlRS8wQEos6QK2ERUWNjEVOhqQ==} engines: {node: '>=10.0.0'} dependencies: '@mdn/browser-compat-data': 4.2.1 - '@web/dev-server-core': 0.3.18 - esbuild: 0.14.47 + '@web/dev-server-core': 0.4.1 + esbuild: 0.17.19 parse5: 6.0.1 - ua-parser-js: 1.0.2 + ua-parser-js: 1.0.35 transitivePeerDependencies: - bufferutil - supports-color - utf-8-validate dev: true - /@web/dev-server-rollup/0.3.18: - resolution: {integrity: sha512-NrZnrYw0IsnLFtTIynOrUsYpcFYV0wdy6Co8TrUIlcdtgAAjcRX9/0nJeWhm6NDjcSZMZM9NT6UhqFduq7196Q==} + /@web/dev-server-rollup/0.3.21: + resolution: {integrity: sha512-138t+vMFkegRip6Rtlz68Bo5rl984C9c2rLg3dWl9JEEJSQcWgA3iEwXYh4xTc52WjXnM3/LpboAjTYQOMyfrA==} engines: {node: '>=10.0.0'} dependencies: '@rollup/plugin-node-resolve': 13.3.0_rollup@2.70.2 - '@web/dev-server-core': 0.3.18 + '@web/dev-server-core': 0.3.19 nanocolors: 0.2.13 parse5: 6.0.1 rollup: 2.70.2 @@ -6940,25 +6246,66 @@ packages: - utf-8-validate dev: true + /@web/dev-server-rollup/0.5.2: + resolution: {integrity: sha512-R1heFIOmbExKJn2auDcOcF0EPoLQotZF1HE8Bpqq4TfLRkc7w+JClLdwkOMr/+Ip608cRw8VMkc7teYDFkvSXw==} + engines: {node: '>=16.0.0'} + dependencies: + '@rollup/plugin-node-resolve': 15.1.0_rollup@3.26.3 + '@web/dev-server-core': 0.5.2 + nanocolors: 0.2.13 + parse5: 6.0.1 + rollup: 3.26.3 + whatwg-url: 11.0.0 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + /@web/dev-server/0.1.32: resolution: {integrity: sha512-XcM3XPlGEPHx5pKcQ+pG7Lhw84sRV8BNpBxsAN6z9VkvSIVkJscFmLnmjqO5z85/m8uPMfm/gHimOsRVS8MFpg==} engines: {node: '>=10.0.0'} hasBin: true dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.22.5 '@types/command-line-args': 5.2.0 '@web/config-loader': 0.1.3 - '@web/dev-server-core': 0.3.18 - '@web/dev-server-rollup': 0.3.18 + '@web/dev-server-core': 0.3.19 + '@web/dev-server-rollup': 0.3.21 camelcase: 6.3.0 command-line-args: 5.2.1 command-line-usage: 6.1.3 debounce: 1.2.1 - deepmerge: 4.2.2 + deepmerge: 4.3.1 ip: 1.1.8 nanocolors: 0.2.13 open: 8.4.0 - portfinder: 1.0.28 + portfinder: 1.0.32 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/dev-server/0.2.5: + resolution: {integrity: sha512-IQWzjnK9H861X5BN+R9uQk2L7knogegHQcKyGsSfjyFC3fDdLit5WG2vUVpxFAYfhS4zjJWGajXGbTMhF8clkQ==} + engines: {node: '>=16.0.0'} + hasBin: true + dependencies: + '@babel/code-frame': 7.22.5 + '@types/command-line-args': 5.2.0 + '@web/config-loader': 0.2.1 + '@web/dev-server-core': 0.5.2 + '@web/dev-server-rollup': 0.5.2 + camelcase: 6.3.0 + command-line-args: 5.2.1 + command-line-usage: 7.0.1 + debounce: 1.2.1 + deepmerge: 4.3.1 + ip: 1.1.8 + nanocolors: 0.2.13 + open: 8.4.0 + portfinder: 1.0.32 transitivePeerDependencies: - bufferutil - supports-color @@ -6973,12 +6320,28 @@ packages: parse5: 6.0.1 dev: true + /@web/parse5-utils/1.3.1: + resolution: {integrity: sha512-haCgDchZrAOB9EhBJ5XqiIjBMsS/exsM5Ru7sCSyNkXVEJWskyyKuKMFk66BonnIGMPpDtqDrTUfYEis5Zi3XA==} + engines: {node: '>=10.0.0'} + dependencies: + '@types/parse5': 6.0.3 + parse5: 6.0.1 + dev: true + + /@web/parse5-utils/2.0.0: + resolution: {integrity: sha512-9pxjAg1k0Ie3t4gTQr/nmoTrvq6wmP40MNPwaetaN+jPc328MpO+WzmEApvJOW65v7lamjlvYFDsdvG8Lrd87Q==} + engines: {node: '>=16.0.0'} + dependencies: + '@types/parse5': 6.0.3 + parse5: 6.0.1 + dev: true + /@web/polyfills-loader/1.3.4: resolution: {integrity: sha512-MAXVz/0OSxsooGLiw7Wxi5gz95sPsLgeDI8lfHrlVlR4TogJigJY7cODZ6H6P9QydVQfN9uB2a4BfhT5+HwPdg==} engines: {node: '>=12.0.0'} dependencies: - '@babel/core': 7.18.10 - '@web/parse5-utils': 1.3.0 + '@babel/core': 7.22.9 + '@web/parse5-utils': 1.3.1 '@webcomponents/shadycss': 1.11.0 '@webcomponents/webcomponentsjs': 2.6.0 abortcontroller-polyfill: 1.7.3 @@ -6988,7 +6351,7 @@ packages: es-module-shims: 1.5.8 intersection-observer: 0.12.2 parse5: 6.0.1 - regenerator-runtime: 0.13.9 + regenerator-runtime: 0.13.11 resize-observer-polyfill: 1.5.1 shady-css-scoped-element: 0.0.2 systemjs: 6.12.1 @@ -7026,14 +6389,14 @@ packages: - supports-color dev: true - /@web/test-runner-browserstack/0.5.0_typescript@4.6.4: - resolution: {integrity: sha512-RP1J0Wmw/O5KfPN52RPJdA55AleL0vxpT+klw6YDRummwymb+7d2AfqmAHG1MJQ3JWqzVuP7qM8htb6IqOaVJg==} + /@web/test-runner-browserstack/0.5.1_typescript@4.7.4: + resolution: {integrity: sha512-/tFQpTEUg4CQdylQ5/vCViLX/iGfUX/qmbAf1ZJMN0Oe8BF+BNpA1D1l61L8ksv178PLtlWqRAZF34B+ptxufw==} engines: {node: '>=12.0.0'} dependencies: - '@web/test-runner-webdriver': 0.5.0_typescript@4.6.4 + '@web/test-runner-webdriver': 0.5.1_typescript@4.7.4 browserstack-local: 1.5.1 ip: 1.1.8 - nanoid: 3.3.4 + nanoid: 3.3.6 transitivePeerDependencies: - bufferutil - encoding @@ -7046,7 +6409,7 @@ packages: resolution: {integrity: sha512-DKJVHhHh3e/b6/erfKOy0a4kGfZ47qMoQRgROxi9T4F9lavEY3E5/MQ7hapHFM2lBF4vDrm+EWjtBdOL8o42tw==} engines: {node: '>=12.0.0'} dependencies: - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 '@web/test-runner-coverage-v8': 0.4.9 chrome-launcher: 0.15.1 puppeteer-core: 13.7.0 @@ -7057,11 +6420,40 @@ packages: - utf-8-validate dev: true + /@web/test-runner-chrome/0.13.4_typescript@4.7.4: + resolution: {integrity: sha512-lbXsRvznlxJCnqGXQJ1Da8p+dcISgiHRNNvc2XuWqa2K+vPRZxkNcq+sP1vf2acGE1AHYUcaYxxlrFyNuJJd2Q==} + engines: {node: '>=16.0.0'} + dependencies: + '@web/test-runner-core': 0.11.2 + '@web/test-runner-coverage-v8': 0.7.1 + async-mutex: 0.4.0 + chrome-launcher: 0.15.1 + puppeteer-core: 19.11.1_typescript@4.7.4 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - typescript + - utf-8-validate + dev: true + /@web/test-runner-commands/0.6.3: resolution: {integrity: sha512-+tMjOgBh1z77rM3Kt3rUrl+gzyUOdcHr2EbAWeMVU2v0AV/c+DTFQNZTi7iw8j5v/bVSlR8p4lFR6xe5mGVYvw==} engines: {node: '>=12.0.0'} dependencies: - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 + mkdirp: 1.0.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/test-runner-commands/0.7.0: + resolution: {integrity: sha512-3aXeGrkynOdJ5jgZu5ZslcWmWuPVY9/HNdWDUqPyNePG08PKmLV9Ij342ODDL6OVsxF5dvYn1312PhDqu5AQNw==} + engines: {node: '>=16.0.0'} + dependencies: + '@web/test-runner-core': 0.11.2 mkdirp: 1.0.4 transitivePeerDependencies: - bufferutil @@ -7069,23 +6461,59 @@ packages: - utf-8-validate dev: true - /@web/test-runner-core/0.10.27: - resolution: {integrity: sha512-ClV/hSxs4wDm/ANFfQOdRRFb/c0sYywC1QfUXG/nS4vTp3nnt7x7mjydtMGGLmvK9f6Zkubkc1aa+7ryfmVwNA==} - engines: {node: '>=12.0.0'} + /@web/test-runner-core/0.10.29: + resolution: {integrity: sha512-0/ZALYaycEWswHhpyvl5yqo0uIfCmZe8q14nGPi1dMmNiqLcHjyFGnuIiLexI224AW74ljHcHllmDlXK9FUKGA==} + engines: {node: '>=12.0.0'} + dependencies: + '@babel/code-frame': 7.22.5 + '@types/babel__code-frame': 7.0.3 + '@types/co-body': 6.1.0 + '@types/convert-source-map': 2.0.0 + '@types/debounce': 1.2.1 + '@types/istanbul-lib-coverage': 2.0.4 + '@types/istanbul-reports': 3.0.1 + '@web/browser-logs': 0.2.6 + '@web/dev-server-core': 0.4.1 + chokidar: 3.5.3 + cli-cursor: 3.1.0 + co-body: 6.1.0 + convert-source-map: 2.0.0 + debounce: 1.2.1 + dependency-graph: 0.11.0 + globby: 11.1.0 + ip: 1.1.8 + istanbul-lib-coverage: 3.2.0 + istanbul-lib-report: 3.0.0 + istanbul-reports: 3.1.4 + log-update: 4.0.0 + nanocolors: 0.2.13 + nanoid: 3.3.6 + open: 8.4.0 + picomatch: 2.3.1 + source-map: 0.7.4 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/test-runner-core/0.11.2: + resolution: {integrity: sha512-7padi7pGg2xSW/i6iSApUwxlNaHv2bFBM+MiivkzJ0vet/a/+Fz35bOo8L8Ra7b/1my4VYBsPcWX0PVPowbXRg==} + engines: {node: '>=16.0.0'} dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.22.5 '@types/babel__code-frame': 7.0.3 '@types/co-body': 6.1.0 - '@types/convert-source-map': 1.5.2 + '@types/convert-source-map': 2.0.0 '@types/debounce': 1.2.1 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@web/browser-logs': 0.2.5 - '@web/dev-server-core': 0.3.18 + '@web/browser-logs': 0.3.3 + '@web/dev-server-core': 0.5.2 chokidar: 3.5.3 cli-cursor: 3.1.0 co-body: 6.1.0 - convert-source-map: 1.8.0 + convert-source-map: 2.0.0 debounce: 1.2.1 dependency-graph: 0.11.0 globby: 11.1.0 @@ -7095,7 +6523,7 @@ packages: istanbul-reports: 3.1.4 log-update: 4.0.0 nanocolors: 0.2.13 - nanoid: 3.3.4 + nanoid: 3.3.6 open: 8.4.0 picomatch: 2.3.1 source-map: 0.7.4 @@ -7109,7 +6537,7 @@ packages: resolution: {integrity: sha512-y9LWL4uY25+fKQTljwr0XTYjeWIwU4h8eYidVuLoW3n1CdFkaddv+smrGzzF5j8XY+Mp6TmV9NdxjvMWqVkDdw==} engines: {node: '>=12.0.0'} dependencies: - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 istanbul-lib-coverage: 3.2.0 picomatch: 2.3.1 v8-to-istanbul: 8.1.1 @@ -7119,12 +6547,39 @@ packages: - utf-8-validate dev: true + /@web/test-runner-coverage-v8/0.7.1: + resolution: {integrity: sha512-R0laTOxbLg7kVKHCBILEmja3w1ihlwkB+eRc7J06/ByyZoQVWxkM9SrTAUx7qCFI6o738Jj24a6TfIDbu3CwSA==} + engines: {node: '>=16.0.0'} + dependencies: + '@web/test-runner-core': 0.11.2 + istanbul-lib-coverage: 3.2.0 + lru-cache: 8.0.5 + picomatch: 2.3.1 + v8-to-istanbul: 9.0.1 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + /@web/test-runner-mocha/0.7.5: resolution: {integrity: sha512-12/OBq6efPCAvJpcz3XJs2OO5nHe7GtBibZ8Il1a0QtsGpRmuJ4/m1EF0Fj9f6KHg7JdpGo18A37oE+5hXjHwg==} engines: {node: '>=12.0.0'} dependencies: '@types/mocha': 8.2.3 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 + transitivePeerDependencies: + - bufferutil + - supports-color + - utf-8-validate + dev: true + + /@web/test-runner-mocha/0.8.1: + resolution: {integrity: sha512-CfYNZBbUSBiPNKkbF/dhxayecLCYZnu3g4cfgpfgmvLewlVOO6gNxaPt2c1/QhZutzTvXcMlsmaoWyk08F+V6A==} + engines: {node: '>=16.0.0'} + dependencies: + '@types/mocha': 10.0.1 + '@web/test-runner-core': 0.11.2 transitivePeerDependencies: - bufferutil - supports-color @@ -7136,7 +6591,7 @@ packages: engines: {node: '>=12.0.0'} dependencies: '@web/test-runner-chrome': 0.10.7 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 puppeteer: 13.7.0 transitivePeerDependencies: - bufferutil @@ -7145,12 +6600,12 @@ packages: - utf-8-validate dev: true - /@web/test-runner-webdriver/0.5.0_typescript@4.6.4: - resolution: {integrity: sha512-Z6k5aDt6H7H9rzTWUD9Q/FchfEdfrlOc/VBTJ2uIoneeTDrFovDFMCCCGbLWTgVNo1wihSlseHAkj8gch5HGAA==} + /@web/test-runner-webdriver/0.5.1_typescript@4.7.4: + resolution: {integrity: sha512-/vveOvKriEdvF7Mn1FwwOlq2+x5C1dtZU7hd9oJVYCfgbFbW7rPllVjerYElxSXG9GDG+kjrKBbZF7GuYfUQ+w==} engines: {node: '>=12.0.0'} dependencies: - '@web/test-runner-core': 0.10.27 - webdriverio: 7.20.5_typescript@4.6.4 + '@web/test-runner-core': 0.10.29 + webdriverio: 7.20.5_typescript@4.7.4 transitivePeerDependencies: - bufferutil - encoding @@ -7169,7 +6624,7 @@ packages: '@web/dev-server': 0.1.32 '@web/test-runner-chrome': 0.10.7 '@web/test-runner-commands': 0.6.3 - '@web/test-runner-core': 0.10.27 + '@web/test-runner-core': 0.10.29 '@web/test-runner-mocha': 0.7.5 camelcase: 6.3.0 command-line-args: 5.2.1 @@ -7187,6 +6642,35 @@ packages: - utf-8-validate dev: true + /@web/test-runner/0.16.1_typescript@4.7.4: + resolution: {integrity: sha512-vXq9l31tddF/LfIqoycjyJBdmxAnYBaxfjAbuTvN603y8Rtnf6RzRtpJ18WWmVfTmNoVL4C40V4MZNcp4VIZkQ==} + engines: {node: '>=16.0.0'} + hasBin: true + dependencies: + '@web/browser-logs': 0.3.3 + '@web/config-loader': 0.2.1 + '@web/dev-server': 0.2.5 + '@web/test-runner-chrome': 0.13.4_typescript@4.7.4 + '@web/test-runner-commands': 0.7.0 + '@web/test-runner-core': 0.11.2 + '@web/test-runner-mocha': 0.8.1 + camelcase: 6.3.0 + command-line-args: 5.2.1 + command-line-usage: 7.0.1 + convert-source-map: 2.0.0 + diff: 5.1.0 + globby: 11.1.0 + nanocolors: 0.2.13 + portfinder: 1.0.32 + source-map: 0.7.4 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - typescript + - utf-8-validate + dev: true + /@webassemblyjs/ast/1.11.1: resolution: {integrity: sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==} dependencies: @@ -7420,7 +6904,7 @@ packages: webpack-cli: 4.x.x dependencies: webpack: 5.72.1_webpack-cli@4.10.0 - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq /@webpack-cli/info/1.5.0_webpack-cli@4.10.0: resolution: {integrity: sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==} @@ -7428,9 +6912,9 @@ packages: webpack-cli: 4.x.x dependencies: envinfo: 7.8.1 - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq - /@webpack-cli/serve/1.7.0_b6kp5g2s4uywsci7bb7pbu5to4: + /@webpack-cli/serve/1.7.0_zlkpompfwd3ohwjpgahvnmgqqy: resolution: {integrity: sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==} peerDependencies: webpack-cli: 4.x.x @@ -7439,8 +6923,8 @@ packages: webpack-dev-server: optional: true dependencies: - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq - webpack-dev-server: 4.9.2_hqh4vd6ku3d274yeebiz4wnr34 + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq + webpack-dev-server: 4.15.1_hqh4vd6ku3d274yeebiz4wnr34 /@xtuc/ieee754/1.2.0: resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} @@ -7539,9 +7023,9 @@ packages: /airbnb-js-shims/2.2.1: resolution: {integrity: sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==} dependencies: - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 es5-shim: 4.6.7 es6-shim: 0.35.6 function.prototype.name: 1.1.5 @@ -7549,7 +7033,7 @@ packages: object.entries: 1.1.5 object.fromentries: 2.0.5 object.getownpropertydescriptors: 2.1.4 - object.values: 1.1.5 + object.values: 1.1.6 promise.allsettled: 1.0.5 promise.prototype.finally: 3.1.3 string.prototype.matchall: 4.0.7 @@ -7777,6 +7261,17 @@ packages: engines: {node: '>=8'} dev: true + /array-back/6.2.2: + resolution: {integrity: sha512-gUAZ7HPyb4SJczXAMUXMGAvI976JoK3qEx9v1FTmeYuJj0IBiaKttG1ydtGKdkfqWkIkouke7nG8ufGy77+Cvw==} + engines: {node: '>=12.17'} + dev: true + + /array-buffer-byte-length/1.0.0: + resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + dependencies: + call-bind: 1.0.2 + is-array-buffer: 3.0.2 + /array-find-index/1.0.2: resolution: {integrity: sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==} engines: {node: '>=0.10.0'} @@ -7789,14 +7284,14 @@ packages: /array-flatten/2.1.2: resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} - /array-includes/3.1.5: - resolution: {integrity: sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==} + /array-includes/3.1.6: + resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 is-string: 1.0.7 /array-union/1.0.2: @@ -7820,32 +7315,31 @@ packages: engines: {node: '>=0.10.0'} dev: true - /array.prototype.flat/1.3.0: - resolution: {integrity: sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==} + /array.prototype.flat/1.3.1: + resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 es-shim-unscopables: 1.0.0 - /array.prototype.flatmap/1.3.0: - resolution: {integrity: sha512-PZC9/8TKAIxcWKdyeb77EzULHPrIX/tIZebLJUQOMR1OwYosT8yggdfWScfTBCDj5utONvOuPQQumYsU2ULbkg==} + /array.prototype.flatmap/1.3.1: + resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 es-shim-unscopables: 1.0.0 - dev: true /array.prototype.map/1.0.4: resolution: {integrity: sha512-Qds9QnX7A0qISY7JT5WuJO0NJPE9CMlC6JzHQfhpqAAQQzufVRoeH7EzUY5GcPTx72voG8LV/5eo+b8Qi8hmhA==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.2.0 + es-abstract: 1.22.1 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true @@ -7855,12 +7349,23 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.2.0 + es-abstract: 1.22.1 es-array-method-boxes-properly: 1.0.0 is-string: 1.0.7 dev: true + /arraybuffer.prototype.slice/1.0.1: + resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + call-bind: 1.0.2 + define-properties: 1.2.0 + get-intrinsic: 1.2.1 + is-array-buffer: 3.0.2 + is-shared-array-buffer: 1.0.2 + /arrify/1.0.1: resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} engines: {node: '>=0.10.0'} @@ -7917,7 +7422,7 @@ packages: resolution: {integrity: sha512-O0yuUDnZeQDL+ncNGlJ78BiO4jnYI3bvMsD5prT0/nsgijG/LpNBIr63gTjVTNsiGkgQhiyCShTgxt8oXOrklA==} engines: {node: '>=4'} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: true /astral-regex/2.0.0: @@ -7938,6 +7443,12 @@ packages: resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==} dev: true + /async-mutex/0.4.0: + resolution: {integrity: sha512-eJFZ1YhRR8UN8eBLoNzcDPcy/jqjsg6I1AP+KvWQX80BqOSW1oJPJXDylPUEeMr2ZQvHgnQ//Lp6f3RQ1zI7HA==} + dependencies: + tslib: 2.4.1 + dev: true + /async/2.6.4: resolution: {integrity: sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==} dependencies: @@ -7967,8 +7478,8 @@ packages: resolution: {integrity: sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==} hasBin: true dependencies: - browserslist: 4.21.0 - caniuse-lite: 1.0.30001359 + browserslist: 4.21.9 + caniuse-lite: 1.0.30001517 normalize-range: 0.1.2 num2fraction: 1.2.2 picocolors: 0.2.1 @@ -7976,6 +7487,10 @@ packages: postcss-value-parser: 4.2.0 dev: true + /available-typed-arrays/1.0.5: + resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + engines: {node: '>= 0.4'} + /aws-sign2/0.7.0: resolution: {integrity: sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==} dev: true @@ -7989,22 +7504,22 @@ packages: engines: {node: '>=12'} dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.18.10: + /babel-core/7.0.0-bridge.0_@babel+core@7.22.9: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 dev: true - /babel-loader/8.2.5_5ouqwanl7jnotevpn4w6qovjqm: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.3.0_mjsnzbi34d3prkab3a6smsve6m: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -8012,29 +7527,14 @@ packages: webpack: 4.46.0 dev: true - /babel-loader/8.2.5_bknskcquvzhx5phrpr2fwapcku: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} - engines: {node: '>= 8.9'} - peerDependencies: - '@babel/core': ^7.0.0 - webpack: '>=2' - dependencies: - '@babel/core': 7.18.5 - find-cache-dir: 3.3.2 - loader-utils: 2.0.2 - make-dir: 3.1.0 - schema-utils: 2.7.1 - webpack: 5.72.1 - dev: true - - /babel-loader/8.2.5_whzu2avxrneafty4rytfonthcq: - resolution: {integrity: sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==} + /babel-loader/8.3.0_ouvot7np5w5pn5r4c7oc5hepha: + resolution: {integrity: sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==} engines: {node: '>= 8.9'} peerDependencies: '@babel/core': ^7.0.0 webpack: '>=2' dependencies: - '@babel/core': 7.18.10 + '@babel/core': 7.22.9 find-cache-dir: 3.3.2 loader-utils: 2.0.2 make-dir: 3.1.0 @@ -8052,26 +7552,15 @@ packages: '@mdx-js/util': 1.6.22 dev: true - /babel-plugin-bundled-import-meta/0.3.2_@babel+core@7.18.10: - resolution: {integrity: sha512-RMXzsnWoFHDSUc1X/QiejEwQBtQ0Y68HQZ542JQ4voFa5Sgl5f/D4T7+EOocUeSbiT4XIDbrhfxbH5OmcV8Ibw==} - engines: {node: '>=8'} - peerDependencies: - '@babel/core': ^7.7.0 - dependencies: - '@babel/core': 7.18.10 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.10 - '@babel/template': 7.18.10 - dev: true - - /babel-plugin-bundled-import-meta/0.3.2_@babel+core@7.18.5: + /babel-plugin-bundled-import-meta/0.3.2_@babel+core@7.22.9: resolution: {integrity: sha512-RMXzsnWoFHDSUc1X/QiejEwQBtQ0Y68HQZ542JQ4voFa5Sgl5f/D4T7+EOocUeSbiT4XIDbrhfxbH5OmcV8Ibw==} engines: {node: '>=8'} peerDependencies: '@babel/core': ^7.7.0 dependencies: - '@babel/core': 7.18.5 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.18.5 - '@babel/template': 7.18.10 + '@babel/core': 7.22.9 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.9 + '@babel/template': 7.22.5 dev: true /babel-plugin-dynamic-import-node/2.3.3: @@ -8103,91 +7592,55 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 cosmiconfig: 7.0.1 resolve: 1.22.1 dev: true - /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.10: - resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.10 - semver: 6.3.0 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.18.5: + /babel-plugin-polyfill-corejs2/0.3.1_@babel+core@7.22.9: resolution: {integrity: sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.18.8 - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 - semver: 6.3.0 + '@babel/compat-data': 7.22.9 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.22.9 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.18.10: + /babel-plugin-polyfill-corejs3/0.1.7_@babel+core@7.22.9: resolution: {integrity: sha512-u+gbS9bbPhZWEeyy1oR/YaaSpod/KDT07arZHb80aTpl8H5ZBq+uN1nN9/xtX7jQyfLdPfoqI4Rue/MQSWJquw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.18.10 - core-js-compat: 3.23.2 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.10: - resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.10 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.1.5_@babel+core@7.22.9 core-js-compat: 3.23.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.18.5: + /babel-plugin-polyfill-corejs3/0.5.2_@babel+core@7.22.9: resolution: {integrity: sha512-G3uJih0XWiID451fpeFaYGVuxHEjzKTHtc9uGFEjR6hHrvNzeS/PX+LLLcetJcytsB5m4j+K3o/EpXJNb/5IEQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.22.9 core-js-compat: 3.23.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.10: - resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.18.10 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.10 - transitivePeerDependencies: - - supports-color - dev: true - - /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.18.5: + /babel-plugin-polyfill-regenerator/0.3.1_@babel+core@7.22.9: resolution: {integrity: sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.18.5 - '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.18.5 + '@babel/core': 7.22.9 + '@babel/helper-define-polyfill-provider': 0.3.1_@babel+core@7.22.9 transitivePeerDependencies: - supports-color dev: true @@ -8441,6 +7894,17 @@ packages: node-releases: 2.0.5 update-browserslist-db: 1.0.4_browserslist@4.21.0 + /browserslist/4.21.9: + resolution: {integrity: sha512-M0MFoZzbUrRU4KNfCrDLnvyE7gub+peetoTid3TBIqtunaDJyXlwhakT+/VkvSXcfIzFfK/nkCs4nmyTmxdNSg==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001517 + electron-to-chromium: 1.4.465 + node-releases: 2.0.13 + update-browserslist-db: 1.0.11_browserslist@4.21.9 + dev: true + /browserstack-local/1.5.1: resolution: {integrity: sha512-T/wxyWDzvBHbDvl7fZKpFU7mYze6nrUkBhNy+d+8bXBqgQX10HTYvajIGO0wb49oGSLCPM0CMZTV/s7e6LF0sA==} dependencies: @@ -8494,7 +7958,7 @@ packages: dev: true /bytes/3.0.0: - resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} + resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==} engines: {node: '>= 0.8'} /bytes/3.1.2: @@ -8636,7 +8100,7 @@ packages: resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} dependencies: pascal-case: 3.1.2 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /camelcase-css/2.0.1: @@ -8699,6 +8163,10 @@ packages: /caniuse-lite/1.0.30001359: resolution: {integrity: sha512-Xln/BAsPzEuiVLgJ2/45IaqD9jShtk3Y33anKb4+yLwQzws3+v6odKfpgES/cDEaZMLzSChpIGdbOYtH9MyuHw==} + /caniuse-lite/1.0.30001517: + resolution: {integrity: sha512-Vdhm5S11DaFVLlyiKu4hiUTkpZu+y1KA/rZZqVQfOD5YdDT/eQKlkt7NaE0WGOFgX32diqt9MiP9CAiFeRklaA==} + dev: true + /capture-exit/2.0.0: resolution: {integrity: sha512-PiT/hQmTonHhl/HFGN+Lx3JJUznrVYJ3+AQsnthneZbvW7x+f08Tk7yLJTLEOUvBTbduLeeBkxEaYXUOUrRq6g==} engines: {node: 6.* || 8.* || >= 10.*} @@ -8725,6 +8193,13 @@ packages: axe-core: 4.4.2 dev: true + /chalk-template/0.4.0: + resolution: {integrity: sha512-/ghrgmhfY8RaSdeo43hNXxpoHAtxdbskUHjPpfqUWGttFgycUhYPGx3YZBCnUCvOa7Doivn1IZec3DEGFoMgLg==} + engines: {node: '>=12'} + dependencies: + chalk: 4.1.2 + dev: true + /chalk/2.4.1: resolution: {integrity: sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==} engines: {node: '>=4'} @@ -8834,6 +8309,15 @@ packages: resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} engines: {node: '>=6.0'} + /chromium-bidi/0.4.7_7yd6ibrwer4fxzjxd6md3toxiy: + resolution: {integrity: sha512-6+mJuFXwTMU6I3vYLs6IL8A1DyQTPjCfIL971X0aMPVGRbGnNfl6i6Cl0NMbxi2bRYLGESt9T2ZIMRM5PAEcIQ==} + peerDependencies: + devtools-protocol: '*' + dependencies: + devtools-protocol: 0.0.1107588 + mitt: 3.0.0 + dev: true + /ci-info/2.0.0: resolution: {integrity: sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==} dev: true @@ -8855,8 +8339,8 @@ packages: static-extend: 0.1.2 dev: true - /classnames/2.3.1: - resolution: {integrity: sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==} + /classnames/2.3.2: + resolution: {integrity: sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==} dev: false /clean-css/4.2.4: @@ -8873,6 +8357,13 @@ packages: source-map: 0.6.1 dev: true + /clean-css/5.3.2: + resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} + engines: {node: '>= 10.0'} + dependencies: + source-map: 0.6.1 + dev: true + /clean-stack/2.2.0: resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} engines: {node: '>=6'} @@ -8920,6 +8411,15 @@ packages: wrap-ansi: 7.0.0 dev: true + /cliui/8.0.1: + resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} + engines: {node: '>=12'} + dependencies: + string-width: 4.2.3 + strip-ansi: 6.0.1 + wrap-ansi: 7.0.0 + dev: true + /clone-deep/4.0.1: resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} engines: {node: '>=6'} @@ -9034,6 +8534,16 @@ packages: typical: 5.2.0 dev: true + /command-line-usage/7.0.1: + resolution: {integrity: sha512-NCyznE//MuTjwi3y84QVUGEOT+P5oto1e1Pk/jFPVdPPfsG03qpTIl3yw6etR+v73d0lXsoojRpvbru2sqePxQ==} + engines: {node: '>=12.20.0'} + dependencies: + array-back: 6.2.2 + chalk-template: 0.4.0 + table-layout: 3.0.2 + typical: 7.1.1 + dev: true + /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} @@ -9151,8 +8661,8 @@ packages: resolution: {integrity: sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==} dev: false - /connect-history-api-fallback/1.6.0: - resolution: {integrity: sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==} + /connect-history-api-fallback/2.0.0: + resolution: {integrity: sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==} engines: {node: '>=0.8'} /console-browserify/1.2.0: @@ -9191,8 +8701,12 @@ packages: safe-buffer: 5.1.2 dev: true + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + /cookie-signature/1.0.6: - resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} + resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} /cookie/0.5.0: resolution: {integrity: sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==} @@ -9224,13 +8738,14 @@ packages: /core-js-bundle/3.23.2: resolution: {integrity: sha512-X8BpEKM5U1D68ssMmDmn/qZDHsoLUK5HcvvNVJpPcN/17yOdS74C7FEpQ6lzAJmXObIor+Hai/z8aCIerlUtvw==} + deprecated: core-js-bundle@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js-bundle. requiresBuild: true dev: true /core-js-compat/3.23.2: resolution: {integrity: sha512-lrgZvxFwbQp9v7E8mX0rJ+JX7Bvh4eGULZXA1IAyjlsnWvCdw6TF8Tg6xtaSUSJMrSrMaLdpmk+V54LM1dvfOA==} dependencies: - browserslist: 4.21.0 + browserslist: 4.21.9 semver: 7.0.0 dev: true @@ -9415,13 +8930,13 @@ packages: engines: {node: '>=8'} dev: true - /css-declaration-sorter/6.3.0_postcss@8.4.14: + /css-declaration-sorter/6.3.0_postcss@8.4.26: resolution: {integrity: sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og==} engines: {node: ^10 || ^12 || >=14} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true /css-loader/3.6.0_webpack@4.46.0: @@ -9442,7 +8957,7 @@ packages: postcss-modules-values: 3.0.0 postcss-value-parser: 4.2.0 schema-utils: 2.7.1 - semver: 6.3.0 + semver: 6.3.1 webpack: 4.46.0 dev: true @@ -9483,62 +8998,62 @@ packages: hasBin: true dev: true - /cssnano-preset-default/5.2.12_postcss@8.4.14: + /cssnano-preset-default/5.2.12_postcss@8.4.26: resolution: {integrity: sha512-OyCBTZi+PXgylz9HAA5kHyoYhfGcYdwFmyaJzWnzxuGRtnMw/kR6ilW9XzlzlRAtB6PLT/r+prYgkef7hngFew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - css-declaration-sorter: 6.3.0_postcss@8.4.14 - cssnano-utils: 3.1.0_postcss@8.4.14 - postcss: 8.4.14 - postcss-calc: 8.2.4_postcss@8.4.14 - postcss-colormin: 5.3.0_postcss@8.4.14 - postcss-convert-values: 5.1.2_postcss@8.4.14 - postcss-discard-comments: 5.1.2_postcss@8.4.14 - postcss-discard-duplicates: 5.1.0_postcss@8.4.14 - postcss-discard-empty: 5.1.1_postcss@8.4.14 - postcss-discard-overridden: 5.1.0_postcss@8.4.14 - postcss-merge-longhand: 5.1.6_postcss@8.4.14 - postcss-merge-rules: 5.1.2_postcss@8.4.14 - postcss-minify-font-values: 5.1.0_postcss@8.4.14 - postcss-minify-gradients: 5.1.1_postcss@8.4.14 - postcss-minify-params: 5.1.3_postcss@8.4.14 - postcss-minify-selectors: 5.2.1_postcss@8.4.14 - postcss-normalize-charset: 5.1.0_postcss@8.4.14 - postcss-normalize-display-values: 5.1.0_postcss@8.4.14 - postcss-normalize-positions: 5.1.1_postcss@8.4.14 - postcss-normalize-repeat-style: 5.1.1_postcss@8.4.14 - postcss-normalize-string: 5.1.0_postcss@8.4.14 - postcss-normalize-timing-functions: 5.1.0_postcss@8.4.14 - postcss-normalize-unicode: 5.1.0_postcss@8.4.14 - postcss-normalize-url: 5.1.0_postcss@8.4.14 - postcss-normalize-whitespace: 5.1.1_postcss@8.4.14 - postcss-ordered-values: 5.1.3_postcss@8.4.14 - postcss-reduce-initial: 5.1.0_postcss@8.4.14 - postcss-reduce-transforms: 5.1.0_postcss@8.4.14 - postcss-svgo: 5.1.0_postcss@8.4.14 - postcss-unique-selectors: 5.1.1_postcss@8.4.14 - dev: true - - /cssnano-utils/3.1.0_postcss@8.4.14: + css-declaration-sorter: 6.3.0_postcss@8.4.26 + cssnano-utils: 3.1.0_postcss@8.4.26 + postcss: 8.4.26 + postcss-calc: 8.2.4_postcss@8.4.26 + postcss-colormin: 5.3.0_postcss@8.4.26 + postcss-convert-values: 5.1.2_postcss@8.4.26 + postcss-discard-comments: 5.1.2_postcss@8.4.26 + postcss-discard-duplicates: 5.1.0_postcss@8.4.26 + postcss-discard-empty: 5.1.1_postcss@8.4.26 + postcss-discard-overridden: 5.1.0_postcss@8.4.26 + postcss-merge-longhand: 5.1.6_postcss@8.4.26 + postcss-merge-rules: 5.1.2_postcss@8.4.26 + postcss-minify-font-values: 5.1.0_postcss@8.4.26 + postcss-minify-gradients: 5.1.1_postcss@8.4.26 + postcss-minify-params: 5.1.3_postcss@8.4.26 + postcss-minify-selectors: 5.2.1_postcss@8.4.26 + postcss-normalize-charset: 5.1.0_postcss@8.4.26 + postcss-normalize-display-values: 5.1.0_postcss@8.4.26 + postcss-normalize-positions: 5.1.1_postcss@8.4.26 + postcss-normalize-repeat-style: 5.1.1_postcss@8.4.26 + postcss-normalize-string: 5.1.0_postcss@8.4.26 + postcss-normalize-timing-functions: 5.1.0_postcss@8.4.26 + postcss-normalize-unicode: 5.1.0_postcss@8.4.26 + postcss-normalize-url: 5.1.0_postcss@8.4.26 + postcss-normalize-whitespace: 5.1.1_postcss@8.4.26 + postcss-ordered-values: 5.1.3_postcss@8.4.26 + postcss-reduce-initial: 5.1.0_postcss@8.4.26 + postcss-reduce-transforms: 5.1.0_postcss@8.4.26 + postcss-svgo: 5.1.0_postcss@8.4.26 + postcss-unique-selectors: 5.1.1_postcss@8.4.26 + dev: true + + /cssnano-utils/3.1.0_postcss@8.4.26: resolution: {integrity: sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /cssnano/5.1.12_postcss@8.4.14: + /cssnano/5.1.12_postcss@8.4.26: resolution: {integrity: sha512-TgvArbEZu0lk/dvg2ja+B7kYoD7BBCmn3+k58xD0qjrGHsFzXY/wKTo9M5egcUCabPol05e/PVoIu79s2JN4WQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-preset-default: 5.2.12_postcss@8.4.14 + cssnano-preset-default: 5.2.12_postcss@8.4.26 lilconfig: 2.0.5 - postcss: 8.4.14 + postcss: 8.4.26 yaml: 1.10.2 dev: true @@ -9572,9 +9087,11 @@ packages: assert-plus: 1.0.0 dev: true - /date-fns/2.28.0: - resolution: {integrity: sha512-8d35hViGYx/QH0icHYCeLmsLmMUheMmTyV9Fcm6gvNwdw31yXXH+O85sOBJ+OLnLQMKZowvpKb6FgMIQjcpvQw==} + /date-fns/2.30.0: + resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} + dependencies: + '@babel/runtime': 7.22.6 /debounce/1.2.1: resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} @@ -9655,8 +9172,8 @@ packages: lodash-es: 4.17.21 dev: true - /deepmerge/4.2.2: - resolution: {integrity: sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==} + /deepmerge/4.3.1: + resolution: {integrity: sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==} engines: {node: '>=0.10.0'} /default-browser-id/1.0.4: @@ -9697,6 +9214,13 @@ packages: has-property-descriptors: 1.0.0 object-keys: 1.1.1 + /define-properties/1.2.0: + resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} + engines: {node: '>= 0.4'} + dependencies: + has-property-descriptors: 1.0.0 + object-keys: 1.1.1 + /define-property/0.2.5: resolution: {integrity: sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==} engines: {node: '>=0.10.0'} @@ -9781,26 +9305,30 @@ packages: resolution: {integrity: sha512-OKvTvu9n3swmgYshvsyVHYX0+aPzCoYUnyXUacfQMmFtBtBKewV/gT4I9jkAbpTqtTi2E4S9MXLlvzBDUlqg0Q==} dev: true + /devtools-protocol/0.0.1107588: + resolution: {integrity: sha512-yIR+pG9x65Xko7bErCUSQaDLrO/P1p3JUzEk7JCU4DowPcGHkTGUGQapcfcLc4qj0UaALwZ+cr0riFgiqpixcg==} + dev: true + /devtools-protocol/0.0.981744: resolution: {integrity: sha512-0cuGS8+jhR67Fy7qG3i3Pc7Aw494sb9yG9QgpG97SFVWwolgYjlhJg7n+UaHxOQT30d1TYu/EYe9k01ivLErIg==} dev: true - /devtools/7.20.4_typescript@4.6.4: + /devtools/7.20.4_typescript@4.7.4: resolution: {integrity: sha512-8Mn/1L5TeBmD4/EhMeeh1Sp9WzEBKZWgvSs5i7MiGdUyblc0VouGfbMDlzi7UW8SWa2srNevjGC2Jnj76f5uSA==} engines: {node: '>=12.0.0'} dependencies: '@types/node': 18.0.0 '@types/ua-parser-js': 0.7.36 - '@wdio/config': 7.20.3_typescript@4.6.4 + '@wdio/config': 7.20.3_typescript@4.7.4 '@wdio/logger': 7.19.0 '@wdio/protocols': 7.20.4 - '@wdio/types': 7.20.3_typescript@4.6.4 - '@wdio/utils': 7.20.3_typescript@4.6.4 + '@wdio/types': 7.20.3_typescript@4.7.4 + '@wdio/utils': 7.20.3_typescript@4.7.4 chrome-launcher: 0.15.1 edge-paths: 2.2.1 puppeteer-core: 13.7.0 query-selector-shadow-dom: 1.0.0 - ua-parser-js: 1.0.2 + ua-parser-js: 1.0.35 uuid: 8.3.2 transitivePeerDependencies: - bufferutil @@ -9910,7 +9438,7 @@ packages: resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} dependencies: no-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /dot-prop/5.3.0: @@ -9965,7 +9493,7 @@ packages: dev: true /ee-first/1.1.1: - resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} + resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} /ejs/3.1.8: resolution: {integrity: sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==} @@ -9978,6 +9506,10 @@ packages: /electron-to-chromium/1.4.169: resolution: {integrity: sha512-Yb7UFva1sLlAaRyCkgoFF3qWvwZacFDtsGKi44rZsk8vnhL0DMhsUdhI4Dz9CCJQfftncDMGSI3AYiDtg8mD/w==} + /electron-to-chromium/1.4.465: + resolution: {integrity: sha512-XQcuHvEJRMU97UJ75e170mgcITZoz0lIyiaVjk6R+NMTJ8KBIvUHYd1779swgOppUlzxR+JsLpq59PumaXS1jQ==} + dev: true + /elliptic/6.5.4: resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==} dependencies: @@ -10042,6 +9574,11 @@ packages: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: true + /entities/4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + dev: true + /env-paths/2.2.1: resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} engines: {node: '>=6'} @@ -10101,6 +9638,50 @@ packages: string.prototype.trimstart: 1.0.5 unbox-primitive: 1.0.2 + /es-abstract/1.22.1: + resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} + engines: {node: '>= 0.4'} + dependencies: + array-buffer-byte-length: 1.0.0 + arraybuffer.prototype.slice: 1.0.1 + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + es-set-tostringtag: 2.0.1 + es-to-primitive: 1.2.1 + function.prototype.name: 1.1.5 + get-intrinsic: 1.2.1 + get-symbol-description: 1.0.0 + globalthis: 1.0.3 + gopd: 1.0.1 + has: 1.0.3 + has-property-descriptors: 1.0.0 + has-proto: 1.0.1 + has-symbols: 1.0.3 + internal-slot: 1.0.5 + is-array-buffer: 3.0.2 + is-callable: 1.2.7 + is-negative-zero: 2.0.2 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.2 + is-string: 1.0.7 + is-typed-array: 1.1.12 + is-weakref: 1.0.2 + object-inspect: 1.12.3 + object-keys: 1.1.1 + object.assign: 4.1.4 + regexp.prototype.flags: 1.5.0 + safe-array-concat: 1.0.0 + safe-regex-test: 1.0.0 + string.prototype.trim: 1.2.7 + string.prototype.trimend: 1.0.6 + string.prototype.trimstart: 1.0.6 + typed-array-buffer: 1.0.0 + typed-array-byte-length: 1.0.0 + typed-array-byte-offset: 1.0.0 + typed-array-length: 1.0.4 + unbox-primitive: 1.0.2 + which-typed-array: 1.1.11 + /es-array-method-boxes-properly/1.0.0: resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} dev: true @@ -10109,7 +9690,7 @@ packages: resolution: {integrity: sha512-+DTO8GYwbMCwbywjimwZMHp8AuYXOS2JZFWoi2AlPOS3ebnII9w/NLpNZtA7A0YLaVDw+O7KFCeoIV7OPvM7hQ==} dependencies: call-bind: 1.0.2 - get-intrinsic: 1.1.2 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 is-arguments: 1.1.1 is-map: 2.0.2 @@ -10121,14 +9702,22 @@ packages: /es-module-lexer/0.9.3: resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==} - /es-module-shims/0.4.7: - resolution: {integrity: sha512-0LTiSQoPWwdcaTVIQXhGlaDwTneD0g9/tnH1PNs3zHFFH+xoCeJclDM3rQeqF9nurXPfMKm3l9+kfPRa5VpbKg==} + /es-module-lexer/1.3.0: + resolution: {integrity: sha512-vZK7T0N2CBmBOixhmjdqx2gWVbFZ4DXZ/NyRMZVlJXPa7CyFS+/a4QQsDGDQy9ZfEzxFuNEsMLeQJnKP2p5/JA==} dev: true /es-module-shims/1.5.8: resolution: {integrity: sha512-HHRl0wLqpMRHKdeJAIj7rkqP72sN9QcLTNvTvtsYGs1Nt98PJ0tIPKW5ZfpCWBFawb7MBY0yIRsBeCxlwSHqeQ==} dev: true + /es-set-tostringtag/2.0.1: + resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + has-tostringtag: 1.0.0 + /es-shim-unscopables/1.0.0: resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} dependencies: @@ -10151,8 +9740,8 @@ packages: resolution: {integrity: sha512-EmTr31wppcaIAgblChZiuN/l9Y7DPyw8Xtbg7fIVngn6zMW+IEBJDJngeKC3x6wr0V/vcA2wqeFnaw1bFJbDdA==} dev: true - /esbuild-android-64/0.14.47: - resolution: {integrity: sha512-R13Bd9+tqLVFndncMHssZrPWe6/0Kpv2/dt4aA69soX4PRxlzsVpCvoJeFE8sOEoeVEiBkI0myjlkDodXlHa0g==} + /esbuild-android-64/0.15.18: + resolution: {integrity: sha512-wnpt3OXRhcjfIDSZu9bnzT4/TNTDsOUvip0foZOUBG7QbSt//w3QV4FInVJxNhKc/ErhUxc5z4QjHtMi7/TbgA==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -10160,8 +9749,8 @@ packages: dev: true optional: true - /esbuild-android-arm64/0.14.47: - resolution: {integrity: sha512-OkwOjj7ts4lBp/TL6hdd8HftIzOy/pdtbrNA4+0oVWgGG64HrdVzAF5gxtJufAPOsEjkyh1oIYvKAUinKKQRSQ==} + /esbuild-android-arm64/0.15.18: + resolution: {integrity: sha512-G4xu89B8FCzav9XU8EjsXacCKSG2FT7wW9J6hOc18soEHJdtWu03L3TQDGf0geNxfLTtxENKBzMSq9LlbjS8OQ==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -10169,8 +9758,8 @@ packages: dev: true optional: true - /esbuild-darwin-64/0.14.47: - resolution: {integrity: sha512-R6oaW0y5/u6Eccti/TS6c/2c1xYTb1izwK3gajJwi4vIfNs1s8B1dQzI1UiC9T61YovOQVuePDcfqHLT3mUZJA==} + /esbuild-darwin-64/0.15.18: + resolution: {integrity: sha512-2WAvs95uPnVJPuYKP0Eqx+Dl/jaYseZEUUT1sjg97TJa4oBtbAKnPnl3b5M9l51/nbx7+QAEtuummJZW0sBEmg==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -10178,8 +9767,8 @@ packages: dev: true optional: true - /esbuild-darwin-arm64/0.14.47: - resolution: {integrity: sha512-seCmearlQyvdvM/noz1L9+qblC5vcBrhUaOoLEDDoLInF/VQ9IkobGiLlyTPYP5dW1YD4LXhtBgOyevoIHGGnw==} + /esbuild-darwin-arm64/0.15.18: + resolution: {integrity: sha512-tKPSxcTJ5OmNb1btVikATJ8NftlyNlc8BVNtyT/UAr62JFOhwHlnoPrhYWz09akBLHI9nElFVfWSTSRsrZiDUA==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -10187,8 +9776,8 @@ packages: dev: true optional: true - /esbuild-freebsd-64/0.14.47: - resolution: {integrity: sha512-ZH8K2Q8/Ux5kXXvQMDsJcxvkIwut69KVrYQhza/ptkW50DC089bCVrJZZ3sKzIoOx+YPTrmsZvqeZERjyYrlvQ==} + /esbuild-freebsd-64/0.15.18: + resolution: {integrity: sha512-TT3uBUxkteAjR1QbsmvSsjpKjOX6UkCstr8nMr+q7zi3NuZ1oIpa8U41Y8I8dJH2fJgdC3Dj3CXO5biLQpfdZA==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -10196,8 +9785,8 @@ packages: dev: true optional: true - /esbuild-freebsd-arm64/0.14.47: - resolution: {integrity: sha512-ZJMQAJQsIOhn3XTm7MPQfCzEu5b9STNC+s90zMWe2afy9EwnHV7Ov7ohEMv2lyWlc2pjqLW8QJnz2r0KZmeAEQ==} + /esbuild-freebsd-arm64/0.15.18: + resolution: {integrity: sha512-R/oVr+X3Tkh+S0+tL41wRMbdWtpWB8hEAMsOXDumSSa6qJR89U0S/PpLXrGF7Wk/JykfpWNokERUpCeHDl47wA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -10205,8 +9794,8 @@ packages: dev: true optional: true - /esbuild-linux-32/0.14.47: - resolution: {integrity: sha512-FxZOCKoEDPRYvq300lsWCTv1kcHgiiZfNrPtEhFAiqD7QZaXrad8LxyJ8fXGcWzIFzRiYZVtB3ttvITBvAFhKw==} + /esbuild-linux-32/0.15.18: + resolution: {integrity: sha512-lphF3HiCSYtaa9p1DtXndiQEeQDKPl9eN/XNoBf2amEghugNuqXNZA/ZovthNE2aa4EN43WroO0B85xVSjYkbg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -10214,8 +9803,8 @@ packages: dev: true optional: true - /esbuild-linux-64/0.14.47: - resolution: {integrity: sha512-nFNOk9vWVfvWYF9YNYksZptgQAdstnDCMtR6m42l5Wfugbzu11VpMCY9XrD4yFxvPo9zmzcoUL/88y0lfJZJJw==} + /esbuild-linux-64/0.15.18: + resolution: {integrity: sha512-hNSeP97IviD7oxLKFuii5sDPJ+QHeiFTFLoLm7NZQligur8poNOWGIgpQ7Qf8Balb69hptMZzyOBIPtY09GZYw==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -10223,8 +9812,8 @@ packages: dev: true optional: true - /esbuild-linux-arm/0.14.47: - resolution: {integrity: sha512-ZGE1Bqg/gPRXrBpgpvH81tQHpiaGxa8c9Rx/XOylkIl2ypLuOcawXEAo8ls+5DFCcRGt/o3sV+PzpAFZobOsmA==} + /esbuild-linux-arm/0.15.18: + resolution: {integrity: sha512-UH779gstRblS4aoS2qpMl3wjg7U0j+ygu3GjIeTonCcN79ZvpPee12Qun3vcdxX+37O5LFxz39XeW2I9bybMVA==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -10232,8 +9821,8 @@ packages: dev: true optional: true - /esbuild-linux-arm64/0.14.47: - resolution: {integrity: sha512-ywfme6HVrhWcevzmsufjd4iT3PxTfCX9HOdxA7Hd+/ZM23Y9nXeb+vG6AyA6jgq/JovkcqRHcL9XwRNpWG6XRw==} + /esbuild-linux-arm64/0.15.18: + resolution: {integrity: sha512-54qr8kg/6ilcxd+0V3h9rjT4qmjc0CccMVWrjOEM/pEcUzt8X62HfBSeZfT2ECpM7104mk4yfQXkosY8Quptug==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -10241,8 +9830,8 @@ packages: dev: true optional: true - /esbuild-linux-mips64le/0.14.47: - resolution: {integrity: sha512-mg3D8YndZ1LvUiEdDYR3OsmeyAew4MA/dvaEJxvyygahWmpv1SlEEnhEZlhPokjsUMfRagzsEF/d/2XF+kTQGg==} + /esbuild-linux-mips64le/0.15.18: + resolution: {integrity: sha512-Mk6Ppwzzz3YbMl/ZZL2P0q1tnYqh/trYZ1VfNP47C31yT0K8t9s7Z077QrDA/guU60tGNp2GOwCQnp+DYv7bxQ==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -10250,8 +9839,8 @@ packages: dev: true optional: true - /esbuild-linux-ppc64le/0.14.47: - resolution: {integrity: sha512-WER+f3+szmnZiWoK6AsrTKGoJoErG2LlauSmk73LEZFQ/iWC+KhhDsOkn1xBUpzXWsxN9THmQFltLoaFEH8F8w==} + /esbuild-linux-ppc64le/0.15.18: + resolution: {integrity: sha512-b0XkN4pL9WUulPTa/VKHx2wLCgvIAbgwABGnKMY19WhKZPT+8BxhZdqz6EgkqCLld7X5qiCY2F/bfpUUlnFZ9w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -10259,8 +9848,8 @@ packages: dev: true optional: true - /esbuild-linux-riscv64/0.14.47: - resolution: {integrity: sha512-1fI6bP3A3rvI9BsaaXbMoaOjLE3lVkJtLxsgLHqlBhLlBVY7UqffWBvkrX/9zfPhhVMd9ZRFiaqXnB1T7BsL2g==} + /esbuild-linux-riscv64/0.15.18: + resolution: {integrity: sha512-ba2COaoF5wL6VLZWn04k+ACZjZ6NYniMSQStodFKH/Pu6RxzQqzsmjR1t9QC89VYJxBeyVPTaHuBMCejl3O/xg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -10268,8 +9857,8 @@ packages: dev: true optional: true - /esbuild-linux-s390x/0.14.47: - resolution: {integrity: sha512-eZrWzy0xFAhki1CWRGnhsHVz7IlSKX6yT2tj2Eg8lhAwlRE5E96Hsb0M1mPSE1dHGpt1QVwwVivXIAacF/G6mw==} + /esbuild-linux-s390x/0.15.18: + resolution: {integrity: sha512-VbpGuXEl5FCs1wDVp93O8UIzl3ZrglgnSQ+Hu79g7hZu6te6/YHgVJxCM2SqfIila0J3k0csfnf8VD2W7u2kzQ==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -10277,8 +9866,8 @@ packages: dev: true optional: true - /esbuild-netbsd-64/0.14.47: - resolution: {integrity: sha512-Qjdjr+KQQVH5Q2Q1r6HBYswFTToPpss3gqCiSw2Fpq/ua8+eXSQyAMG+UvULPqXceOwpnPo4smyZyHdlkcPppQ==} + /esbuild-netbsd-64/0.15.18: + resolution: {integrity: sha512-98ukeCdvdX7wr1vUYQzKo4kQ0N2p27H7I11maINv73fVEXt2kyh4K4m9f35U1K43Xc2QGXlzAw0K9yoU7JUjOg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -10286,8 +9875,8 @@ packages: dev: true optional: true - /esbuild-openbsd-64/0.14.47: - resolution: {integrity: sha512-QpgN8ofL7B9z8g5zZqJE+eFvD1LehRlxr25PBkjyyasakm4599iroUpaj96rdqRlO2ShuyqwJdr+oNqWwTUmQw==} + /esbuild-openbsd-64/0.15.18: + resolution: {integrity: sha512-yK5NCcH31Uae076AyQAXeJzt/vxIo9+omZRKj1pauhk3ITuADzuOx5N2fdHrAKPxN+zH3w96uFKlY7yIn490xQ==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -10295,8 +9884,8 @@ packages: dev: true optional: true - /esbuild-sunos-64/0.14.47: - resolution: {integrity: sha512-uOeSgLUwukLioAJOiGYm3kNl+1wJjgJA8R671GYgcPgCx7QR73zfvYqXFFcIO93/nBdIbt5hd8RItqbbf3HtAQ==} + /esbuild-sunos-64/0.15.18: + resolution: {integrity: sha512-On22LLFlBeLNj/YF3FT+cXcyKPEI263nflYlAhz5crxtp3yRG1Ugfr7ITyxmCmjm4vbN/dGrb/B7w7U8yJR9yw==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -10304,8 +9893,8 @@ packages: dev: true optional: true - /esbuild-windows-32/0.14.47: - resolution: {integrity: sha512-H0fWsLTp2WBfKLBgwYT4OTfFly4Im/8B5f3ojDv1Kx//kiubVY0IQunP2Koc/fr/0wI7hj3IiBDbSrmKlrNgLQ==} + /esbuild-windows-32/0.15.18: + resolution: {integrity: sha512-o+eyLu2MjVny/nt+E0uPnBxYuJHBvho8vWsC2lV61A7wwTWC3jkN2w36jtA+yv1UgYkHRihPuQsL23hsCYGcOQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -10313,8 +9902,8 @@ packages: dev: true optional: true - /esbuild-windows-64/0.14.47: - resolution: {integrity: sha512-/Pk5jIEH34T68r8PweKRi77W49KwanZ8X6lr3vDAtOlH5EumPE4pBHqkCUdELanvsT14yMXLQ/C/8XPi1pAtkQ==} + /esbuild-windows-64/0.15.18: + resolution: {integrity: sha512-qinug1iTTaIIrCorAUjR0fcBk24fjzEedFYhhispP8Oc7SFvs+XeW3YpAKiKp8dRpizl4YYAhxMjlftAMJiaUw==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -10322,8 +9911,8 @@ packages: dev: true optional: true - /esbuild-windows-arm64/0.14.47: - resolution: {integrity: sha512-HFSW2lnp62fl86/qPQlqw6asIwCnEsEoNIL1h2uVMgakddf+vUuMcCbtUY1i8sst7KkgHrVKCJQB33YhhOweCQ==} + /esbuild-windows-arm64/0.15.18: + resolution: {integrity: sha512-q9bsYzegpZcLziq0zgUi5KqGVtfhjxGbnksaBFYmWLxeV/S1fK4OLdq2DFYnXcLMjlZw2L0jLsk1eGoB522WXQ==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -10331,32 +9920,64 @@ packages: dev: true optional: true - /esbuild/0.14.47: - resolution: {integrity: sha512-wI4ZiIfFxpkuxB8ju4MHrGwGLyp1+awEHAHVpx6w7a+1pmYIq8T9FGEVVwFo0iFierDoMj++Xq69GXWYn2EiwA==} + /esbuild/0.15.18: + resolution: {integrity: sha512-x/R72SmW3sSFRm5zrrIjAhCeQSAWoni3CmHEqfQrZIQTM3lVCdehdwuIqaOtfC2slvpdlLa62GYoN8SxT23m6Q==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/android-arm': 0.15.18 + '@esbuild/linux-loong64': 0.15.18 + esbuild-android-64: 0.15.18 + esbuild-android-arm64: 0.15.18 + esbuild-darwin-64: 0.15.18 + esbuild-darwin-arm64: 0.15.18 + esbuild-freebsd-64: 0.15.18 + esbuild-freebsd-arm64: 0.15.18 + esbuild-linux-32: 0.15.18 + esbuild-linux-64: 0.15.18 + esbuild-linux-arm: 0.15.18 + esbuild-linux-arm64: 0.15.18 + esbuild-linux-mips64le: 0.15.18 + esbuild-linux-ppc64le: 0.15.18 + esbuild-linux-riscv64: 0.15.18 + esbuild-linux-s390x: 0.15.18 + esbuild-netbsd-64: 0.15.18 + esbuild-openbsd-64: 0.15.18 + esbuild-sunos-64: 0.15.18 + esbuild-windows-32: 0.15.18 + esbuild-windows-64: 0.15.18 + esbuild-windows-arm64: 0.15.18 + dev: true + + /esbuild/0.17.19: + resolution: {integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-64: 0.14.47 - esbuild-android-arm64: 0.14.47 - esbuild-darwin-64: 0.14.47 - esbuild-darwin-arm64: 0.14.47 - esbuild-freebsd-64: 0.14.47 - esbuild-freebsd-arm64: 0.14.47 - esbuild-linux-32: 0.14.47 - esbuild-linux-64: 0.14.47 - esbuild-linux-arm: 0.14.47 - esbuild-linux-arm64: 0.14.47 - esbuild-linux-mips64le: 0.14.47 - esbuild-linux-ppc64le: 0.14.47 - esbuild-linux-riscv64: 0.14.47 - esbuild-linux-s390x: 0.14.47 - esbuild-netbsd-64: 0.14.47 - esbuild-openbsd-64: 0.14.47 - esbuild-sunos-64: 0.14.47 - esbuild-windows-32: 0.14.47 - esbuild-windows-64: 0.14.47 - esbuild-windows-arm64: 0.14.47 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 dev: true /escalade/3.1.1: @@ -10383,7 +10004,7 @@ packages: resolution: {integrity: sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==} engines: {node: '>=12'} - /eslint-config-airbnb-base/15.0.0_myxbwluo6p3kuxjcyp342zygci: + /eslint-config-airbnb-base/15.0.0_7rc5r4k5auq4gehzmcajyyk4wi: resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -10392,29 +10013,29 @@ packages: dependencies: confusing-browser-globals: 1.0.11 eslint: 8.14.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 + eslint-plugin-import: 2.27.5_eslint@8.14.0 object.assign: 4.1.2 object.entries: 1.1.5 - semver: 6.3.0 + semver: 6.3.1 dev: false - /eslint-config-airbnb-typescript/17.0.0_ehqt3xa5cp2l5rfm7dwbquynhi: - resolution: {integrity: sha512-elNiuzD0kPAPTXjFWg+lE24nMdHMtuxgYoD30OyMD6yrW1AhFZPAg27VX7d3tzOErw+dgJTNWfRSDqEcXb4V0g==} + /eslint-config-airbnb-typescript/17.1.0_lluxv7zxcrleyjp3pe6vganccm: + resolution: {integrity: sha512-GPxI5URre6dDpJ0CtcthSZVBAfI+Uw7un5OYNVxP2EYi3H81Jw701yFP7AU+/vCE7xBtFmjge7kfhhk4+RAiig==} peerDependencies: - '@typescript-eslint/eslint-plugin': ^5.13.0 - '@typescript-eslint/parser': ^5.0.0 + '@typescript-eslint/eslint-plugin': ^5.13.0 || ^6.0.0 + '@typescript-eslint/parser': ^5.0.0 || ^6.0.0 eslint: ^7.32.0 || ^8.2.0 eslint-plugin-import: ^2.25.3 dependencies: - '@typescript-eslint/eslint-plugin': 5.29.0_c7y5bqifb5sf32tcpzmhnopbou - '@typescript-eslint/parser': 5.29.0_t725usgvqspm5woeqpaxbfp2qu + '@typescript-eslint/eslint-plugin': 5.62.0_yjdh2mlktnjzt3b2tueuy3354u + '@typescript-eslint/parser': 5.62.0_hvgqcmp5awuz4xxr36v4ksadoy eslint: 8.14.0 - eslint-config-airbnb-base: 15.0.0_myxbwluo6p3kuxjcyp342zygci - eslint-plugin-import: 2.26.0_eslint@8.14.0 + eslint-config-airbnb-base: 15.0.0_7rc5r4k5auq4gehzmcajyyk4wi + eslint-plugin-import: 2.27.5_eslint@8.14.0 dev: false - /eslint-config-prettier/8.5.0_eslint@8.14.0: - resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==} + /eslint-config-prettier/8.8.0_eslint@8.14.0: + resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==} hasBin: true peerDependencies: eslint: '>=7.0.0' @@ -10422,13 +10043,14 @@ packages: eslint: 8.14.0 dev: false - /eslint-import-resolver-node/0.3.6: - resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} + /eslint-import-resolver-node/0.3.7: + resolution: {integrity: sha512-gozW2blMLJCeFpBwugLTGyvVjNoeo1knonXAcatC6bjPBZitotxdWf7Gimr25N4c0AAOo4eOUfaG82IJPDpqCA==} dependencies: debug: 3.2.7 + is-core-module: 2.12.1 resolve: 1.22.1 - /eslint-import-resolver-typescript/2.7.1_myxbwluo6p3kuxjcyp342zygci: + /eslint-import-resolver-typescript/2.7.1_7rc5r4k5auq4gehzmcajyyk4wi: resolution: {integrity: sha512-00UbgGwV8bSgUv34igBDbTOtKhqoRMy9bFjNehT40bXg6585PNIct8HhXZ0SybqB9rWtXj9crcku8ndDn/gIqQ==} engines: {node: '>=4'} peerDependencies: @@ -10437,7 +10059,7 @@ packages: dependencies: debug: 4.3.4 eslint: 8.14.0 - eslint-plugin-import: 2.26.0_eslint@8.14.0 + eslint-plugin-import: 2.27.5_eslint@8.14.0 glob: 7.2.3 is-glob: 4.0.3 resolve: 1.22.1 @@ -10446,32 +10068,39 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.3: - resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} + /eslint-module-utils/2.8.0_eslint@8.14.0: + resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} + peerDependencies: + eslint: '*' + peerDependenciesMeta: + eslint: + optional: true dependencies: debug: 3.2.7 - find-up: 2.1.0 + eslint: 8.14.0 - /eslint-plugin-import/2.26.0_eslint@8.14.0: - resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} + /eslint-plugin-import/2.27.5_eslint@8.14.0: + resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} engines: {node: '>=4'} peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flat: 1.3.0 - debug: 2.6.9 + array-includes: 3.1.6 + array.prototype.flat: 1.3.1 + array.prototype.flatmap: 1.3.1 + debug: 3.2.7 doctrine: 2.1.0 eslint: 8.14.0 - eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3 + eslint-import-resolver-node: 0.3.7 + eslint-module-utils: 2.8.0_eslint@8.14.0 has: 1.0.3 - is-core-module: 2.9.0 + is-core-module: 2.12.1 is-glob: 4.0.3 minimatch: 3.1.2 - object.values: 1.1.5 + object.values: 1.1.6 resolve: 1.22.1 + semver: 6.3.1 tsconfig-paths: 3.14.1 /eslint-plugin-promise/6.0.0_eslint@8.14.0: @@ -10489,8 +10118,8 @@ packages: peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - array-includes: 3.1.5 - array.prototype.flatmap: 1.3.0 + array-includes: 3.1.6 + array.prototype.flatmap: 1.3.1 doctrine: 2.1.0 eslint: 8.14.0 estraverse: 5.3.0 @@ -10499,10 +10128,10 @@ packages: object.entries: 1.1.5 object.fromentries: 2.0.5 object.hasown: 1.1.1 - object.values: 1.1.5 + object.values: 1.1.6 prop-types: 15.8.1 resolve: 2.0.0-next.4 - semver: 6.3.0 + semver: 6.3.1 string.prototype.matchall: 4.0.7 dev: true @@ -10699,8 +10328,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.18.11 - '@babel/types': 7.18.10 + '@babel/traverse': 7.22.8 + '@babel/types': 7.22.5 c8: 7.12.0 transitivePeerDependencies: - supports-color @@ -10910,8 +10539,8 @@ packages: micromatch: 3.1.10 dev: true - /fast-glob/3.2.11: - resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} + /fast-glob/3.2.12: + resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -11074,12 +10703,6 @@ packages: dev: true optional: true - /find-up/2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} - dependencies: - locate-path: 2.0.0 - /find-up/3.0.0: resolution: {integrity: sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==} engines: {node: '>=6'} @@ -11141,6 +10764,11 @@ packages: debug: optional: true + /for-each/0.3.3: + resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + dependencies: + is-callable: 1.2.7 + /for-in/1.0.2: resolution: {integrity: sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==} engines: {node: '>=0.10.0'} @@ -11162,7 +10790,7 @@ packages: resolution: {integrity: sha512-DUxuQaKoqfNne8iikd14SAkh5uw4+8vNifp6gmA73yYNS6ywLIWSLD/n/mBzHQRpW3J7rbATEakmiA8JvkTyZw==} engines: {node: '>=6.11.5', yarn: '>=1.0.0'} dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 chalk: 2.4.2 micromatch: 3.1.10 minimatch: 3.1.2 @@ -11171,7 +10799,7 @@ packages: worker-rpc: 0.1.1 dev: true - /fork-ts-checker-webpack-plugin/6.5.2_4ebtvv4lyw4oyfbwte62xrkgxi: + /fork-ts-checker-webpack-plugin/6.5.2_3gzcynrupio4k3wz5s6mqmn554: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -11185,12 +10813,12 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 '@types/json-schema': 7.0.11 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 + deepmerge: 4.3.1 eslint: 8.14.0 fs-extra: 9.1.0 glob: 7.2.3 @@ -11199,11 +10827,11 @@ packages: schema-utils: 2.7.0 semver: 7.3.7 tapable: 1.1.3 - typescript: 4.6.4 + typescript: 4.7.4 webpack: 4.46.0 dev: true - /fork-ts-checker-webpack-plugin/6.5.2_u7kjabuvawcog7hjctusduehvm: + /fork-ts-checker-webpack-plugin/6.5.2_hrl2l4xchpnd6hlkqocppvpxx4: resolution: {integrity: sha512-m5cUmF30xkZ7h4tWUgTAcEaKmUW7tfyUyTqNNOz7OxWJ0v1VWKTcOvH8FWHUwSjlW/356Ijc9vi3XfcPstpQKA==} engines: {node: '>=10', yarn: '>=1.0.0'} peerDependencies: @@ -11217,12 +10845,12 @@ packages: vue-template-compiler: optional: true dependencies: - '@babel/code-frame': 7.18.6 + '@babel/code-frame': 7.22.5 '@types/json-schema': 7.0.11 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 6.0.0 - deepmerge: 4.2.2 + deepmerge: 4.3.1 fs-extra: 9.1.0 glob: 7.2.3 memfs: 3.4.6 @@ -11230,7 +10858,7 @@ packages: schema-utils: 2.7.0 semver: 7.3.7 tapable: 1.1.3 - typescript: 4.6.4 + typescript: 4.7.4 webpack: 4.46.0 dev: true @@ -11345,7 +10973,7 @@ packages: resolution: {integrity: sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==} engines: {node: '>= 4.0'} os: [darwin] - deprecated: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. + deprecated: The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2 requiresBuild: true dependencies: bindings: 1.5.0 @@ -11446,6 +11074,14 @@ packages: has: 1.0.3 has-symbols: 1.0.3 + /get-intrinsic/1.2.1: + resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} + dependencies: + function-bind: 1.1.1 + has: 1.0.3 + has-proto: 1.0.1 + has-symbols: 1.0.3 + /get-own-enumerable-property-symbols/3.0.2: resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} dev: true @@ -11598,6 +11234,16 @@ packages: once: 1.4.0 dev: true + /glob/9.3.5: + resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + fs.realpath: 1.0.0 + minimatch: 8.0.4 + minipass: 4.2.8 + path-scurry: 1.10.1 + dev: true + /global-dirs/3.0.0: resolution: {integrity: sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==} engines: {node: '>=10'} @@ -11627,8 +11273,7 @@ packages: resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} engines: {node: '>= 0.4'} dependencies: - define-properties: 1.1.4 - dev: true + define-properties: 1.2.0 /globby/10.0.1: resolution: {integrity: sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==} @@ -11637,7 +11282,7 @@ packages: '@types/glob': 7.2.0 array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 glob: 7.2.3 ignore: 5.2.0 merge2: 1.4.1 @@ -11650,7 +11295,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 @@ -11660,7 +11305,7 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 4.0.0 @@ -11689,6 +11334,11 @@ packages: minimatch: 3.0.8 dev: true + /gopd/1.0.1: + resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + dependencies: + get-intrinsic: 1.2.1 + /got/11.8.5: resolution: {integrity: sha512-o0Je4NvQObAuZPHLFoRSkdG2lTgtcynqymzg2Vupdx6PorhaT5MCbIyXG6d4D94kk8ZG57QeosgdiqfJWhEhlQ==} engines: {node: '>=10.19.0'} @@ -11730,6 +11380,9 @@ packages: resolution: {integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==} dev: true + /graphemer/1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + /handle-thing/2.0.1: resolution: {integrity: sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==} @@ -11788,6 +11441,10 @@ packages: dependencies: get-intrinsic: 1.1.2 + /has-proto/1.0.1: + resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + engines: {node: '>= 0.4'} + /has-symbols/1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} @@ -11972,7 +11629,7 @@ packages: he: 1.2.0 param-case: 3.0.4 relateurl: 0.2.7 - terser: 4.8.0 + terser: 4.8.1 dev: true /html-minifier-terser/6.1.0: @@ -12011,8 +11668,8 @@ packages: webpack: 4.46.0 dev: true - /html-webpack-plugin/5.5.0_webpack@5.72.1: - resolution: {integrity: sha512-sy88PC2cRTVxvETRgUHFrL4No3UxvcH8G1NepGhqaTT+GXN2kTamqasot0inS5hXeg1cMbFDt27zzo9p35lZVw==} + /html-webpack-plugin/5.5.3_webpack@5.72.1: + resolution: {integrity: sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==} engines: {node: '>=10.13.0'} peerDependencies: webpack: ^5.20.0 @@ -12206,13 +11863,13 @@ packages: postcss: 7.0.39 dev: true - /icss-utils/5.1.0_postcss@8.4.14: + /icss-utils/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true /idb/6.1.5: @@ -12345,6 +12002,14 @@ packages: has: 1.0.3 side-channel: 1.0.4 + /internal-slot/1.0.5: + resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.1 + has: 1.0.3 + side-channel: 1.0.4 + /interpret/1.4.0: resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} engines: {node: '>= 0.10'} @@ -12412,6 +12077,13 @@ packages: has-tostringtag: 1.0.0 dev: true + /is-array-buffer/3.0.2: + resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + /is-arrayish/0.2.1: resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} dev: true @@ -12457,10 +12129,21 @@ packages: dependencies: builtin-modules: 3.3.0 + /is-builtin-module/3.2.1: + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} + dependencies: + builtin-modules: 3.3.0 + dev: true + /is-callable/1.2.4: resolution: {integrity: sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==} engines: {node: '>= 0.4'} + /is-callable/1.2.7: + resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} + engines: {node: '>= 0.4'} + /is-ci/2.0.0: resolution: {integrity: sha512-YfJT7rkpQB0updsdHLGWrvhBJfcfzNNawYDNIyQXJz0IViGf75O8EBPKSdvw2rF+LGCsX4FZ8tcr3b19LcZq4w==} hasBin: true @@ -12468,6 +12151,11 @@ packages: ci-info: 2.0.0 dev: true + /is-core-module/2.12.1: + resolution: {integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==} + dependencies: + has: 1.0.3 + /is-core-module/2.9.0: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} dependencies: @@ -12720,6 +12408,12 @@ packages: dependencies: has-symbols: 1.0.3 + /is-typed-array/1.1.12: + resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + engines: {node: '>= 0.4'} + dependencies: + which-typed-array: 1.1.11 + /is-typedarray/1.0.0: resolution: {integrity: sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==} dev: true @@ -12771,13 +12465,17 @@ packages: /isarray/2.0.5: resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} - dev: true /isbinaryfile/4.0.10: resolution: {integrity: sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==} engines: {node: '>= 8.0.0'} dev: true + /isbinaryfile/5.0.0: + resolution: {integrity: sha512-UDdnyGvMajJUWCkib7Cei/dvyJrrvo4FIrsvSFWdPpXSUorzXrDJ0S+X5Q4ZlasfPjca4yqCNNsjbCeiy8FFeg==} + engines: {node: '>= 14.0.0'} + dev: true + /isexe/2.0.0: resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} @@ -12819,11 +12517,11 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.18.10 - '@babel/parser': 7.18.11 + '@babel/core': 7.22.9 + '@babel/parser': 7.22.7 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 - semver: 6.3.0 + semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true @@ -12974,17 +12672,17 @@ packages: peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.18.10 - '@babel/parser': 7.18.11 - '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.18.10 - '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/preset-flow': 7.18.6_@babel+core@7.18.10 - '@babel/preset-typescript': 7.18.6_@babel+core@7.18.10 - '@babel/register': 7.18.9_@babel+core@7.18.10 - babel-core: 7.0.0-bridge.0_@babel+core@7.18.10 + '@babel/core': 7.22.9 + '@babel/parser': 7.22.7 + '@babel/plugin-proposal-class-properties': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-proposal-optional-chaining': 7.17.12_@babel+core@7.22.9 + '@babel/plugin-transform-modules-commonjs': 7.18.2_@babel+core@7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/preset-flow': 7.18.6_@babel+core@7.22.9 + '@babel/preset-typescript': 7.18.6_@babel+core@7.22.9 + '@babel/register': 7.18.9_@babel+core@7.22.9 + babel-core: 7.0.0-bridge.0_@babel+core@7.22.9 chalk: 4.1.2 flow-parser: 0.184.0 graceful-fs: 4.2.10 @@ -13053,6 +12751,12 @@ packages: hasBin: true dev: true + /json5/2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} + engines: {node: '>=6'} + hasBin: true + dev: true + /jsonfile/4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: @@ -13091,7 +12795,7 @@ packages: resolution: {integrity: sha512-pxrjmNpeRw5wwVeWyEAk7QJu2GnBO3uzPFmHCKJJFPKK2Cy0cWL23krGtLdnMmbIi6/FjlrQpPyfQI19ByPOhQ==} engines: {node: '>=4.0'} dependencies: - array-includes: 3.1.5 + array-includes: 3.1.6 object.assign: 4.1.2 dev: true @@ -13240,11 +12944,17 @@ packages: package-json: 6.5.0 dev: true + /launch-editor/2.6.0: + resolution: {integrity: sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==} + dependencies: + picocolors: 1.0.0 + shell-quote: 1.7.3 + /lazy-universal-dotenv/3.0.1: resolution: {integrity: sha512-prXSYk799h3GY3iOWnC6ZigYzMPjxN2svgjJ9shk7oMadSNX3wXy0B6F32PMJv7qtMnrIbUxoEHzbutvxR2LBQ==} engines: {node: '>=6.0.0', npm: '>=6.0.0', yarn: '>=1.0.0'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 app-root-dir: 1.0.2 core-js: 3.24.1 dotenv: 8.6.0 @@ -13286,23 +12996,24 @@ packages: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} dev: true - /lit-element/3.2.0: - resolution: {integrity: sha512-HbE7yt2SnUtg5DCrWt028oaU4D5F4k/1cntAFHTkzY8ZIa8N0Wmu92PxSxucsQSOXlODFrICkQ5x/tEshKi13g==} + /lit-element/3.3.2: + resolution: {integrity: sha512-xXAeVWKGr4/njq0rGC9dethMnYCq5hpKYrgQZYTzawt9YQhMiXfD+T1RgrdY3NamOxwq2aXlb0vOI6e29CKgVQ==} dependencies: - '@lit/reactive-element': 1.3.2 - lit-html: 2.2.6 + '@lit-labs/ssr-dom-shim': 1.1.1 + '@lit/reactive-element': 1.6.2 + lit-html: 2.7.5 - /lit-html/2.2.6: - resolution: {integrity: sha512-xOKsPmq/RAKJ6dUeOxhmOYFjcjf0Q7aSdfBJgdJkOfCUnkmmJPxNrlZpRBeVe1Gg50oYWMlgm6ccAE/SpJgSdw==} + /lit-html/2.7.5: + resolution: {integrity: sha512-YqUzpisJodwKIlbMFCtyrp58oLloKGnnPLMJ1t23cbfIJjg/H9pvLWK4XS69YeubK5HUs1UE4ys9w5dP1zg6IA==} dependencies: '@types/trusted-types': 2.0.2 - /lit/2.2.6: - resolution: {integrity: sha512-K2vkeGABfSJSfkhqHy86ujchJs3NR9nW1bEEiV+bXDkbiQ60Tv5GUausYN2mXigZn8lC1qXuc46ArQRKYmumZw==} + /lit/2.7.6: + resolution: {integrity: sha512-1amFHA7t4VaaDe+vdQejSVBklwtH9svGoG6/dZi9JhxtJBBlqY5D1RV7iLUYY0trCqQc4NfhYYZilZiVHt7Hxg==} dependencies: - '@lit/reactive-element': 1.3.2 - lit-element: 3.2.0 - lit-html: 2.2.6 + '@lit/reactive-element': 1.6.2 + lit-element: 3.3.2 + lit-html: 2.7.5 /load-json-file/1.1.0: resolution: {integrity: sha512-cy7ZdNRXdablkXYNI049pthVeXFurRyb9+hA/dZzerZ0pGTx42z+y+ssxBaVV2l70t1muq5IdKhn4UtcoGUY9A==} @@ -13353,18 +13064,20 @@ packages: json5: 2.2.1 dev: true + /loader-utils/2.0.4: + resolution: {integrity: sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==} + engines: {node: '>=8.9.0'} + dependencies: + big.js: 5.2.2 + emojis-list: 3.0.0 + json5: 2.2.3 + dev: true + /loader-utils/3.2.0: resolution: {integrity: sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==} engines: {node: '>= 12.13.0'} dev: true - /locate-path/2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} - dependencies: - p-locate: 2.0.0 - path-exists: 3.0.0 - /locate-path/3.0.0: resolution: {integrity: sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==} engines: {node: '>=6'} @@ -13397,6 +13110,10 @@ packages: resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} dev: true + /lodash.assignwith/4.2.0: + resolution: {integrity: sha512-ZznplvbvtjK2gMvnQ1BR/zqPFZmS6jbK4p+6Up4xcRYA7yMIwxHCfbTcrYxXKzzqLsQ05eJPVznEW3tuwV7k1g==} + dev: true + /lodash.camelcase/4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} dev: true @@ -13500,7 +13217,7 @@ packages: /lower-case/2.0.2: resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} dependencies: - tslib: 2.4.0 + tslib: 2.4.1 dev: true /lowercase-keys/1.0.1: @@ -13513,6 +13230,11 @@ packages: engines: {node: '>=8'} dev: true + /lru-cache/10.0.0: + resolution: {integrity: sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==} + engines: {node: 14 || >=16.14} + dev: true + /lru-cache/5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -13525,6 +13247,11 @@ packages: dependencies: yallist: 4.0.0 + /lru-cache/8.0.5: + resolution: {integrity: sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==} + engines: {node: '>=16.14'} + dev: true + /magic-string/0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} dependencies: @@ -13677,7 +13404,7 @@ packages: dev: true /media-typer/0.3.0: - resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=} + resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} engines: {node: '>= 0.6'} /memfs/3.4.6: @@ -13766,7 +13493,7 @@ packages: dev: true /merge-descriptors/1.0.1: - resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=} + resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} /merge-stream/2.0.0: resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} @@ -13909,6 +13636,20 @@ packages: brace-expansion: 2.0.1 dev: true + /minimatch/7.4.6: + resolution: {integrity: sha512-sBz8G/YjVniEz6lKPNpKxXwazJe4c19fEfV2GDMX6AjFz+MX9uDWIZW8XreVhkFW3fkIdTv/gxWr/Kks5FFAVw==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + + /minimatch/8.0.4: + resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -13967,8 +13708,13 @@ packages: yallist: 4.0.0 dev: true - /minipass/4.0.3: - resolution: {integrity: sha512-OW2r4sQ0sI+z5ckEt5c1Tri4xTgZwYDxpE54eqWlQloQRoWtXjqt9udJ5Z4dSv7wK+nfFI7FRXyCpBSft+gpFw==} + /minipass/4.2.8: + resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} + engines: {node: '>=8'} + dev: true + + /minipass/5.0.0: + resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} engines: {node: '>=8'} dev: true @@ -13996,6 +13742,10 @@ packages: through2: 2.0.5 dev: true + /mitt/3.0.0: + resolution: {integrity: sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==} + dev: true + /mixin-deep/1.3.2: resolution: {integrity: sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==} engines: {node: '>=0.10.0'} @@ -14060,8 +13810,8 @@ packages: resolution: {integrity: sha512-0n3mSAQLPpGLV9ORXT5+C/D4mwew7Ebws69Hx4E2sgz2ZA5+32Q80B9tL8PbL7XHnRDiAxH/pnrUJ9a4fkTNTA==} dev: true - /nanoid/3.3.4: - resolution: {integrity: sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==} + /nanoid/3.3.6: + resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true @@ -14083,6 +13833,9 @@ packages: to-regex: 3.0.2 dev: true + /natural-compare-lite/1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + /natural-compare/1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} @@ -14104,7 +13857,7 @@ packages: resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} dependencies: lower-case: 2.0.2 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /node-dir/0.1.17: @@ -14181,11 +13934,15 @@ packages: vm-browserify: 1.1.2 dev: true + /node-releases/2.0.13: + resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} + dev: true + /node-releases/2.0.5: resolution: {integrity: sha512-U9h1NLROZTq9uE1SNffn6WuPDg8icmi3ns4rEl/oTfIle4iLjTliCzgTsbaIFMq/Xn078/lfY/BL0GWZ+psK4Q==} - /node-sass/7.0.1: - resolution: {integrity: sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ==} + /node-sass/7.0.3: + resolution: {integrity: sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==} engines: {node: '>=12'} hasBin: true requiresBuild: true @@ -14202,18 +13959,17 @@ packages: node-gyp: 8.4.1 npmlog: 5.0.1 request: 2.88.2 - sass-graph: 4.0.0 + sass-graph: 4.0.1 stdout-stream: 1.4.1 true-case-path: 1.0.3 transitivePeerDependencies: - supports-color dev: true - /nodemon/2.0.18: - resolution: {integrity: sha512-uAvrKipi2zAz8E7nkSz4qW4F4zd5fs2wNGsTx+xXlP8KXqd9ucE0vY9wankOsPboeDyuUGN9vsXGV1pLn80l/A==} + /nodemon/2.0.22: + resolution: {integrity: sha512-B8YqaKMmyuCO7BowF1Z1/mkPqLk6cs/l63Ojtd6otKjMx47Dq1utxfRxcavH1I7VSaL8n5BUaoutadnsX3AAVQ==} engines: {node: '>=8.10.0'} hasBin: true - requiresBuild: true dependencies: chokidar: 3.5.3 debug: 3.2.7 @@ -14221,10 +13977,10 @@ packages: minimatch: 3.1.2 pstree.remy: 1.1.8 semver: 5.7.1 + simple-update-notifier: 1.1.0 supports-color: 5.5.0 touch: 3.1.0 undefsafe: 2.0.5 - update-notifier: 5.1.0 dev: true /nopt/1.0.10: @@ -14364,6 +14120,9 @@ packages: /object-inspect/1.12.2: resolution: {integrity: sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==} + /object-inspect/1.12.3: + resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + /object-keys/1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -14384,13 +14143,22 @@ packages: has-symbols: 1.0.3 object-keys: 1.1.1 + /object.assign/4.1.4: + resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + has-symbols: 1.0.3 + object-keys: 1.1.1 + /object.entries/1.1.5: resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 /object.fromentries/2.0.5: resolution: {integrity: sha512-CAyG5mWQRRiBU57Re4FKoTBjXfDoNwdFVH2Y1tS9PqCsfUTymAohOkEMSG3aRNKmv4lV3O7p1et7c187q6bynw==} @@ -14398,7 +14166,7 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 dev: true /object.getownpropertydescriptors/2.1.4: @@ -14407,15 +14175,15 @@ packages: dependencies: array.prototype.reduce: 1.0.4 call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.2.0 + es-abstract: 1.22.1 dev: true /object.hasown/1.1.1: resolution: {integrity: sha512-LYLe4tivNQzq4JdaWW6WO3HMZZJWzkkH8fnI6EebWl0VZth2wL2Lovm74ep2/gZzlaTdV62JZHEqHQ2yVn8Q/A==} dependencies: define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 dev: true /object.pick/1.3.0: @@ -14425,13 +14193,13 @@ packages: isobject: 3.0.1 dev: true - /object.values/1.1.5: - resolution: {integrity: sha512-QUZRW0ilQ3PnPpbNtgdNV1PDbEqLIiSFB3l+EnGtBQ/8SUTLj1PZwtQHABZtLgwpJZTSZhuGLOGk57Drx2IvYg==} + /object.values/1.1.6: + resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 + es-abstract: 1.22.1 /obuf/1.1.2: resolution: {integrity: sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==} @@ -14545,12 +14313,6 @@ packages: engines: {node: '>=8.0.0'} dev: true - /p-limit/1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} - dependencies: - p-try: 1.0.0 - /p-limit/2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -14571,12 +14333,6 @@ packages: yocto-queue: 1.0.0 dev: true - /p-locate/2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} - dependencies: - p-limit: 1.3.0 - /p-locate/3.0.0: resolution: {integrity: sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==} engines: {node: '>=6'} @@ -14663,10 +14419,6 @@ packages: p-finally: 1.0.0 dev: true - /p-try/1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} - /p-try/2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} @@ -14678,7 +14430,7 @@ packages: got: 9.6.0 registry-auth-token: 4.2.2 registry-url: 5.1.0 - semver: 6.3.0 + semver: 6.3.1 dev: true /pako/1.0.11: @@ -14697,7 +14449,7 @@ packages: resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} dependencies: dot-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /parent-module/1.0.1: @@ -14761,6 +14513,12 @@ packages: resolution: {integrity: sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==} dev: true + /parse5/7.1.2: + resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + dependencies: + entities: 4.5.0 + dev: true + /parseurl/1.3.3: resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} engines: {node: '>= 0.8'} @@ -14769,7 +14527,7 @@ packages: resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} dependencies: no-case: 3.0.4 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /pascalcase/0.1.1: @@ -14796,6 +14554,7 @@ packages: /path-exists/3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} + dev: true /path-exists/4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} @@ -14824,6 +14583,14 @@ packages: /path-parse/1.0.7: resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + /path-scurry/1.10.1: + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + lru-cache: 10.0.0 + minipass: 5.0.0 + dev: true + /path-to-regexp/0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -14960,11 +14727,11 @@ packages: find-up: 6.3.0 dev: true - /pnp-webpack-plugin/1.6.4_typescript@4.6.4: + /pnp-webpack-plugin/1.6.4_typescript@4.7.4: resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==} engines: {node: '>=6'} dependencies: - ts-pnp: 1.2.0_typescript@4.6.4 + ts-pnp: 1.2.0_typescript@4.7.4 transitivePeerDependencies: - typescript dev: true @@ -14973,7 +14740,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 dev: true /portfinder/1.0.28: @@ -14985,22 +14752,31 @@ packages: mkdirp: 0.5.6 dev: true + /portfinder/1.0.32: + resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} + engines: {node: '>= 0.12.0'} + dependencies: + async: 2.6.4 + debug: 3.2.7 + mkdirp: 0.5.6 + dev: true + /posix-character-classes/0.1.1: resolution: {integrity: sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==} engines: {node: '>=0.10.0'} dev: true - /postcss-calc/8.2.4_postcss@8.4.14: + /postcss-calc/8.2.4_postcss@8.4.26: resolution: {integrity: sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin/5.3.0_postcss@8.4.14: + /postcss-colormin/5.3.0_postcss@8.4.26: resolution: {integrity: sha512-WdDO4gOFG2Z8n4P8TWBpshnL3JpmNmJwdnfP2gbk2qBA8PWwOYcmjmI/t3CmMeL72a7Hkd+x/Mg9O2/0rD54Pg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -15009,55 +14785,55 @@ packages: browserslist: 4.21.0 caniuse-api: 3.0.0 colord: 2.9.2 - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values/5.1.2_postcss@8.4.14: + /postcss-convert-values/5.1.2_postcss@8.4.26: resolution: {integrity: sha512-c6Hzc4GAv95B7suy4udszX9Zy4ETyMCgFPUDtWjdFTKH1SE9eFY/jEpHSwTH1QPuwxHpWslhckUQWbNRM4ho5g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.0 - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments/5.1.2_postcss@8.4.14: + /postcss-discard-comments/5.1.2_postcss@8.4.26: resolution: {integrity: sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /postcss-discard-duplicates/5.1.0_postcss@8.4.14: + /postcss-discard-duplicates/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /postcss-discard-empty/5.1.1_postcss@8.4.14: + /postcss-discard-empty/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /postcss-discard-overridden/5.1.0_postcss@8.4.14: + /postcss-discard-overridden/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true /postcss-flexbugs-fixes/4.2.1: @@ -15066,7 +14842,7 @@ packages: postcss: 7.0.39 dev: true - /postcss-load-config/3.1.4_postcss@8.4.14: + /postcss-load-config/3.1.4_postcss@8.4.26: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -15079,7 +14855,7 @@ packages: optional: true dependencies: lilconfig: 2.0.5 - postcss: 8.4.14 + postcss: 8.4.26 yaml: 1.10.2 dev: true @@ -15092,25 +14868,25 @@ packages: dependencies: cosmiconfig: 7.0.1 klona: 2.0.5 - loader-utils: 2.0.2 + loader-utils: 2.0.4 postcss: 7.0.39 schema-utils: 3.1.1 semver: 7.3.7 webpack: 4.46.0 dev: true - /postcss-merge-longhand/5.1.6_postcss@8.4.14: + /postcss-merge-longhand/5.1.6_postcss@8.4.26: resolution: {integrity: sha512-6C/UGF/3T5OE2CEbOuX7iNO63dnvqhGZeUnKkDeifebY0XqkkvrctYSZurpNE902LDf2yKwwPFgotnfSoPhQiw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 - stylehacks: 5.1.0_postcss@8.4.14 + stylehacks: 5.1.0_postcss@8.4.26 dev: true - /postcss-merge-rules/5.1.2_postcss@8.4.14: + /postcss-merge-rules/5.1.2_postcss@8.4.26: resolution: {integrity: sha512-zKMUlnw+zYCWoPN6yhPjtcEdlJaMUZ0WyVcxTAmw3lkkN/NDMRkOkiuctQEoWAOvH7twaxUUdvBWl0d4+hifRQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -15118,52 +14894,52 @@ packages: dependencies: browserslist: 4.21.0 caniuse-api: 3.0.0 - cssnano-utils: 3.1.0_postcss@8.4.14 - postcss: 8.4.14 + cssnano-utils: 3.1.0_postcss@8.4.26 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true - /postcss-minify-font-values/5.1.0_postcss@8.4.14: + /postcss-minify-font-values/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients/5.1.1_postcss@8.4.14: + /postcss-minify-gradients/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: colord: 2.9.2 - cssnano-utils: 3.1.0_postcss@8.4.14 - postcss: 8.4.14 + cssnano-utils: 3.1.0_postcss@8.4.26 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params/5.1.3_postcss@8.4.14: + /postcss-minify-params/5.1.3_postcss@8.4.26: resolution: {integrity: sha512-bkzpWcjykkqIujNL+EVEPOlLYi/eZ050oImVtHU7b4lFS82jPnsCb44gvC6pxaNt38Els3jWYDHTjHKf0koTgg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.0 - cssnano-utils: 3.1.0_postcss@8.4.14 - postcss: 8.4.14 + cssnano-utils: 3.1.0_postcss@8.4.26 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors/5.2.1_postcss@8.4.14: + /postcss-minify-selectors/5.2.1_postcss@8.4.26: resolution: {integrity: sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true @@ -15174,13 +14950,13 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-extract-imports/3.0.0_postcss@8.4.14: + /postcss-modules-extract-imports/3.0.0_postcss@8.4.26: resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true /postcss-modules-local-by-default/3.0.3: @@ -15193,14 +14969,14 @@ packages: postcss-value-parser: 4.2.0 dev: true - /postcss-modules-local-by-default/4.0.0_postcss@8.4.14: + /postcss-modules-local-by-default/4.0.0_postcss@8.4.26: resolution: {integrity: sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 + icss-utils: 5.1.0_postcss@8.4.26 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 dev: true @@ -15213,13 +14989,13 @@ packages: postcss-selector-parser: 6.0.10 dev: true - /postcss-modules-scope/3.0.0_postcss@8.4.14: + /postcss-modules-scope/3.0.0_postcss@8.4.26: resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true @@ -15230,17 +15006,17 @@ packages: postcss: 7.0.39 dev: true - /postcss-modules-values/4.0.0_postcss@8.4.14: + /postcss-modules-values/4.0.0_postcss@8.4.26: resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0_postcss@8.4.14 - postcss: 8.4.14 + icss-utils: 5.1.0_postcss@8.4.26 + postcss: 8.4.26 dev: true - /postcss-modules/4.3.1_postcss@8.4.14: + /postcss-modules/4.3.1_postcss@8.4.26: resolution: {integrity: sha512-ItUhSUxBBdNamkT3KzIZwYNNRFKmkJrofvC2nWab3CPKhYBQ1f27XXh1PAPE27Psx58jeelPsxWB/+og+KEH0Q==} peerDependencies: postcss: ^8.0.0 @@ -15248,138 +15024,138 @@ packages: generic-names: 4.0.0 icss-replace-symbols: 1.1.0 lodash.camelcase: 4.3.0 - postcss: 8.4.14 - postcss-modules-extract-imports: 3.0.0_postcss@8.4.14 - postcss-modules-local-by-default: 4.0.0_postcss@8.4.14 - postcss-modules-scope: 3.0.0_postcss@8.4.14 - postcss-modules-values: 4.0.0_postcss@8.4.14 + postcss: 8.4.26 + postcss-modules-extract-imports: 3.0.0_postcss@8.4.26 + postcss-modules-local-by-default: 4.0.0_postcss@8.4.26 + postcss-modules-scope: 3.0.0_postcss@8.4.26 + postcss-modules-values: 4.0.0_postcss@8.4.26 string-hash: 1.1.3 dev: true - /postcss-nested/5.0.6_postcss@8.4.14: + /postcss-nested/5.0.6_postcss@8.4.26: resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true - /postcss-nesting/10.1.9_postcss@8.4.14: - resolution: {integrity: sha512-WlnqQecNMT7eizBpWwAnQOIk7Zr0A+OZJccEwQoTwmcIsZCVdcjT1LjXj1hBk6zR3BDLZQYsb5KZj2HquZgvTw==} + /postcss-nesting/10.2.0_postcss@8.4.26: + resolution: {integrity: sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 dependencies: - '@csstools/selector-specificity': 2.0.1_444rcjjorr3kpoqtvoodsr46pu - postcss: 8.4.14 + '@csstools/selector-specificity': 2.0.1_73n3uaxxl5odn4wdtrt7brr2vy + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true - /postcss-normalize-charset/5.1.0_postcss@8.4.14: + /postcss-normalize-charset/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /postcss-normalize-display-values/5.1.0_postcss@8.4.14: + /postcss-normalize-display-values/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions/5.1.1_postcss@8.4.14: + /postcss-normalize-positions/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style/5.1.1_postcss@8.4.14: + /postcss-normalize-repeat-style/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string/5.1.0_postcss@8.4.14: + /postcss-normalize-string/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions/5.1.0_postcss@8.4.14: + /postcss-normalize-timing-functions/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode/5.1.0_postcss@8.4.14: + /postcss-normalize-unicode/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-J6M3MizAAZ2dOdSjy2caayJLQT8E8K9XjLce8AUQMwOrCvjCHv24aLC/Lps1R1ylOfol5VIDMaM/Lo9NGlk1SQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.0 - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url/5.1.0_postcss@8.4.14: + /postcss-normalize-url/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: normalize-url: 6.1.0 - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace/5.1.1_postcss@8.4.14: + /postcss-normalize-whitespace/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values/5.1.3_postcss@8.4.14: + /postcss-ordered-values/5.1.3_postcss@8.4.26: resolution: {integrity: sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - cssnano-utils: 3.1.0_postcss@8.4.14 - postcss: 8.4.14 + cssnano-utils: 3.1.0_postcss@8.4.26 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial/5.1.0_postcss@8.4.14: + /postcss-reduce-initial/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-5OgTUviz0aeH6MtBjHfbr57tml13PuedK/Ecg8szzd4XRMbYxH4572JFG067z+FqBIf6Zp/d+0581glkvvWMFw==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: @@ -15387,16 +15163,16 @@ packages: dependencies: browserslist: 4.21.0 caniuse-api: 3.0.0 - postcss: 8.4.14 + postcss: 8.4.26 dev: true - /postcss-reduce-transforms/5.1.0_postcss@8.4.14: + /postcss-reduce-transforms/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 dev: true @@ -15408,24 +15184,24 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-svgo/5.1.0_postcss@8.4.14: + /postcss-svgo/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-value-parser: 4.2.0 svgo: 2.8.0 dev: true - /postcss-unique-selectors/5.1.1_postcss@8.4.14: + /postcss-unique-selectors/5.1.1_postcss@8.4.26: resolution: {integrity: sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true @@ -15441,11 +15217,11 @@ packages: source-map: 0.6.1 dev: true - /postcss/8.4.14: - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} + /postcss/8.4.26: + resolution: {integrity: sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanoid: 3.3.4 + nanoid: 3.3.6 picocolors: 1.0.0 source-map-js: 1.0.2 dev: true @@ -15465,8 +15241,8 @@ packages: hasBin: true dev: true - /prettier/2.7.1: - resolution: {integrity: sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==} + /prettier/2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} engines: {node: '>=10.13.0'} hasBin: true dev: true @@ -15531,9 +15307,9 @@ packages: dependencies: array.prototype.map: 1.0.4 call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 iterate-value: 1.0.2 dev: true @@ -15542,8 +15318,8 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.2.0 + es-abstract: 1.22.1 dev: true /promise.series/0.2.0: @@ -15676,6 +15452,34 @@ packages: - utf-8-validate dev: true + /puppeteer-core/19.11.1_typescript@4.7.4: + resolution: {integrity: sha512-qcuC2Uf0Fwdj9wNtaTZ2OvYRraXpAK+puwwVW8ofOhOgLPZyz1c68tsorfIZyCUOpyBisjr+xByu7BMbEYMepA==} + engines: {node: '>=14.14.0'} + peerDependencies: + typescript: '>= 4.7.4' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@puppeteer/browsers': 0.5.0_typescript@4.7.4 + chromium-bidi: 0.4.7_7yd6ibrwer4fxzjxd6md3toxiy + cross-fetch: 3.1.5 + debug: 4.3.4 + devtools-protocol: 0.0.1107588 + extract-zip: 2.0.1 + https-proxy-agent: 5.0.1 + proxy-from-env: 1.1.0 + tar-fs: 2.1.1 + typescript: 4.7.4 + unbzip2-stream: 1.4.3 + ws: 8.13.0 + transitivePeerDependencies: + - bufferutil + - encoding + - supports-color + - utf-8-validate + dev: true + /puppeteer-core/2.1.1: resolution: {integrity: sha512-n13AWriBMPYxnpbb6bnaY5YoY6rGj8vPLrz6CZF3o0qJNEwlcfJVxBzYZ0NJsQ21UbdJoijPCDrM++SUVEz7+w==} engines: {node: '>=8.16.0'} @@ -15804,7 +15608,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 3.1.1 webpack: 4.46.0 dev: true @@ -15818,12 +15622,12 @@ packages: minimist: 1.2.6 strip-json-comments: 2.0.1 - /react-docgen-typescript/2.2.2_typescript@4.6.4: + /react-docgen-typescript/2.2.2_typescript@4.7.4: resolution: {integrity: sha512-tvg2ZtOpOi6QDwsb3GZhOjDkkX0h8Z2gipvTg6OVMUyoYoURhEiRNePT8NZItTVCDh39JJHnLdfCOkzoLbFnTg==} peerDependencies: typescript: '>= 4.3.x' dependencies: - typescript: 4.6.4 + typescript: 4.7.4 dev: true /react-docgen/6.0.0-alpha.3: @@ -15831,8 +15635,8 @@ packages: engines: {node: '>=12.0.0'} hasBin: true dependencies: - '@babel/core': 7.18.10 - '@babel/generator': 7.18.12 + '@babel/core': 7.22.9 + '@babel/generator': 7.22.9 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -15862,7 +15666,7 @@ packages: peerDependencies: react: '>=16.13.1' dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 react: 16.14.0 dev: false @@ -15871,7 +15675,7 @@ packages: peerDependencies: react: ^16.8.4 || ^17.0.0 dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 is-dom: 1.1.0 prop-types: 15.8.1 react: 16.14.0 @@ -16029,7 +15833,7 @@ packages: ast-types: 0.14.2 esprima: 4.0.1 source-map: 0.6.1 - tslib: 2.4.0 + tslib: 2.4.1 dev: true /rechoir/0.6.2: @@ -16086,13 +15890,17 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: true + /regenerator-runtime/0.13.11: + resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + /regenerator-runtime/0.13.9: resolution: {integrity: sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==} + dev: true /regenerator-transform/0.15.0: resolution: {integrity: sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==} dependencies: - '@babel/runtime': 7.18.3 + '@babel/runtime': 7.22.6 dev: true /regex-not/1.0.2: @@ -16111,6 +15919,14 @@ packages: define-properties: 1.1.4 functions-have-names: 1.2.3 + /regexp.prototype.flags/1.5.0: + resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + functions-have-names: 1.2.3 + /regexpp/3.2.0: resolution: {integrity: sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==} engines: {node: '>=8'} @@ -16358,7 +16174,7 @@ packages: /resolve/1.19.0: resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} dependencies: - is-core-module: 2.9.0 + is-core-module: 2.12.1 path-parse: 1.0.7 dev: true @@ -16374,7 +16190,7 @@ packages: resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: true @@ -16454,10 +16270,12 @@ packages: dependencies: glob: 7.2.3 - /rimraf/4.1.2: - resolution: {integrity: sha512-BlIbgFryTbw3Dz6hyoWFhKk+unCcHMSkZGrTFVAx2WmttdBSonsdtRlwiuTbDqTKr+UlXIUqJVS4QT5tUzGENQ==} + /rimraf/4.4.1: + resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} engines: {node: '>=14'} hasBin: true + dependencies: + glob: 9.3.5 dev: true /ripemd160/2.0.2: @@ -16478,7 +16296,7 @@ packages: is-plain-object: 3.0.1 dev: true - /rollup-plugin-postcss/4.0.2_postcss@8.4.14: + /rollup-plugin-postcss/4.0.2_postcss@8.4.26: resolution: {integrity: sha512-05EaY6zvZdmvPUDi3uCcAQoESDcYnv8ogJJQRp6V5kZ6J6P7uAVJlrTZcaaA20wTH527YTnKfkAoPxWI/jPp4w==} engines: {node: '>=10'} peerDependencies: @@ -16486,13 +16304,13 @@ packages: dependencies: chalk: 4.1.2 concat-with-sourcemaps: 1.1.0 - cssnano: 5.1.12_postcss@8.4.14 + cssnano: 5.1.12_postcss@8.4.26 import-cwd: 3.0.0 p-queue: 6.6.2 pify: 5.0.0 - postcss: 8.4.14 - postcss-load-config: 3.1.4_postcss@8.4.14 - postcss-modules: 4.3.1_postcss@8.4.14 + postcss: 8.4.26 + postcss-load-config: 3.1.4_postcss@8.4.26 + postcss-modules: 4.3.1_postcss@8.4.26 promise.series: 0.2.0 resolve: 1.22.1 rollup-pluginutils: 2.8.2 @@ -16541,14 +16359,22 @@ packages: optionalDependencies: fsevents: 2.3.2 - /rollup/2.77.2: - resolution: {integrity: sha512-m/4YzYgLcpMQbxX3NmAqDvwLATZzxt8bIegO78FZLl+lAgKJBd1DRAOeEiZcKOIOPjxE6ewHWHNgGEalFXuz1g==} + /rollup/2.79.1: + resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: fsevents: 2.3.2 dev: true + /rollup/3.26.3: + resolution: {integrity: sha512-7Tin0C8l86TkpcMtXvQu6saWH93nhG3dGQ1/+l5V2TDMceTxO7kDiK6GzbfLWNNxqJXm591PcEZUozZm51ogwQ==} + engines: {node: '>=14.18.0', npm: '>=8.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true + /rsvp/4.8.5: resolution: {integrity: sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==} engines: {node: 6.* || >= 7.*} @@ -16565,6 +16391,15 @@ packages: aproba: 1.2.0 dev: true + /safe-array-concat/1.0.0: + resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} + engines: {node: '>=0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + has-symbols: 1.0.3 + isarray: 2.0.5 + /safe-buffer/5.1.1: resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} dev: true @@ -16579,6 +16414,13 @@ packages: resolution: {integrity: sha512-6pNbSMW6OhAi9j+N8V+U715yBQsaWJ7eyEUaOrawX+isg5ZxhUlV1NipNtgaKHmFGiABwt+ZF04Ii+3Xjkg+8w==} dev: true + /safe-regex-test/1.0.0: + resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-regex: 1.1.4 + /safe-regex/1.1.0: resolution: {integrity: sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==} dependencies: @@ -16605,14 +16447,14 @@ packages: walker: 1.0.8 dev: true - /sass-graph/4.0.0: - resolution: {integrity: sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==} + /sass-graph/4.0.1: + resolution: {integrity: sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==} engines: {node: '>=12'} hasBin: true dependencies: glob: 7.2.3 lodash: 4.17.21 - scss-tokenizer: 0.3.0 + scss-tokenizer: 0.4.3 yargs: 17.5.1 dev: true @@ -16666,8 +16508,8 @@ packages: ajv-formats: 2.1.1 ajv-keywords: 5.1.0_ajv@8.11.0 - /scss-tokenizer/0.3.0: - resolution: {integrity: sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ==} + /scss-tokenizer/0.4.3: + resolution: {integrity: sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==} dependencies: js-base64: 2.6.4 source-map: 0.7.4 @@ -16676,8 +16518,8 @@ packages: /select-hose/2.0.0: resolution: {integrity: sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==} - /selfsigned/2.0.1: - resolution: {integrity: sha512-LmME957M1zOsUhG+67rAjKfiWFox3SBxE/yymatMZsAx+oMrJ0YQ8AToOnyCm7xbeg2ep37IHLxdu0o2MavQOQ==} + /selfsigned/2.1.1: + resolution: {integrity: sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==} engines: {node: '>=10'} dependencies: node-forge: 1.3.1 @@ -16686,7 +16528,7 @@ packages: resolution: {integrity: sha512-GX0Ix/CJcHyB8c4ykpHGIAvLyOwOobtM/8d+TQkAd81/bEjgPHrfba41Vpesr7jX/t8Uh+R3EX9eAS5be+jQYg==} engines: {node: '>=8'} dependencies: - semver: 6.3.0 + semver: 6.3.1 dev: true /semver/5.7.1: @@ -16696,6 +16538,11 @@ packages: /semver/6.3.0: resolution: {integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==} hasBin: true + dev: true + + /semver/6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true /semver/7.0.0: resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} @@ -16795,8 +16642,8 @@ packages: parseurl: 1.3.3 send: 0.18.0 - /serve/13.0.2: - resolution: {integrity: sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==} + /serve/13.0.4: + resolution: {integrity: sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==} hasBin: true dependencies: '@zeit/schemas': 2.6.0 @@ -16873,7 +16720,6 @@ packages: /shell-quote/1.7.3: resolution: {integrity: sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==} - dev: true /shelljs/0.8.5: resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} @@ -16895,6 +16741,13 @@ packages: /signal-exit/3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + /simple-update-notifier/1.1.0: + resolution: {integrity: sha512-VpsrsJSUcJEseSbMHkrsrAVSdvVS5I96Qo1QAQ4FxQ9wXFcB+pjj7FB7/us9+GcgfW4ziHtYMc1J0PLczb55mg==} + engines: {node: '>=8.10.0'} + dependencies: + semver: 7.0.0 + dev: true + /sisteransi/1.0.5: resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} dev: true @@ -17121,11 +16974,11 @@ packages: tweetnacl: 0.14.5 dev: true - /ssri/10.0.1: - resolution: {integrity: sha512-WVy6di9DlPOeBWEjMScpNipeSX2jIZBGEn5Uuo8Q7aIuFEuDX0pw8RxcOjlD1TWP4obi24ki7m/13+nFpcbXrw==} + /ssri/10.0.4: + resolution: {integrity: sha512-12+IR2CB2C28MMAw0Ncqwj5QbTcs0nGIhgJzYWzDkb21vWmfNI83KS4f3Ci6GI98WreIfG7o9UXp3C0qbpA8nQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: - minipass: 4.0.3 + minipass: 5.0.0 dev: true /ssri/6.0.2: @@ -17176,11 +17029,11 @@ packages: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook/6.5.10_z4qqgugnm6uuispuujohwzum2u: - resolution: {integrity: sha512-3wSCTIBaHTt7q0BiJwpkC72xZMlUd8FuuEqY3hVZw9vUPgUu12aIZHO6gzIORm6+4nqlkYvc7bd2PwJgXBq2Vg==} + /storybook/6.5.16_qaxqhwumg2h446ojcwhctux5n4: + resolution: {integrity: sha512-+Ychak5QtcTx8EuQzu7eilw+65sk6q1LdI68vb1VOIYD29PEEC7MsZGKPi6AKYNbdhGp0cGu0j3Bf1TxGOBFEA==} hasBin: true dependencies: - '@storybook/cli': 6.5.10_z4qqgugnm6uuispuujohwzum2u + '@storybook/cli': 6.5.16_qaxqhwumg2h446ojcwhctux5n4 transitivePeerDependencies: - '@storybook/mdx2-csf' - encoding @@ -17224,6 +17077,11 @@ packages: xtend: 4.0.2 dev: true + /stream-read-all/3.0.1: + resolution: {integrity: sha512-EWZT9XOceBPlVJRrYcykW8jyRSZYbkb/0ZK36uLEmoWVO5gxBOnntNTseNzfREsqxqdfEGQrD8SXQ3QWbBmq8A==} + engines: {node: '>=10'} + dev: true + /stream-shift/1.0.1: resolution: {integrity: sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==} dev: true @@ -17250,8 +17108,8 @@ packages: dependencies: call-bind: 1.0.2 define-properties: 1.1.4 - es-abstract: 1.20.1 - get-intrinsic: 1.1.2 + es-abstract: 1.22.1 + get-intrinsic: 1.2.1 has-symbols: 1.0.3 internal-slot: 1.0.3 regexp.prototype.flags: 1.4.3 @@ -17272,10 +17130,18 @@ packages: engines: {node: '>= 0.4'} dependencies: call-bind: 1.0.2 - define-properties: 1.1.4 - es-abstract: 1.20.1 + define-properties: 1.2.0 + es-abstract: 1.22.1 dev: true + /string.prototype.trim/1.2.7: + resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + /string.prototype.trimend/1.0.5: resolution: {integrity: sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==} dependencies: @@ -17283,6 +17149,13 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.1 + /string.prototype.trimend/1.0.6: + resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + /string.prototype.trimstart/1.0.5: resolution: {integrity: sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==} dependencies: @@ -17290,6 +17163,13 @@ packages: define-properties: 1.1.4 es-abstract: 1.20.1 + /string.prototype.trimstart/1.0.6: + resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} + dependencies: + call-bind: 1.0.2 + define-properties: 1.2.0 + es-abstract: 1.22.1 + /string_decoder/1.1.1: resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} dependencies: @@ -17388,7 +17268,7 @@ packages: peerDependencies: webpack: ^4.0.0 || ^5.0.0 dependencies: - loader-utils: 2.0.2 + loader-utils: 2.0.4 schema-utils: 2.7.1 webpack: 4.46.0 dev: true @@ -17399,14 +17279,14 @@ packages: inline-style-parser: 0.1.1 dev: true - /stylehacks/5.1.0_postcss@8.4.14: + /stylehacks/5.1.0_postcss@8.4.26: resolution: {integrity: sha512-SzLmvHQTrIWfSgljkQCw2++C9+Ne91d/6Sp92I8c5uHTcy/PgeHamwITIbBW9wnFTY/3ZfSXR9HIL6Ikqmcu6Q==} engines: {node: ^10 || ^12 || >=14.0} peerDependencies: postcss: ^8.2.15 dependencies: browserslist: 4.21.0 - postcss: 8.4.14 + postcss: 8.4.26 postcss-selector-parser: 6.0.10 dev: true @@ -17485,6 +17365,20 @@ packages: wordwrapjs: 4.0.1 dev: true + /table-layout/3.0.2: + resolution: {integrity: sha512-rpyNZYRw+/C+dYkcQ3Pr+rLxW4CfHpXjPDnG7lYhdRoUcZTUt+KEsX+94RGp/aVp/MQU35JCITv2T/beY4m+hw==} + engines: {node: '>=12.17'} + hasBin: true + dependencies: + '@75lb/deep-merge': 1.1.1 + array-back: 6.2.2 + command-line-args: 5.2.1 + command-line-usage: 7.0.1 + stream-read-all: 3.0.1 + typical: 7.1.1 + wordwrapjs: 5.1.0 + dev: true + /tapable/1.1.3: resolution: {integrity: sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==} engines: {node: '>=6'} @@ -17580,7 +17474,7 @@ packages: schema-utils: 1.0.0 serialize-javascript: 4.0.0 source-map: 0.6.1 - terser: 4.8.0 + terser: 4.8.1 webpack: 4.46.0 webpack-sources: 1.4.3 worker-farm: 1.7.0 @@ -17637,6 +17531,16 @@ packages: source-map-support: 0.5.21 dev: true + /terser/4.8.1: + resolution: {integrity: sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + commander: 2.20.3 + source-map: 0.6.1 + source-map-support: 0.5.21 + dev: true + /terser/5.14.1: resolution: {integrity: sha512-+ahUAE+iheqBTDxXhTisdA8hgvbEG1hHOQ9xmNjeUJSoi6DU/gMrKNcfZjHkyY6Alnuyc+ikYJaxxfHkT3+WuQ==} engines: {node: '>=10'} @@ -17680,10 +17584,6 @@ packages: setimmediate: 1.0.5 dev: true - /timsort/0.3.0: - resolution: {integrity: sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==} - dev: true - /tmpl/1.0.5: resolution: {integrity: sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==} dev: true @@ -17790,7 +17690,8 @@ packages: dev: true /trim/0.0.1: - resolution: {integrity: sha1-WFhUf2spB1fulczMZm+1AITEYN0=} + resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==} + deprecated: Use String.prototype.trim() instead dev: true /trough/1.0.5: @@ -17812,8 +17713,8 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-loader/9.3.1_gp3atwgq76mgimstdygasg64n4: - resolution: {integrity: sha512-OkyShkcZTsTwyS3Kt7a4rsT/t2qvEVQuKCTg4LJmpj9fhFR7ukGdZwV6Qq3tRUkqcXtfGpPR7+hFKHCG/0d3Lw==} + /ts-loader/9.4.4_kunlnxgowht5psymbomb4rk6be: + resolution: {integrity: sha512-MLukxDHBl8OJ5Dk3y69IsKVFRA/6MwzEqBgh+OXMPB/OD01KQuWPFd1WAQP8a5PeSCAxfnkhiuWqfmFJzJQt9w==} engines: {node: '>=12.0.0'} peerDependencies: typescript: '*' @@ -17823,11 +17724,11 @@ packages: enhanced-resolve: 5.9.3 micromatch: 4.0.5 semver: 7.3.7 - typescript: 4.6.4 + typescript: 4.7.4 webpack: 5.72.1_webpack-cli@4.10.0 dev: true - /ts-pnp/1.2.0_typescript@4.6.4: + /ts-pnp/1.2.0_typescript@4.7.4: resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==} engines: {node: '>=6'} peerDependencies: @@ -17836,7 +17737,7 @@ packages: typescript: optional: true dependencies: - typescript: 4.6.4 + typescript: 4.7.4 dev: true /tsconfig-paths/3.14.1: @@ -17850,25 +17751,25 @@ packages: /tslib/1.14.1: resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - /tslib/2.4.0: - resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} + /tslib/2.4.1: + resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} /tsscmp/1.0.6: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} dev: true - /tsutils/3.21.0_typescript@4.6.4: + /tsutils/3.21.0_typescript@4.7.4: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.6.4 + typescript: 4.7.4 /tty-browserify/0.0.0: - resolution: {integrity: sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=} + resolution: {integrity: sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==} dev: true /tunnel-agent/0.6.0: @@ -17928,6 +17829,40 @@ packages: media-typer: 0.3.0 mime-types: 2.1.35 + /typed-array-buffer/1.0.0: + resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + get-intrinsic: 1.2.1 + is-typed-array: 1.1.12 + + /typed-array-byte-length/1.0.0: + resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + + /typed-array-byte-offset/1.0.0: + resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + has-proto: 1.0.1 + is-typed-array: 1.1.12 + + /typed-array-length/1.0.4: + resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + dependencies: + call-bind: 1.0.2 + for-each: 0.3.3 + is-typed-array: 1.1.12 + /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: @@ -17942,12 +17877,12 @@ packages: resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==} engines: {node: '>=4.2.0'} hasBin: true + dev: false /typescript/4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} hasBin: true - dev: true /typical/4.0.0: resolution: {integrity: sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==} @@ -17959,8 +17894,13 @@ packages: engines: {node: '>=8'} dev: true - /ua-parser-js/1.0.2: - resolution: {integrity: sha512-00y/AXhx0/SsnI51fTc0rLRmafiGOM4/O+ny10Ps7f+j/b8p/ZY11ytMgznXkOVo4GQ+KwQG5UQLkLGirsACRg==} + /typical/7.1.1: + resolution: {integrity: sha512-T+tKVNs6Wu7IWiAce5BgMd7OZfNYUndHwc5MknN+UHOudi7sGZzuHdCadllRuqJ3fPtgFtIH9+lt9qRv6lmpfA==} + engines: {node: '>=12.17'} + dev: true + + /ua-parser-js/1.0.35: + resolution: {integrity: sha512-fKnGuqmTBnIE+/KXSzCn4db8RTigUzw1AN0DmdU6hJovUTbYJKyqj+8Mt1c4VfRDnOVJnENmfYkIPZ946UrSAA==} dev: true /uglify-js/3.16.3: @@ -18148,6 +18088,17 @@ packages: engines: {node: '>=4'} dev: true + /update-browserslist-db/1.0.11_browserslist@4.21.9: + resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.9 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: true + /update-browserslist-db/1.0.4_browserslist@4.21.0: resolution: {integrity: sha512-jnmO2BEGUjsMOe/Fg9u0oczOe/ppIDZPebzccl1yDWGLFP16Pa1/RM5wEoKYPG2zstNcDuAStejyxsOuKINdGA==} hasBin: true @@ -18205,7 +18156,7 @@ packages: optional: true dependencies: file-loader: 6.2.0_webpack@4.46.0 - loader-utils: 2.0.2 + loader-utils: 2.0.4 mime-types: 2.1.35 schema-utils: 3.1.1 webpack: 4.46.0 @@ -18236,7 +18187,7 @@ packages: /util.promisify/1.0.0: resolution: {integrity: sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==} dependencies: - define-properties: 1.1.4 + define-properties: 1.2.0 object.getownpropertydescriptors: 2.1.4 dev: true @@ -18257,11 +18208,12 @@ packages: dev: true /utils-merge/1.0.1: - resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=} + resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} engines: {node: '>= 0.4.0'} /uuid-browser/3.1.0: resolution: {integrity: sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==} + deprecated: Package no longer supported and required. Use the uuid package or crypto.randomUUID instead dev: true /uuid/3.4.0: @@ -18290,7 +18242,7 @@ packages: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.13 + '@jridgewell/trace-mapping': 0.3.18 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.8.0 dev: true @@ -18344,29 +18296,35 @@ packages: vfile-message: 2.0.4 dev: true - /vite/3.0.4: - resolution: {integrity: sha512-NU304nqnBeOx2MkQnskBQxVsa0pRAH5FphokTGmyy8M3oxbvw7qAXts2GORxs+h/2vKsD+osMhZ7An6yK6F1dA==} + /vite/3.2.7: + resolution: {integrity: sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: + '@types/node': '>= 14' less: '*' sass: '*' stylus: '*' + sugarss: '*' terser: ^5.4.0 peerDependenciesMeta: + '@types/node': + optional: true less: optional: true sass: optional: true stylus: optional: true + sugarss: + optional: true terser: optional: true dependencies: - esbuild: 0.14.47 - postcss: 8.4.14 + esbuild: 0.15.18 + postcss: 8.4.26 resolve: 1.22.1 - rollup: 2.77.2 + rollup: 2.79.1 optionalDependencies: fsevents: 2.3.2 dev: true @@ -18415,27 +18373,28 @@ packages: resolution: {integrity: sha512-wYxSGajtmoP4WxfejAPIr4l0fVh+jeMXZb08wNc0tMg6xsfZXj3cECqIK0G7ZAqUq0PP8WlMDtaOGVBTAWztNw==} dev: true - /web-test-runner-jasmine/0.0.1: - resolution: {integrity: sha512-TBZuAEa9lHTAI6//Xr+3kVJ5MmEGl2IjXyKsJaZMWbVyjQg8/bgyD5hbfZm9zWFmDTLCNQhOrXjOBTHv66FoIQ==} + /web-test-runner-jasmine/0.0.5_typescript@4.7.4: + resolution: {integrity: sha512-lMvRbsHy4pXNKVEuhyLJqtkCYdpWdRYkjOHsv4SZvftfuayED2cHboOaDcBMFRKEP1fnnyC9oLDpKoPFHe9tdg==} dependencies: - '@web/test-runner': 0.13.31 + '@web/test-runner': 0.16.1_typescript@4.7.4 transitivePeerDependencies: - bufferutil - encoding - supports-color + - typescript - utf-8-validate dev: true - /webdriver/7.20.4_typescript@4.6.4: + /webdriver/7.20.4_typescript@4.7.4: resolution: {integrity: sha512-gKJ70aOvdNYG3TRd8vOF0O7pCsNGZ/SNe2ZvFB4NeC53xVglkCxHnyoC1WcGxBpDv8gaHh3iNFbwXc0JtMWdXw==} engines: {node: '>=12.0.0'} dependencies: '@types/node': 18.0.0 - '@wdio/config': 7.20.3_typescript@4.6.4 + '@wdio/config': 7.20.3_typescript@4.7.4 '@wdio/logger': 7.19.0 '@wdio/protocols': 7.20.4 - '@wdio/types': 7.20.3_typescript@4.6.4 - '@wdio/utils': 7.20.3_typescript@4.6.4 + '@wdio/types': 7.20.3_typescript@4.7.4 + '@wdio/utils': 7.20.3_typescript@4.7.4 got: 11.8.5 ky: 0.30.0 lodash.merge: 4.6.2 @@ -18443,23 +18402,23 @@ packages: - typescript dev: true - /webdriverio/7.20.5_typescript@4.6.4: + /webdriverio/7.20.5_typescript@4.7.4: resolution: {integrity: sha512-GcONsT2eOTXnjwMxvilc95uWTUlzWRBpdbxC1M+664uTfzomCFDMHMsa+evPSKG5+pFMSCrEL67nwRtoLXhh9Q==} engines: {node: '>=12.0.0'} dependencies: '@types/aria-query': 5.0.0 '@types/node': 18.0.0 - '@wdio/config': 7.20.3_typescript@4.6.4 + '@wdio/config': 7.20.3_typescript@4.7.4 '@wdio/logger': 7.19.0 '@wdio/protocols': 7.20.4 - '@wdio/repl': 7.20.3_typescript@4.6.4 - '@wdio/types': 7.20.3_typescript@4.6.4 - '@wdio/utils': 7.20.3_typescript@4.6.4 + '@wdio/repl': 7.20.3_typescript@4.7.4 + '@wdio/types': 7.20.3_typescript@4.7.4 + '@wdio/utils': 7.20.3_typescript@4.7.4 archiver: 5.3.1 aria-query: 5.0.0 css-shorthand-properties: 1.1.1 css-value: 0.0.1 - devtools: 7.20.4_typescript@4.6.4 + devtools: 7.20.4_typescript@4.7.4 devtools-protocol: 0.0.1011705 fs-extra: 10.1.0 grapheme-splitter: 1.0.4 @@ -18473,7 +18432,7 @@ packages: resq: 1.10.2 rgb2hex: 0.2.5 serialize-error: 8.1.0 - webdriver: 7.20.4_typescript@4.6.4 + webdriver: 7.20.4_typescript@4.7.4 transitivePeerDependencies: - bufferutil - encoding @@ -18495,7 +18454,7 @@ packages: engines: {node: '>=12'} dev: true - /webpack-cli/4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq: + /webpack-cli/4.10.0_yzshtbsteo3jjuooewguoromqq: resolution: {integrity: sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==} engines: {node: '>=10.13.0'} hasBin: true @@ -18518,7 +18477,7 @@ packages: '@discoveryjs/json-ext': 0.5.7 '@webpack-cli/configtest': 1.2.0_hqh4vd6ku3d274yeebiz4wnr34 '@webpack-cli/info': 1.5.0_webpack-cli@4.10.0 - '@webpack-cli/serve': 1.7.0_b6kp5g2s4uywsci7bb7pbu5to4 + '@webpack-cli/serve': 1.7.0_zlkpompfwd3ohwjpgahvnmgqqy colorette: 2.0.19 commander: 7.2.0 cross-spawn: 7.0.3 @@ -18527,7 +18486,7 @@ packages: interpret: 2.2.0 rechoir: 0.7.1 webpack: 5.72.1_webpack-cli@4.10.0 - webpack-dev-server: 4.9.2_hqh4vd6ku3d274yeebiz4wnr34 + webpack-dev-server: 4.15.1_hqh4vd6ku3d274yeebiz4wnr34 webpack-merge: 5.8.0 /webpack-dev-middleware/3.7.3_webpack@4.46.0: @@ -18557,14 +18516,16 @@ packages: schema-utils: 4.0.0 webpack: 5.72.1_webpack-cli@4.10.0 - /webpack-dev-server/4.9.2_hqh4vd6ku3d274yeebiz4wnr34: - resolution: {integrity: sha512-H95Ns95dP24ZsEzO6G9iT+PNw4Q7ltll1GfJHV4fKphuHWgKFzGHWi4alTlTnpk1SPPk41X+l2RB7rLfIhnB9Q==} + /webpack-dev-server/4.15.1_hqh4vd6ku3d274yeebiz4wnr34: + resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==} engines: {node: '>= 12.13.0'} hasBin: true peerDependencies: webpack: ^4.37.0 || ^5.0.0 webpack-cli: '*' peerDependenciesMeta: + webpack: + optional: true webpack-cli: optional: true dependencies: @@ -18574,31 +18535,32 @@ packages: '@types/serve-index': 1.9.1 '@types/serve-static': 1.13.10 '@types/sockjs': 0.3.33 - '@types/ws': 8.5.3 + '@types/ws': 8.5.5 ansi-html-community: 0.0.8 bonjour-service: 1.0.13 chokidar: 3.5.3 colorette: 2.0.19 compression: 1.7.4 - connect-history-api-fallback: 1.6.0 + connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 express: 4.18.1 graceful-fs: 4.2.10 html-entities: 2.3.3 http-proxy-middleware: 2.0.6_@types+express@4.17.13 ipaddr.js: 2.0.1 + launch-editor: 2.6.0 open: 8.4.0 p-retry: 4.6.2 rimraf: 3.0.2 schema-utils: 4.0.0 - selfsigned: 2.0.1 + selfsigned: 2.1.1 serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 webpack: 5.72.1_webpack-cli@4.10.0 - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq webpack-dev-middleware: 5.3.3_webpack@5.72.1 - ws: 8.8.0 + ws: 8.13.0 transitivePeerDependencies: - bufferutil - debug @@ -18765,7 +18727,7 @@ packages: tapable: 2.2.1 terser-webpack-plugin: 5.3.3_webpack@5.72.1 watchpack: 2.4.0 - webpack-cli: 4.10.0_g7s4ieqvkrmylmbt6s7rikhcuq + webpack-cli: 4.10.0_yzshtbsteo3jjuooewguoromqq webpack-sources: 3.2.3 transitivePeerDependencies: - '@swc/core' @@ -18820,6 +18782,16 @@ packages: is-string: 1.0.7 is-symbol: 1.0.4 + /which-typed-array/1.1.11: + resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.5 + call-bind: 1.0.2 + for-each: 0.3.3 + gopd: 1.0.1 + has-tostringtag: 1.0.0 + /which/1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} hasBin: true @@ -18864,6 +18836,11 @@ packages: typical: 5.2.0 dev: true + /wordwrapjs/5.1.0: + resolution: {integrity: sha512-JNjcULU2e4KJwUNv6CHgI46UvDGitb6dGryHajXTDiLgg1/RiGoPSDw4kZfYnwGtEXf2ZMeIewDQgFGzkCB2Sg==} + engines: {node: '>=12.17'} + dev: true + /workbox-background-sync/6.5.3: resolution: {integrity: sha512-0DD/V05FAcek6tWv9XYj2w5T/plxhDSpclIcAGjA/b7t/6PdaRkQ7ZgtAX6Q/L7kV7wZ8uYRJUoH11VjNipMZw==} dependencies: @@ -18882,10 +18859,10 @@ packages: engines: {node: '>=10.0.0'} dependencies: '@apideck/better-ajv-errors': 0.3.4_ajv@8.11.0 - '@babel/core': 7.18.10 - '@babel/preset-env': 7.18.2_@babel+core@7.18.10 - '@babel/runtime': 7.18.3 - '@rollup/plugin-babel': 5.3.1_ddc6blmg4uvj3gzht6d6jenipu + '@babel/core': 7.22.9 + '@babel/preset-env': 7.18.2_@babel+core@7.22.9 + '@babel/runtime': 7.22.6 + '@rollup/plugin-babel': 5.3.1_4vdfbyxkasmtbh6omfcpw5jai4 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.70.2 '@rollup/plugin-replace': 2.4.2_rollup@2.70.2 '@surma/rollup-plugin-off-main-thread': 2.2.3 @@ -19078,21 +19055,20 @@ packages: optional: true dev: true - /ws/8.5.0: - resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} + /ws/8.13.0: + resolution: {integrity: sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: ^5.0.2 + utf-8-validate: '>=5.0.2' peerDependenciesMeta: bufferutil: optional: true utf-8-validate: optional: true - dev: true - /ws/8.8.0: - resolution: {integrity: sha512-JDAgSYQ1ksuwqfChJusw1LSJ8BizJ2e/vVu5Lxjq3YvNJNlROv1ui4i+c/kUUrPheBvQl4c5UbERhTwKa6QBJQ==} + /ws/8.5.0: + resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==} engines: {node: '>=10.0.0'} peerDependencies: bufferutil: ^4.0.1 @@ -19102,6 +19078,7 @@ packages: optional: true utf-8-validate: optional: true + dev: true /x-default-browser/0.4.0: resolution: {integrity: sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw==} @@ -19151,6 +19128,11 @@ packages: engines: {node: '>=12'} dev: true + /yargs-parser/21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} + engines: {node: '>=12'} + dev: true + /yargs/16.2.0: resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} engines: {node: '>=10'} @@ -19177,6 +19159,19 @@ packages: yargs-parser: 21.0.1 dev: true + /yargs/17.7.1: + resolution: {integrity: sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==} + engines: {node: '>=12'} + dependencies: + cliui: 8.0.1 + escalade: 3.1.1 + get-caller-file: 2.0.5 + require-directory: 2.1.1 + string-width: 4.2.3 + y18n: 5.0.8 + yargs-parser: 21.1.1 + dev: true + /yauzl/2.10.0: resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} dependencies: diff --git a/common/config/rush/repo-state.json b/common/config/rush/repo-state.json index cd0e242d..f73e0956 100644 --- a/common/config/rush/repo-state.json +++ b/common/config/rush/repo-state.json @@ -1,5 +1,5 @@ // DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. { - "pnpmShrinkwrapHash": "e3dd97ed4be955cf77d76d3e75fe6c5296512644", + "pnpmShrinkwrapHash": "e29ac61cbfcf08550338daaee91df1235e3d4109", "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f" } diff --git a/examples/minimal-ts-rollup/package.json b/examples/minimal-ts-rollup/package.json index e04b42e5..53991dee 100644 --- a/examples/minimal-ts-rollup/package.json +++ b/examples/minimal-ts-rollup/package.json @@ -12,7 +12,7 @@ "rollup-plugin-terser": "~7.0.2", "serve": "^13.0.4", "tslib": "~2.4.1", - "typescript": "~4.6.4" + "typescript": "4.7.4" }, "dependencies": { "c2pa": "workspace:*" diff --git a/examples/minimal-ts-vite/package.json b/examples/minimal-ts-vite/package.json index 1394bde0..ed1f068c 100644 --- a/examples/minimal-ts-vite/package.json +++ b/examples/minimal-ts-vite/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "date-fns": "^2.30.0", - "typescript": "~4.6.4", + "typescript": "4.7.4", "vite": "^3.2.7" }, "dependencies": { diff --git a/examples/minimal-ts-webpack/package.json b/examples/minimal-ts-webpack/package.json index 0844a939..8ca7c66b 100644 --- a/examples/minimal-ts-webpack/package.json +++ b/examples/minimal-ts-webpack/package.json @@ -10,7 +10,7 @@ "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.3", "ts-loader": "^9.4.4", - "typescript": "~4.6.4", + "typescript": "4.7.4", "webpack": "~5.72.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.15.1" diff --git a/examples/react-ts-vite/package.json b/examples/react-ts-vite/package.json index 35a483f5..a6c9d1f3 100644 --- a/examples/react-ts-vite/package.json +++ b/examples/react-ts-vite/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-react": "^1.3.2", "postcss": "~8.4.26", "postcss-nesting": "^10.2.0", - "typescript": "~4.6.4", + "typescript": "4.7.4", "vite": "^3.2.7" } } diff --git a/packages/c2pa-wc/package.json b/packages/c2pa-wc/package.json index 7d76e32a..cbef74c3 100644 --- a/packages/c2pa-wc/package.json +++ b/packages/c2pa-wc/package.json @@ -60,7 +60,7 @@ "@rollup/plugin-typescript": "~8.3.4", "@rollup/pluginutils": "~4.2.1", "@rushstack/eslint-config": "~2.6.2", - "@rushstack/heft": "~0.47.11", + "@rushstack/heft": "0.49.4", "@rushstack/heft-storybook-plugin": "~0.1.99", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-backgrounds": "^6.5.16", @@ -103,7 +103,7 @@ "storybook": "~6.5.16", "svgo": "^2.8.0", "tslib": "~2.4.1", - "typescript": "~4.6.4", + "typescript": "4.7.4", "vite": "^3.2.7", "web-test-runner-jasmine": "~0.0.5" } diff --git a/packages/c2pa/package.json b/packages/c2pa/package.json index 19c827fb..6ec68c0d 100644 --- a/packages/c2pa/package.json +++ b/packages/c2pa/package.json @@ -81,7 +81,7 @@ "rollup-plugin-copy": "~3.4.0", "rollup-plugin-terser": "~7.0.2", "tslib": "~2.4.1", - "typescript": "~4.6.4", + "typescript": "4.7.4", "web-test-runner-jasmine": "~0.0.5" } } diff --git a/packages/react/package.json b/packages/react/package.json index 2500a666..249e5158 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -31,8 +31,8 @@ }, "homepage": "https://github.com/contentauth/c2pa-js#readme", "dependencies": { - "lodash": "^4.17.21", - "classnames": "~2.3.1" + "classnames": "~2.3.2", + "lodash": "^4.17.21" }, "peerDependencies": { "c2pa": "^0.16.1", @@ -41,31 +41,31 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "devDependencies": { - "c2pa": "workspace:*", - "c2pa-wc": "workspace:*", "@contentauth/config": "workspace:*", "@contentauth/testing": "workspace:*", - "@rollup/plugin-strip": "~2.1.0", - "@rollup/plugin-typescript": "~8.3.2", - "rollup": "~2.70.2", - "rollup-plugin-terser": "~7.0.2", - "tslib": "~2.4.0", - "typescript": "~4.6.3", - "eslint": "~8.14.0", - "@rushstack/eslint-config": "~2.6.0", - "@types/react": "^16.13.1", "@rollup/plugin-alias": "~3.1.9", + "@rollup/plugin-commonjs": "~22.0.2", + "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "~5.0.2", - "rimraf": "^4.1.2", - "react": "^16.13.1", - "react-dom": "^16.13.1", + "@rollup/plugin-strip": "~2.1.0", + "@rollup/plugin-typescript": "~8.3.4", + "@rushstack/eslint-config": "~2.6.2", + "@types/react": "^16.14.43", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "c2pa": "workspace:*", + "c2pa-wc": "workspace:*", + "eslint": "~8.14.0", + "eslint-plugin-import": "^2.27.5", + "node-sass": "~7.0.3", + "postcss": "~8.4.26", + "react": "^16.14.0", + "react-dom": "^16.14.0", + "rimraf": "^4.4.1", + "rollup": "~2.70.2", "rollup-plugin-postcss": "~4.0.2", - "postcss": "~8.4.12", - "node-sass": "~7.0.1", - "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-commonjs": "~22.0.0", - "eslint-plugin-import": "^2.26.0", - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0" + "rollup-plugin-terser": "~7.0.2", + "tslib": "~2.4.1", + "typescript": "4.7.4" } } diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 10ca55ad..e38c3f97 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -50,7 +50,7 @@ "rimraf": "^4.4.1", "rollup": "~2.70.2", "ssri": "~10.0.4", - "typescript": "~4.6.4", + "typescript": "4.7.4", "web-test-runner-jasmine": "~0.0.5" } } diff --git a/tools/c2pa-wc-storykit/package.json b/tools/c2pa-wc-storykit/package.json index a96f19da..e6e7b528 100644 --- a/tools/c2pa-wc-storykit/package.json +++ b/tools/c2pa-wc-storykit/package.json @@ -9,20 +9,20 @@ "build": "" }, "devDependencies": { - "@storybook/addon-actions": "^6.5.10", - "@storybook/addon-essentials": "^6.5.10", - "@storybook/addon-links": "^6.5.10", - "@storybook/web-components": "^6.5.10", - "@storybook/builder-vite": "~0.2.2", - "react": "^16.13.1", - "react-dom": "^16.13.1", - "@babel/core": "^7.16.7", - "babel-loader": "^8.2.3", - "typescript": "~4.6.3", - "webpack": "~5.72.0", - "vite": "^3.0.4", - "lit-html": "^2.2.0", - "@storybook/preview-web": "~6.5.10", - "@storybook/client-api": "~6.5.10" + "@babel/core": "^7.22.9", + "@storybook/addon-actions": "^6.5.16", + "@storybook/addon-essentials": "^6.5.16", + "@storybook/addon-links": "^6.5.16", + "@storybook/builder-vite": "~0.2.7", + "@storybook/client-api": "~6.5.16", + "@storybook/preview-web": "~6.5.16", + "@storybook/web-components": "^6.5.16", + "babel-loader": "^8.3.0", + "lit-html": "^2.7.5", + "react": "^16.14.0", + "react-dom": "^16.14.0", + "typescript": "4.7.4", + "vite": "^3.2.7", + "webpack": "~5.72.1" } } diff --git a/tools/config/package.json b/tools/config/package.json index 776f367d..43893212 100644 --- a/tools/config/package.json +++ b/tools/config/package.json @@ -6,13 +6,13 @@ "build": "" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.20.0", - "@typescript-eslint/parser": "^5.20.0", - "eslint-config-airbnb-typescript": "^17.0.0", - "eslint-config-prettier": "^8.5.0", - "eslint-import-resolver-typescript": "^2.7.1", - "eslint-plugin-import": "^2.26.0", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", "eslint": "~8.14.0", - "typescript": "~4.6.3" + "eslint-config-airbnb-typescript": "^17.1.0", + "eslint-config-prettier": "^8.8.0", + "eslint-import-resolver-typescript": "^2.7.1", + "eslint-plugin-import": "^2.27.5", + "typescript": "4.7.4" } } diff --git a/tools/testing/package.json b/tools/testing/package.json index 927b8ae1..0964fbba 100644 --- a/tools/testing/package.json +++ b/tools/testing/package.json @@ -12,20 +12,22 @@ }, "license": "MIT", "dependencies": { - "rollup": "~2.70.2", - "typescript": "~4.6.3", - "@testing-library/react-hooks": "~8.0.0", - "react": "^16.13.1", - "@rollup/plugin-commonjs": "~22.0.0", + "@esm-bundle/react": "17.0.2-fix.1", + "@rollup/plugin-commonjs": "~22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", - "@rollup/plugin-typescript": "~8.3.2", - "tslib": "~2.4.0", - "@esm-bundle/react": "~17.0.2-fix.1" + "@rollup/plugin-typescript": "~8.3.4", + "@testing-library/react-hooks": "~8.0.1", + "react": "^16.14.0", + "rollup": "~2.70.2", + "tslib": "~2.4.1", + "typescript": "~4.6.4" }, "devDependencies": { + "@types/react-dom": "^16.9.19", + "cpy-cli": "~4.2.0", + "rimraf": "^4.4.1", "rollup": "~2.70.2", - "rimraf": "^4.1.2", - "@types/react-dom": "^16.9.9", - "cpy-cli": "~4.2.0" + "typescript": "4.7.4", + "@rushstack/heft": "0.49.4" } }