diff --git a/package.json b/package.json index dc7087ea..4c77a9a6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "pnpm": "8.6.12" }, "dependencies": { - "@babel/core": "7.16.12", + "@babel/core": "7.23.5", "@fortawesome/fontawesome-svg-core": "1.2.36", "@fortawesome/free-solid-svg-icons": "5.15.4", "@fortawesome/react-fontawesome": "0.1.19", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a97bf497..24bc8368 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@babel/core': - specifier: 7.16.12 - version: 7.16.12 + specifier: 7.23.5 + version: 7.23.5 '@fortawesome/fontawesome-svg-core': specifier: 1.2.36 version: 1.2.36 @@ -76,7 +76,7 @@ dependencies: version: 10.4.15(postcss@8.4.23) babel-jest: specifier: 27.4.6 - version: 27.4.6(@babel/core@7.16.12) + version: 27.4.6(@babel/core@7.23.5) chroma-js: specifier: 2.1.2 version: 2.1.2 @@ -115,7 +115,7 @@ dependencies: version: 2.2.0 next: specifier: 13.4.1 - version: 13.4.1(@babel/core@7.16.12)(react-dom@18.2.0)(react@18.2.0) + version: 13.4.1(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0) npm-run-all: specifier: 4.1.5 version: 4.1.5 @@ -184,11 +184,12 @@ packages: engines: {node: '>=10'} dev: false - /@babel/code-frame@7.16.7: - resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} - engines: {node: '>=6.9.0'} + /@ampproject/remapping@2.2.1: + resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + engines: {node: '>=6.0.0'} dependencies: - '@babel/highlight': 7.16.7 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 dev: false /@babel/code-frame@7.21.4: @@ -198,48 +199,52 @@ packages: '@babel/highlight': 7.18.6 dev: false + /@babel/code-frame@7.23.5: + resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/highlight': 7.23.4 + chalk: 2.4.2 + dev: false + /@babel/compat-data@7.16.4: resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==} engines: {node: '>=6.9.0'} dev: false - /@babel/core@7.16.12: - resolution: {integrity: sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==} + /@babel/compat-data@7.23.5: + resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 - '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.16.12) - '@babel/helper-module-transforms': 7.16.7 - '@babel/helpers': 7.16.7 - '@babel/parser': 7.16.12 - '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 - convert-source-map: 1.8.0 - debug: 4.3.3 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - semver: 6.3.0 - source-map: 0.5.7 - transitivePeerDependencies: - - supports-color dev: false - /@babel/generator@7.16.8: - resolution: {integrity: sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==} + /@babel/core@7.23.5: + resolution: {integrity: sha512-Cwc2XjUrG4ilcfOw4wBAK+enbdgwAcAJCfGUItPBKR7Mjw4aEfAFYrLxeRp4jWgtNIKn3n2AlBOfwwafl+42/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 - jsesc: 2.5.2 - source-map: 0.5.7 + '@ampproject/remapping': 2.2.1 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.5) + '@babel/helpers': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 + convert-source-map: 2.0.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.3 + semver: 6.3.1 + transitivePeerDependencies: + - supports-color dev: false /@babel/generator@7.17.7: resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 jsesc: 2.5.2 source-map: 0.5.7 dev: false @@ -254,11 +259,21 @@ packages: jsesc: 2.5.2 dev: false + /@babel/generator@7.23.5: + resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 + '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/trace-mapping': 0.3.18 + jsesc: 2.5.2 + dev: false + /@babel/helper-annotate-as-pure@7.16.0: resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-builder-binary-assignment-operator-visitor@7.16.5: @@ -266,74 +281,72 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-explode-assignable-expression': 7.16.0 - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false - /@babel/helper-compilation-targets@7.16.3(@babel/core@7.16.12): - resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==} + /@babel/helper-compilation-targets@7.16.7(@babel/core@7.23.5): + resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-validator-option': 7.16.7 - browserslist: 4.21.5 + browserslist: 4.21.10 semver: 6.3.0 dev: false - /@babel/helper-compilation-targets@7.16.7(@babel/core@7.16.12): - resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} + /@babel/helper-compilation-targets@7.22.15: + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} - peerDependencies: - '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.12 - '@babel/helper-validator-option': 7.16.7 - browserslist: 4.21.5 - semver: 6.3.0 + '@babel/compat-data': 7.23.5 + '@babel/helper-validator-option': 7.23.5 + browserslist: 4.21.10 + lru-cache: 5.1.1 + semver: 6.3.1 dev: false - /@babel/helper-create-class-features-plugin@7.16.5(@babel/core@7.16.12): + /@babel/helper-create-class-features-plugin@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.16.7 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 '@babel/helper-member-expression-to-functions': 7.16.5 '@babel/helper-optimise-call-expression': 7.16.0 '@babel/helper-replace-supers': 7.16.5 - '@babel/helper-split-export-declaration': 7.16.7 + '@babel/helper-split-export-declaration': 7.18.6 transitivePeerDependencies: - supports-color dev: false - /@babel/helper-create-regexp-features-plugin@7.16.0(@babel/core@7.16.12): + /@babel/helper-create-regexp-features-plugin@7.16.0(@babel/core@7.23.5): resolution: {integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 regexpu-core: 4.8.0 dev: false - /@babel/helper-define-polyfill-provider@0.3.0(@babel/core@7.16.12): + /@babel/helper-define-polyfill-provider@0.3.0(@babel/core@7.23.5): resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.23.5) '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/traverse': 7.17.3 + '@babel/traverse': 7.21.5 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.2 @@ -346,7 +359,7 @@ packages: resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-environment-visitor@7.21.5: @@ -354,11 +367,16 @@ packages: engines: {node: '>=6.9.0'} dev: false + /@babel/helper-environment-visitor@7.22.20: + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-explode-assignable-expression@7.16.0: resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-function-name@7.16.7: @@ -366,8 +384,8 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/helper-get-function-arity': 7.16.7 - '@babel/template': 7.16.7 - '@babel/types': 7.17.0 + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 dev: false /@babel/helper-function-name@7.21.0: @@ -378,18 +396,26 @@ packages: '@babel/types': 7.21.5 dev: false + /@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.5 + dev: false + /@babel/helper-get-function-arity@7.16.7: resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-hoist-variables@7.16.7: resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-hoist-variables@7.18.6: @@ -399,48 +425,69 @@ packages: '@babel/types': 7.21.5 dev: false - /@babel/helper-member-expression-to-functions@7.16.5: - resolution: {integrity: sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==} + /@babel/helper-hoist-variables@7.22.5: + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.23.5 dev: false - /@babel/helper-module-imports@7.16.0: - resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==} + /@babel/helper-member-expression-to-functions@7.16.5: + resolution: {integrity: sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.21.5 dev: false /@babel/helper-module-imports@7.16.7: resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 + dev: false + + /@babel/helper-module-imports@7.22.15: + resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 dev: false /@babel/helper-module-transforms@7.16.7: resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-module-imports': 7.16.7 '@babel/helper-simple-access': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/helper-validator-identifier': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.5): + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/core': 7.23.5 + '@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.20 + dev: false + /@babel/helper-optimise-call-expression@7.16.0: resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-plugin-utils@7.16.5: @@ -464,7 +511,7 @@ packages: dependencies: '@babel/helper-annotate-as-pure': 7.16.0 '@babel/helper-wrap-function': 7.16.5 - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -473,11 +520,11 @@ packages: resolution: {integrity: sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-environment-visitor': 7.16.7 + '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-member-expression-to-functions': 7.16.5 '@babel/helper-optimise-call-expression': 7.16.0 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false @@ -486,21 +533,28 @@ packages: resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 + dev: false + + /@babel/helper-simple-access@7.22.5: + resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 dev: false /@babel/helper-skip-transparent-expression-wrappers@7.16.0: resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-split-export-declaration@7.16.7: resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@babel/helper-split-export-declaration@7.18.6: @@ -510,11 +564,23 @@ packages: '@babel/types': 7.21.5 dev: false + /@babel/helper-split-export-declaration@7.22.6: + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.23.5 + dev: false + /@babel/helper-string-parser@7.21.5: resolution: {integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==} engines: {node: '>=6.9.0'} dev: false + /@babel/helper-string-parser@7.23.4: + resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-validator-identifier@7.16.7: resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==} engines: {node: '>=6.9.0'} @@ -525,8 +591,8 @@ packages: engines: {node: '>=6.9.0'} dev: false - /@babel/helper-validator-option@7.14.5: - resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==} + /@babel/helper-validator-identifier@7.22.20: + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} dev: false @@ -535,472 +601,477 @@ packages: engines: {node: '>=6.9.0'} dev: false + /@babel/helper-validator-option@7.23.5: + resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} + engines: {node: '>=6.9.0'} + dev: false + /@babel/helper-wrap-function@7.16.5: resolution: {integrity: sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-function-name': 7.16.7 - '@babel/template': 7.16.7 - '@babel/traverse': 7.17.3 - '@babel/types': 7.17.0 + '@babel/helper-function-name': 7.21.0 + '@babel/template': 7.20.7 + '@babel/traverse': 7.21.5 + '@babel/types': 7.21.5 transitivePeerDependencies: - supports-color dev: false - /@babel/helpers@7.16.7: - resolution: {integrity: sha512-9ZDoqtfY7AuEOt3cxchfii6C7GDyyMBffktR5B2jvWv8u2+efwvpnVKXMWzNehqy68tKgAfSwfdw/lWpthS2bw==} + /@babel/helpers@7.23.5: + resolution: {integrity: sha512-oO7us8FzTEsG3U6ag9MfdF1iA/7Z6dz+MtFhifZk8C8o453rGJFFWUP1t+ULM9TUIAzC9uxXEiXjOiVMyd7QPg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.16.7 - '@babel/traverse': 7.16.10 - '@babel/types': 7.16.8 + '@babel/template': 7.22.15 + '@babel/traverse': 7.23.5 + '@babel/types': 7.23.5 transitivePeerDependencies: - supports-color dev: false - /@babel/highlight@7.16.7: - resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==} + /@babel/highlight@7.18.6: + resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.16.7 + '@babel/helper-validator-identifier': 7.19.1 chalk: 2.4.2 js-tokens: 4.0.0 dev: false - /@babel/highlight@7.18.6: - resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} + /@babel/highlight@7.23.4: + resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.19.1 + '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 dev: false - /@babel/parser@7.16.12: - resolution: {integrity: sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==} + /@babel/parser@7.21.8: + resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.16.8 + '@babel/types': 7.21.5 dev: false - /@babel/parser@7.21.8: - resolution: {integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==} + /@babel/parser@7.23.5: + resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.23.5 dev: false - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2(@babel/core@7.16.12): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2(@babel/core@7.23.5): resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0(@babel/core@7.16.12): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0(@babel/core@7.23.5): resolution: {integrity: sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-proposal-optional-chaining': 7.16.5(@babel/core@7.16.12) + '@babel/plugin-proposal-optional-chaining': 7.16.5(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-async-generator-functions@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-async-generator-functions@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-remap-async-to-generator': 7.16.5 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.16.12) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-properties@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-class-properties@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-class-static-block@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-class-static-block@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.16.12) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-dynamic-import@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-dynamic-import@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-export-namespace-from@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-export-namespace-from@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-json-strings@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-json-strings@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-logical-assignment-operators@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-logical-assignment-operators@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.16.12) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-nullish-coalescing-operator@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-nullish-coalescing-operator@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-numeric-separator@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-numeric-separator@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.16.12) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-object-rest-spread@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-object-rest-spread@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-transform-parameters': 7.16.5(@babel/core@7.16.12) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.16.5(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-optional-catch-binding@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-optional-catch-binding@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-optional-chaining@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-optional-chaining@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.16.12) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) dev: false - /@babel/plugin-proposal-private-methods@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-private-methods@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-private-property-in-object@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-private-property-in-object@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 - '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.16.12) + '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.16.12) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-proposal-unicode-property-regex@7.16.5(@babel/core@7.16.12): + /@babel/plugin-proposal-unicode-property-regex@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.16.12): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.5): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.16.12): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.5): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.16.12): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.5): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.16.12): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.5): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx@7.16.5(@babel/core@7.16.12): + /@babel/plugin-syntax-jsx@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-42OGssv9NPk4QHKVgIHlzeLgPOW5rGgfV5jzG90AhcXXIv6hu/eqj63w4VgvRxdvZY3AlYeDgPiSJ3BqAd1Y6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.16.12): + /@babel/plugin-syntax-jsx@7.21.4(@babel/core@7.23.5): resolution: {integrity: sha512-5hewiLct5OKyh6PLKEYaFclcqtIgCb6bmELouxjF6up5q3Sov7rOayW4RwhbaBL0dit8rA80GNfY+UuDp2mBbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.16.12): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.5): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.16.12): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.5): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.16.12): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.5): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.16.12): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.5): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.16.12): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.5): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-syntax-typescript@7.16.5(@babel/core@7.16.12): + /@babel/plugin-syntax-typescript@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-/d4//lZ1Vqb4mZ5xTep3dDK888j7BGM/iKqBmndBaoYAFPlPKrGU608VVBz5JeyAb6YQDjRu1UKqj86UhwWVgw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.16.12): + /@babel/plugin-syntax-typescript@7.21.4(@babel/core@7.23.5): resolution: {integrity: sha512-xz0D39NvhQn4t4RNsHmDnnsaQizIlUkdtYvLs8La1BlfjQ6JEwxkJGeqJMW2tAXx+q6H+WFuUTXNdYVpEya0YA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.21.5 dev: false - /@babel/plugin-transform-arrow-functions@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-arrow-functions@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-async-to-generator@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-async-to-generator@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-remap-async-to-generator': 7.16.5 @@ -1008,145 +1079,145 @@ packages: - supports-color dev: false - /@babel/plugin-transform-block-scoped-functions@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-block-scoped-functions@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-block-scoping@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-block-scoping@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-classes@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-classes@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.16.7 + '@babel/helper-environment-visitor': 7.21.5 + '@babel/helper-function-name': 7.21.0 '@babel/helper-optimise-call-expression': 7.16.0 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.16.5 - '@babel/helper-split-export-declaration': 7.16.7 + '@babel/helper-split-export-declaration': 7.18.6 globals: 11.12.0 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-computed-properties@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-computed-properties@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-destructuring@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-destructuring@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-dotall-regex@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-dotall-regex@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-duplicate-keys@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-duplicate-keys@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-exponentiation-operator@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-exponentiation-operator@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-builder-binary-assignment-operator-visitor': 7.16.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-for-of@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-for-of@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-function-name@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-function-name@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-function-name': 7.16.7 + '@babel/core': 7.23.5 + '@babel/helper-function-name': 7.21.0 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-literals@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-literals@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-member-expression-literals@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-member-expression-literals@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-modules-amd@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-modules-amd@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 babel-plugin-dynamic-import-node: 2.3.3 @@ -1154,13 +1225,13 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-commonjs@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-modules-commonjs@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-simple-access': 7.16.7 @@ -1169,372 +1240,372 @@ packages: - supports-color dev: false - /@babel/plugin-transform-modules-systemjs@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-modules-systemjs@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-hoist-variables': 7.16.7 + '@babel/core': 7.23.5 + '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 - '@babel/helper-validator-identifier': 7.16.7 + '@babel/helper-validator-identifier': 7.19.1 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-modules-umd@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-modules-umd@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.20.2 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-named-capturing-groups-regex@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-named-capturing-groups-regex@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-new-target@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-new-target@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-object-super@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-object-super@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-replace-supers': 7.16.5 transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-parameters@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-parameters@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-property-literals@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-property-literals@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-react-constant-elements@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-react-constant-elements@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-fdc1s5npHMZ9A+w9bYbrZu4499WyYPVaTTsRO8bU0GJcMuK4ejIX4lyjnpvi+YGLK/EhFQxWszqylO0vaMciFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-transform-react-display-name@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-react-display-name@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-dHYCOnzSsXFz8UcdNQIHGvg94qPL/teF7CCiCEMRxmA1G2p5Mq4JnKVowCDxYfiQ9D7RstaAp9kwaSI+sXbnhw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-transform-react-jsx-development@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-react-jsx-development@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-uQSLacMZSGLCxOw20dzo1dmLlKkd+DsayoV54q3MHXhbqgPzoiGerZQgNPl/Ro8/OcXV2ugfnkx+rxdS0sN5Uw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-transform-react-jsx': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/plugin-transform-react-jsx': 7.16.5(@babel/core@7.23.5) dev: false - /@babel/plugin-transform-react-jsx@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-react-jsx@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-+arLIz1d7kmwX0fKxTxbnoeG85ONSnLpvdODa4P3pc1sS7CV1hfmtYWufkW/oYsPnkDrEeQFxhUWcFnrXW7jQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 - '@babel/helper-module-imports': 7.16.0 + '@babel/helper-module-imports': 7.16.7 '@babel/helper-plugin-utils': 7.16.5 - '@babel/plugin-syntax-jsx': 7.16.5(@babel/core@7.16.12) - '@babel/types': 7.17.0 + '@babel/plugin-syntax-jsx': 7.16.5(@babel/core@7.23.5) + '@babel/types': 7.21.5 dev: false - /@babel/plugin-transform-react-pure-annotations@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-react-pure-annotations@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-0nYU30hCxnCVCbRjSy9ahlhWZ2Sn6khbY4FqR91W+2RbSqkWEbVu2gXh45EqNy4Bq7sRU+H4i0/6YKwOSzh16A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-annotate-as-pure': 7.16.0 '@babel/helper-plugin-utils': 7.16.5 dev: false - /@babel/plugin-transform-regenerator@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-regenerator@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 regenerator-transform: 0.14.5 dev: false - /@babel/plugin-transform-reserved-words@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-reserved-words@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-shorthand-properties@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-shorthand-properties@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-spread@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-spread@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 '@babel/helper-skip-transparent-expression-wrappers': 7.16.0 dev: false - /@babel/plugin-transform-sticky-regex@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-sticky-regex@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-template-literals@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-template-literals@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-typeof-symbol@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-typeof-symbol@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-typescript@7.16.1(@babel/core@7.16.12): + /@babel/plugin-transform-typescript@7.16.1(@babel/core@7.23.5): resolution: {integrity: sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-class-features-plugin': 7.16.5(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.16.5 - '@babel/plugin-syntax-typescript': 7.16.5(@babel/core@7.16.12) + '@babel/plugin-syntax-typescript': 7.16.5(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false - /@babel/plugin-transform-unicode-escapes@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-unicode-escapes@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/plugin-transform-unicode-regex@7.16.5(@babel/core@7.16.12): + /@babel/plugin-transform-unicode-regex@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-create-regexp-features-plugin': 7.16.0(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.20.2 dev: false - /@babel/preset-env@7.16.5(@babel/core@7.16.12): + /@babel/preset-env@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.12 - '@babel/helper-compilation-targets': 7.16.3(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-compilation-targets': 7.16.7(@babel/core@7.23.5) '@babel/helper-plugin-utils': 7.16.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2(@babel/core@7.16.12) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0(@babel/core@7.16.12) - '@babel/plugin-proposal-async-generator-functions': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-class-properties': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-class-static-block': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-dynamic-import': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-export-namespace-from': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-json-strings': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-logical-assignment-operators': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-numeric-separator': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-object-rest-spread': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-optional-catch-binding': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-optional-chaining': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-private-methods': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-private-property-in-object': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-proposal-unicode-property-regex': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.16.12) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.16.12) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.16.12) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.16.12) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.16.12) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.16.12) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.16.12) - '@babel/plugin-transform-arrow-functions': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-async-to-generator': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-block-scoped-functions': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-block-scoping': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-classes': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-computed-properties': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-destructuring': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-dotall-regex': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-duplicate-keys': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-exponentiation-operator': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-for-of': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-function-name': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-literals': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-member-expression-literals': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-modules-amd': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-modules-commonjs': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-modules-systemjs': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-modules-umd': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-named-capturing-groups-regex': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-new-target': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-object-super': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-parameters': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-property-literals': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-regenerator': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-reserved-words': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-shorthand-properties': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-spread': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-sticky-regex': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-template-literals': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-typeof-symbol': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-unicode-escapes': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-unicode-regex': 7.16.5(@babel/core@7.16.12) - '@babel/preset-modules': 0.1.5(@babel/core@7.16.12) - '@babel/types': 7.16.0 - babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.16.12) - babel-plugin-polyfill-corejs3: 0.4.0(@babel/core@7.16.12) - babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.16.12) + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2(@babel/core@7.23.5) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0(@babel/core@7.23.5) + '@babel/plugin-proposal-async-generator-functions': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-class-properties': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-class-static-block': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-dynamic-import': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-export-namespace-from': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-json-strings': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-logical-assignment-operators': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-nullish-coalescing-operator': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-numeric-separator': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-object-rest-spread': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-optional-catch-binding': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-optional-chaining': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-private-methods': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-private-property-in-object': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-proposal-unicode-property-regex': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + '@babel/plugin-transform-arrow-functions': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-async-to-generator': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoped-functions': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-block-scoping': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-classes': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-computed-properties': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-destructuring': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-dotall-regex': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-duplicate-keys': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-exponentiation-operator': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-for-of': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-function-name': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-literals': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-member-expression-literals': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-modules-amd': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-modules-commonjs': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-modules-systemjs': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-modules-umd': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-named-capturing-groups-regex': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-new-target': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-object-super': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-parameters': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-property-literals': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-regenerator': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-reserved-words': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-shorthand-properties': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-spread': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-sticky-regex': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-template-literals': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-typeof-symbol': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-escapes': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-unicode-regex': 7.16.5(@babel/core@7.23.5) + '@babel/preset-modules': 0.1.5(@babel/core@7.23.5) + '@babel/types': 7.21.5 + babel-plugin-polyfill-corejs2: 0.3.0(@babel/core@7.23.5) + babel-plugin-polyfill-corejs3: 0.4.0(@babel/core@7.23.5) + babel-plugin-polyfill-regenerator: 0.3.0(@babel/core@7.23.5) core-js-compat: 3.20.1 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /@babel/preset-modules@0.1.5(@babel/core@7.16.12): + /@babel/preset-modules@0.1.5(@babel/core@7.23.5): resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.20.2 - '@babel/plugin-proposal-unicode-property-regex': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-dotall-regex': 7.16.5(@babel/core@7.16.12) - '@babel/types': 7.17.0 + '@babel/plugin-proposal-unicode-property-regex': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-dotall-regex': 7.16.5(@babel/core@7.23.5) + '@babel/types': 7.21.5 esutils: 2.0.3 dev: false - /@babel/preset-react@7.16.5(@babel/core@7.16.12): + /@babel/preset-react@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-3kzUOQeaxY/2vhPDS7CX/KGEGu/1bOYGvdRDJ2U5yjEz5o5jmIeTPLoiQBPGjfhPascLuW5OlMiPzwOOuB6txg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.16.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-react-display-name': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-react-jsx': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-react-jsx-development': 7.16.5(@babel/core@7.16.12) - '@babel/plugin-transform-react-pure-annotations': 7.16.5(@babel/core@7.16.12) + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-transform-react-display-name': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-react-jsx-development': 7.16.5(@babel/core@7.23.5) + '@babel/plugin-transform-react-pure-annotations': 7.16.5(@babel/core@7.23.5) dev: false - /@babel/preset-typescript@7.16.5(@babel/core@7.16.12): + /@babel/preset-typescript@7.16.5(@babel/core@7.23.5): resolution: {integrity: sha512-lmAWRoJ9iOSvs3DqOndQpj8XqXkzaiQs50VG/zESiI9D3eoZhGriU675xNCr0UwvsuXrhMAGvyk1w+EVWF3u8Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/helper-plugin-utils': 7.16.5 - '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-typescript': 7.16.1(@babel/core@7.16.12) + '@babel/helper-validator-option': 7.16.7 + '@babel/plugin-transform-typescript': 7.16.1(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false @@ -1553,15 +1624,6 @@ packages: regenerator-runtime: 0.13.11 dev: false - /@babel/template@7.16.7: - resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.16.7 - '@babel/parser': 7.16.12 - '@babel/types': 7.16.8 - dev: false - /@babel/template@7.20.7: resolution: {integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==} engines: {node: '>=6.9.0'} @@ -1571,36 +1633,27 @@ packages: '@babel/types': 7.21.5 dev: false - /@babel/traverse@7.16.10: - resolution: {integrity: sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==} + /@babel/template@7.22.15: + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.16.8 - '@babel/helper-environment-visitor': 7.16.7 - '@babel/helper-function-name': 7.16.7 - '@babel/helper-hoist-variables': 7.16.7 - '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.12 - '@babel/types': 7.16.8 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/code-frame': 7.23.5 + '@babel/parser': 7.23.5 + '@babel/types': 7.23.5 dev: false /@babel/traverse@7.17.3: resolution: {integrity: sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.16.7 - '@babel/generator': 7.17.7 + '@babel/code-frame': 7.21.4 + '@babel/generator': 7.21.5 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 '@babel/parser': 7.21.8 - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: @@ -1625,20 +1678,22 @@ packages: - supports-color dev: false - /@babel/types@7.16.0: - resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.16.7 - to-fast-properties: 2.0.0 - dev: false - - /@babel/types@7.16.8: - resolution: {integrity: sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==} + /@babel/traverse@7.23.5: + resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.16.7 - to-fast-properties: 2.0.0 + '@babel/code-frame': 7.23.5 + '@babel/generator': 7.23.5 + '@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.23.5 + '@babel/types': 7.23.5 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color dev: false /@babel/types@7.17.0: @@ -1658,6 +1713,15 @@ packages: to-fast-properties: 2.0.0 dev: false + /@babel/types@7.23.5: + resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.23.4 + '@babel/helper-validator-identifier': 7.22.20 + to-fast-properties: 2.0.0 + dev: false + /@bcoe/v8-coverage@0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} dev: false @@ -1950,11 +2014,11 @@ packages: resolution: {integrity: sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.8.0 + convert-source-map: 1.9.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.10 jest-haste-map: 27.4.6 @@ -1973,7 +2037,7 @@ packages: resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.18 babel-plugin-istanbul: 6.1.1 @@ -2214,93 +2278,93 @@ packages: '@sinonjs/commons': 3.0.0 dev: false - /@svgr/babel-plugin-add-jsx-attribute@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-add-jsx-attribute@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-MdPdhdWLtQsjd29Wa4pABdhWbaRMACdM1h31BY+c6FghTZqNGT7pEYdBoaGeKtdTOBC/XNFQaKVj+r/Ei2ryWA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-remove-jsx-attribute@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-remove-jsx-attribute@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-aVdtfx9jlaaxc3unA6l+M9YRnKIZjOhQPthLKqmTXC8UVkBLDRGwPKo+r8n3VZN8B34+yVajzPTZ+ptTSuZZCw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-remove-jsx-empty-expression@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-remove-jsx-empty-expression@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-Ccj42ApsePD451AZJJf1QzTD1B/BOU392URJTeXFxSK709i0KUsGtbwyiqsKu7vsYxpTM0IA5clAKDyf9RCZyA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-replace-jsx-attribute-value@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-replace-jsx-attribute-value@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-88V26WGyt1Sfd1emBYmBJRWMmgarrExpKNVmI9vVozha4kqs6FzQJ/Kp5+EYli1apgX44518/0+t9+NU36lThQ==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-svg-dynamic-title@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-svg-dynamic-title@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-F7YXNLfGze+xv0KMQxrl2vkNbI9kzT9oDK55/kUuymh1ACyXkMV+VZWX1zEhSTfEKh7VkHVZGmVtHg8eTZ6PRg==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-svg-em-dimensions@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-svg-em-dimensions@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-+rghFXxdIqJNLQK08kwPBD3Z22/0b2tEZ9lKiL/yTfuyj1wW8HUXu4bo/XkogATIYuXSghVQOOCwURXzHGKyZA==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-transform-react-native-svg@6.0.0(@babel/core@7.16.12): + /@svgr/babel-plugin-transform-react-native-svg@6.0.0(@babel/core@7.23.5): resolution: {integrity: sha512-VaphyHZ+xIKv5v0K0HCzyfAaLhPGJXSk2HkpYfXIOKb7DjLBv0soHDxNv6X0vr2titsxE7klb++u7iOf7TSrFQ==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-plugin-transform-svg-component@6.1.0(@babel/core@7.16.12): + /@svgr/babel-plugin-transform-svg-component@6.1.0(@babel/core@7.23.5): resolution: {integrity: sha512-1zacrn08K5RyV2NtXahOZ5Im/+aB1Y0LVh6QpzwgQV05sY7H5Npq+OcW/UqXbfB2Ua/WnHsFossFQqigCjarYg==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 dev: false - /@svgr/babel-preset@6.1.0(@babel/core@7.16.12): + /@svgr/babel-preset@6.1.0(@babel/core@7.23.5): resolution: {integrity: sha512-f9XrTqcwhHLVkjvXBw6QJVxuIfmW22z8iTdGqGvUGGxWoeRV2EzSHstWMBgIVd7t+TmkerqowRvBYiT0OEx3cw==} engines: {node: '>=10'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@svgr/babel-plugin-add-jsx-attribute': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-remove-jsx-attribute': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-remove-jsx-empty-expression': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-replace-jsx-attribute-value': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-svg-dynamic-title': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-svg-em-dimensions': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-transform-react-native-svg': 6.0.0(@babel/core@7.16.12) - '@svgr/babel-plugin-transform-svg-component': 6.1.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@svgr/babel-plugin-add-jsx-attribute': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-remove-jsx-attribute': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-remove-jsx-empty-expression': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-replace-jsx-attribute-value': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-svg-dynamic-title': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-svg-em-dimensions': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-transform-react-native-svg': 6.0.0(@babel/core@7.23.5) + '@svgr/babel-plugin-transform-svg-component': 6.1.0(@babel/core@7.23.5) dev: false /@svgr/core@6.1.2: @@ -2318,7 +2382,7 @@ packages: resolution: {integrity: sha512-S+TxtCdDyRGafH1VG1t/uPZ87aOYOHzWL8kqz4FoSZcIbzWA6rnOmjNViNiDzqmEpzp2PW5o5mZfvC9DiVZhTQ==} engines: {node: '>=10'} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 entities: 3.0.1 dev: false @@ -2328,8 +2392,8 @@ packages: peerDependencies: '@svgr/core': ^6.0.0 dependencies: - '@babel/core': 7.16.12 - '@svgr/babel-preset': 6.1.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@svgr/babel-preset': 6.1.0(@babel/core@7.23.5) '@svgr/core': 6.1.2 '@svgr/hast-util-to-babel-ast': 6.0.0 svg-parser: 2.0.4 @@ -2353,11 +2417,11 @@ packages: resolution: {integrity: sha512-5RzzWxFquywENwvnsiGjZ7IED+0l2lnICR3OKQ6OUyGgxlu+ac73NmDSXp6EPBz/ZTArpMZtug7jiPMUkXxnlg==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-transform-react-constant-elements': 7.16.5(@babel/core@7.16.12) - '@babel/preset-env': 7.16.5(@babel/core@7.16.12) - '@babel/preset-react': 7.16.5(@babel/core@7.16.12) - '@babel/preset-typescript': 7.16.5(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/plugin-transform-react-constant-elements': 7.16.5(@babel/core@7.23.5) + '@babel/preset-env': 7.16.5(@babel/core@7.23.5) + '@babel/preset-react': 7.16.5(@babel/core@7.23.5) + '@babel/preset-typescript': 7.16.5(@babel/core@7.23.5) '@svgr/core': 6.1.2 '@svgr/plugin-jsx': 6.1.2(@svgr/core@6.1.2) '@svgr/plugin-svgo': 6.1.2(@svgr/core@6.1.2) @@ -2421,8 +2485,8 @@ packages: /@types/babel__core@7.1.17: resolution: {integrity: sha512-6zzkezS9QEIL8yCBvXWxPTJPNuMeECJVxSOhxNY/jfq9LxOTHivaYTqr37n9LknWWRTIkzqH2UilS5QFvfa90A==} dependencies: - '@babel/parser': 7.16.12 - '@babel/types': 7.16.8 + '@babel/parser': 7.21.8 + '@babel/types': 7.21.5 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 '@types/babel__traverse': 7.14.2 @@ -2441,20 +2505,20 @@ packages: /@types/babel__generator@7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@types/babel__template@7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: '@babel/parser': 7.21.8 - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@types/babel__traverse@7.14.2: resolution: {integrity: sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==} dependencies: - '@babel/types': 7.17.0 + '@babel/types': 7.21.5 dev: false /@types/babel__traverse@7.18.5: @@ -3193,18 +3257,18 @@ packages: deep-equal: 2.2.1 dev: false - /babel-jest@27.4.6(@babel/core@7.16.12): + /babel-jest@27.4.6(@babel/core@7.23.5): resolution: {integrity: sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@jest/transform': 27.4.6 '@jest/types': 27.4.2 '@types/babel__core': 7.1.17 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 27.4.0(@babel/core@7.16.12) + babel-preset-jest: 27.4.0(@babel/core@7.23.5) chalk: 4.1.2 graceful-fs: 4.2.8 slash: 3.0.0 @@ -3212,17 +3276,17 @@ packages: - supports-color dev: false - /babel-jest@29.5.0(@babel/core@7.16.12): + /babel-jest@29.5.0(@babel/core@7.23.5): resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@jest/transform': 29.5.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.5.0(@babel/core@7.16.12) + babel-preset-jest: 29.5.0(@babel/core@7.23.5) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -3253,8 +3317,8 @@ packages: resolution: {integrity: sha512-Jcu7qS4OX5kTWBc45Hz7BMmgXuJqRnhatqpUhnzGC3OBYpOmf2tv6jFNwZpwM7wU7MUuv2r9IPS/ZlYOuburVw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/template': 7.16.7 - '@babel/types': 7.17.0 + '@babel/template': 7.20.7 + '@babel/types': 7.21.5 '@types/babel__core': 7.1.17 '@types/babel__traverse': 7.14.2 dev: false @@ -3269,82 +3333,82 @@ packages: '@types/babel__traverse': 7.18.5 dev: false - /babel-plugin-polyfill-corejs2@0.3.0(@babel/core@7.16.12): + /babel-plugin-polyfill-corejs2@0.3.0(@babel/core@7.23.5): resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.16.4 - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.23.5) semver: 6.3.0 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-corejs3@0.4.0(@babel/core@7.16.12): + /babel-plugin-polyfill-corejs3@0.4.0(@babel/core@7.23.5): resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.23.5) core-js-compat: 3.20.1 transitivePeerDependencies: - supports-color dev: false - /babel-plugin-polyfill-regenerator@0.3.0(@babel/core@7.16.12): + /babel-plugin-polyfill-regenerator@0.3.0(@babel/core@7.23.5): resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.12 - '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.16.12) + '@babel/core': 7.23.5 + '@babel/helper-define-polyfill-provider': 0.3.0(@babel/core@7.23.5) transitivePeerDependencies: - supports-color dev: false - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.16.12): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.5): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.16.12) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.16.12) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.16.12) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.16.12) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.16.12) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.16.12) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.16.12) - dev: false - - /babel-preset-jest@27.4.0(@babel/core@7.16.12): + '@babel/core': 7.23.5 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.5) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.5) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.5) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.5) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.5) + dev: false + + /babel-preset-jest@27.4.0(@babel/core@7.23.5): resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 babel-plugin-jest-hoist: 27.4.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.16.12) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) dev: false - /babel-preset-jest@29.5.0(@babel/core@7.16.12): + /babel-preset-jest@29.5.0(@babel/core@7.23.5): resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 babel-plugin-jest-hoist: 29.5.0 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.16.12) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) dev: false /bail@2.0.2: @@ -3421,17 +3485,6 @@ packages: update-browserslist-db: 1.0.11(browserslist@4.21.10) dev: false - /browserslist@4.21.5: - resolution: {integrity: sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001488 - electron-to-chromium: 1.4.402 - node-releases: 2.0.11 - update-browserslist-db: 1.0.11(browserslist@4.21.5) - dev: false - /bser@2.1.1: resolution: {integrity: sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==} dependencies: @@ -3541,10 +3594,6 @@ packages: resolution: {integrity: sha512-OyxRR4Vof59I3yGWXws6i908EtGbMzVUi3ganaZQHmydk1iwDhRnvaPG2WaR0KcqrDFKrxVZHULT396LEPhXfg==} dev: false - /caniuse-lite@1.0.30001488: - resolution: {integrity: sha512-NORIQuuL4xGpIy6iCCQGN4iFjlBXtfKWIenlUuyZJumLRIindLb7wXM+GO8erEhb7vXfcnf4BAg2PrSDN5TNLQ==} - dev: false - /caniuse-lite@1.0.30001522: resolution: {integrity: sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==} dev: false @@ -3732,12 +3781,6 @@ packages: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} dev: false - /convert-source-map@1.8.0: - resolution: {integrity: sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==} - dependencies: - safe-buffer: 5.1.2 - dev: false - /convert-source-map@1.9.0: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: false @@ -3749,7 +3792,7 @@ packages: /core-js-compat@3.20.1: resolution: {integrity: sha512-AVhKZNpqMV3Jz8hU0YEXXE06qoxtQGsAqU0u1neUngz5IusDJRX/ZJ6t3i7mS7QxNyEONbCo14GprkBrxPlTZA==} dependencies: - browserslist: 4.21.5 + browserslist: 4.21.10 semver: 7.0.0 dev: false @@ -4151,18 +4194,6 @@ packages: ms: 2.1.3 dev: false - /debug@4.3.3: - resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - dependencies: - ms: 2.1.2 - dev: false - /debug@4.3.4: resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} engines: {node: '>=6.0'} @@ -4421,10 +4452,6 @@ packages: domhandler: 4.3.0 dev: false - /electron-to-chromium@1.4.402: - resolution: {integrity: sha512-gWYvJSkohOiBE6ecVYXkrDgNaUjo47QEKK0kQzmWyhkH+yoYiG44bwuicTGNSIQRG3WDMsWVZJLRnJnLNkbWvA==} - dev: false - /electron-to-chromium@1.4.496: resolution: {integrity: sha512-qeXC3Zbykq44RCrBa4kr8v/dWzYJA8rAwpyh9Qd+NKWoJfjG5vvJqy9XOJ9H4P/lqulZBCgUWAYi+FeK5AuJ8g==} dev: false @@ -5935,7 +5962,7 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/parser': 7.21.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -5948,7 +5975,7 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/parser': 7.21.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -6065,11 +6092,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@jest/test-sequencer': 29.5.0 '@jest/types': 29.5.0 '@types/node': 18.16.20 - babel-jest: 29.5.0(@babel/core@7.16.12) + babel-jest: 29.5.0(@babel/core@7.23.5) chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 @@ -6359,10 +6386,10 @@ packages: resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 '@babel/generator': 7.21.5 - '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.16.12) - '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.16.12) + '@babel/plugin-syntax-jsx': 7.21.4(@babel/core@7.23.5) + '@babel/plugin-syntax-typescript': 7.21.4(@babel/core@7.23.5) '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 '@jest/expect-utils': 29.5.0 @@ -6370,7 +6397,7 @@ packages: '@jest/types': 29.5.0 '@types/babel__traverse': 7.18.5 '@types/prettier': 2.7.2 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.16.12) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.5) chalk: 4.1.2 expect: 29.5.0 graceful-fs: 4.2.11 @@ -6578,12 +6605,10 @@ packages: minimist: 1.2.8 dev: false - /json5@2.2.0: - resolution: {integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==} + /json5@2.2.3: + resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true - dependencies: - minimist: 1.2.5 dev: false /jsx-ast-utils@3.3.3: @@ -6737,6 +6762,12 @@ packages: engines: {node: '>=8'} dev: false + /lru-cache@5.1.1: + resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + dependencies: + yallist: 3.1.1 + dev: false + /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} engines: {node: '>=10'} @@ -7479,7 +7510,7 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: false - /next@13.4.1(@babel/core@7.16.12)(react-dom@18.2.0)(react@18.2.0): + /next@13.4.1(@babel/core@7.23.5)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-JBw2kAIyhKDpjhEWvNVoFeIzNp9xNxg8wrthDOtMctfn3EpqGCmW0FSviNyGgOSOSn6zDaX48pmvbdf6X2W9xA==} engines: {node: '>=16.8.0'} hasBin: true @@ -7507,7 +7538,7 @@ packages: postcss: 8.4.14 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - styled-jsx: 5.1.1(@babel/core@7.16.12)(react@18.2.0) + styled-jsx: 5.1.1(@babel/core@7.23.5)(react@18.2.0) zod: 3.21.4 optionalDependencies: '@next/swc-darwin-arm64': 13.4.1 @@ -7532,7 +7563,7 @@ packages: resolution: {integrity: sha512-qWO5l3SCqbwQavymOmtTVuCWZE23++S+rxyoHjXqUmPyzRcaoI4lA2gO55/drddGnedAyjA7sk76SfQ5lfUMnw==} engines: {node: '>=10'} dependencies: - semver: 7.3.8 + semver: 7.5.1 dev: false /node-addon-api@1.7.2: @@ -7549,10 +7580,6 @@ packages: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} dev: false - /node-releases@2.0.11: - resolution: {integrity: sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q==} - dev: false - /node-releases@2.0.13: resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} dev: false @@ -7572,7 +7599,7 @@ packages: dependencies: hosted-git-info: 4.0.2 is-core-module: 2.8.0 - semver: 7.3.8 + semver: 7.5.1 validate-npm-package-license: 3.0.4 dev: false @@ -7879,7 +7906,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.16.7 + '@babel/code-frame': 7.21.4 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -8535,10 +8562,6 @@ packages: mri: 1.2.0 dev: false - /safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} - dev: false - /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} dev: false @@ -8578,6 +8601,11 @@ packages: hasBin: true dev: false + /semver@6.3.1: + resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + hasBin: true + dev: false + /semver@7.0.0: resolution: {integrity: sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==} hasBin: true @@ -8917,7 +8945,7 @@ packages: inline-style-parser: 0.1.1 dev: false - /styled-jsx@5.1.1(@babel/core@7.16.12)(react@18.2.0): + /styled-jsx@5.1.1(@babel/core@7.23.5)(react@18.2.0): resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} engines: {node: '>= 12.0.0'} peerDependencies: @@ -8930,7 +8958,7 @@ packages: babel-plugin-macros: optional: true dependencies: - '@babel/core': 7.16.12 + '@babel/core': 7.23.5 client-only: 0.0.1 react: 18.2.0 dev: false @@ -9396,17 +9424,6 @@ packages: picocolors: 1.0.0 dev: false - /update-browserslist-db@1.0.11(browserslist@4.21.5): - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.21.5 - escalade: 3.1.1 - picocolors: 1.0.0 - dev: false - /uri-js@4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: @@ -9670,6 +9687,10 @@ packages: engines: {node: '>=10'} dev: false + /yallist@3.1.1: + resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: false + /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: false