From cba7ed82df19c805c3f1ef39edf7ce549d3d73b5 Mon Sep 17 00:00:00 2001 From: Julie Wongbandue Date: Tue, 10 Oct 2023 12:52:54 -0400 Subject: [PATCH] 0.149.0 (#370) --- examples/nextjs/package.json | 2 +- package.json | 56 +- pnpm-lock.yaml | 2478 +++++++++++++++++----------------- src/utils/HOCs/withIris.ts | 2 +- 4 files changed, 1236 insertions(+), 1302 deletions(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ba0de449..3da00046 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@vimeo/iris": "^0.148.0", + "@vimeo/iris": "^0.149.0", "next": "12.0.3", "polished": "^4.1.3", "react": "17.0.2", diff --git a/package.json b/package.json index 3820e3fa..75d618c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@vimeo/iris", "homepage": "https://github.com/vimeo/iris/tree/main", "bugs": "https://github.com/vimeo/iris/issues", - "version": "0.148.0", + "version": "0.149.0", "private": false, "license": "MIT", "description": "Vimeo Design System", @@ -14,43 +14,43 @@ "types": "index.d.ts", "sideEffects": false, "dependencies": { - "@babel/runtime": "^7.22.11", + "@babel/runtime": "^7.23.1", "react-colorful": "^5.6.1" }, "devDependencies": { - "@babel/core": "^7.22.11", + "@babel/core": "^7.23.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", - "@babel/plugin-transform-runtime": "^7.22.10", - "@babel/preset-env": "^7.22.10", - "@babel/preset-react": "^7.22.5", - "@babel/preset-typescript": "^7.22.11", + "@babel/plugin-transform-runtime": "^7.22.15", + "@babel/preset-env": "^7.22.20", + "@babel/preset-react": "^7.22.15", + "@babel/preset-typescript": "^7.23.0", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.5.0", - "@storybook/addon-a11y": "7.3.2", - "@storybook/addon-docs": "^7.3.2", - "@storybook/addon-essentials": "7.3.2", + "@storybook/addon-a11y": "7.4.6", + "@storybook/addon-docs": "^7.4.6", + "@storybook/addon-essentials": "7.4.6", "@storybook/addon-postcss": "^2.0.0", - "@storybook/addon-storysource": "7.3.2", - "@storybook/cli": "^7.3.2", - "@storybook/components": "7.3.2", - "@storybook/react": "7.3.2", - "@storybook/react-webpack5": "7.3.2", - "@storybook/source-loader": "^7.3.2", - "@storybook/theming": "7.3.2", + "@storybook/addon-storysource": "7.4.6", + "@storybook/cli": "^7.4.6", + "@storybook/components": "7.4.6", + "@storybook/react": "7.4.6", + "@storybook/react-webpack5": "7.4.6", + "@storybook/source-loader": "^7.4.6", + "@storybook/theming": "7.4.6", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "12.1.5", - "@testing-library/user-event": "^14.4.3", + "@testing-library/user-event": "^14.5.1", "@types/jest": "^28.1.8", - "@types/node": "^14.18.56", - "@types/react": "^17.0.65", - "@types/react-dom": "^17.0.20", - "@types/styled-components": "^5.1.26", + "@types/node": "^14.18.63", + "@types/react": "^17.0.67", + "@types/react-dom": "^17.0.21", + "@types/styled-components": "^5.1.28", "@types/testing-library__jest-dom": "^5.14.9", - "@types/webpack": "^5.28.2", + "@types/webpack": "^5.28.3", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "babel-jest": "^28.1.3", @@ -59,9 +59,9 @@ "babel-plugin-require-context-hook": "^1.0.0", "babel-plugin-styled-components": "^2.1.4", "circular-dependency-plugin": "^5.2.2", - "core-js": "^3.32.1", + "core-js": "^3.33.0", "csstype": "^3.1.2", - "eslint": "^8.48.0", + "eslint": "^8.51.0", "eslint-config-prettier": "^8.10.0", "eslint-config-react": "^1.1.7", "eslint-formatter-codeframe": "^7.32.1", @@ -71,11 +71,11 @@ "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-storybook": "^0.6.13", + "eslint-plugin-storybook": "^0.6.15", "framer-motion": "^6.5.1", "jest": "^28.1.3", "jest-environment-jsdom": "^28.1.3", - "lost-pixel": "^3.4.4", + "lost-pixel": "^3.7.1", "polished": "^4.2.2", "pre-commit": "^1.2.2", "prettier": "^2.8.8", @@ -85,7 +85,7 @@ "rollup": "^2.79.1", "rollup-plugin-multi-input": "^1.4.1", "rollup-plugin-terser": "^7.0.2", - "storybook": "7.3.2", + "storybook": "7.4.6", "storybook-dark-mode": "^3.0.1", "styled-components": "^5.3.11", "stylelint": "^13.13.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ce981e34..8f0a48b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,40 +6,40 @@ overrides: react: '*' specifiers: - '@babel/core': ^7.22.11 + '@babel/core': ^7.23.0 '@babel/plugin-proposal-class-properties': ^7.18.6 '@babel/plugin-proposal-private-methods': ^7.18.6 '@babel/plugin-proposal-private-property-in-object': ^7.21.11 - '@babel/plugin-transform-runtime': ^7.22.10 - '@babel/preset-env': ^7.22.10 - '@babel/preset-react': ^7.22.5 - '@babel/preset-typescript': ^7.22.11 - '@babel/runtime': ^7.22.11 + '@babel/plugin-transform-runtime': ^7.22.15 + '@babel/preset-env': ^7.22.20 + '@babel/preset-react': ^7.22.15 + '@babel/preset-typescript': ^7.23.0 + '@babel/runtime': ^7.23.1 '@rollup/plugin-babel': ^5.3.1 '@rollup/plugin-commonjs': ^21.1.0 '@rollup/plugin-node-resolve': ^13.3.0 '@rollup/plugin-typescript': ^8.5.0 - '@storybook/addon-a11y': 7.3.2 - '@storybook/addon-docs': ^7.3.2 - '@storybook/addon-essentials': 7.3.2 + '@storybook/addon-a11y': 7.4.6 + '@storybook/addon-docs': ^7.4.6 + '@storybook/addon-essentials': 7.4.6 '@storybook/addon-postcss': ^2.0.0 - '@storybook/addon-storysource': 7.3.2 - '@storybook/cli': ^7.3.2 - '@storybook/components': 7.3.2 - '@storybook/react': 7.3.2 - '@storybook/react-webpack5': 7.3.2 - '@storybook/source-loader': ^7.3.2 - '@storybook/theming': 7.3.2 + '@storybook/addon-storysource': 7.4.6 + '@storybook/cli': ^7.4.6 + '@storybook/components': 7.4.6 + '@storybook/react': 7.4.6 + '@storybook/react-webpack5': 7.4.6 + '@storybook/source-loader': ^7.4.6 + '@storybook/theming': 7.4.6 '@testing-library/jest-dom': ^5.17.0 '@testing-library/react': 12.1.5 - '@testing-library/user-event': ^14.4.3 + '@testing-library/user-event': ^14.5.1 '@types/jest': ^28.1.8 - '@types/node': ^14.18.56 + '@types/node': ^14.18.63 '@types/react': ^17.0.56 - '@types/react-dom': ^17.0.20 - '@types/styled-components': ^5.1.26 + '@types/react-dom': ^17.0.21 + '@types/styled-components': ^5.1.28 '@types/testing-library__jest-dom': ^5.14.9 - '@types/webpack': ^5.28.2 + '@types/webpack': ^5.28.3 '@typescript-eslint/eslint-plugin': ^5.62.0 '@typescript-eslint/parser': ^5.62.0 babel-jest: ^28.1.3 @@ -48,9 +48,9 @@ specifiers: babel-plugin-require-context-hook: ^1.0.0 babel-plugin-styled-components: ^2.1.4 circular-dependency-plugin: ^5.2.2 - core-js: ^3.32.1 + core-js: ^3.33.0 csstype: ^3.1.2 - eslint: ^8.48.0 + eslint: ^8.51.0 eslint-config-prettier: ^8.10.0 eslint-config-react: ^1.1.7 eslint-formatter-codeframe: ^7.32.1 @@ -60,11 +60,11 @@ specifiers: eslint-plugin-prettier: ^4.2.1 eslint-plugin-react: ^7.33.2 eslint-plugin-react-hooks: ^4.6.0 - eslint-plugin-storybook: ^0.6.13 + eslint-plugin-storybook: ^0.6.15 framer-motion: ^6.5.1 jest: ^28.1.3 jest-environment-jsdom: ^28.1.3 - lost-pixel: ^3.4.4 + lost-pixel: ^3.7.1 polished: ^4.2.2 pre-commit: ^1.2.2 prettier: ^2.8.8 @@ -75,7 +75,7 @@ specifiers: rollup: ^2.79.1 rollup-plugin-multi-input: ^1.4.1 rollup-plugin-terser: ^7.0.2 - storybook: 7.3.2 + storybook: 7.4.6 storybook-dark-mode: ^3.0.1 styled-components: ^5.3.11 stylelint: ^13.13.1 @@ -88,68 +88,68 @@ specifiers: webpack: ^5.88.2 dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 react-colorful: 5.6.1_w7o5yyljkiidx2s2nzb26ottzu devDependencies: - '@babel/core': 7.22.11 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.22.11 - '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.22.11 - '@babel/plugin-proposal-private-property-in-object': 7.21.11_@babel+core@7.22.11 - '@babel/plugin-transform-runtime': 7.22.10_@babel+core@7.22.11 - '@babel/preset-env': 7.22.10_@babel+core@7.22.11 - '@babel/preset-react': 7.22.5_@babel+core@7.22.11 - '@babel/preset-typescript': 7.22.11_@babel+core@7.22.11 - '@rollup/plugin-babel': 5.3.1_lnssqozl4dgplk3xebfs3yicbq + '@babel/core': 7.23.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.11_@babel+core@7.23.0 + '@babel/plugin-transform-runtime': 7.22.15_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@babel/preset-typescript': 7.23.0_@babel+core@7.23.0 + '@rollup/plugin-babel': 5.3.1_azielx4vlrty2qasg34bav3suu '@rollup/plugin-commonjs': 21.1.0_rollup@2.79.1 '@rollup/plugin-node-resolve': 13.3.0_rollup@2.79.1 '@rollup/plugin-typescript': 8.5.0_amh3qmay4lxngscrslcnvdxz44 - '@storybook/addon-a11y': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-docs': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-essentials': 7.3.2_3o2faabw5y74mvinlaefdjlbny + '@storybook/addon-a11y': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-docs': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-essentials': 7.4.6_vkxczpybql2ie7b5prem5wbhte '@storybook/addon-postcss': 2.0.0_webpack@5.88.2 - '@storybook/addon-storysource': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/cli': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/react': 7.3.2_rvljcqwnizl2n3l3t7uzhh5pre - '@storybook/react-webpack5': 7.3.2_srvraau4r5uqmorzwv2rvbxmbi - '@storybook/source-loader': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/addon-storysource': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/cli': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/react': 7.4.6_rvljcqwnizl2n3l3t7uzhh5pre + '@storybook/react-webpack5': 7.4.6_3frtns6onq7jnwulv4pblpg2bq + '@storybook/source-loader': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu '@testing-library/jest-dom': 5.17.0 '@testing-library/react': 12.1.5_w7o5yyljkiidx2s2nzb26ottzu - '@testing-library/user-event': 14.4.3 + '@testing-library/user-event': 14.5.1 '@types/jest': 28.1.8 - '@types/node': 14.18.56 + '@types/node': 14.18.63 '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 - '@types/styled-components': 5.1.26 + '@types/react-dom': 17.0.21 + '@types/styled-components': 5.1.28 '@types/testing-library__jest-dom': 5.14.9 - '@types/webpack': 5.28.2 - '@typescript-eslint/eslint-plugin': 5.62.0_negeeoqbi2ljvsevyuoae5nley - '@typescript-eslint/parser': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - babel-jest: 28.1.3_@babel+core@7.22.11 - babel-loader: 8.3.0_7nqnrdwtl44yxbgqpombxtkqjy + '@types/webpack': 5.28.3 + '@typescript-eslint/eslint-plugin': 5.62.0_dslcjblstjudtxhhgmfq4n2zxy + '@typescript-eslint/parser': 5.62.0_o3et2ndnedfdhen34uq7t66m3y + babel-jest: 28.1.3_@babel+core@7.23.0 + babel-loader: 8.3.0_qvqekalpjhrlexxc3egffmhrfi babel-plugin-polished: 1.1.0 babel-plugin-require-context-hook: 1.0.0 - babel-plugin-styled-components: 2.1.4_y22q567pouuddzjbjkxwcu25v4 + babel-plugin-styled-components: 2.1.4_i2gzmv5rreqhm2ifsceskdnelu circular-dependency-plugin: 5.2.2_webpack@5.88.2 - core-js: 3.32.1 + core-js: 3.33.0 csstype: 3.1.2 - eslint: 8.48.0 - eslint-config-prettier: 8.10.0_eslint@8.48.0 + eslint: 8.51.0 + eslint-config-prettier: 8.10.0_eslint@8.51.0 eslint-config-react: 1.1.7 eslint-formatter-codeframe: 7.32.1 eslint-plugin-immutable: 1.0.0 - eslint-plugin-import: 2.28.1_ean2qamlavtp6bo3zeco4caumq - eslint-plugin-jsx-a11y: 6.7.1_eslint@8.48.0 - eslint-plugin-prettier: 4.2.1_b7j5i5eung22avfvwixh6yzuzu - eslint-plugin-react: 7.33.2_eslint@8.48.0 - eslint-plugin-react-hooks: 4.6.0_eslint@8.48.0 - eslint-plugin-storybook: 0.6.13_cgvy6hrg3pjeapqw5wnuqcmdo4 + eslint-plugin-import: 2.28.1_e45xi7nckw7vnuantqru3oe6ce + eslint-plugin-jsx-a11y: 6.7.1_eslint@8.51.0 + eslint-plugin-prettier: 4.2.1_ivcwkx2tljlkqvktudhrahm2vy + eslint-plugin-react: 7.33.2_eslint@8.51.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.51.0 + eslint-plugin-storybook: 0.6.15_o3et2ndnedfdhen34uq7t66m3y framer-motion: 6.5.1_w7o5yyljkiidx2s2nzb26ottzu - jest: 28.1.3_@types+node@14.18.56 + jest: 28.1.3_@types+node@14.18.63 jest-environment-jsdom: 28.1.3 - lost-pixel: 3.4.4_la3bo2awjl3e27dmu45ja5dxq4 + lost-pixel: 3.7.1_ogreqof3k35xezedraj6pnd45y polished: 4.2.2 pre-commit: 1.2.2 prettier: 2.8.8 @@ -159,9 +159,9 @@ devDependencies: rollup: 2.79.1 rollup-plugin-multi-input: 1.4.1 rollup-plugin-terser: 7.0.2_rollup@2.79.1 - storybook: 7.3.2 - storybook-dark-mode: 3.0.1_3o2faabw5y74mvinlaefdjlbny - styled-components: 5.3.11_v5fucnjeptu7xna2h34e6y636u + storybook: 7.4.6 + storybook-dark-mode: 3.0.1_vkxczpybql2ie7b5prem5wbhte + styled-components: 5.3.11_gs7uovqmt47kay2rst2q7pi5hy stylelint: 13.13.1 stylelint-config-recommended: 4.0.0_stylelint@13.13.1 stylelint-config-styled-components: 0.1.1 @@ -218,26 +218,34 @@ packages: chalk: 2.4.2 dev: true - /@babel/compat-data/7.22.9: - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} + /@babel/code-frame/7.22.13: + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.22.20 + chalk: 2.4.2 + dev: true + + /@babel/compat-data/7.22.20: + resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.22.11: - resolution: {integrity: sha512-lh7RJrtPdhibbxndr6/xx0w8+CVlY5FJZiaSz908Fpy+G0xkBFTvwLcKJFF4PJxVfGhVWNebikpWGnOoC71juQ==} + /@babel/core/7.23.0: + resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-compilation-targets': 7.22.10 - '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.11 - '@babel/helpers': 7.22.11 - '@babel/parser': 7.22.11 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 - convert-source-map: 1.8.0 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.0 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 + '@babel/helpers': 7.23.1 + '@babel/parser': 7.23.0 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 + convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 json5: 2.2.3 @@ -250,7 +258,17 @@ packages: resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 + '@jridgewell/gen-mapping': 0.3.2 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + dev: true + + /@babel/generator/7.23.0: + resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.0 '@jridgewell/gen-mapping': 0.3.2 '@jridgewell/trace-mapping': 0.3.18 jsesc: 2.5.2 @@ -274,27 +292,27 @@ packages: resolution: {integrity: sha512-m1EP3lVOPptR+2DwD125gziZNcmoNSHGmJROKoy87loWUQyJaVXDgpmruWqDARZSmtYQ+Dl25okU8+qhVzuykw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true - /@babel/helper-compilation-targets/7.22.10: - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} + /@babel/helper-compilation-targets/7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.9 - '@babel/helper-validator-option': 7.22.5 + '@babel/compat-data': 7.22.20 + '@babel/helper-validator-option': 7.22.15 browserslist: 4.21.9 lru-cache: 5.1.1 semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.22.11: + /@babel/helper-create-class-features-plugin/7.20.5_@babel+core@7.23.0: resolution: {integrity: sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.18.9 '@babel/helper-function-name': 7.19.0 @@ -306,13 +324,13 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.22.0_@babel+core@7.22.11: + /@babel/helper-create-class-features-plugin/7.22.0_@babel+core@7.23.0: resolution: {integrity: sha512-7ayl01xtLFm/6n41nMIc0wIglPrAab56sxcsz+V6zA+q0aWcc7ycimmdRrSUSq55uQYHEssVA51/d63P4dMkGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.18.6 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 @@ -326,63 +344,61 @@ packages: - supports-color dev: true - /@babel/helper-create-class-features-plugin/7.22.11_@babel+core@7.22.11: + /@babel/helper-create-class-features-plugin/7.22.11_@babel+core@7.23.0: resolution: {integrity: sha512-y1grdYL4WzmUDBRGK0pDbIoFd7UZKoDurDzWEoNMYoj1EL+foGRQNyPWDcC+YyegN5y1DUsFFmzjGijB3nSVAQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.9_@babel+core@7.22.11 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.23.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: true - /@babel/helper-create-class-features-plugin/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-xkb58MyOYIslxu3gKmVXmjTtUPvBU4odYzbiIQbWwLKIHCsx6UGZGX6F1IznMFVnDdirseUZopzN+ZRt8Xb33Q==} + /@babel/helper-create-class-features-plugin/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 + '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.23.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.5 + '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 - transitivePeerDependencies: - - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.22.5_@babel+core@7.22.11: + /@babel/helper-create-regexp-features-plugin/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-1VpEFOIbMRaXyDeUwUfmTIxExLwQ+zkW+Bh5zXpApA3oQedBx9v/updixWxnx/bZpKw7u8VxWjb/qWpIcmPq8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.22.11: + /@babel/helper-define-polyfill-provider/0.4.2_@babel+core@7.23.0: resolution: {integrity: sha512-k0qnnOqHn5dK9pZpfD5XXZ9SojAITdCKRn2Lp6rnDGzIbaP0rHyMPk/4wsSxVBVz4RfN0q6VpXWP2pDGIoQ7hw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/core': 7.23.0 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 debug: 4.3.4 lodash.debounce: 4.0.8 @@ -406,6 +422,11 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-environment-visitor/7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: true + /@babel/helper-environment-visitor/7.22.5: resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} engines: {node: '>=6.9.0'} @@ -423,30 +444,38 @@ packages: resolution: {integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-function-name/7.22.5: resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 + dev: true + + /@babel/helper-function-name/7.23.0: + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 dev: true /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-hoist-variables/7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-member-expression-to-functions/7.18.9: @@ -460,14 +489,21 @@ packages: resolution: {integrity: sha512-nf2NhMw5E6vzxvUOPeqHnNxcCyTe7r8MJYIWzLaMosohfQTk6F2jepzprj4ux8ez0yTPjDyrDeboItaylgdaiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-member-expression-to-functions/7.22.5: resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 + dev: true + + /@babel/helper-member-expression-to-functions/7.23.0: + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.0 dev: true /@babel/helper-module-imports/7.18.6: @@ -484,41 +520,32 @@ packages: '@babel/types': 7.22.10 dev: true - /@babel/helper-module-imports/7.22.5: - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} + /@babel/helper-module-imports/7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true - /@babel/helper-module-transforms/7.22.5: - resolution: {integrity: sha512-+hGKDt/Ze8GFExiVHno/2dvG5IdstpzCq0y4Qc9OJ25D4q3pKfiIP/4Vp3/JvhDkLKsDK2api3q3fpIgiIF5bw==} + /@babel/helper-module-imports/7.22.5: + resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} engines: {node: '>=6.9.0'} dependencies: - '@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.5 - '@babel/helper-validator-identifier': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 '@babel/types': 7.22.10 - transitivePeerDependencies: - - supports-color dev: true - /@babel/helper-module-transforms/7.22.9_@babel+core@7.22.11: - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} + /@babel/helper-module-transforms/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: true /@babel/helper-optimise-call-expression/7.18.6: @@ -532,7 +559,7 @@ packages: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-plugin-utils/7.20.2: @@ -550,30 +577,15 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-cU0Sq1Rf4Z55fgz7haOakIyM7+x/uCFwXpLPaeRzfoUtAEAuUZjZvFPjL/rk5rW693dIgn2hng1W7xbT7lWT4g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 - dependencies: - '@babel/core': 7.22.11 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-wrap-function': 7.22.5 - '@babel/types': 7.22.10 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.22.11: + /@babel/helper-remap-async-to-generator/7.22.9_@babel+core@7.23.0: resolution: {integrity: sha512-8WWC4oR4Px+tr+Fp0X3RHDVfINGpF3ad1HIbrc8A77epiR6eMMc6jsgozkzT2uDiOOdoS9cLIQ+XD2XvI2WSmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.10 dev: true @@ -597,35 +609,21 @@ packages: '@babel/helper-environment-visitor': 7.22.1 '@babel/helper-member-expression-to-functions': 7.22.0 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 - transitivePeerDependencies: - - supports-color - dev: true - - /@babel/helper-replace-supers/7.22.5: - resolution: {integrity: sha512-aLdNM5I3kdI/V9xGNyKSF3X/gTyMUBohTZ+/3QdQKAA9vxIiy12E+8E2HoOP1/DjeqU+g6as35QHJNMDDYpuCg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-member-expression-to-functions': 7.22.5 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true - /@babel/helper-replace-supers/7.22.9_@babel+core@7.22.11: + /@babel/helper-replace-supers/7.22.9_@babel+core@7.23.0: resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-environment-visitor': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 dev: true @@ -634,21 +632,21 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.20.0: resolution: {integrity: sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-skip-transparent-expression-wrappers/7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-split-export-declaration/7.18.6: @@ -658,18 +656,11 @@ packages: '@babel/types': 7.22.10 dev: true - /@babel/helper-split-export-declaration/7.22.5: - resolution: {integrity: sha512-thqK5QFghPKWLhAV321lxF95yCg2K3Ob5yw+M3VHWfdia0IkPXUtoLH8x/6Fh486QUvzhb8YOWHChTVen2/PoQ==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.22.10 - dev: true - /@babel/helper-split-export-declaration/7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@babel/helper-string-parser/7.19.4: @@ -687,13 +678,18 @@ packages: engines: {node: '>=6.9.0'} dev: true + /@babel/helper-validator-identifier/7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + dev: true + /@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.22.5: - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} + /@babel/helper-validator-option/7.22.15: + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} engines: {node: '>=6.9.0'} dev: true @@ -701,30 +697,18 @@ packages: resolution: {integrity: sha512-OnMhjWjuGYtdoO3FmsEFWvBStBAe2QOgwOLsLNDjN+aaiMD8InJk1/O3HSD8lkqTjCgg5YI34Tz15KNNA3p+nQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.22.5 - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 - dev: true - - /@babel/helper-wrap-function/7.22.5: - resolution: {integrity: sha512-bYqLIBSEshYcYQyfks8ewYA8S30yaGSeRslcvKMvoUk6HHPySbxHq9YRi6ghhzEU+yhQv9bP/jXnygkStOcqZw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-function-name': 7.22.5 - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.10 - '@babel/types': 7.22.10 - transitivePeerDependencies: - - supports-color + '@babel/helper-function-name': 7.23.0 + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 dev: true - /@babel/helpers/7.22.11: - resolution: {integrity: sha512-vyOXC8PBWaGc5h7GMsNx68OH33cypkEDJCHvYVVgVbbxJDROYVtexSk0gK5iCF1xNjRIN2s8ai7hwkWDq5szWg==} + /@babel/helpers/7.23.1: + resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.5 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -747,6 +731,15 @@ packages: js-tokens: 4.0.0 dev: true + /@babel/highlight/7.22.20: + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-validator-identifier': 7.22.20 + chalk: 2.4.2 + js-tokens: 4.0.0 + dev: true + /@babel/parser/7.20.7: resolution: {integrity: sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==} engines: {node: '>=6.0.0'} @@ -760,1134 +753,1108 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true - /@babel/parser/7.22.11: - resolution: {integrity: sha512-R5zb8eJIBPJriQtbH/htEQy4k7E2dHWlD2Y2VT07JCzwYZHBxV5ZYtM0UhXSNMT74LyxuM+b1jdL7pSesXbC/g==} + /@babel/parser/7.22.7: + resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.11 + '@babel/types': 7.23.0 dev: true - /@babel/parser/7.22.7: - resolution: {integrity: sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==} + /@babel/parser/7.23.0: + resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-NP1M5Rf+u2Gw9qfSO4ihjcTGW5zXTi36ITLd4/EoAcEhIZ0yjMqmftDNl3QC19CX7olhrjpyU454g/2W7X0jvQ==} + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-FB9iYlz7rURmRJyXRKEnalYPPdn87H5no108cyuQQyMwlpJ2SJtpIUBI27kdTin956pz+LPypkPVPUTlxOmrsg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-31Bb65aZaUwqCbWMnZPduIZxCBngHFlzyN6Dq6KAJjtx+lx6ohKHubc61OomYi7XwVD4Ol0XCVz4h+pYFR048g==} + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-Hyph9LseGvAeeXzikV88bczhsrLrIZqDPxO+sSmAunMPaGrBGhfMWzCPYTtiW9t+HzSE2wtV8e5cc5P6r1xMDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.22.10_@babel+core@7.22.11 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 dev: true - /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.22.11: + /@babel/plugin-proposal-class-properties/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.22.11: + /@babel/plugin-proposal-nullish-coalescing-operator/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.22.11: + /@babel/plugin-proposal-optional-chaining/7.21.0_@babel+core@7.23.0: resolution: {integrity: sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==} engines: {node: '>=6.9.0'} + deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.22.11: + /@babel/plugin-proposal-private-methods/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.20.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.11: + /@babel/plugin-proposal-private-property-in-object/7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0: resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 dev: true - /@babel/plugin-proposal-private-property-in-object/7.21.11_@babel+core@7.22.11: + /@babel/plugin-proposal-private-property-in-object/7.21.11_@babel+core@7.23.0: resolution: {integrity: sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.18.6 - '@babel/helper-create-class-features-plugin': 7.22.0_@babel+core@7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.21.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.11 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.22.11: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.23.0: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.22.11: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.23.0: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.22.11: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-flow/7.22.5_@babel+core@7.22.11: + /@babel/plugin-syntax-flow/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-9RdCl0i+q0QExayk2nOS7853w08yLucnnPML6EN9S8fgMPVtdLDCdx/cOQ/i44Lb9UeQX9A35yaqBBOMMZxPxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.22.11: + /@babel/plugin-syntax-import-assertions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.22.11: + /@babel/plugin-syntax-import-attributes/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-KwvoWDeNKPETmozyFE0P2rOLqh39EoQHNjqizrI5B8Vt0ZNS7M56s7dAiAqbYfiAYOuIzIh96z3iR2ktgu3tEg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.22.11: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.22.11: + /@babel/plugin-syntax-jsx/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.22.11: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.22.11: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.23.0: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.22.11: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.22.11: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.21.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.22.11: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.23.0: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.22.11: + /@babel/plugin-syntax-typescript/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-mAWAuq4rvOepWCBid55JuRNvpTNf2UGVgoz4JV0fXEKolsVZDzsa4NqCef758WZJj/GDu0gVGItjKFiClTAmZA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.22.11: + /@babel/plugin-syntax-typescript/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.22.11: + /@babel/plugin-syntax-unicode-sets-regex/7.18.6_@babel+core@7.23.0: resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-arrow-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-26lTNXoVRdAnsaDXPpvCNUq+OVWEVC6bx7Vvz9rC53F2bagUWW4u4ii2+h8Fejfh7RYqPxn+libeFBBck9muEw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-async-generator-functions/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-eueE8lvKVzq5wIObKK/7dvoeKJ+xc6TvRn6aysIjS6pSCeLy7S/eVi7pEQknZqyqvzaNKdDtem8nUNTBgDVR2g==} + /@babel/plugin-transform-async-generator-functions/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-jBm1Es25Y+tVoTi5rfd5t1KLmL8ogLKpXszboWOTTtGFGz2RKnQe2yn7HbZ+kb/B8N0FVSGQo874NSlOU1T4+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.22.11 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.11 + '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-async-to-generator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-b1A8D8ZzE/VhNDoV1MSJTnpKkCG5bJo+19R4o4oy03zM7ws8yEMK755j61Dc3EyvdysbqH5BOOTquJ7ZX9C6vQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.5_@babel+core@7.22.11 - transitivePeerDependencies: - - supports-color + '@babel/helper-remap-async-to-generator': 7.22.9_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-block-scoped-functions/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-tdXZ2UdknEKQWKJP1KMNmuF5Lx3MymtMN/pvA+p/VEkhK8jVcQ1fzSy8KM9qRYhAf2/lV33hoMPKI/xaI9sADA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-block-scoping/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-1+kVpGAOOI1Albt6Vse7c8pHzcZQdQKW+wJH+g8mCaszOdDVwRXa/slHPqIw+oJAJANTKDMuM2cBdV0Dg618Vg==} + /@babel/plugin-transform-block-scoping/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-cOsrbmIOXmf+5YbL99/S49Y3j46k/T16b9ml8bm9lP6N9US5iQ2yBK7gpui1pg0V/WMcXdkfKbTb7HXq9u+v4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-class-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-nDkQ0NfkOhPTq8YCLiWNxp1+f9fCobEjCb0n8WdbNUBc4IB5V7P1QnX9IjpSoquKrXF5SKojHleVNs2vGeHCHQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-class-static-block/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-SPToJ5eYZLxlnp1UzdARpOGeC2GbHvr9d/UV0EukuVx8atktg194oe+C5BqQ8jRTkgLRVOPYeXRSBg1IlMoVRA==} + /@babel/plugin-transform-class-static-block/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-GMM8gGmqI7guS/llMFk1bJDkKfn3v3C4KHK9Yg1ey5qcHcOlKb0QvcMrgzvxo+T03/4szNh5lghY+fEC98Kq9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.11 - transitivePeerDependencies: - - supports-color + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-classes/7.22.6_@babel+core@7.22.11: - resolution: {integrity: sha512-58EgM6nuPNG6Py4Z3zSuu0xWu2VfodiMi72Jt5Kj2FECmaYk1RrTXA45z6KBFsu9tRgwQDwIiY4FXTt+YsSFAQ==} + /@babel/plugin-transform-classes/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-VbbC3PGjBdE0wAWDdHM9G8Gm977pnYI0XpqMd6LrKISj8/DJXEsWqgRuTYaNE9Bv0JGhTZUzHDlMk18IpOuoqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-environment-visitor': 7.22.5 '@babel/helper-function-name': 7.22.5 '@babel/helper-optimise-call-expression': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.23.0 '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-computed-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-4GHWBgRf0krxPX+AaPtgBAlTgTeZmqDynokHOX7aqqAB4tHs3U2Y02zH6ETFdLZGcg9UQSD1WCmkVrE9ErHeOg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.5 + '@babel/template': 7.22.15 dev: true - /@babel/plugin-transform-destructuring/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-dPJrL0VOyxqLM9sritNbMSGx/teueHF/htMKrPT7DNxccXxRDPYqlgPFFdr8u+F+qUZOkZoXue/6rL5O5GduEw==} + /@babel/plugin-transform-destructuring/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-vaMdgNXFkYrB+8lbgniSYWHsgqK5gjaMNcc84bMIOMRLH0L9AqYq3hwMdvnyqj1OPqea8UtjPEuS/DCenah1wg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-dotall-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5/Yk9QxCQCl+sOIB1WelKnVRxTJDSAIxtJLL2/pqL14ZVlbH0fUQUZa/T5/UnQtBNgghR7mfB8ERBKyKPCi7Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-duplicate-keys/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-dEnYD+9BBgld5VBXHnF/DbYGp3fqGMsyxKbtD1mDyIA7AkTSpKXFhCVuj/oQVOoALfBs77DudA0BE4d5mcpmqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-dynamic-import/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-0MC3ppTB1AMxd8fXjSrbPa7LT9hrImt+/fcj+Pg5YMD7UQyWp/02+JWpdnCymmsXwIx5Z+sYn1bwCn4ZJNvhqQ==} + /@babel/plugin-transform-dynamic-import/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-g/21plo58sfteWjaO0ZNVb+uEOkJNjAaHhbejrnBmu011l/eNDScmkbjCC3l4FKb10ViaGU4aOkFznSu2zRHgA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-exponentiation-operator/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vIpJFNM/FjZ4rh1myqIya9jXwrwwgFRHPjT3DkUA9ZLHuzox8jiXkOLvwm1H+PQIP3CqfC++WPKeuDi0Sjdj1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-export-namespace-from/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-X4hhm7FRnPgd4nDA4b/5V280xCx6oL7Oob5+9qVS5C13Zq4bh1qq7LU0GgRU6b5dBWBvhGaXYVB4AcN6+ol6vg==} + /@babel/plugin-transform-export-namespace-from/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-xa7aad7q7OiT8oNZ1mU7NrISjlSkVdMbNxn9IuLZyL9AJEhs1Apba3I+u5riX1dIkdptP5EKDG5XDPByWxtehw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-flow-strip-types/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-flow-strip-types/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-tujNbZdxdG0/54g/oua8ISToaXTFBf8EnSb5PgQSciIXWOWKX3S4+JR7ZE9ol8FZwf9kxitzkGQ+QWeov/mCiA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-flow': 7.22.5_@babel+core@7.22.11 + '@babel/plugin-syntax-flow': 7.22.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-for-of/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-3kxQjX1dU9uudwSshyLeEipvrLjBCVthCgeTp6CzE/9JYrlAIaeekVxRpCWsDDfYTfRZRoCeZatCQvwo+wvK8A==} + /@babel/plugin-transform-for-of/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-me6VGeHsx30+xh9fbDLLPi0J1HzmeIIyenoOQHuw2D4m2SAU3NrspX5XxJLBpqn5yrLzrlw2Iy3RA//Bx27iOA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-function-name/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-UIzQNMS0p0HHiQm3oelztj+ECwFnj+ZRV4KnguvlsD2of1whUeM6o7wGNj6oLwcDoAXQ8gEqfgC24D+VdIcevg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/core': 7.23.0 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-function-name': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-json-strings/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-DuCRB7fu8MyTLbEQd1ew3R85nx/88yMoqo2uPSjevMj3yoN7CDM8jkgrY0wmVxfJZyJ/B9fE1iq7EQppWQmR5A==} + /@babel/plugin-transform-json-strings/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-CxT5tCqpA9/jXFlme9xIBCc5RPtdDq3JpkkhgHQqtDdiTnTI0jtZ0QzXhr5DILeYifDPp2wvY2ad+7+hLMW5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-literals/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-fTLj4D79M+mepcw3dgFBTIDYpbcB9Sm0bpm4ppXPaO+U+PKFFyV9MGRvS0gvGw62sd10kT5lRMKXAADb9pWy8g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-logical-assignment-operators/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-MQQOUW1KL8X0cDWfbwYP+TbVbZm16QmQXJQ+vndPtH/BoO0lOKpVoEDMI7+PskYxH+IiE0tS8xZye0qr1lGzSA==} + /@babel/plugin-transform-logical-assignment-operators/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-qQwRTP4+6xFCDV5k7gZBF3C31K34ut0tbEcTKxlX/0KXxm9GLcO14p570aWxFvVzx6QAfPgq7gaeIHXJC8LswQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.11 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-member-expression-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-RZEdkNtzzYCFl9SE9ATaUMTj2hqMb4StarOJLrZRbqqU4HSBE7UlBw9WBWQiDzrJZJdUWiMTVDI6Gv/8DPvfew==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-modules-amd/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-R+PTfLTcYEmb1+kK7FNkhQ1gP4KgjpSO6HfH9+f8/yfp2Nt3ggBjiVpRwmwTlfqZLafYKJACy36yDXlEmI9HjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.11 - '@babel/helper-plugin-utils': 7.22.5 - dev: true - - /@babel/plugin-transform-modules-commonjs/7.22.11_@babel+core@7.22.11: - resolution: {integrity: sha512-o2+bg7GDS60cJMgz9jWqRUsWkMzLCxp+jFDeDUT5sjRlAxcJWZ2ylNdI7QQ2+CH5hWu7OnN+Cv3htt7AkSf96g==} - engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0-0 - dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} + /@babel/plugin-transform-modules-commonjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-emtEpoaTMsOs6Tzz+nbmcePl6AKVtS1yC4YNAeMun9U8YCsgadPNxnOPQ8GhHFB2qdx+LZu9LgoC0Lthuu05DQ==} + /@babel/plugin-transform-modules-systemjs/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-qBej6ctXZD2f+DhlOC9yO47yEYgUh5CZNz/aBoH4j/3NOlRfJXJbY7xDQCqQVf9KbrqGzIWER1f23doHGrIHFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.11 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-modules-umd/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-+S6kzefN/E1vkSsKx8kmQuqeQsvCKCd1fraCM7zXm4SFoggI099Tr4G8U81+5gtMdUeMQ4ipdQffbKLX0/7dBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-transforms': 7.22.9_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-module-transforms': 7.23.0_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-named-capturing-groups-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-new-target/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-AsF7K0Fx/cNKVyk3a+DW0JLo+Ua598/NxMRvxDnkpCIGFh43+h/v2xyhRUYf6oD8gE4QtL83C7zZVghMjHd+iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-nullish-coalescing-operator/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-6CF8g6z1dNYZ/VXok5uYkkBBICHZPiGEl7oDnAx2Mt1hlHVHOSIKWJaXHjQJA5VB43KZnXZDIexMchY4y2PGdA==} + /@babel/plugin-transform-nullish-coalescing-operator/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-YZWOw4HxXrotb5xsjMJUDlLgcDXSfO9eCmdl1bgW4+/lAGdkjaEvOnQ4p5WKKdUgSzO39dgPl0pTnfxm0OAXcg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-numeric-separator/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-NbslED1/6M+sXiwwtcAB/nieypGw02Ejf4KtDeMkCEpP6gWFMX1wI9WKYua+4oBneCCEmulOkRpwywypVZzs/g==} + /@babel/plugin-transform-numeric-separator/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-3dzU4QGPsILdJbASKhF/V2TVP+gJya1PsueQCxIPCEcerqF21oEcrob4mzjsp2Py/1nLfF5m+xYNMDpmA8vffg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.11 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-object-rest-spread/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-Kk3lyDmEslH9DnvCDA1s1kkd3YWQITiBOHngOtDL9Pt6BZjzqb6hiOlb8VfjiiQJ2unmegBqZu0rx5RxJb5vmQ==} + /@babel/plugin-transform-object-rest-spread/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-fEB+I1+gAmfAyxZcX1+ZUwLeAuuf8VIg67CTznZE0MqVFumWkh8xWtn58I4dxdVf080wn7gzWoF8vndOViJe9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.22.11 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-object-super/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-klXqyaT9trSjIUrcsYIfETAzmOEZL3cBYqOYLJxBHfMFFggmXOv+NYSX/Jbs9mzMVESw/WycLFPRx8ba/b2Ipw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.5 - transitivePeerDependencies: - - supports-color + '@babel/helper-replace-supers': 7.22.9_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-optional-catch-binding/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-pH8orJahy+hzZje5b8e2QIlBWQvGpelS76C63Z+jhZKsmzfNaPQ+LaW6dcJ9bxTpo1mtXbgHwy765Ro3jftmUg==} + /@babel/plugin-transform-optional-catch-binding/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-rli0WxesXUeCJnMYhzAglEjLWVDF6ahb45HuprcmQuLidBJFWjNnOzssk2kuc6e33FlLaiZhG/kUIzUMWdBKaQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-optional-chaining/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-MMkQqZAZ+MGj+jGTG3OTuhKeBpNcO+0oCEbrGNEaOmiEn+1MzRyQlYsruGiU8RTK3zV6XwrVJTmwiDOyYK6J9g==} + /@babel/plugin-transform-optional-chaining/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-sBBGXbLJjxTzLBF5rFWaikMnOGOk/BmK6vVByIdEggZ7Vn6CvWXZyRkkLFK6WE0IF8jSliyOkUN6SScFgzCM0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.11 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-parameters/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-AVkFUBurORBREOmHRKo06FjHYgjrabpdqRSwq6+C7R5iTCZOsM4QbcB27St0a4U6fffyAOqh3s/qEfybAhfivg==} + /@babel/plugin-transform-parameters/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-hjk7qKIqhyzhhUvRT683TYQOFa/4cQKwQy7ALvTpODswN40MljzNDa0YldevS6tGbxwaEKVn502JmY0dP7qEtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-private-methods/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-PPjh4gyrQnGe97JTalgRGMuU4icsZFnWkzicB/fUtzlKUqvsWBKEpPPfr5a2JiyirZkHxnAqkQMO5Z5B2kK3fA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-class-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - transitivePeerDependencies: - - supports-color dev: true - /@babel/plugin-transform-private-property-in-object/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-/9xnaTTJcVoBtSSmrVyhtSvO3kbqS2ODoh2juEU72c3aYonNF0OMGiaz2gjukyKM2wBBYJP38S4JiE0Wfb5VMQ==} + /@babel/plugin-transform-private-property-in-object/7.22.11_@babel+core@7.23.0: + resolution: {integrity: sha512-sSCbqZDBKHetvjSwpyWzhuHkmW5RummxJBVbYLkGkaiTOWGxml7SXt0iWa03bzxFIx7wOj3g/ILRd0RcJKBeSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.11 - transitivePeerDependencies: - - supports-color + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-property-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-TiOArgddK3mK/x1Qwf5hay2pxI6wCZnvQqrFSqbtg1GLl2JcNMitVH/YnqjP+M31pLUeTfzY1HAXFDnUBV30rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-react-display-name/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-PVk3WPYudRF5z4GKMEYUrLjPl38fJSKNaEOkFuoprioowGuWN6w2RKznuFNSlJx7pzzXXStPUnNSOEO0jL5EVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-react-jsx-development/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/plugin-transform-react-jsx': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-react-jsx/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-rog5gZaVbUip5iWDMTYbVM15XQq+RkUKhET/IHR6oizR+JEoN6CAfTTuHcK4vwUyzca30qqHqEpzBOnaRMWYMA==} + /@babel/plugin-transform-react-jsx/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-module-imports': 7.22.5 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.11 - '@babel/types': 7.22.5 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/types': 7.23.0 dev: true - /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-react-pure-annotations/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-gP4k85wx09q+brArVinTXhWiyzLl9UpmGva0+mWyKxk6JZequ05x3eUcIUE+FyttPKJFRRVtAvQaJ6YF9h1ZpA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.22.11: + /@babel/plugin-transform-regenerator/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-F28b1mDt8KcT5bUyJc/U9nwzw6cV+UmTeRlXYIl2TNqMMJif0Jeey9/RQ3C4NOd2zp0/TRsDns9ttj2L523rsw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-reserved-words/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-DTtGKFRQUDm8svigJzZHzb/2xatPc6TzNvAIJ5GqOKDsGFYgAskjRulbR/vGsPKq3OPqtexnz327qYpP57RFyA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-runtime/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-RchI7HePu1eu0CYNKHHHQdfenZcM4nz8rew5B1VWqeRKdcwW5aQ5HeG9eTUbWiAS1UrmHVLmoxTWHt3iLD/NhA==} + /@babel/plugin-transform-runtime/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-tEVLhk8NRZSmwQ0DJtxxhTrCht1HVo8VaMzYT4w6lwyKBuHsgoioAUA7/6eT2fRfc5/23fuGdlwIxXhRVgWr4g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-module-imports': 7.22.5 + '@babel/core': 7.23.0 + '@babel/helper-module-imports': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.11 - babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.11 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.11 + babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 + babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.23.0 + babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-shorthand-properties/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-vM4fq9IXHscXVKzDv5itkO1X52SmdFBFcMIBZ2FRn2nqVYqw6dBexUgMvAjHW+KXpPPViD/Yo3GrDEBaRC0QYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-spread/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-spread/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ZzDQIGyvN4w8+dMmpohL6MBo+l2G7tfC/O2Dg7/hjpgeWvUx8FzfeOKxGog9IimPa4YekaQ9PlDqTLOljkcxg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-sticky-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-zf7LuNpHG0iEeiyCNwX4j3gDg1jgt1k3ZdXBKbZSoA3BbGQGvMiSvfbZRR3Dr3aeJe3ooWFZxOOG3IRStYp2Bw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-template-literals/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-5ciOehRNf+EyUeewo8NkbQiUs4d6ZxiHo6BcBcnFlgiJfu16q0bQUw9Jvo0b0gBKFG1SMhDSjeKXSYuJLeFSMA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-typeof-symbol/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-bYkI5lMzL4kPii4HHEEChkD0rkc+nvnlR6+o/qdqR6zrm0Sv/nodmyLhlq2DO0YKLUNd2VePmPRjJXSBh9OIdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-typescript/7.22.11_@babel+core@7.22.11: - resolution: {integrity: sha512-0E4/L+7gfvHub7wsbTv03oRtD69X31LByy44fGmFzbZScpupFByMcgCJ0VbBTkzyjSJKuRoGN8tcijOWKTmqOA==} + /@babel/plugin-transform-typescript/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.11_@babel+core@7.22.11 + '@babel/helper-create-class-features-plugin': 7.22.15_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.22.11 + '@babel/plugin-syntax-typescript': 7.22.5_@babel+core@7.23.0 dev: true - /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.22.11: + /@babel/plugin-transform-unicode-escapes/7.22.10_@babel+core@7.23.0: resolution: {integrity: sha512-lRfaRKGZCBqDlRU3UIFovdp9c9mEvlylmpod0/OatICsSfuQ9YFthRo1tpTkGsklEefZdqlEFdY4A2dwTb6ohg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-unicode-property-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-HCCIb+CbJIAE6sXn5CjFQXMwkCClcOfPCzTlilJ8cUatfzwHlWQkbtV0zD338u9dZskwvuOYTuuaMaA8J5EI5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-unicode-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-028laaOKptN5vHJf9/Arr/HiJekMd41hOEZYvNsrsXqJ7YPYuX2bQxh31fkZzGmq3YqHRJzYFFAVYvKfMPKqyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.22.11: + /@babel/plugin-transform-unicode-sets-regex/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-lhMfi4FC15j13eKrh3DnYHjpGj6UKQHtNKTbtc1igvAhRy4+kLhV07OpLcsN0VgDEw/MjAvJO4BdMJsHwMhzCg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-create-regexp-features-plugin': 7.22.5_@babel+core@7.23.0 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/preset-env/7.22.10_@babel+core@7.22.11: - resolution: {integrity: sha512-riHpLb1drNkpLlocmSyEg4oYJIQFeXAK/d7rI6mbD0XsvoTOOweXDmQPG/ErxsEhWk3rl3Q/3F6RFQlVFS8m0A==} + /@babel/preset-env/7.22.20_@babel+core@7.23.0: + resolution: {integrity: sha512-11MY04gGC4kSzlPHRfvVkNAZhUxOvm7DCJ37hPDnUENwe06npjIRAfInEMTGSb4LZK5ZgDFkv5hw0lGebHeTyg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-compilation-targets': 7.22.10 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 + '@babel/helper-compilation-targets': 7.22.15 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.22.11 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.11 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.11 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.22.11 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.22.11 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.11 - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.22.11 - '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-async-generator-functions': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-block-scoping': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-class-static-block': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-classes': 7.22.6_@babel+core@7.22.11 - '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-destructuring': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-dynamic-import': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-export-namespace-from': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-for-of': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-json-strings': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-logical-assignment-operators': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-modules-commonjs': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-modules-systemjs': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-nullish-coalescing-operator': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-numeric-separator': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-object-rest-spread': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-optional-catch-binding': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-optional-chaining': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-parameters': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-private-property-in-object': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.22.11 - '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.22.11 - '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.22.11 - '@babel/types': 7.22.10 - babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.22.11 - babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.22.11 - babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.22.11 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2_@babel+core@7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-import-assertions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-attributes': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-transform-arrow-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-async-generator-functions': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-async-to-generator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoped-functions': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-block-scoping': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-class-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-class-static-block': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-classes': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-computed-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-destructuring': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-dotall-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-duplicate-keys': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-dynamic-import': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-exponentiation-operator': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-export-namespace-from': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-for-of': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-function-name': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-json-strings': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-logical-assignment-operators': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-member-expression-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-amd': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-systemjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-umd': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-new-target': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-nullish-coalescing-operator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-numeric-separator': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-object-rest-spread': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-object-super': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-optional-catch-binding': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-optional-chaining': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-parameters': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-private-methods': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-private-property-in-object': 7.22.11_@babel+core@7.23.0 + '@babel/plugin-transform-property-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-regenerator': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-reserved-words': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-shorthand-properties': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-spread': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-sticky-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-template-literals': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-typeof-symbol': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-escapes': 7.22.10_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-property-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-regex': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-unicode-sets-regex': 7.22.5_@babel+core@7.23.0 + '@babel/preset-modules': 0.1.6-no-external-plugins_@babel+core@7.23.0 + '@babel/types': 7.23.0 + babel-plugin-polyfill-corejs2: 0.4.5_@babel+core@7.23.0 + babel-plugin-polyfill-corejs3: 0.8.3_@babel+core@7.23.0 + babel-plugin-polyfill-regenerator: 0.5.2_@babel+core@7.23.0 core-js-compat: 3.31.1 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-flow/7.22.5_@babel+core@7.22.11: + /@babel/preset-flow/7.22.5_@babel+core@7.23.0: resolution: {integrity: sha512-ta2qZ+LSiGCrP5pgcGt8xMnnkXQrq8Sa4Ulhy06BOlF5QbLw9q5hIx7bn5MrsvyTGAfh6kTOo07Q+Pfld/8Y5Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-transform-flow-strip-types': 7.22.5_@babel+core@7.22.11 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-flow-strip-types': 7.22.5_@babel+core@7.23.0 dev: true - /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.22.11: + /@babel/preset-modules/0.1.6-no-external-plugins_@babel+core@7.23.0: resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 esutils: 2.0.3 dev: true - /@babel/preset-react/7.22.5_@babel+core@7.22.11: - resolution: {integrity: sha512-M+Is3WikOpEJHgR385HbuCITPTaPRaNkibTEa9oiofmJvIsrceb4yp9RL9Kb+TE8LznmeyZqpP+Lopwcx59xPQ==} + /@babel/preset-react/7.22.15_@babel+core@7.23.0: + resolution: {integrity: sha512-Csy1IJ2uEh/PecCBXXoZGAZBeCATTuePzCSB7dLYWS0vOEj6CNpjxIhW4duWwZodBNueH7QO14WbGn8YyeuN9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-react-jsx': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.22.11 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-transform-react-display-name': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-jsx': 7.22.15_@babel+core@7.23.0 + '@babel/plugin-transform-react-jsx-development': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-react-pure-annotations': 7.22.5_@babel+core@7.23.0 dev: true - /@babel/preset-typescript/7.22.11_@babel+core@7.22.11: - resolution: {integrity: sha512-tWY5wyCZYBGY7IlalfKI1rLiGlIfnwsRHZqlky0HVv8qviwQ1Uo/05M6+s+TcTCVa6Bmoo2uJW5TMFX6Wa4qVg==} + /@babel/preset-typescript/7.23.0_@babel+core@7.23.0: + resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.11 - '@babel/plugin-transform-modules-commonjs': 7.22.11_@babel+core@7.22.11 - '@babel/plugin-transform-typescript': 7.22.11_@babel+core@7.22.11 + '@babel/helper-validator-option': 7.22.15 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/plugin-transform-typescript': 7.22.15_@babel+core@7.23.0 dev: true - /@babel/register/7.21.0_@babel+core@7.22.11: + /@babel/register/7.21.0_@babel+core@7.23.0: resolution: {integrity: sha512-9nKsPmYDi5DidAqJaQooxIhsLJiNMkGr8ypQ8Uic7cIox7UCDsM7HuUGxdGT7mSDTYbqzIdsOWzfBton/YJrMw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -1899,19 +1866,28 @@ packages: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true - /@babel/runtime/7.22.11: - resolution: {integrity: sha512-ee7jVNlWN09+KftVOu9n7S8gQzD/Z6hN/I8VBRXW4P1+Xe7kJGXMwu8vds4aGIMHZnNbdpSWCfZZtinytpcAvA==} + /@babel/runtime/7.23.1: + resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 + /@babel/template/7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 + dev: true + /@babel/template/7.22.5: resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/parser': 7.22.10 - '@babel/types': 7.22.10 + '@babel/code-frame': 7.22.13 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 dev: true /@babel/traverse/7.20.12: @@ -1954,32 +1930,32 @@ packages: resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.0 '@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.10 - '@babel/types': 7.22.10 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: true - /@babel/traverse/7.22.11: - resolution: {integrity: sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==} + /@babel/traverse/7.23.0: + resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/generator': 7.22.10 - '@babel/helper-environment-visitor': 7.22.5 - '@babel/helper-function-name': 7.22.5 + '@babel/code-frame': 7.22.13 + '@babel/generator': 7.23.0 + '@babel/helper-environment-visitor': 7.22.20 + '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.22.11 - '@babel/types': 7.22.11 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -2013,8 +1989,8 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types/7.22.11: - resolution: {integrity: sha512-siazHiGuZRz9aB9NpHy9GOs9xiQPKnMzgdr493iI1M67vRXpnEq8ZOOKzezC5q7zwuQ6sDhdSp4SD9ixKSqKZg==} + /@babel/types/7.22.5: + resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 @@ -2022,12 +1998,12 @@ packages: to-fast-properties: 2.0.0 dev: true - /@babel/types/7.22.5: - resolution: {integrity: sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==} + /@babel/types/7.23.0: + resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.5 + '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 dev: true @@ -2493,14 +2469,14 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils/4.4.0_eslint@8.48.0: + /@eslint-community/eslint-utils/4.4.0_eslint@8.51.0: resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.48.0 - eslint-visitor-keys: 3.4.2 + eslint: 8.51.0 + eslint-visitor-keys: 3.4.3 dev: true /@eslint-community/regexpp/4.5.0: @@ -2530,8 +2506,8 @@ packages: - supports-color dev: true - /@eslint/js/8.48.0: - resolution: {integrity: sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==} + /@eslint/js/8.51.0: + resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true @@ -2567,8 +2543,8 @@ packages: resolution: {integrity: sha512-m0G6wlnhm/AX0H12IOWtK8gASEMffnX08RtKkCgTdHb9JpHKGloI7icFfLg9ZmQeavcvR0PKmzxClyuFPSjKWw==} dev: true - /@humanwhocodes/config-array/0.11.10: - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} + /@humanwhocodes/config-array/0.11.11: + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} engines: {node: '>=10.10.0'} dependencies: '@humanwhocodes/object-schema': 1.2.1 @@ -2805,7 +2781,7 @@ packages: resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -2828,7 +2804,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -3012,7 +2988,7 @@ packages: dev: true optional: true - /@pmmmwh/react-refresh-webpack-plugin/0.5.10_cbazettzr5fbap7yeakyjxezta: + /@pmmmwh/react-refresh-webpack-plugin/0.5.10_nb3bn4agbt4weacupjiegtsb4y: resolution: {integrity: sha512-j0Ya0hCFZPd4x40qLzbhGsh9TMtdb+CJQiso+WxLOPNasohq9cc5SNUcwsZaRH6++Xh91Xkm/xHCkuIiIu0LUA==} engines: {node: '>= 10.13'} peerDependencies: @@ -3038,7 +3014,7 @@ packages: webpack-plugin-serve: optional: true dependencies: - '@types/webpack': 5.28.2 + '@types/webpack': 5.28.3 ansi-html-community: 0.0.8 common-path-prefix: 3.0.0 core-js-pure: 3.30.2 @@ -3055,16 +3031,16 @@ packages: /@radix-ui/number/1.0.1: resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 dev: true /@radix-ui/primitive/1.0.1: resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 dev: true - /@radix-ui/react-arrow/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-arrow/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: '@types/react': '*' @@ -3077,15 +3053,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@babel/runtime': 7.23.1 + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-collection/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-collection/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: '@types/react': '*' @@ -3098,13 +3074,13 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-slot': 1.0.2_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3118,7 +3094,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true @@ -3132,7 +3108,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true @@ -3146,12 +3122,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true - /@radix-ui/react-dismissable-layer/1.0.4_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-dismissable-layer/1.0.4_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-7UpBa/RKMoHJYjie1gkF1DlK8l1fdU/VKDpoS3rCCo8YBJR294GwcEHyxHw72yvphJ7ld0AXEcSLAzY2F/WyCg==} peerDependencies: '@types/react': '*' @@ -3164,14 +3140,14 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-escape-keydown': 1.0.3_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3185,12 +3161,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true - /@radix-ui/react-focus-scope/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-focus-scope/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-upXdPfqI4islj2CslyfUBNlaJCPybbqRHAi1KER7Isel9Q2AtSJ0zRBZv8mWQiFXD2nyAJ4BhC3yXgZ6kMBSrQ==} peerDependencies: '@types/react': '*' @@ -3203,12 +3179,12 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3222,13 +3198,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-use-layout-effect': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 react: 17.0.1 dev: true - /@radix-ui/react-popper/1.1.2_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-popper/1.1.2_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-1CnGGfFi/bbqtJZZ0P/NQY20xdG3E0LALJaLUEoKwPLwl6PPPfbeiCqMVQnhoFRAxjJj4RpBRJzDmUgsex2tSg==} peerDependencies: '@types/react': '*' @@ -3241,24 +3217,24 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@floating-ui/react-dom': 2.0.1_w7o5yyljkiidx2s2nzb26ottzu - '@radix-ui/react-arrow': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-arrow': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-layout-effect': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-rect': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-size': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/rect': 1.0.1 '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-portal/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-portal/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-xLYZeHrWoPmA5mEKEfZZevoVRK/Q43GfzRXkWV6qawIWWK8t6ifIiLQdd7rmQ4Vk1bmI21XhqF9BN3jWf+phpA==} peerDependencies: '@types/react': '*' @@ -3271,15 +3247,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@babel/runtime': 7.23.1 + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-primitive/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-primitive/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: '@types/react': '*' @@ -3292,15 +3268,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-slot': 1.0.2_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-roving-focus/1.0.4_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-roving-focus/1.0.4_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: '@types/react': '*' @@ -3313,23 +3289,23 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-collection': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-direction': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-id': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-controllable-state': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-select/1.2.2_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-select/1.2.2_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-zI7McXr8fNaSrUY9mZe4x/HC0jTLY9fWNhO1oLWYMQGDXuV4UCivIGTxwioSzO0ZCYX9iSLyWmAh/1TOmX3Cnw==} peerDependencies: '@types/react': '*' @@ -3342,35 +3318,35 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-collection': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-direction': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-dismissable-layer': 1.0.4_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-dismissable-layer': 1.0.4_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-focus-guards': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-focus-scope': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-focus-scope': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-id': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-popper': 1.1.2_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-portal': 1.0.3_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-popper': 1.1.2_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-portal': 1.0.3_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-slot': 1.0.2_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-controllable-state': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-layout-effect': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-use-previous': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-visually-hidden': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-visually-hidden': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 aria-hidden: 1.2.3 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 react-remove-scroll: 2.5.5_eus5zzvqf42zzyzwbz3ec57tiu dev: true - /@radix-ui/react-separator/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-separator/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==} peerDependencies: '@types/react': '*' @@ -3383,10 +3359,10 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@babel/runtime': 7.23.1 + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3400,13 +3376,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-compose-refs': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 react: 17.0.1 dev: true - /@radix-ui/react-toggle-group/1.0.4_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-toggle-group/1.0.4_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==} peerDependencies: '@types/react': '*' @@ -3419,21 +3395,21 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-direction': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-roving-focus': 1.0.4_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-toggle': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-roving-focus': 1.0.4_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-toggle': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-controllable-state': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-toggle/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-toggle/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==} peerDependencies: '@types/react': '*' @@ -3446,17 +3422,17 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@radix-ui/react-use-controllable-state': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@radix-ui/react-toolbar/1.0.4_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-toolbar/1.0.4_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-tBgmM/O7a07xbaEkYJWYTXkIdU/1pW4/KZORR43toC/4XWyBCURK0ei9kMUdp+gTPPKBgYLxXmRSH1EVcIDp8Q==} peerDependencies: '@types/react': '*' @@ -3469,16 +3445,16 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/primitive': 1.0.1 '@radix-ui/react-context': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@radix-ui/react-direction': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-roving-focus': 1.0.4_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-separator': 1.0.3_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-toggle-group': 1.0.4_3o2faabw5y74mvinlaefdjlbny + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-roving-focus': 1.0.4_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-separator': 1.0.3_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-toggle-group': 1.0.4_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3492,7 +3468,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true @@ -3506,7 +3482,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 react: 17.0.1 @@ -3521,7 +3497,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-use-callback-ref': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 react: 17.0.1 @@ -3536,7 +3512,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true @@ -3550,7 +3526,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/react': 17.0.56 react: 17.0.1 dev: true @@ -3564,7 +3540,7 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/rect': 1.0.1 '@types/react': 17.0.56 react: 17.0.1 @@ -3579,13 +3555,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@radix-ui/react-use-layout-effect': 1.0.1_eus5zzvqf42zzyzwbz3ec57tiu '@types/react': 17.0.56 react: 17.0.1 dev: true - /@radix-ui/react-visually-hidden/1.0.3_3o2faabw5y74mvinlaefdjlbny: + /@radix-ui/react-visually-hidden/1.0.3_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} peerDependencies: '@types/react': '*' @@ -3598,10 +3574,10 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.22.11 - '@radix-ui/react-primitive': 1.0.3_3o2faabw5y74mvinlaefdjlbny + '@babel/runtime': 7.23.1 + '@radix-ui/react-primitive': 1.0.3_vkxczpybql2ie7b5prem5wbhte '@types/react': 17.0.56 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -3609,10 +3585,10 @@ packages: /@radix-ui/rect/1.0.1: resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 dev: true - /@rollup/plugin-babel/5.3.1_lnssqozl4dgplk3xebfs3yicbq: + /@rollup/plugin-babel/5.3.1_azielx4vlrty2qasg34bav3suu: resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -3623,7 +3599,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@babel/helper-module-imports': 7.18.6 '@rollup/pluginutils': 3.1.0_rollup@2.79.1 rollup: 2.79.1 @@ -3710,8 +3686,8 @@ packages: '@sinonjs/commons': 1.8.3 dev: true - /@storybook/addon-a11y/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-tEWOHoeGNDAlw1yztEmjJ/MrNelHT5OneMuqoXSyJsozPbYg/jXm6j3k/lZ/Pg3IMAZq1XxP23LQifql9O/YZA==} + /@storybook/addon-a11y/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-RE8sXk9KEqgmjsFmG31eObgPMTOvvWnoNZIaZEHs88X30tNHtFwjc0jzvCR/xriKsBtQdYQTUSsB7pSjaJHNzQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3721,16 +3697,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/addon-highlight': 7.3.2 - '@storybook/channels': 7.3.2 - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/addon-highlight': 7.4.6 + '@storybook/channels': 7.4.6 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 axe-core: 4.6.2 lodash: 4.17.21 react: 17.0.1 @@ -3741,8 +3717,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-actions/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-TsTOHGmwBHRsWS9kaG/bu6haP2dMeiETeGwOgfB5qmukodenXlmi1RujtUdJCNwW3APa0utEFYFKtZVEu9f7WQ==} + /@storybook/addon-actions/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-SsqZr3js5NinKPnC8AeNI7Ij+Q6fIl9tRdRmSulEgjksjOg7E5S1/Wsn5Bb2CCgj7MaX6VxGyC7s3XskQtDiIQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3752,14 +3728,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 dequal: 2.0.3 lodash: 4.17.21 polished: 4.2.2 @@ -3767,7 +3743,7 @@ packages: react: 17.0.1 react-dom: 17.0.1_react@17.0.1 react-inspector: 6.0.1_react@17.0.1 - telejson: 7.1.0 + telejson: 7.2.0 ts-dedent: 2.2.0 uuid: 9.0.0 transitivePeerDependencies: @@ -3775,8 +3751,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-backgrounds/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-tcQSt6mjAR1h1XiMFlg9OvpAwvBCjFrtpr9qnVaOZD15EIu/TRoumkJOVA7J5sWuQ6kGJXx1t8FfhQfAqvJ9iw==} + /@storybook/addon-backgrounds/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-+LHTZB/ZYMAzkyD5ZxSriBsqmsrvIaW/Nnd/BeuXGbkrVKKqM0qAKiFZAfjc2WchA1piVNy0/1Rsf+kuYCEiJw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3786,14 +3762,14 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 memoizerific: 1.11.3 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 @@ -3803,8 +3779,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-controls/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-n9ZoxlV8c9VLNfpFY1HpcRxjUFmHPmcFnW0UzFfGknIArPKFxzw9S/zCJ7CSH9Mf7+NJtYAUzCXlSU/YzT1eZQ==} + /@storybook/addon-controls/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-4lq3sycEUIsK8SUWDYc60QgF4vV9FZZ3lDr6M7j2W9bOnvGw49d2fbdlnq+bX1ZprZZ9VgglQpBAorQB3BXZRw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3814,16 +3790,16 @@ packages: react-dom: optional: true dependencies: - '@storybook/blocks': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-common': 7.3.2 - '@storybook/core-events': 7.3.2 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/node-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/blocks': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-common': 7.4.6 + '@storybook/core-events': 7.4.6 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/node-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 lodash: 4.17.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 @@ -3835,27 +3811,27 @@ packages: - supports-color dev: true - /@storybook/addon-docs/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-g4B+gM7xzRvUeiUcijPyxwDG/LlgHrfQx1chzY7oiFIImGXyewZ+CtGCjhrSdJGhXSj/69oqoz26RQ1VhSlrXg==} + /@storybook/addon-docs/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-dLaub+XWFq4hChw+xfuF9yYg0Txp77FUawKoAigccfjWXx+OOhRV3XTuAcknpXkYq94GWynHgUFXosXT9kbDNA==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@jest/transform': 29.5.0 '@mdx-js/react': 2.3.0_react@17.0.1 - '@storybook/blocks': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/csf-plugin': 7.3.2 - '@storybook/csf-tools': 7.3.2 + '@storybook/blocks': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/csf-plugin': 7.4.6 + '@storybook/csf-tools': 7.4.6 '@storybook/global': 5.0.0 '@storybook/mdx2-csf': 1.1.0 - '@storybook/node-logger': 7.3.2 - '@storybook/postinstall': 7.3.2 - '@storybook/preview-api': 7.3.2 - '@storybook/react-dom-shim': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/node-logger': 7.4.6 + '@storybook/postinstall': 7.4.6 + '@storybook/preview-api': 7.4.6 + '@storybook/react-dom-shim': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 fs-extra: 11.1.1 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 @@ -3869,25 +3845,25 @@ packages: - supports-color dev: true - /@storybook/addon-essentials/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-MI5wi5k/nDgAqnsS4/uibcQhMk3/mVkAAWNO+Epmg5UMCCmDch8SoX9BprEHARwwsVwXChiHAx99fXF/XacWFQ==} + /@storybook/addon-essentials/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-dWodufrt71TK7ELkeIvVae/x4PzECUlbOm57Iqqt4yQCyR291CgvI4PjeB8un2HbpcXCGZ+N/Oj3YkytvzBi4A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/addon-actions': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-backgrounds': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-controls': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-docs': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-highlight': 7.3.2 - '@storybook/addon-measure': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-outline': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-toolbars': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/addon-viewport': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-common': 7.3.2 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/node-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 + '@storybook/addon-actions': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-backgrounds': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-controls': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-docs': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-highlight': 7.4.6 + '@storybook/addon-measure': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-outline': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-toolbars': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/addon-viewport': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-common': 7.4.6 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/node-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 ts-dedent: 2.2.0 @@ -3898,16 +3874,16 @@ packages: - supports-color dev: true - /@storybook/addon-highlight/7.3.2: - resolution: {integrity: sha512-Zdq//ZqOYpm+xXHt00l0j/baVuZDSkpP6Xbd3jqXV1ToojAjANlk0CAzHCJxZBiyeSCj7Qxtj9LvTqD+IU/bMA==} + /@storybook/addon-highlight/7.4.6: + resolution: {integrity: sha512-zCufxxD2KS5VwczxfkcBxe1oR/juTTn2H1Qm8kYvWCJQx3UxzX0+G9cwafbpV7eivqaufLweEwROkH+0KjAtkQ==} dependencies: - '@storybook/core-events': 7.3.2 + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/preview-api': 7.3.2 + '@storybook/preview-api': 7.4.6 dev: true - /@storybook/addon-measure/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-bEoH3zuKA9b5RA0LBQzdSnoaxEKHa5rZDoAuMbKiEYotTqO7PfP2j/hil31F95UgmH7wPnSkRSqsBsUtWJz3Jg==} + /@storybook/addon-measure/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-nCymMLaHnxv8TE3yEM1A9Tulb1NuRXRNmtsdHTkjv7P1aWCxZo8A/GZaottKe/GLT8jSRjZ+dnpYWrbAhw6wTQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3917,13 +3893,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/types': 7.4.6 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 tiny-invariant: 1.3.1 @@ -3932,8 +3908,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-outline/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-DA/O5b4bznV2JsC/o0/JkP2tZLLPftRaz2HHCG+z0mwzNv2pl8lvIl4RpIVJWt1iO0K17kT43ToYYjknMUdJnA==} + /@storybook/addon-outline/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-errNUblRVDLpuEaHQPr/nsrnsUkD2ARmXawkRvizgDWLIDMDJYjTON3MUCaVx3x+hlZ3I6X//G5TVcma8tCc8A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3943,13 +3919,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/types': 7.4.6 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 ts-dedent: 2.2.0 @@ -3971,8 +3947,8 @@ packages: - webpack dev: true - /@storybook/addon-storysource/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-GyApxMb90pC8AUmTD+Gpw7hJPnf6GMAhtS6HSsFj84zs8x6/7R4a/sEfORRIbDBKafsAqJQeYD67WFp+czcbig==} + /@storybook/addon-storysource/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-qkfwvh/pgVBReuWqO25WyaD7jd6LVqhoIJ6rBWnmx+NBpTds+h3Yt3UJCHgvweIrfSF8J3IqzaTxmmNjnkcrRw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -3982,13 +3958,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/router': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/source-loader': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/router': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/source-loader': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu estraverse: 5.3.0 prop-types: 15.8.1 react: 17.0.1 @@ -4000,8 +3976,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-toolbars/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-hd+5Ax7p3vmsNNuO3t4pcmB2pxp58i9k12ygD66NLChSNafHxediLqdYJDTRuono2No1InV1HMZghlXXucCCHQ==} + /@storybook/addon-toolbars/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-L9m2FBcKeteGq7qIYsMJr0LEfiH7Wdrv5IDcldZTn68eZUJTh1p4GdJZcOmzX1P5IFRr76hpu03iWsNlWQjpbQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4011,11 +3987,11 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu react: 17.0.1 react-dom: 17.0.1_react@17.0.1 transitivePeerDependencies: @@ -4023,8 +3999,8 @@ packages: - '@types/react-dom' dev: true - /@storybook/addon-viewport/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-G7i67xL35WE6qSmEoctavZUoPd2VDTaAqkRwrGa4oDQs5wed76PgIL2S5IybzbypSzPIXauiNQiBBd2RRMrLFg==} + /@storybook/addon-viewport/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-INDtk54j7bi7NgxMfd2ATmbA0J7nAd6X8itMkLIyPuPJtx8bYHPDORyemDOd0AojgmAdTOAyUtDYdI/PFeo4Cw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4034,13 +4010,13 @@ packages: react-dom: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu memoizerific: 1.11.3 prop-types: 15.8.1 react: 17.0.1 @@ -4063,15 +4039,15 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/addons/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-qYwHniTJzfR7jKh5juYCjU9ukG7l1YAAt7BpnouItgRutxU/+UoC2iAFooQW+i74SxDoovqnEp9TkG7TAFOLxQ==} + /@storybook/addons/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-c+4awrtwNlJayFdgLkEXa5H2Gj+KNlxuN+Z5oDAdZBLqXI8g0gn7eYO2F/eCSIDWdd/+zcU2uq57XPFKc8veHQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/types': 7.4.6 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true @@ -4093,23 +4069,23 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/blocks/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-j/PRnvGLn0Y3VAu/t6RrU7pjenb7II7Cl/SnFW8LzjMBKXBrkFaq8BRbglzDAUtGdAa9HmJBosogenoZ9iWoBw==} + /@storybook/blocks/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-HxBSAeOiTZW2jbHQlo1upRWFgoMsaAyKijUFf5MwwMNIesXCuuTGZDJ3xTABwAVLK2qC9Ektfbo0CZCiPVuDRQ==} 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': 7.3.2 - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-events': 7.3.2 + '@storybook/channels': 7.4.6 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-events': 7.4.6 '@storybook/csf': 0.1.0 - '@storybook/docs-tools': 7.3.2 + '@storybook/docs-tools': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/preview-api': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/preview-api': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 '@types/lodash': 4.14.182 color-convert: 2.0.1 dequal: 2.0.3 @@ -4120,7 +4096,7 @@ packages: react: 17.0.1 react-colorful: 5.6.1_w7o5yyljkiidx2s2nzb26ottzu react-dom: 17.0.1_react@17.0.1 - telejson: 7.1.0 + telejson: 7.2.0 tocbot: 4.21.1 ts-dedent: 2.2.0 util-deprecate: 1.0.2 @@ -4131,13 +4107,13 @@ packages: - supports-color dev: true - /@storybook/builder-manager/7.3.2: - resolution: {integrity: sha512-M0zdzpnZSg6Gd/QiIbOJkVoifAADpMT85NOC5zuAg3h3o29hedVBAigv/CE2nSbuwZtqPifjxs1AUh7wgtmj8A==} + /@storybook/builder-manager/7.4.6: + resolution: {integrity: sha512-zylZCD2rmyLOOFBFmUgtJg6UNUKmRNgXiig1XApzS2TkIbTZP827DsVEUl0ey/lskCe0uArkrEBR6ICba8p/Rw==} dependencies: '@fal-works/esbuild-plugin-global-externals': 2.1.2 - '@storybook/core-common': 7.3.2 - '@storybook/manager': 7.3.2 - '@storybook/node-logger': 7.3.2 + '@storybook/core-common': 7.4.6 + '@storybook/manager': 7.4.6 + '@storybook/node-logger': 7.4.6 '@types/ejs': 3.1.2 '@types/find-cache-dir': 3.2.1 '@yarnpkg/esbuild-plugin-pnp': 3.0.0-rc.15_esbuild@0.18.17 @@ -4155,8 +4131,8 @@ packages: - supports-color dev: true - /@storybook/builder-webpack5/7.3.2_6dnur5rkqmtdfyk7cmeej2ajvm: - resolution: {integrity: sha512-ywl3fKGmhB3UM+fV0Gsp++gtI8xNa6JqTYj3stJDfWe0sfMOQDSc/uW/Q4lx/oQyV5Lp8X4A/9OFccQ74ZUhXg==} + /@storybook/builder-webpack5/7.4.6_pjkiry6qlppetvdaycogpgwcti: + resolution: {integrity: sha512-j7AyDPlUuO2GiH6riB8iGbT7blQpyVGB+rMHXPSm7v6/U7IITbNzxFwe+sSMLoFr8K1e2VXpgqQ9p3rHFey+nw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4165,27 +4141,27 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.22.11 - '@storybook/addons': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/channels': 7.3.2 - '@storybook/client-api': 7.3.2 - '@storybook/client-logger': 7.3.2 - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny - '@storybook/core-common': 7.3.2 - '@storybook/core-events': 7.3.2 - '@storybook/core-webpack': 7.3.2 + '@babel/core': 7.23.0 + '@storybook/addons': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/channels': 7.4.6 + '@storybook/client-api': 7.4.6 + '@storybook/client-logger': 7.4.6 + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte + '@storybook/core-common': 7.4.6 + '@storybook/core-events': 7.4.6 + '@storybook/core-webpack': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/manager-api': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/node-logger': 7.3.2 - '@storybook/preview': 7.3.2 - '@storybook/preview-api': 7.3.2 - '@storybook/router': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/store': 7.3.2 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/manager-api': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/node-logger': 7.4.6 + '@storybook/preview': 7.4.6 + '@storybook/preview-api': 7.4.6 + '@storybook/router': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/store': 7.4.6 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu '@swc/core': 1.3.73 '@types/node': 16.11.36 '@types/semver': 7.3.12 - babel-loader: 9.1.2_7nqnrdwtl44yxbgqpombxtkqjy + babel-loader: 9.1.2_qvqekalpjhrlexxc3egffmhrfi babel-plugin-named-exports-order: 0.0.2 browser-assert: 1.2.1 case-sensitive-paths-webpack-plugin: 2.4.0 @@ -4231,39 +4207,40 @@ packages: '@storybook/core-events': 7.0.26 '@storybook/global': 5.0.0 qs: 6.11.0 - telejson: 7.1.0 + telejson: 7.2.0 dev: true /@storybook/channels/7.0.26: resolution: {integrity: sha512-Br3XILhrtuL5Sdp91I04kKjJzSqU/N8gGL6B6nIfnuaHUvGMDuMCHAB+g7aoiyH5dnpDZ6yBVGNwtYAyJA+0Og==} dev: true - /@storybook/channels/7.3.2: - resolution: {integrity: sha512-GG5+qzv2OZAzXonqUpJR81f2pjKExj7v5MoFJhKYgb3Y+jVYlUzBHBjhQZhuQczP4si418/jvjimvU1PZ4hqcg==} + /@storybook/channels/7.4.6: + resolution: {integrity: sha512-yPv/sfo2c18fM3fvG0i1xse63vG8l33Al/OU0k/dtovltPu001/HVa1QgBgsb/QrEfZtvGjGhmtdVeYb39fv3A==} dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/core-events': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/core-events': 7.4.6 '@storybook/global': 5.0.0 qs: 6.11.0 - telejson: 7.1.0 + telejson: 7.2.0 tiny-invariant: 1.3.1 dev: true - /@storybook/cli/7.3.2: - resolution: {integrity: sha512-RnqE/6KSelL9TQ44uCIU5xvUhY9zXM2Upanr0hao72x44rvlGQbV262pHdkVIYsn0wi8QzYtnoxQPLSqUfUDfA==} + /@storybook/cli/7.4.6: + resolution: {integrity: sha512-rRwaH8pOL+FHz/pJMEkNpMH2xvZvWsrl7obBYw26NQiHmiVSAkfHJicndSN1mwc+p5w+9iXthrgzbLtSAOSvkA==} hasBin: true dependencies: - '@babel/core': 7.22.11 - '@babel/preset-env': 7.22.10_@babel+core@7.22.11 - '@babel/types': 7.22.10 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/types': 7.23.0 '@ndelangen/get-tarball': 3.0.9 - '@storybook/codemod': 7.3.2 - '@storybook/core-common': 7.3.2 - '@storybook/core-server': 7.3.2 - '@storybook/csf-tools': 7.3.2 - '@storybook/node-logger': 7.3.2 - '@storybook/telemetry': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/codemod': 7.4.6 + '@storybook/core-common': 7.4.6 + '@storybook/core-events': 7.4.6 + '@storybook/core-server': 7.4.6 + '@storybook/csf-tools': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/telemetry': 7.4.6 + '@storybook/types': 7.4.6 '@types/semver': 7.3.12 '@yarnpkg/fslib': 2.10.3 '@yarnpkg/libzip': 2.3.0 @@ -4280,7 +4257,7 @@ packages: get-port: 5.1.1 giget: 1.1.2 globby: 11.1.0 - jscodeshift: 0.14.0_@babel+preset-env@7.22.10 + jscodeshift: 0.14.0_@babel+preset-env@7.22.20 leven: 3.1.0 ora: 5.4.1 prettier: 2.8.8 @@ -4300,11 +4277,11 @@ packages: - utf-8-validate dev: true - /@storybook/client-api/7.3.2: - resolution: {integrity: sha512-8BjoEbuBMvlJAYcIurVn7ghq3plgInOVC8IjswALhSBkvz5V2PRPFSAo9kKaDytNSw2gy1JLgp8imCvMo72+Mw==} + /@storybook/client-api/7.4.6: + resolution: {integrity: sha512-O8yA/xEzPW9Oe3s5VJAFor2d2KwXHjUZ1gvou3o14zu/TJLgXwol0qBBr+YLRO2rcNNJ51pAIGwAT5bgmpUaeg==} dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 dev: true /@storybook/client-logger/7.0.26: @@ -4313,26 +4290,26 @@ packages: '@storybook/global': 5.0.0 dev: true - /@storybook/client-logger/7.3.2: - resolution: {integrity: sha512-T7q/YS5lPUE6xjz9EUwJ/v+KCd5KU9dl1MQ9RcH7IpM73EtQZeNSuM9/P96uKXZTf0wZOUBTXVlTzKr66ZB/RQ==} + /@storybook/client-logger/7.4.6: + resolution: {integrity: sha512-XDw31ZziU//86PKuMRnmc+L/G0VopaGKENQOGEpvAXCU9IZASwGKlKAtcyosjrpi+ZiUXlMgUXCpXM7x3b1Ehw==} dependencies: '@storybook/global': 5.0.0 dev: true - /@storybook/codemod/7.3.2: - resolution: {integrity: sha512-B2P91aYhlxdk7zeQOq0VBnDox2HEcboP2unSh6Vcf4V8j2FCdPvBIM7ZkT9p15FHfyOHvvrtf56XdBIyD8/XJA==} + /@storybook/codemod/7.4.6: + resolution: {integrity: sha512-lxmwEpwksCaAq96APN2YlooSDfKjJ1vKzN5Ni2EqQzf2TEXl7XQjLacHd7OOaII1kfsy+D5gNG4N5wBo7Ub30g==} dependencies: - '@babel/core': 7.22.11 - '@babel/preset-env': 7.22.10_@babel+core@7.22.11 - '@babel/types': 7.22.11 + '@babel/core': 7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/types': 7.23.0 '@storybook/csf': 0.1.0 - '@storybook/csf-tools': 7.3.2 - '@storybook/node-logger': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/csf-tools': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/types': 7.4.6 '@types/cross-spawn': 6.0.2 cross-spawn: 7.0.3 globby: 11.1.0 - jscodeshift: 0.14.0_@babel+preset-env@7.22.10 + jscodeshift: 0.14.0_@babel+preset-env@7.22.20 lodash: 4.17.21 prettier: 2.8.8 recast: 0.23.2 @@ -4340,20 +4317,19 @@ packages: - supports-color dev: true - /@storybook/components/7.3.2_3o2faabw5y74mvinlaefdjlbny: - resolution: {integrity: sha512-hsa1OJx4yEtLHTzrCxq8G9U5MTbcTuItj9yp1gsW9RTNc/V1n/rReQv4zE/k+//2hDsLrS62o3yhZ9VksRhLNw==} + /@storybook/components/7.4.6_vkxczpybql2ie7b5prem5wbhte: + resolution: {integrity: sha512-nIRBhewAgrJJVafyCzuaLx1l+YOfvvD5dOZ0JxZsxJsefOdw1jFpUqUZ5fIpQ2moyvrR0mAUFw378rBfMdHz5Q==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@radix-ui/react-select': 1.2.2_3o2faabw5y74mvinlaefdjlbny - '@radix-ui/react-toolbar': 1.0.4_3o2faabw5y74mvinlaefdjlbny - '@storybook/client-logger': 7.3.2 + '@radix-ui/react-select': 1.2.2_vkxczpybql2ie7b5prem5wbhte + '@radix-ui/react-toolbar': 1.0.4_vkxczpybql2ie7b5prem5wbhte + '@storybook/client-logger': 7.4.6 '@storybook/csf': 0.1.0 '@storybook/global': 5.0.0 - '@storybook/icons': 1.1.6_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 memoizerific: 1.11.3 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 @@ -4364,18 +4340,19 @@ packages: - '@types/react-dom' dev: true - /@storybook/core-client/7.3.2: - resolution: {integrity: sha512-K2jCnjZiUUskFjKUj7m1FTCphIwBv0KPOE5JCd0UR7un1P1G1kdXMctADE6fHosrW73xRrad9CBSyyetUVQQOA==} + /@storybook/core-client/7.4.6: + resolution: {integrity: sha512-tfgxAHeCvMcs6DsVgtb4hQSDaCHeAPJOsoyhb47eDQfk4OmxzriM0qWucJV5DePSMi+KutX/rN2u0JxfOuN68g==} dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 dev: true - /@storybook/core-common/7.3.2: - resolution: {integrity: sha512-W+X7JXV0UmHuUl9xSF/xzz1+P7VM8xHt7ORfp8yrtJRwLHURqHvFFQC+NUHBKno1Ydtt/Uch7QNOWUlQKmiWEw==} + /@storybook/core-common/7.4.6: + resolution: {integrity: sha512-05MJFmOM86qvTLtgDskokIFz9txe0Lbhq4L3by1FtF0GwgH+p+W6I94KI7c6ANER+kVZkXQZhiRzwBFnVTW+Cg==} dependencies: - '@storybook/node-logger': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/core-events': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/types': 7.4.6 '@types/find-cache-dir': 3.2.1 '@types/node': 16.11.36 '@types/node-fetch': 2.6.4 @@ -4405,28 +4382,30 @@ packages: resolution: {integrity: sha512-ckZszphEAYs9wp8tPVhayEMzk8JxCiQfzbq0S45sbdqdTrl40PmsOjv5iPNaUYElI/Stfz+v4gDCEUfOsxyC+w==} dev: true - /@storybook/core-events/7.3.2: - resolution: {integrity: sha512-DCrM3s+sxLKS8vl0zB+1tZEtcl5XQTOGl46XgRRV/SIBabFbsC0l5pQPswWkTUsIqdREtiT0YUHcXB1+YDyFvA==} + /@storybook/core-events/7.4.6: + resolution: {integrity: sha512-r5vrE+32lwrJh1NGFr1a0mWjvxo7q8FXYShylcwRWpacmL5NTtLkrXOoJSeGvJ4yKNYkvxQFtOPId4lzDxa32w==} + dependencies: + ts-dedent: 2.2.0 dev: true - /@storybook/core-server/7.3.2: - resolution: {integrity: sha512-TLMEptmfqYLu4bayRV5m8T3R50uR07Fwja1n/8CCmZOGWjnr5kXMFRkD7+hj7wm82yoidfd23bmVcRU9mlG+tg==} + /@storybook/core-server/7.4.6: + resolution: {integrity: sha512-jqmRTGCJ1W0WReImivkisPVaLFT5sjtLnFoAk0feHp6QS5j7EYOPN7CYzliyQmARWTLUEXOVaFf3VD6nJZQhJQ==} dependencies: '@aw-web-design/x-default-browser': 1.4.126 '@discoveryjs/json-ext': 0.5.7 - '@storybook/builder-manager': 7.3.2 - '@storybook/channels': 7.3.2 - '@storybook/core-common': 7.3.2 - '@storybook/core-events': 7.3.2 + '@storybook/builder-manager': 7.4.6 + '@storybook/channels': 7.4.6 + '@storybook/core-common': 7.4.6 + '@storybook/core-events': 7.4.6 '@storybook/csf': 0.1.0 - '@storybook/csf-tools': 7.3.2 + '@storybook/csf-tools': 7.4.6 '@storybook/docs-mdx': 0.1.0 '@storybook/global': 5.0.0 - '@storybook/manager': 7.3.2 - '@storybook/node-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 - '@storybook/telemetry': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/manager': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 + '@storybook/telemetry': 7.4.6 + '@storybook/types': 7.4.6 '@types/detect-port': 1.3.2 '@types/node': 16.11.36 '@types/pretty-hrtime': 1.0.0 @@ -4446,8 +4425,7 @@ packages: prompts: 2.4.2 read-pkg-up: 7.0.1 semver: 7.5.4 - serve-favicon: 2.5.0 - telejson: 7.1.0 + telejson: 7.2.0 tiny-invariant: 1.3.1 ts-dedent: 2.2.0 util: 0.12.5 @@ -4461,12 +4439,12 @@ packages: - utf-8-validate dev: true - /@storybook/core-webpack/7.3.2: - resolution: {integrity: sha512-N0Z1jzodhhGjTWwW4VfL/41z/Q4YEPXcYUVyTjuOgyW23uXD+3bTvBZInmWIpZezSJUgyyzAt6KamN2PBpAE1g==} + /@storybook/core-webpack/7.4.6: + resolution: {integrity: sha512-EqQDmd+vKAWOAjoe539LsfP8WvQG9V9i1priMA53u1FOEged8o0NBtRiRy2+JDdUSiGUdpe/X5+V/TyyQw/KWw==} dependencies: - '@storybook/core-common': 7.3.2 - '@storybook/node-logger': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/core-common': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/types': 7.4.6 '@types/node': 16.11.36 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -4474,24 +4452,24 @@ packages: - supports-color dev: true - /@storybook/csf-plugin/7.3.2: - resolution: {integrity: sha512-uXJLJkRQeXnI2jHRdHfjJCbtEDohqzCrADh1xDfjqy/MQ/Sh2iFnRBCbEXsrxROBMh7Ow88/hJdy+vX0ZQh9fA==} + /@storybook/csf-plugin/7.4.6: + resolution: {integrity: sha512-yi7Qa4NSqKOyiJTWCxlB0ih2ijXq6oY5qZKW6MuMMBP14xJNRGLbH5KabpfXgN2T7YECcOWG1uWaGj2veJb1KA==} dependencies: - '@storybook/csf-tools': 7.3.2 + '@storybook/csf-tools': 7.4.6 unplugin: 1.4.0 transitivePeerDependencies: - supports-color dev: true - /@storybook/csf-tools/7.3.2: - resolution: {integrity: sha512-54UaOsx9QZxiuMSpX01kSAEYuZYaB72Zz8ihlVrKZbIPTSJ6SYcM/jzNCGf1Rz7AjgU2UjXCSs5zBq5t37Nuqw==} + /@storybook/csf-tools/7.4.6: + resolution: {integrity: sha512-ocKpcIUtTBy6hlLY34RUFQyX403cWpB2gGfqvkHbpGe2BQj7EyV0zpWnjsfVxvw+M9OWlCdxHWDOPUgXM33ELw==} dependencies: - '@babel/generator': 7.22.10 - '@babel/parser': 7.22.11 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/generator': 7.23.0 + '@babel/parser': 7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 '@storybook/csf': 0.1.0 - '@storybook/types': 7.3.2 + '@storybook/types': 7.4.6 fs-extra: 11.1.1 recast: 0.23.2 ts-dedent: 2.2.0 @@ -4515,12 +4493,12 @@ packages: resolution: {integrity: sha512-JDaBR9lwVY4eSH5W8EGHrhODjygPd6QImRbwjAuJNEnY0Vw4ie3bPkeGfnacB3OBW6u/agqPv2aRlR46JcAQLg==} dev: true - /@storybook/docs-tools/7.3.2: - resolution: {integrity: sha512-MSmAiL/lg+B14CIKD6DvkBPdTDfGBSSt3bE+vW2uW9ohNJB5eWePZLQZUe34uZuunn3uqyTAgbEF7KjrtGZ/MQ==} + /@storybook/docs-tools/7.4.6: + resolution: {integrity: sha512-nZj1L/8WwKWWJ41FW4MaKGajZUtrhnr9UwflRCkQJaWhAKmDfOb5M5TqI93uCOULpFPOm5wpoMBz2IHInQ2Lrg==} dependencies: - '@storybook/core-common': 7.3.2 - '@storybook/preview-api': 7.3.2 - '@storybook/types': 7.3.2 + '@storybook/core-common': 7.4.6 + '@storybook/preview-api': 7.4.6 + '@storybook/types': 7.4.6 '@types/doctrine': 0.0.3 doctrine: 3.0.0 lodash: 4.17.21 @@ -4533,17 +4511,6 @@ packages: resolution: {integrity: sha512-FcOqPAXACP0I3oJ/ws6/rrPT9WGhu915Cg8D02a9YxLo0DE9zI+a9A5gRGvmQ09fiWPukqI8ZAEoQEdWUKMQdQ==} dev: true - /@storybook/icons/1.1.6_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-co5gDCYPojRAc5lRMnWxbjrR1V37/rTmAo9Vok4a1hDpHZIwkGTWesdzvYivSQXYFxZTpxdM1b5K3W87brnahw==} - engines: {node: '>=14.0.0'} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - dependencies: - react: 17.0.1 - react-dom: 17.0.1_react@17.0.1 - dev: true - /@storybook/manager-api/7.0.26_w7o5yyljkiidx2s2nzb26ottzu: resolution: {integrity: sha512-/2p6lU7r30qMXob/UnzRL9yq7XjoE+YQXv1KhrcePfMBARbelYw9RYhYT/AkXGtb9/Fa95uG3lNvoDLC1IQfMQ==} peerDependencies: @@ -4565,24 +4532,24 @@ packages: react-dom: 17.0.1_react@17.0.1 semver: 7.5.4 store2: 2.14.2 - telejson: 7.1.0 + telejson: 7.2.0 ts-dedent: 2.2.0 dev: true - /@storybook/manager-api/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-EEosLcc+CPLjorLf2+rGLBW0sH0SHVcB1yClLIzKM5Wt8Cl/0l19wNtGMooE/28SDLA4DPIl4WDnP83wRE1hsg==} + /@storybook/manager-api/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-inrm3DIbCp8wjXSN/wK6e6i2ysQ/IEmtC7IN0OJ7vdrp+USCooPT448SQTUmVctUGCFmOU3fxXByq8g77oIi7w==} 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': 7.3.2 - '@storybook/client-logger': 7.3.2 - '@storybook/core-events': 7.3.2 + '@storybook/channels': 7.4.6 + '@storybook/client-logger': 7.4.6 + '@storybook/core-events': 7.4.6 '@storybook/csf': 0.1.0 '@storybook/global': 5.0.0 - '@storybook/router': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/router': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 dequal: 2.0.3 lodash: 4.17.21 memoizerific: 1.11.3 @@ -4590,12 +4557,12 @@ packages: react-dom: 17.0.1_react@17.0.1 semver: 7.5.4 store2: 2.14.2 - telejson: 7.1.0 + telejson: 7.2.0 ts-dedent: 2.2.0 dev: true - /@storybook/manager/7.3.2: - resolution: {integrity: sha512-nA3XcnD36WUjgMCtID2M4DWYZh6MnabItXvKXGbNUkI8SVaIekc5nEgeplFyqutL11eKz3Es/FwwEP+mePbWfw==} + /@storybook/manager/7.4.6: + resolution: {integrity: sha512-kA1hUDxpn1i2SO9OinvLvVXDeL4xgJkModp+pbE8IXv4NJWReNq1ecMeQCzPLS3Sil2gnrullQ9uYXsnZ9bxxA==} dev: true /@storybook/mdx2-csf/1.1.0: @@ -4607,21 +4574,21 @@ packages: dependencies: '@types/npmlog': 4.1.2 chalk: 4.1.2 - core-js: 3.32.1 + core-js: 3.33.0 npmlog: 5.0.1 pretty-hrtime: 1.0.3 dev: true - /@storybook/node-logger/7.3.2: - resolution: {integrity: sha512-XCCYiLa5mQ7KeDQcZ4awlyWDmtxJHLIJeedvXx29JUNztUjgwyon9rlNvxtxtGj6171zgn9MERFh920WyJOOOQ==} + /@storybook/node-logger/7.4.6: + resolution: {integrity: sha512-djZb310Q27GviDug1XBv0jOEDLCiwr4hhDE0aifCEKZpfNCi/EaP31nbWimFzZwxu4hE/YAPWExzScruR1zw9Q==} dev: true - /@storybook/postinstall/7.3.2: - resolution: {integrity: sha512-23/QUseeVaYjqexq4O1f1g/Fxq+pNGD+/wbXLPkdwNydutGwMZ3XAD8jcm+zeOmkbUPN8jQzKUXqO2OE/GgvHg==} + /@storybook/postinstall/7.4.6: + resolution: {integrity: sha512-TqI5BucPAGRWrkh55BYiG2/gHLFtC0In4cuu0GsUzB/1jc4i51npLRorCwhmT7r7YliGl5F7JaP0Bni/qHN3Lg==} dev: true - /@storybook/preset-react-webpack/7.3.2_34clinyyw2qluvuid6rf55u4ru: - resolution: {integrity: sha512-MflWRKQwOGI1f0x7O/FhdJuXBbaoujHk9juBcX7KHZAx7pAeSia0sJMNTEamVQGGpsWHSx2dG7ZfKzBOvIvb6g==} + /@storybook/preset-react-webpack/7.4.6_efdohy76wydcn3tr3mqaywutw4: + resolution: {integrity: sha512-FfJvlk3bJfg66t06YLiyu+1o/DZN3uNfFP37zv5cJux7TpdmJRV/4m9LKQPJOvcnWBQYem8xX8k5cRS29vdW5g==} engines: {node: '>=16.0.0'} peerDependencies: '@babel/core': ^7.22.0 @@ -4634,14 +4601,14 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.22.11 - '@babel/preset-flow': 7.22.5_@babel+core@7.22.11 - '@babel/preset-react': 7.22.5_@babel+core@7.22.11 - '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_cbazettzr5fbap7yeakyjxezta - '@storybook/core-webpack': 7.3.2 - '@storybook/docs-tools': 7.3.2 - '@storybook/node-logger': 7.3.2 - '@storybook/react': 7.3.2_rvljcqwnizl2n3l3t7uzhh5pre + '@babel/core': 7.23.0 + '@babel/preset-flow': 7.22.5_@babel+core@7.23.0 + '@babel/preset-react': 7.22.15_@babel+core@7.23.0 + '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_nb3bn4agbt4weacupjiegtsb4y + '@storybook/core-webpack': 7.4.6 + '@storybook/docs-tools': 7.4.6 + '@storybook/node-logger': 7.4.6 + '@storybook/react': 7.4.6_rvljcqwnizl2n3l3t7uzhh5pre '@storybook/react-docgen-typescript-plugin': 1.0.6--canary.9.0c3f3b7.0_rggdtlzfqxxwxudp3onsqdyocm '@types/node': 16.11.36 '@types/semver': 7.3.12 @@ -4689,15 +4656,15 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/preview-api/7.3.2: - resolution: {integrity: sha512-exQrWQQLwf/nXB6OEuQScygN5iO914iNQAvicaJ7mrX9L1ypIq1PpXgJR3mSezBd9dhOMBP/BMy1Zck/wBEL9A==} + /@storybook/preview-api/7.4.6: + resolution: {integrity: sha512-byUS/Opt3ytWD4cWz3sNEKw5Yks8MkQgRN+GDSyIomaEAQkLAM0rchPC0MYjwCeUSecV7IIQweNX5RbV4a34BA==} dependencies: - '@storybook/channels': 7.3.2 - '@storybook/client-logger': 7.3.2 - '@storybook/core-events': 7.3.2 + '@storybook/channels': 7.4.6 + '@storybook/client-logger': 7.4.6 + '@storybook/core-events': 7.4.6 '@storybook/csf': 0.1.0 '@storybook/global': 5.0.0 - '@storybook/types': 7.3.2 + '@storybook/types': 7.4.6 '@types/qs': 6.9.6 dequal: 2.0.3 lodash: 4.17.21 @@ -4708,8 +4675,8 @@ packages: util-deprecate: 1.0.2 dev: true - /@storybook/preview/7.3.2: - resolution: {integrity: sha512-UXgImhD7xa+nYgXRcNFQdTqQT1725mOzWbQUtYPMJXkHO+t251hQrEc81tMzSSPEgPrFY8wndpEqTt8glFm91g==} + /@storybook/preview/7.4.6: + resolution: {integrity: sha512-2RPXusJ4CTDrIipIKKvbotD7fP0+8VzoFjImunflIrzN9rni+2rq5eMjqlXAaB+77w064zIR4uDUzI9fxsMDeQ==} dev: true /@storybook/react-docgen-typescript-plugin/1.0.6--canary.9.0c3f3b7.0_rggdtlzfqxxwxudp3onsqdyocm: @@ -4731,8 +4698,8 @@ packages: - supports-color dev: true - /@storybook/react-dom-shim/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-63ysybmpl9UULmLu/aUwWwhjf5QEWTvnMW9r8Z3LF3sW8Z698ZsssdThzNWqw0zlwTlgnQA4ta2Df4/oVXR0+Q==} + /@storybook/react-dom-shim/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-DSq8l9FDocUF1ooVI+TF83pddj1LynE/Hv0/y8XZhc3IgJ/HkuOQuUmfz29ezgfAi9gFYUR8raTIBi3/xdoRmw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4741,8 +4708,8 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/react-webpack5/7.3.2_srvraau4r5uqmorzwv2rvbxmbi: - resolution: {integrity: sha512-Ps+OQ7GnK37cFWpFjD9y2SvMxh29qP5q4V0HYS6u/T0cALsgLGeg3T54llGUkXGH1/WVIfxm7PQPh7+ISMhOJQ==} + /@storybook/react-webpack5/7.4.6_3frtns6onq7jnwulv4pblpg2bq: + resolution: {integrity: sha512-OSwf+E2tRcfBmzCH+WwM7JlfEYjg5Womi1yrtotfcjVXAU6ubHOk2G87zsrKLp/TeCOFM2aHohHBTyWUCejQKQ==} engines: {node: '>=16.0.0'} peerDependencies: '@babel/core': ^7.22.0 @@ -4755,10 +4722,10 @@ packages: typescript: optional: true dependencies: - '@babel/core': 7.22.11 - '@storybook/builder-webpack5': 7.3.2_6dnur5rkqmtdfyk7cmeej2ajvm - '@storybook/preset-react-webpack': 7.3.2_34clinyyw2qluvuid6rf55u4ru - '@storybook/react': 7.3.2_rvljcqwnizl2n3l3t7uzhh5pre + '@babel/core': 7.23.0 + '@storybook/builder-webpack5': 7.4.6_pjkiry6qlppetvdaycogpgwcti + '@storybook/preset-react-webpack': 7.4.6_efdohy76wydcn3tr3mqaywutw4 + '@storybook/react': 7.4.6_rvljcqwnizl2n3l3t7uzhh5pre '@types/node': 16.11.36 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 @@ -4781,8 +4748,8 @@ packages: - webpack-plugin-serve dev: true - /@storybook/react/7.3.2_rvljcqwnizl2n3l3t7uzhh5pre: - resolution: {integrity: sha512-VMXy+soLnEW+lN1sfkkMGkmk3gnS3KLfEk0JssSlj+jGA4cPpvO+P1uGNkN8MjdiU9VaWt0aZ7uRdwx0rrfFUw==} + /@storybook/react/7.4.6_rvljcqwnizl2n3l3t7uzhh5pre: + resolution: {integrity: sha512-w0dVo64baFFPTGpUOWFqkKsu6pQincoymegSNgqaBd5DxEyMDRiRoTWSJHMKE9BwgE8SyWhRkP1ak1mkccSOhQ==} engines: {node: '>=16.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -4792,20 +4759,20 @@ packages: typescript: optional: true dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/core-client': 7.3.2 - '@storybook/docs-tools': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/core-client': 7.4.6 + '@storybook/docs-tools': 7.4.6 '@storybook/global': 5.0.0 - '@storybook/preview-api': 7.3.2 - '@storybook/react-dom-shim': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/types': 7.3.2 + '@storybook/preview-api': 7.4.6 + '@storybook/react-dom-shim': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/types': 7.4.6 '@types/escodegen': 0.0.6 '@types/estree': 0.0.51 '@types/node': 16.11.36 acorn: 7.4.1 acorn-jsx: 5.3.2_acorn@7.4.1 acorn-walk: 7.2.0 - escodegen: 2.0.0 + escodegen: 2.1.0 html-tags: 3.1.0 lodash: 4.17.21 prop-types: 15.8.1 @@ -4834,27 +4801,27 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/router/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-J3QPudwCJhdnfqPx9GaNDlnsjJ6JbFta/ypp3EkHntyuuaNBeNP3Aq73DJJY2XMTS2Xdw8tD9Y9Y9gCFHJXMDQ==} + /@storybook/router/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-Vl1esrHkcHxDKqc+HY7+6JQpBPW3zYvGk0cQ2rxVMhWdLZTAz1hss9DqzN9tFnPyfn0a1Q77EpMySkUrvWKKNQ==} 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': 7.3.2 + '@storybook/client-logger': 7.4.6 memoizerific: 1.11.3 qs: 6.11.0 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/source-loader/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-LsLQv2hKYeZZYwR5ZNYQeYpeK98ng3cEI4mlZ0yHlkHqOMh5fBnA4fCVI/Pv6YfAcIZwJS/n3Gcw9IPOhWuMFg==} + /@storybook/source-loader/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-tBso55luaKIsZmIsgYyT7HJcjbgjxf0pdzbYqdThZhY3oSl3d56xbcFDCWW+yWjFONuFY8RGPCT7iGywwmaBdQ==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@storybook/csf': 0.1.0 - '@storybook/types': 7.3.2 + '@storybook/types': 7.4.6 estraverse: 5.3.0 lodash: 4.17.21 prettier: 2.8.8 @@ -4862,19 +4829,19 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/store/7.3.2: - resolution: {integrity: sha512-lGgpHQjNbNpvdpCAzxbWzZyNDgjpH8eypqOj8E6YHAq1LKcyvE4KFLVRdp2nBEsWNUWMlfYMTeHc8idcdm2FgQ==} + /@storybook/store/7.4.6: + resolution: {integrity: sha512-tlm9rQ+djkYjEyCuEjaUv+c+jVgwnMEF9mZxnOoA6zrzU2g0S/1oE9/MdVLByGbH67U0NuuP0FcvsWLhAOQzjQ==} dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/preview-api': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/preview-api': 7.4.6 dev: true - /@storybook/telemetry/7.3.2: - resolution: {integrity: sha512-BmgwaZGoR2ZzGZpcO5ipc4uMd9y28qmu9Ynx054Q3mb86daJrw4CU18TVi5UoFa9qmygQhoHx2gaK2QStNtqCg==} + /@storybook/telemetry/7.4.6: + resolution: {integrity: sha512-c8p/C1NIH8EMBviZkBCx8MMDk6rrITJ+b29DEp5MaWSRlklIVyhGiC4RPIRv6sxJwlD41PnqWVFtfu2j2eXLdQ==} dependencies: - '@storybook/client-logger': 7.3.2 - '@storybook/core-common': 7.3.2 - '@storybook/csf-tools': 7.3.2 + '@storybook/client-logger': 7.4.6 + '@storybook/core-common': 7.4.6 + '@storybook/csf-tools': 7.4.6 chalk: 4.1.2 detect-package-manager: 2.0.1 fetch-retry: 5.0.6 @@ -4899,14 +4866,14 @@ packages: react-dom: 17.0.1_react@17.0.1 dev: true - /@storybook/theming/7.3.2_w7o5yyljkiidx2s2nzb26ottzu: - resolution: {integrity: sha512-npVsnmNAtqGwl1K7vLC/hcVhL8tBC8G0vdZXEcufF0jHdQmRCUs9ZVrnR6W0LCrtmIHDaDoO7PqJVSzu2wgVxw==} + /@storybook/theming/7.4.6_w7o5yyljkiidx2s2nzb26ottzu: + resolution: {integrity: sha512-HW77iJ9ptCMqhoBOYFjRQw7VBap+38fkJGHP5KylEJCyYCgIAm2dEcQmtWpMVYFssSGcb6djfbtAMhYU4TL4Iw==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: '@emotion/use-insertion-effect-with-fallbacks': 1.0.1_react@17.0.1 - '@storybook/client-logger': 7.3.2 + '@storybook/client-logger': 7.4.6 '@storybook/global': 5.0.0 memoizerific: 1.11.3 react: 17.0.1 @@ -4922,10 +4889,10 @@ packages: file-system-cache: 2.3.0 dev: true - /@storybook/types/7.3.2: - resolution: {integrity: sha512-1UHC1r2J6H9dEpj4pp9a16P1rTL87V9Yc6TtYBpp7m+cxzyIZBRvu1wZFKmRB51RXE/uDaxGRKzfNRfgTALcIQ==} + /@storybook/types/7.4.6: + resolution: {integrity: sha512-6QLXtMVsFZFpzPkdGWsu/iuc8na9dnS67AMOBKm5qCLPwtUJOYkwhMdFRSSeJthLRpzV7JLAL8Kwvl7MFP3QSw==} dependencies: - '@storybook/channels': 7.3.2 + '@storybook/channels': 7.4.6 '@types/babel__core': 7.1.19 '@types/express': 4.17.17 file-system-cache: 2.3.0 @@ -4937,7 +4904,7 @@ packages: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 postcss: 7.0.39 postcss-syntax: 0.36.2_kei4jy7wdgbhc236h4oijypxom transitivePeerDependencies: @@ -5075,8 +5042,8 @@ packages: resolution: {integrity: sha512-KnH2MnJUzmFNPW6RIKfd+zf2Wue8mEKX0M3cpX6aKl5ZXrJM1/c/Pc8c2xDNYQCnJO48Sm5ITbMXgqTr3h4jxQ==} engines: {node: '>=12'} dependencies: - '@babel/code-frame': 7.22.10 - '@babel/runtime': 7.22.11 + '@babel/code-frame': 7.22.13 + '@babel/runtime': 7.23.1 '@types/aria-query': 4.2.2 aria-query: 5.1.3 chalk: 4.1.2 @@ -5090,7 +5057,7 @@ packages: engines: {node: '>=8', npm: '>=6', yarn: '>=1'} dependencies: '@adobe/css-tools': 4.2.0 - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@types/testing-library__jest-dom': 5.14.9 aria-query: 5.1.3 chalk: 3.0.0 @@ -5107,15 +5074,15 @@ packages: react: <18.0.0 react-dom: <18.0.0 dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 '@testing-library/dom': 8.17.1 - '@types/react-dom': 17.0.20 + '@types/react-dom': 17.0.21 react: 17.0.1 react-dom: 17.0.1_react@17.0.1 dev: true - /@testing-library/user-event/14.4.3: - resolution: {integrity: sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q==} + /@testing-library/user-event/14.5.1: + resolution: {integrity: sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg==} engines: {node: '>=12', npm: '>=6'} peerDependencies: '@testing-library/dom': '>=7.21.4' @@ -5159,20 +5126,20 @@ packages: /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.22.10 - '@babel/types': 7.22.10 + '@babel/parser': 7.23.0 + '@babel/types': 7.23.0 dev: true /@types/babel__traverse/7.18.0: resolution: {integrity: sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw==} dependencies: - '@babel/types': 7.22.10 + '@babel/types': 7.23.0 dev: true /@types/body-parser/1.19.2: @@ -5361,8 +5328,8 @@ packages: form-data: 3.0.1 dev: true - /@types/node/14.18.56: - resolution: {integrity: sha512-+k+57NVS9opgrEn5l9c0gvD1r6C+PtyhVE4BTnMMRwiEA8ZO8uFcs6Yy2sXIy0eC95ZurBtRSvhZiHXBysbl6w==} + /@types/node/14.18.63: + resolution: {integrity: sha512-fAtCfv4jJg+ExtXhvCkCqUKZ+4ok/JQk01qDKhL5BDDoS3AxKXhV5/MAVUZyQnSEd2GT92fkgZl0pz0Q0AzcIQ==} dev: true /@types/node/16.11.36: @@ -5409,8 +5376,8 @@ packages: resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} dev: true - /@types/react-dom/17.0.20: - resolution: {integrity: sha512-4pzIjSxDueZZ90F52mU3aPoogkHIoSIDG+oQ+wQK7Cy2B9S+MvOqY0uEA/qawKz381qrEDkvpwyt8Bm31I8sbA==} + /@types/react-dom/17.0.21: + resolution: {integrity: sha512-3rQEFUNUUz2MYiRwJJj6UekcW7rFLOtmK7ajQP7qJpjNdggInl3I/xM4I3Hq1yYPdCGVMgax1gZsB7BBTtayXg==} dependencies: '@types/react': 17.0.56 dev: true @@ -5455,8 +5422,8 @@ packages: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} dev: true - /@types/styled-components/5.1.26: - resolution: {integrity: sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==} + /@types/styled-components/5.1.28: + resolution: {integrity: sha512-nu0VKNybkjvUqJAXWtRqKd7j3iRUl8GbYSTvZNuIBJcw/HUp1Y4QUXNLlj7gcnRV/t784JnHAlvRnSnE3nPbJA==} dependencies: '@types/hoist-non-react-statics': 3.3.1 '@types/react': 17.0.56 @@ -5477,8 +5444,8 @@ packages: resolution: {integrity: sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==} dev: true - /@types/webpack/5.28.2: - resolution: {integrity: sha512-7tcxyrIOd7WGimZIcWU6pDsNh2edGGnwYExOvd3l/nMvuxqwVPrFXnnTbYCnplqV9BJoU7Mo2mfFtiH8CNFvYw==} + /@types/webpack/5.28.3: + resolution: {integrity: sha512-Hd0GBzpP0mO2ZKChw2V7flK45m01/2g9FalpMum2X66uouzG3P1vkxvOtLVzAWLna4N9h0s2sVjND9Slnlef8A==} dependencies: '@types/node': 18.15.11 tapable: 2.2.1 @@ -5500,7 +5467,7 @@ packages: '@types/yargs-parser': 20.2.0 dev: true - /@typescript-eslint/eslint-plugin/5.62.0_negeeoqbi2ljvsevyuoae5nley: + /@typescript-eslint/eslint-plugin/5.62.0_dslcjblstjudtxhhgmfq4n2zxy: resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5512,12 +5479,12 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.0 - '@typescript-eslint/parser': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/parser': 5.62.0_o3et2ndnedfdhen34uq7t66m3y '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - '@typescript-eslint/utils': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/type-utils': 5.62.0_o3et2ndnedfdhen34uq7t66m3y + '@typescript-eslint/utils': 5.62.0_o3et2ndnedfdhen34uq7t66m3y debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.51.0 graphemer: 1.4.0 ignore: 5.2.0 natural-compare-lite: 1.4.0 @@ -5528,7 +5495,7 @@ packages: - supports-color dev: true - /@typescript-eslint/parser/5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4: + /@typescript-eslint/parser/5.62.0_o3et2ndnedfdhen34uq7t66m3y: resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5542,7 +5509,7 @@ packages: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.51.0 typescript: 4.9.5 transitivePeerDependencies: - supports-color @@ -5556,7 +5523,7 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: true - /@typescript-eslint/type-utils/5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4: + /@typescript-eslint/type-utils/5.62.0_o3et2ndnedfdhen34uq7t66m3y: resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5567,9 +5534,9 @@ packages: optional: true dependencies: '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - '@typescript-eslint/utils': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/utils': 5.62.0_o3et2ndnedfdhen34uq7t66m3y debug: 4.3.4 - eslint: 8.48.0 + eslint: 8.51.0 tsutils: 3.21.0_typescript@4.9.5 typescript: 4.9.5 transitivePeerDependencies: @@ -5602,19 +5569,19 @@ packages: - supports-color dev: true - /@typescript-eslint/utils/5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4: + /@typescript-eslint/utils/5.62.0_o3et2ndnedfdhen34uq7t66m3y: 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.48.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.51.0 '@types/json-schema': 7.0.9 '@types/semver': 7.3.12 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 '@typescript-eslint/typescript-estree': 5.62.0_typescript@4.9.5 - eslint: 8.48.0 + eslint: 8.51.0 eslint-scope: 5.1.1 semver: 7.5.4 transitivePeerDependencies: @@ -6216,25 +6183,25 @@ packages: deep-equal: 2.2.0 dev: true - /babel-core/7.0.0-bridge.0_@babel+core@7.22.11: + /babel-core/7.0.0-bridge.0_@babel+core@7.23.0: resolution: {integrity: sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 dev: true - /babel-jest/28.1.3_@babel+core@7.22.11: + /babel-jest/28.1.3_@babel+core@7.23.0: resolution: {integrity: sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@jest/transform': 28.1.3 '@types/babel__core': 7.1.19 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.3_@babel+core@7.22.11 + babel-preset-jest: 28.1.3_@babel+core@7.23.0 chalk: 4.1.2 graceful-fs: 4.2.9 slash: 3.0.0 @@ -6242,14 +6209,14 @@ packages: - supports-color dev: true - /babel-loader/8.3.0_7nqnrdwtl44yxbgqpombxtkqjy: + /babel-loader/8.3.0_qvqekalpjhrlexxc3egffmhrfi: 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.22.11 + '@babel/core': 7.23.0 find-cache-dir: 3.3.1 loader-utils: 2.0.4 make-dir: 3.1.0 @@ -6257,14 +6224,14 @@ packages: webpack: 5.88.2 dev: true - /babel-loader/9.1.2_7nqnrdwtl44yxbgqpombxtkqjy: + /babel-loader/9.1.2_qvqekalpjhrlexxc3egffmhrfi: resolution: {integrity: sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 find-cache-dir: 3.3.2 schema-utils: 4.0.1 webpack: 5.88.2_@swc+core@1.3.73 @@ -6291,8 +6258,8 @@ packages: resolution: {integrity: sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/template': 7.22.5 - '@babel/types': 7.22.10 + '@babel/template': 7.22.15 + '@babel/types': 7.23.0 '@types/babel__core': 7.1.19 '@types/babel__traverse': 7.18.0 dev: true @@ -6307,38 +6274,38 @@ packages: polished: 1.9.3 dev: true - /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.22.11: + /babel-plugin-polyfill-corejs2/0.4.5_@babel+core@7.23.0: resolution: {integrity: sha512-19hwUH5FKl49JEsvyTcoHakh6BE0wgXLLptIyKZ3PijHc/Ci521wygORCUCCred+E/twuqRyAkE02BAWPmsHOg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.22.9 - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.11 + '@babel/compat-data': 7.22.20 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.22.11: + /babel-plugin-polyfill-corejs3/0.8.3_@babel+core@7.23.0: resolution: {integrity: sha512-z41XaniZL26WLrvjy7soabMXrfPWARN25PZoriDEiLMxAp50AUW3t35BGQUMg5xK3UrpVTtagIDklxYa+MhiNA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 core-js-compat: 3.31.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.22.11: + /babel-plugin-polyfill-regenerator/0.5.2_@babel+core@7.23.0: resolution: {integrity: sha512-tAlOptU0Xj34V1Y2PNTL4Y0FOJMDB6bZmoW39FeCQIhigGLkqu3Fj6uiXpxIf6Ij274ENdYx64y6Au+ZKlb1IA==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/helper-define-polyfill-provider': 0.4.2_@babel+core@7.23.0 transitivePeerDependencies: - supports-color dev: true @@ -6357,50 +6324,50 @@ packages: resolution: {integrity: sha512-EMZD1563QUqLhzrqcThk759RhuNVX/ZJdrtGK6drwzgvnR+ARjWyXIHPbu+tUNaMGtPz/gQeAM2M6VUw2UiUeA==} dev: true - /babel-plugin-styled-components/2.1.4_y22q567pouuddzjbjkxwcu25v4: + /babel-plugin-styled-components/2.1.4_i2gzmv5rreqhm2ifsceskdnelu: resolution: {integrity: sha512-Xgp9g+A/cG47sUyRwwYxGM4bR/jDRg5N6it/8+HxCnbT5XNKSKDT9xm4oag/osgqjC2It/vH0yXsomOG6k558g==} peerDependencies: styled-components: '>= 2' dependencies: '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.5 - '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.22.11 + '@babel/plugin-syntax-jsx': 7.22.5_@babel+core@7.23.0 lodash: 4.17.21 picomatch: 2.3.1 - styled-components: 5.3.11_v5fucnjeptu7xna2h34e6y636u + styled-components: 5.3.11_gs7uovqmt47kay2rst2q7pi5hy transitivePeerDependencies: - '@babel/core' dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.22.11: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.23.0: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.22.11 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.22.11 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.22.11 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.22.11 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.22.11 - dev: true - - /babel-preset-jest/28.1.3_@babel+core@7.22.11: + '@babel/core': 7.23.0 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.23.0 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.23.0 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.23.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.23.0 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.23.0 + dev: true + + /babel-preset-jest/28.1.3_@babel+core@7.23.0: resolution: {integrity: sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 babel-plugin-jest-hoist: 28.1.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.22.11 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.0 dev: true /bail/1.0.5: @@ -6983,8 +6950,8 @@ packages: requiresBuild: true dev: true - /core-js/3.32.1: - resolution: {integrity: sha512-lqufgNn9NLnESg5mQeYsxQP5w7wrViSj0jr/kv6ECQiByzQkrn1MKvV0L3acttpDqfQrHLwr2KCMgX5b8X+lyQ==} + /core-js/3.33.0: + resolution: {integrity: sha512-HoZr92+ZjFEKar5HS6MC776gYslNOKHt75mEBKWKnPeFDpZ6nH5OeF3S6HFT1mUAUZKrzkez05VboaX8myjSuw==} requiresBuild: true dev: true @@ -7819,26 +7786,25 @@ packages: engines: {node: '>=10'} dev: true - /escodegen/2.0.0: - resolution: {integrity: sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==} + /escodegen/2.1.0: + resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} engines: {node: '>=6.0'} hasBin: true dependencies: esprima: 4.0.1 estraverse: 5.3.0 esutils: 2.0.3 - optionator: 0.8.3 optionalDependencies: source-map: 0.6.1 dev: true - /eslint-config-prettier/8.10.0_eslint@8.48.0: + /eslint-config-prettier/8.10.0_eslint@8.51.0: resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.48.0 + eslint: 8.51.0 dev: true /eslint-config-react/1.1.7: @@ -7863,7 +7829,7 @@ packages: - supports-color dev: true - /eslint-module-utils/2.8.0_7kwk4726s7ymcw2fyzp2x64fdi: + /eslint-module-utils/2.8.0_grfywr4znw5wva73skjsyt6xdi: resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -7884,9 +7850,9 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/parser': 5.62.0_o3et2ndnedfdhen34uq7t66m3y debug: 3.2.7 - eslint: 8.48.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.7 transitivePeerDependencies: - supports-color @@ -7896,7 +7862,7 @@ packages: resolution: {integrity: sha512-ybjqMiL+hgrkgdHfkZjhgJS+Pkwb/iVmPNzbgsMbb2EZKNp3LOYfyce70w0P69LPy6UZgMq3j9kCTQk2hu6/fw==} dev: true - /eslint-plugin-import/2.28.1_ean2qamlavtp6bo3zeco4caumq: + /eslint-plugin-import/2.28.1_e45xi7nckw7vnuantqru3oe6ce: resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -7906,16 +7872,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 + '@typescript-eslint/parser': 5.62.0_o3et2ndnedfdhen34uq7t66m3y array-includes: 3.1.6 array.prototype.findlastindex: 1.2.2 array.prototype.flat: 1.3.1 array.prototype.flatmap: 1.3.1 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.48.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.7 - eslint-module-utils: 2.8.0_7kwk4726s7ymcw2fyzp2x64fdi + eslint-module-utils: 2.8.0_grfywr4znw5wva73skjsyt6xdi has: 1.0.3 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -7931,13 +7897,13 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y/6.7.1_eslint@8.48.0: + /eslint-plugin-jsx-a11y/6.7.1_eslint@8.51.0: resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 aria-query: 5.1.3 array-includes: 3.1.6 array.prototype.flatmap: 1.3.1 @@ -7946,7 +7912,7 @@ packages: axobject-query: 3.1.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - eslint: 8.48.0 + eslint: 8.51.0 has: 1.0.3 jsx-ast-utils: 3.3.3 language-tags: 1.0.5 @@ -7956,7 +7922,7 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-prettier/4.2.1_b7j5i5eung22avfvwixh6yzuzu: + /eslint-plugin-prettier/4.2.1_ivcwkx2tljlkqvktudhrahm2vy: resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} engines: {node: '>=12.0.0'} peerDependencies: @@ -7967,22 +7933,22 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.48.0 - eslint-config-prettier: 8.10.0_eslint@8.48.0 + eslint: 8.51.0 + eslint-config-prettier: 8.10.0_eslint@8.51.0 prettier: 2.8.8 prettier-linter-helpers: 1.0.0 dev: true - /eslint-plugin-react-hooks/4.6.0_eslint@8.48.0: + /eslint-plugin-react-hooks/4.6.0_eslint@8.51.0: resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.48.0 + eslint: 8.51.0 dev: true - /eslint-plugin-react/7.33.2_eslint@8.48.0: + /eslint-plugin-react/7.33.2_eslint@8.51.0: resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} engines: {node: '>=4'} peerDependencies: @@ -7993,7 +7959,7 @@ packages: array.prototype.tosorted: 1.1.1 doctrine: 2.1.0 es-iterator-helpers: 1.0.14 - eslint: 8.48.0 + eslint: 8.51.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.3 minimatch: 3.1.2 @@ -8007,15 +7973,15 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /eslint-plugin-storybook/0.6.13_cgvy6hrg3pjeapqw5wnuqcmdo4: - resolution: {integrity: sha512-smd+CS0WH1jBqUEJ3znGS7DU4ayBE9z6lkQAK2yrSUv1+rq8BT/tiI5C/rKE7rmiqiAfojtNYZRhzo5HrulccQ==} + /eslint-plugin-storybook/0.6.15_o3et2ndnedfdhen34uq7t66m3y: + resolution: {integrity: sha512-lAGqVAJGob47Griu29KXYowI4G7KwMoJDOkEip8ujikuDLxU+oWJ1l0WL6F2oDO4QiyUFXvtDkEkISMOPzo+7w==} engines: {node: 12.x || 14.x || >= 16} peerDependencies: eslint: '>=6' dependencies: '@storybook/csf': 0.0.1 - '@typescript-eslint/utils': 5.62.0_cgvy6hrg3pjeapqw5wnuqcmdo4 - eslint: 8.48.0 + '@typescript-eslint/utils': 5.62.0_o3et2ndnedfdhen34uq7t66m3y + eslint: 8.51.0 requireindex: 1.2.0 ts-dedent: 2.2.0 transitivePeerDependencies: @@ -8049,16 +8015,16 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint/8.48.0: - resolution: {integrity: sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==} + /eslint/8.51.0: + resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0_eslint@8.48.0 + '@eslint-community/eslint-utils': 4.4.0_eslint@8.51.0 '@eslint-community/regexpp': 4.6.2 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.48.0 - '@humanwhocodes/config-array': 0.11.10 + '@eslint/js': 8.51.0 + '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 ajv: 6.12.6 @@ -8138,8 +8104,8 @@ packages: resolution: {integrity: sha512-YNF+mZ/Wu2FU/gvmzuWtYc8rloubL7wfXCTgouFrnjGVXPA/EeYYA7pupXWrb3Iv1cTBeSSxxJIbK23l4MRNqg==} engines: {node: '>=8.3.0'} dependencies: - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 c8: 7.13.0 transitivePeerDependencies: - supports-color @@ -8489,7 +8455,7 @@ packages: typescript: '>3.6.0' webpack: ^5.11.0 dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.22.13 chalk: 4.1.2 chokidar: 3.5.3 cosmiconfig: 7.1.0 @@ -9189,6 +9155,11 @@ packages: side-channel: 1.0.4 dev: true + /interpret/1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + dev: true + /invariant/2.2.4: resolution: {integrity: sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==} dependencies: @@ -9568,8 +9539,8 @@ packages: resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.22.11 - '@babel/parser': 7.22.10 + '@babel/core': 7.23.0 + '@babel/parser': 7.23.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.1 @@ -9670,7 +9641,7 @@ packages: - supports-color dev: true - /jest-cli/28.1.3_@types+node@14.18.56: + /jest-cli/28.1.3_@types+node@14.18.63: resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -9687,7 +9658,7 @@ packages: exit: 0.1.2 graceful-fs: 4.2.9 import-local: 3.1.0 - jest-config: 28.1.3_@types+node@14.18.56 + jest-config: 28.1.3_@types+node@14.18.63 jest-util: 28.1.3 jest-validate: 28.1.3 prompts: 2.4.2 @@ -9698,7 +9669,7 @@ packages: - ts-node dev: true - /jest-config/28.1.3_@types+node@14.18.56: + /jest-config/28.1.3_@types+node@14.18.63: resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -9710,11 +9681,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 14.18.56 - babel-jest: 28.1.3_@babel+core@7.22.11 + '@types/node': 14.18.63 + babel-jest: 28.1.3_@babel+core@7.23.0 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -9749,11 +9720,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.22.11 + '@babel/core': 7.23.0 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 '@types/node': 18.15.11 - babel-jest: 28.1.3_@babel+core@7.22.11 + babel-jest: 28.1.3_@babel+core@7.23.0 chalk: 4.1.2 ci-info: 3.3.2 deepmerge: 4.2.2 @@ -9900,7 +9871,7 @@ packages: resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.22.13 '@jest/types': 28.1.3 '@types/stack-utils': 2.0.1 chalk: 4.1.2 @@ -10029,17 +10000,17 @@ packages: resolution: {integrity: sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@babel/core': 7.22.11 - '@babel/generator': 7.22.10 - '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.22.11 - '@babel/traverse': 7.22.11 - '@babel/types': 7.22.11 + '@babel/core': 7.23.0 + '@babel/generator': 7.23.0 + '@babel/plugin-syntax-typescript': 7.18.6_@babel+core@7.23.0 + '@babel/traverse': 7.23.0 + '@babel/types': 7.23.0 '@jest/expect-utils': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@types/babel__traverse': 7.18.0 '@types/prettier': 2.7.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.22.11 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.23.0 chalk: 4.1.2 expect: 28.1.3 graceful-fs: 4.2.9 @@ -10143,7 +10114,7 @@ packages: supports-color: 8.1.1 dev: true - /jest/28.1.3_@types+node@14.18.56: + /jest/28.1.3_@types+node@14.18.63: resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} hasBin: true @@ -10156,7 +10127,7 @@ packages: '@jest/core': 28.1.3 '@jest/types': 28.1.3 import-local: 3.1.0 - jest-cli: 28.1.3_@types+node@14.18.56 + jest-cli: 28.1.3_@types+node@14.18.63 transitivePeerDependencies: - '@types/node' - supports-color @@ -10181,23 +10152,23 @@ packages: argparse: 2.0.1 dev: true - /jscodeshift/0.14.0_@babel+preset-env@7.22.10: + /jscodeshift/0.14.0_@babel+preset-env@7.22.20: resolution: {integrity: sha512-7eCC1knD7bLUPuSCwXsMZUH51O8jIcoVyKtI6P0XM0IVzlGjckPy3FIwQlorzbN0Sg79oK+RlohN32Mqf/lrYA==} hasBin: true peerDependencies: '@babel/preset-env': ^7.1.6 dependencies: - '@babel/core': 7.22.11 - '@babel/parser': 7.22.11 - '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.22.11 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.22.11 - '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.22.11 - '@babel/plugin-transform-modules-commonjs': 7.22.11_@babel+core@7.22.11 - '@babel/preset-env': 7.22.10_@babel+core@7.22.11 - '@babel/preset-flow': 7.22.5_@babel+core@7.22.11 - '@babel/preset-typescript': 7.22.11_@babel+core@7.22.11 - '@babel/register': 7.21.0_@babel+core@7.22.11 - babel-core: 7.0.0-bridge.0_@babel+core@7.22.11 + '@babel/core': 7.23.0 + '@babel/parser': 7.23.0 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.23.0 + '@babel/plugin-proposal-optional-chaining': 7.21.0_@babel+core@7.23.0 + '@babel/plugin-transform-modules-commonjs': 7.23.0_@babel+core@7.23.0 + '@babel/preset-env': 7.22.20_@babel+core@7.23.0 + '@babel/preset-flow': 7.22.5_@babel+core@7.23.0 + '@babel/preset-typescript': 7.23.0_@babel+core@7.23.0 + '@babel/register': 7.21.0_@babel+core@7.23.0 + babel-core: 7.0.0-bridge.0_@babel+core@7.23.0 chalk: 4.1.2 flow-parser: 0.207.0 graceful-fs: 4.2.9 @@ -10228,7 +10199,7 @@ packages: data-urls: 3.0.2 decimal.js: 10.3.1 domexception: 4.0.0 - escodegen: 2.0.0 + escodegen: 2.1.0 form-data: 4.0.0 html-encoding-sniffer: 3.0.0 http-proxy-agent: 5.0.0 @@ -10352,14 +10323,6 @@ packages: engines: {node: '>=6'} dev: true - /levn/0.3.0: - resolution: {integrity: sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - type-check: 0.3.2 - dev: true - /levn/0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -10464,14 +10427,15 @@ packages: dependencies: js-tokens: 4.0.0 - /lost-pixel/3.4.4_la3bo2awjl3e27dmu45ja5dxq4: - resolution: {integrity: sha512-HJo6sL292e99jbrFqFn44H2Rsyfy9DMqu2BguAQHLIZbZ1nnZ7vQnMbex9tpKuXyJcK0BRT2ZndUtwTn6O3MYA==} + /lost-pixel/3.7.1_ogreqof3k35xezedraj6pnd45y: + resolution: {integrity: sha512-w3hqhsMYV13YzyMFHUk4mKZNlGIjd0g4dsY7tlnosmNQAR0W9yvUfKJ+9mfqTRWne3VWE8pA3JUvWzJZHrt+vg==} hasBin: true dependencies: async: 3.2.4 axios: 1.4.0 bundle-require: 4.0.1_esbuild@0.18.13 esbuild: 0.18.13 + execa: 5.1.1 form-data: 4.0.0 fs-extra: 11.1.1 get-port-please: 3.0.1 @@ -10483,7 +10447,8 @@ packages: pngjs: 7.0.0 posthog-node: 3.1.1 serve-handler: 6.1.5 - ts-node: 10.9.1_la3bo2awjl3e27dmu45ja5dxq4 + shelljs: 0.8.5 + ts-node: 10.9.1_ogreqof3k35xezedraj6pnd45y uuid: 9.0.0 yargs: 17.7.2 zod: 3.21.4 @@ -10829,10 +10794,6 @@ packages: resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} dev: true - /ms/2.1.1: - resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} - dev: true - /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} dev: true @@ -10914,7 +10875,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.8 - resolve: 1.22.1 + resolve: 1.22.3 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true @@ -11095,18 +11056,6 @@ packages: is-wsl: 2.2.0 dev: true - /optionator/0.8.3: - resolution: {integrity: sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==} - engines: {node: '>= 0.8.0'} - dependencies: - deep-is: 0.1.3 - fast-levenshtein: 2.0.6 - levn: 0.3.0 - prelude-ls: 1.1.2 - type-check: 0.3.2 - word-wrap: 1.2.3 - dev: true - /optionator/0.9.3: resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} engines: {node: '>= 0.8.0'} @@ -11219,7 +11168,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.22.10 + '@babel/code-frame': 7.22.13 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 @@ -11386,7 +11335,7 @@ packages: resolution: {integrity: sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 dev: true /popmotion/11.0.3: @@ -11613,11 +11562,6 @@ packages: which: 1.2.14 dev: true - /prelude-ls/1.1.2: - resolution: {integrity: sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==} - engines: {node: '>= 0.8.0'} - dev: true - /prelude-ls/1.2.1: resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} engines: {node: '>= 0.8.0'} @@ -11858,9 +11802,9 @@ packages: engines: {node: '>=8.10.0'} hasBin: true dependencies: - '@babel/core': 7.22.11 - '@babel/generator': 7.22.10 - '@babel/runtime': 7.22.11 + '@babel/core': 7.23.0 + '@babel/generator': 7.23.0 + '@babel/runtime': 7.23.1 ast-types: 0.14.2 commander: 2.20.3 doctrine: 3.0.0 @@ -11992,7 +11936,7 @@ packages: peerDependencies: react: '>= 0.14.0' dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 highlight.js: 10.7.3 lowlight: 1.20.0 prismjs: 1.28.0 @@ -12075,6 +12019,13 @@ packages: tslib: 2.6.2 dev: true + /rechoir/0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + dependencies: + resolve: 1.22.3 + dev: true + /redent/3.0.0: resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} engines: {node: '>=8'} @@ -12120,7 +12071,7 @@ packages: /regenerator-transform/0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.22.11 + '@babel/runtime': 7.23.1 dev: true /regexp.prototype.flags/1.4.3: @@ -12368,10 +12319,6 @@ packages: isarray: 2.0.5 dev: true - /safe-buffer/5.1.1: - resolution: {integrity: sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==} - dev: true - /safe-buffer/5.1.2: resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} dev: true @@ -12514,17 +12461,6 @@ packages: randombytes: 2.1.0 dev: true - /serve-favicon/2.5.0: - resolution: {integrity: sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==} - engines: {node: '>= 0.8.0'} - dependencies: - etag: 1.8.1 - fresh: 0.5.2 - ms: 2.1.1 - parseurl: 1.3.3 - safe-buffer: 5.1.1 - dev: true - /serve-handler/6.1.5: resolution: {integrity: sha512-ijPFle6Hwe8zfmBxJdE+5fta53fdIY0lHISJvuikXB3VYFafRjMRpOffSPvCYsbKyBA7pvy9oYr/BT1O3EArlg==} dependencies: @@ -12593,6 +12529,16 @@ packages: engines: {node: '>=8'} dev: true + /shelljs/0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + dependencies: + glob: 7.1.6 + interpret: 1.4.0 + rechoir: 0.6.2 + dev: true + /side-channel/1.0.4: resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} dependencies: @@ -12739,7 +12685,7 @@ packages: resolution: {integrity: sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==} dev: true - /storybook-dark-mode/3.0.1_3o2faabw5y74mvinlaefdjlbny: + /storybook-dark-mode/3.0.1_vkxczpybql2ie7b5prem5wbhte: resolution: {integrity: sha512-3V6XBhkUq63BF6KzyDBbfV5/8sYtF4UtVccH1tK+Lrd4p0tF8k7yHOvVDhFL9hexnKXcLEnbC+42YDTPvjpK+A==} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -12752,10 +12698,10 @@ packages: dependencies: '@storybook/addons': 7.0.26_w7o5yyljkiidx2s2nzb26ottzu '@storybook/api': 7.0.26_w7o5yyljkiidx2s2nzb26ottzu - '@storybook/components': 7.3.2_3o2faabw5y74mvinlaefdjlbny + '@storybook/components': 7.4.6_vkxczpybql2ie7b5prem5wbhte '@storybook/core-events': 7.0.26 '@storybook/global': 5.0.0 - '@storybook/theming': 7.3.2_w7o5yyljkiidx2s2nzb26ottzu + '@storybook/theming': 7.4.6_w7o5yyljkiidx2s2nzb26ottzu fast-deep-equal: 3.1.3 memoizerific: 1.11.3 react: 17.0.1 @@ -12765,11 +12711,11 @@ packages: - '@types/react-dom' dev: true - /storybook/7.3.2: - resolution: {integrity: sha512-Vf1C5pfF5NHQsb+33NeBd3gLGhcwbT+v6WqqIdARV7LSByqKiWNgJl2ATgzm1b4ERJo8sHU+EiJZIovFWEElkg==} + /storybook/7.4.6: + resolution: {integrity: sha512-YkFSpnR47j5zz7yElA+2axLjXN7K7TxDGJRHHlqXmG5iQ0PXzmjrj2RxMDKFz4Ybp/QjEUoJ4rx//ESEY0Nb5A==} hasBin: true dependencies: - '@storybook/cli': 7.3.2 + '@storybook/cli': 7.4.6 transitivePeerDependencies: - bufferutil - encoding @@ -12960,7 +12906,7 @@ packages: tslib: 2.6.2 dev: true - /styled-components/5.3.11_v5fucnjeptu7xna2h34e6y636u: + /styled-components/5.3.11_gs7uovqmt47kay2rst2q7pi5hy: resolution: {integrity: sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==} engines: {node: '>=10'} peerDependencies: @@ -12973,7 +12919,7 @@ packages: '@emotion/is-prop-valid': 1.1.2 '@emotion/stylis': 0.8.5 '@emotion/unitless': 0.7.5 - babel-plugin-styled-components: 2.1.4_y22q567pouuddzjbjkxwcu25v4 + babel-plugin-styled-components: 2.1.4_i2gzmv5rreqhm2ifsceskdnelu css-to-react-native: 3.0.0 hoist-non-react-statics: 3.3.2 react: 17.0.1 @@ -13177,8 +13123,8 @@ packages: yallist: 4.0.0 dev: true - /telejson/7.1.0: - resolution: {integrity: sha512-jFJO4P5gPebZAERPkJsqMAQ0IMA1Hi0AoSfxpnUaV6j6R2SZqlpkbS20U6dEUtA3RUYt2Ak/mTlkQzHH9Rv/hA==} + /telejson/7.2.0: + resolution: {integrity: sha512-1QTEcJkJEhc8OnStBx/ILRu5J2p0GjvWsBx56bmZRqnrkdBMUe+nX92jxV+p3dB4CP6PZCdJMQJwCggkNBMzkQ==} dependencies: memoizerific: 1.11.3 dev: true @@ -13368,7 +13314,7 @@ packages: engines: {node: '>=6.10'} dev: true - /ts-node/10.9.1_la3bo2awjl3e27dmu45ja5dxq4: + /ts-node/10.9.1_ogreqof3k35xezedraj6pnd45y: resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -13387,7 +13333,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 14.18.56 + '@types/node': 14.18.63 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -13426,13 +13372,6 @@ packages: typescript: 4.9.5 dev: true - /type-check/0.3.2: - resolution: {integrity: sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==} - engines: {node: '>= 0.8.0'} - dependencies: - prelude-ls: 1.1.2 - dev: true - /type-check/0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -14100,11 +14039,6 @@ packages: string-width: 4.2.3 dev: true - /word-wrap/1.2.3: - resolution: {integrity: sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==} - engines: {node: '>=0.10.0'} - dev: true - /wordwrap/1.0.0: resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} dev: true diff --git a/src/utils/HOCs/withIris.ts b/src/utils/HOCs/withIris.ts index 9ad81a5a..c050cfac 100644 --- a/src/utils/HOCs/withIris.ts +++ b/src/utils/HOCs/withIris.ts @@ -9,7 +9,7 @@ import { } from 'react'; import { ThemeContext } from 'styled-components'; -const version = '0.148.0'; +const version = '0.149.0'; type IrisMeta = | true