From e4067972502ac37a2a023d757e460fd32bb1d994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Mon, 22 May 2023 22:44:01 +0100 Subject: [PATCH] chore: upgrade deps --- package.json | 28 +- pnpm-lock.yaml | 811 ++++++++++++++++++++++++------------------------- 2 files changed, 419 insertions(+), 420 deletions(-) diff --git a/package.json b/package.json index a953437..d0648ee 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@emotion/styled": "^11.11.0", "@jixun/libparakeet": "0.0.0-exp.18", "@reduxjs/toolkit": "^1.9.5", - "framer-motion": "^10.12.8", + "framer-motion": "^10.12.12", "nanoid": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -35,29 +35,29 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", - "@types/node": "^20.1.1", - "@types/react": "^18.0.28", - "@types/react-dom": "^18.0.11", + "@types/node": "^20.2.3", + "@types/react": "^18.2.6", + "@types/react-dom": "^18.2.4", "@types/testing-library__jest-dom": "^5.14.5", - "@typescript-eslint/eslint-plugin": "^5.57.1", - "@typescript-eslint/parser": "^5.57.1", + "@typescript-eslint/eslint-plugin": "^5.59.7", + "@typescript-eslint/parser": "^5.59.7", "@vitejs/plugin-react": "^4.0.0", - "@vitest/coverage-c8": "^0.31.0", - "@vitest/ui": "^0.31.0", - "eslint": "^8.38.0", + "@vitest/coverage-c8": "^0.31.1", + "@vitest/ui": "^0.31.1", + "eslint": "^8.41.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-refresh": "^0.3.4", + "eslint-plugin-react-refresh": "^0.3.5", "husky": "^8.0.3", "jsdom": "^22.0.0", "lint-staged": "^13.2.2", "prettier": "^2.8.8", - "typescript": "^5.0.2", - "vite": "^4.3.2", + "typescript": "^5.0.4", + "vite": "^4.3.8", "vite-plugin-pwa": "^0.15.0", - "vite-plugin-top-level-await": "^1.3.0", + "vite-plugin-top-level-await": "^1.3.1", "vite-plugin-wasm": "^3.2.2", - "vitest": "^0.31.0" + "vitest": "^0.31.1" }, "lint-staged": { "*": "prettier --write --ignore-unknown", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ea0ff8b..f250a22 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,13 +6,13 @@ dependencies: version: 2.0.19(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/react': specifier: ^2.6.1 - version: 2.6.1(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(@types/react@18.0.28)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0) + version: 2.6.1(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(@types/react@18.2.6)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0) '@emotion/react': specifier: ^11.11.0 - version: 11.11.0(@types/react@18.0.28)(react@18.2.0) + version: 11.11.0(@types/react@18.2.6)(react@18.2.0) '@emotion/styled': specifier: ^11.11.0 - version: 11.11.0(@emotion/react@11.11.0)(@types/react@18.0.28)(react@18.2.0) + version: 11.11.0(@emotion/react@11.11.0)(@types/react@18.2.6)(react@18.2.0) '@jixun/libparakeet': specifier: 0.0.0-exp.18 version: 0.0.0-exp.18 @@ -20,8 +20,8 @@ dependencies: specifier: ^1.9.5 version: 1.9.5(react-redux@8.0.5)(react@18.2.0) framer-motion: - specifier: ^10.12.8 - version: 10.12.8(react-dom@18.2.0)(react@18.2.0) + specifier: ^10.12.12 + version: 10.12.12(react-dom@18.2.0)(react@18.2.0) nanoid: specifier: ^4.0.2 version: 4.0.2 @@ -39,7 +39,7 @@ dependencies: version: 0.3.4 react-redux: specifier: ^8.0.5 - version: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + version: 8.0.5(@types/react-dom@18.2.4)(@types/react@18.2.6)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) devDependencies: '@rollup/plugin-replace': @@ -55,44 +55,44 @@ devDependencies: specifier: ^14.4.3 version: 14.4.3(@testing-library/dom@9.3.0) '@types/node': - specifier: ^20.1.1 - version: 20.1.1 + specifier: ^20.2.3 + version: 20.2.3 '@types/react': - specifier: ^18.0.28 - version: 18.0.28 + specifier: ^18.2.6 + version: 18.2.6 '@types/react-dom': - specifier: ^18.0.11 - version: 18.0.11 + specifier: ^18.2.4 + version: 18.2.4 '@types/testing-library__jest-dom': specifier: ^5.14.5 version: 5.14.5 '@typescript-eslint/eslint-plugin': - specifier: ^5.57.1 - version: 5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.38.0)(typescript@5.0.2) + specifier: ^5.59.7 + version: 5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4) '@typescript-eslint/parser': - specifier: ^5.57.1 - version: 5.57.1(eslint@8.38.0)(typescript@5.0.2) + specifier: ^5.59.7 + version: 5.59.7(eslint@8.41.0)(typescript@5.0.4) '@vitejs/plugin-react': specifier: ^4.0.0 - version: 4.0.0(vite@4.3.2) + version: 4.0.0(vite@4.3.8) '@vitest/coverage-c8': - specifier: ^0.31.0 - version: 0.31.0(vitest@0.31.0) + specifier: ^0.31.1 + version: 0.31.1(vitest@0.31.1) '@vitest/ui': - specifier: ^0.31.0 - version: 0.31.0(vitest@0.31.0) + specifier: ^0.31.1 + version: 0.31.1(vitest@0.31.1) eslint: - specifier: ^8.38.0 - version: 8.38.0 + specifier: ^8.41.0 + version: 8.41.0 eslint-config-prettier: specifier: ^8.8.0 - version: 8.8.0(eslint@8.38.0) + version: 8.8.0(eslint@8.41.0) eslint-plugin-react-hooks: specifier: ^4.6.0 - version: 4.6.0(eslint@8.38.0) + version: 4.6.0(eslint@8.41.0) eslint-plugin-react-refresh: - specifier: ^0.3.4 - version: 0.3.4(eslint@8.38.0) + specifier: ^0.3.5 + version: 0.3.5(eslint@8.41.0) husky: specifier: ^8.0.3 version: 8.0.3 @@ -106,23 +106,23 @@ devDependencies: specifier: ^2.8.8 version: 2.8.8 typescript: - specifier: ^5.0.2 - version: 5.0.2 + specifier: ^5.0.4 + version: 5.0.4 vite: - specifier: ^4.3.2 - version: 4.3.2(@types/node@20.1.1) + specifier: ^4.3.8 + version: 4.3.8(@types/node@20.2.3) vite-plugin-pwa: specifier: ^0.15.0 - version: 0.15.0(vite@4.3.2)(workbox-build@6.5.4)(workbox-window@6.5.4) + version: 0.15.0(vite@4.3.8)(workbox-build@6.5.4)(workbox-window@6.5.4) vite-plugin-top-level-await: - specifier: ^1.3.0 - version: 1.3.0(rollup@2.79.1)(vite@4.3.2) + specifier: ^1.3.1 + version: 1.3.1(rollup@2.79.1)(vite@4.3.8) vite-plugin-wasm: specifier: ^3.2.2 - version: 3.2.2(vite@4.3.2) + version: 3.2.2(vite@4.3.8) vitest: - specifier: ^0.31.0 - version: 0.31.0(@vitest/ui@0.31.0)(jsdom@22.0.0) + specifier: ^0.31.1 + version: 0.31.1(@vitest/ui@0.31.1)(jsdom@22.0.0) packages: /@adobe/css-tools@4.2.0: @@ -159,9 +159,9 @@ packages: dependencies: '@babel/highlight': 7.18.6 - /@babel/compat-data@7.21.7: + /@babel/compat-data@7.21.9: resolution: - { integrity: sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA== } + { integrity: sha512-FUGed8kfhyWvbYug/Un/VPJD41rDIgoVVcR+FuzhzOYyRz5uED+Gd3SLZml0Uw2l2aHFb7ZgdW5mGA3G2cCCnQ== } engines: { node: '>=6.9.0' } dev: true @@ -172,12 +172,12 @@ packages: dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 + '@babel/generator': 7.21.9 '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-module-transforms': 7.21.5 '@babel/helpers': 7.21.5 - '@babel/parser': 7.21.8 - '@babel/template': 7.20.7 + '@babel/parser': 7.21.9 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 convert-source-map: 1.9.0 @@ -189,9 +189,9 @@ packages: - supports-color dev: true - /@babel/generator@7.21.5: + /@babel/generator@7.21.9: resolution: - { integrity: sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w== } + { integrity: sha512-F3fZga2uv09wFdEjEQIJxXALXfz0+JaOb7SabvVMmjHxeVTuGW8wgE8Vp1Hd7O+zMTYtcfEISGRzPkeiaPPsvg== } engines: { node: '>=6.9.0' } dependencies: '@babel/types': 7.21.5 @@ -223,7 +223,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-validator-option': 7.21.0 browserslist: 4.21.5 @@ -293,7 +293,7 @@ packages: { integrity: sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== } engines: { node: '>=6.9.0' } dependencies: - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/types': 7.21.5 dev: true @@ -330,7 +330,7 @@ packages: '@babel/helper-simple-access': 7.21.5 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.19.1 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -375,7 +375,7 @@ packages: '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-member-expression-to-functions': 7.21.5 '@babel/helper-optimise-call-expression': 7.18.6 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -428,7 +428,7 @@ packages: engines: { node: '>=6.9.0' } dependencies: '@babel/helper-function-name': 7.21.0 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -440,7 +440,7 @@ packages: { integrity: sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA== } engines: { node: '>=6.9.0' } dependencies: - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 '@babel/traverse': 7.21.5 '@babel/types': 7.21.5 transitivePeerDependencies: @@ -456,9 +456,9 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.21.8: + /@babel/parser@7.21.9: resolution: - { integrity: sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== } + { integrity: sha512-q5PNg/Bi1OpGgx5jYlvWZwAorZepEudDMCLtj967aeS7WMont7dUZI46M2XwcIQqvUlMxWfdLFu4S/qSxeUu5g== } engines: { node: '>=6.0.0' } hasBin: true dependencies: @@ -613,7 +613,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 @@ -930,7 +930,7 @@ packages: dependencies: '@babel/core': 7.21.8 '@babel/helper-plugin-utils': 7.21.5 - '@babel/template': 7.20.7 + '@babel/template': 7.21.9 dev: true /@babel/plugin-transform-destructuring@7.21.3(@babel/core@7.21.8): @@ -1274,7 +1274,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-compilation-targets': 7.21.5(@babel/core@7.21.8) '@babel/helper-plugin-utils': 7.21.5 @@ -1381,13 +1381,13 @@ packages: dependencies: regenerator-runtime: 0.13.11 - /@babel/template@7.20.7: + /@babel/template@7.21.9: resolution: - { integrity: sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw== } + { integrity: sha512-MK0X5k8NKOuWRamiEfc3KEJiHMTkGZNUjzMipqCGDDc6ijRl/B7RGSKVGncu4Ro/HdyzzY6cmoXuKI2Gffk7vQ== } engines: { node: '>=6.9.0' } dependencies: '@babel/code-frame': 7.21.4 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 dev: true @@ -1397,12 +1397,12 @@ packages: engines: { node: '>=6.9.0' } dependencies: '@babel/code-frame': 7.21.4 - '@babel/generator': 7.21.5 + '@babel/generator': 7.21.9 '@babel/helper-environment-visitor': 7.21.5 '@babel/helper-function-name': 7.21.0 '@babel/helper-hoist-variables': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 - '@babel/parser': 7.21.8 + '@babel/parser': 7.21.9 '@babel/types': 7.21.5 debug: 4.3.4 globals: 11.12.0 @@ -1424,7 +1424,7 @@ packages: { integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== } dev: true - /@chakra-ui/accordion@2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0): + /@chakra-ui/accordion@2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0): resolution: { integrity: sha512-mfVPmqETp9pyRDHJ33AdF19oHv/LyxVzQJtlxUByuvs8Cj9QQZ2LQLg5kejm+b3mj03A7A6yfbuo3RNaI4Bhsg== } peerDependencies: @@ -1439,8 +1439,8 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.7(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - '@chakra-ui/transition': 2.0.16(framer-motion@10.12.8)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.12.12)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -1612,7 +1612,7 @@ packages: '@emotion/react': '>=10.0.35' react: '>=18' dependencies: - '@emotion/react': 11.11.0(@types/react@18.0.28)(react@18.2.0) + '@emotion/react': 11.11.0(@types/react@18.2.6)(react@18.2.0) react: 18.2.0 dev: false @@ -1657,7 +1657,7 @@ packages: { integrity: sha512-IGM/yGUHS+8TOQrZGpAKOJl/xGBrmRYJrmbHfUE7zrG3PpQyXvbLDP1M+RggkCFVgHlJi2wpYIf0QtQlU0XZfw== } dev: false - /@chakra-ui/focus-lock@2.0.16(@types/react@18.0.28)(react@18.2.0): + /@chakra-ui/focus-lock@2.0.16(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-UuAdGCPVrCa1lecoAvpOQD7JFT7a9RdmhKWhFt5ioIcekSLJcerdLHuuL3w0qz//8kd1/SOt7oP0aJqdAJQrCw== } peerDependencies: @@ -1665,7 +1665,7 @@ packages: dependencies: '@chakra-ui/dom-utils': 2.0.6 react: 18.2.0 - react-focus-lock: 2.9.4(@types/react@18.0.28)(react@18.2.0) + react-focus-lock: 2.9.4(@types/react@18.2.6)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false @@ -1797,7 +1797,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/menu@2.1.14(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0): + /@chakra-ui/menu@2.1.14(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0): resolution: { integrity: sha512-z4YzlY/ub1hr4Ee2zCnZDs4t43048yLTf5GhEVYDO+SI92WlOfHlP9gYEzR+uj/CiRZglVFwUDKb3UmFtmKPyg== } peerDependencies: @@ -1820,12 +1820,12 @@ packages: '@chakra-ui/react-use-update-effect': 2.0.7(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - '@chakra-ui/transition': 2.0.16(framer-motion@10.12.8)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.12.12)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false - /@chakra-ui/modal@2.2.11(@chakra-ui/system@2.5.7)(@types/react@18.0.28)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0): + /@chakra-ui/modal@2.2.11(@chakra-ui/system@2.5.7)(@types/react@18.2.6)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-2J0ZUV5tEzkPiawdkgPz6bmex7NXAde1VXooMwdvK+vuT8PV3U61yorTJOZVLdw7TjjI1Yo94mzsp6UwBud43Q== } peerDependencies: @@ -1835,19 +1835,19 @@ packages: react-dom: '>=18' dependencies: '@chakra-ui/close-button': 2.0.17(@chakra-ui/system@2.5.7)(react@18.2.0) - '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.28)(react@18.2.0) + '@chakra-ui/focus-lock': 2.0.16(@types/react@18.2.6)(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/react-context': 2.0.8(react@18.2.0) '@chakra-ui/react-types': 2.0.7(react@18.2.0) '@chakra-ui/react-use-merge-refs': 2.0.7(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - '@chakra-ui/transition': 2.0.16(framer-motion@10.12.8)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.12.12)(react@18.2.0) aria-hidden: 1.2.3 - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.6(@types/react@18.0.28)(react@18.2.0) + react-remove-scroll: 2.5.6(@types/react@18.2.6)(react@18.2.0) transitivePeerDependencies: - '@types/react' dev: false @@ -1902,7 +1902,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/popover@2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0): + /@chakra-ui/popover@2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0): resolution: { integrity: sha512-ntFMKojU+ZIofwSw5IJ+Ur8pN5o+5kf/Fx5r5tCjFZd0DSkrEeJw9i00/UWJ6kYZb+zlpswxriv0FmxBlAF66w== } peerDependencies: @@ -1922,7 +1922,7 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.7(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -1977,8 +1977,8 @@ packages: '@chakra-ui/react-env': 3.0.0(react@18.2.0) '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.11.0(@types/react@18.0.28)(react@18.2.0) - '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.0.28)(react@18.2.0) + '@emotion/react': 11.11.0(@types/react@18.2.6)(react@18.2.0) + '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.2.6)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -2217,7 +2217,7 @@ packages: react: 18.2.0 dev: false - /@chakra-ui/react@2.6.1(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(@types/react@18.0.28)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0): + /@chakra-ui/react@2.6.1(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(@types/react@18.2.6)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-Lt8c8pLPTz59xxdSuL2FlE7le9MXx4zgjr60UnEc3yjAMjXNTqUAoWHyT4Zn1elCGUPWOedS3rMvp4KTshT+5w== } peerDependencies: @@ -2227,7 +2227,7 @@ packages: react: '>=18' react-dom: '>=18' dependencies: - '@chakra-ui/accordion': 2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0) + '@chakra-ui/accordion': 2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0) '@chakra-ui/alert': 2.1.0(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/avatar': 2.2.10(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/breadcrumb': 2.1.5(@chakra-ui/system@2.5.7)(react@18.2.0) @@ -2239,7 +2239,7 @@ packages: '@chakra-ui/counter': 2.0.14(react@18.2.0) '@chakra-ui/css-reset': 2.1.1(@emotion/react@11.11.0)(react@18.2.0) '@chakra-ui/editable': 3.0.0(@chakra-ui/system@2.5.7)(react@18.2.0) - '@chakra-ui/focus-lock': 2.0.16(@types/react@18.0.28)(react@18.2.0) + '@chakra-ui/focus-lock': 2.0.16(@types/react@18.2.6)(react@18.2.0) '@chakra-ui/form-control': 2.0.18(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/hooks': 2.2.0(react@18.2.0) '@chakra-ui/icon': 3.0.16(@chakra-ui/system@2.5.7)(react@18.2.0) @@ -2248,11 +2248,11 @@ packages: '@chakra-ui/layout': 2.1.19(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/live-region': 2.0.13(react@18.2.0) '@chakra-ui/media-query': 3.2.12(@chakra-ui/system@2.5.7)(react@18.2.0) - '@chakra-ui/menu': 2.1.14(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0) - '@chakra-ui/modal': 2.2.11(@chakra-ui/system@2.5.7)(@types/react@18.0.28)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/menu': 2.1.14(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0) + '@chakra-ui/modal': 2.2.11(@chakra-ui/system@2.5.7)(@types/react@18.2.6)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/number-input': 2.0.19(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/pin-input': 2.0.20(@chakra-ui/system@2.5.7)(react@18.2.0) - '@chakra-ui/popover': 2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0) + '@chakra-ui/popover': 2.1.11(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0) '@chakra-ui/popper': 3.0.14(react@18.2.0) '@chakra-ui/portal': 2.0.16(react-dom@18.2.0)(react@18.2.0) '@chakra-ui/progress': 2.1.6(@chakra-ui/system@2.5.7)(react@18.2.0) @@ -2266,7 +2266,7 @@ packages: '@chakra-ui/stat': 2.0.18(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/stepper': 2.2.0(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/styled-system': 2.9.0 - '@chakra-ui/switch': 2.0.27(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0) + '@chakra-ui/switch': 2.0.27(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0) '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) '@chakra-ui/table': 2.0.17(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/tabs': 2.1.9(@chakra-ui/system@2.5.7)(react@18.2.0) @@ -2274,14 +2274,14 @@ packages: '@chakra-ui/textarea': 2.0.19(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/theme': 3.1.1(@chakra-ui/styled-system@2.9.0) '@chakra-ui/theme-utils': 2.0.17 - '@chakra-ui/toast': 6.1.3(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/tooltip': 2.2.8(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0) - '@chakra-ui/transition': 2.0.16(framer-motion@10.12.8)(react@18.2.0) + '@chakra-ui/toast': 6.1.3(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/tooltip': 2.2.8(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0) + '@chakra-ui/transition': 2.0.16(framer-motion@10.12.12)(react@18.2.0) '@chakra-ui/utils': 2.0.15 '@chakra-ui/visually-hidden': 2.0.15(@chakra-ui/system@2.5.7)(react@18.2.0) - '@emotion/react': 11.11.0(@types/react@18.0.28)(react@18.2.0) - '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.0.28)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + '@emotion/react': 11.11.0(@types/react@18.2.6)(react@18.2.0) + '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.2.6)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: @@ -2390,7 +2390,7 @@ packages: lodash.mergewith: 4.6.2 dev: false - /@chakra-ui/switch@2.0.27(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react@18.2.0): + /@chakra-ui/switch@2.0.27(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react@18.2.0): resolution: { integrity: sha512-z76y2fxwMlvRBrC5W8xsZvo3gP+zAEbT3Nqy5P8uh/IPd5OvDsGeac90t5cgnQTyxMOpznUNNK+1eUZqtLxWnQ== } peerDependencies: @@ -2401,7 +2401,7 @@ packages: '@chakra-ui/checkbox': 2.2.15(@chakra-ui/system@2.5.7)(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -2419,8 +2419,8 @@ packages: '@chakra-ui/styled-system': 2.9.0 '@chakra-ui/theme-utils': 2.0.17 '@chakra-ui/utils': 2.0.15 - '@emotion/react': 11.11.0(@types/react@18.0.28)(react@18.2.0) - '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.0.28)(react@18.2.0) + '@emotion/react': 11.11.0(@types/react@18.2.6)(react@18.2.0) + '@emotion/styled': 11.11.0(@emotion/react@11.11.0)(@types/react@18.2.6)(react@18.2.0) react: 18.2.0 react-fast-compare: 3.2.1 dev: false @@ -2518,7 +2518,7 @@ packages: '@chakra-ui/theme-tools': 2.0.17(@chakra-ui/styled-system@2.9.0) dev: false - /@chakra-ui/toast@6.1.3(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0): + /@chakra-ui/toast@6.1.3(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-dsg/Sdkuq+SCwdOeyzrnBO1ecDA7VKfLFjUtj9QBc/SFEN8r+FQrygy79TNo+QWr7zdjI8icbl8nsp59lpb8ag== } peerDependencies: @@ -2537,12 +2537,12 @@ packages: '@chakra-ui/styled-system': 2.9.0 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) '@chakra-ui/theme': 3.1.1(@chakra-ui/styled-system@2.9.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/tooltip@2.2.8(@chakra-ui/system@2.5.7)(framer-motion@10.12.8)(react-dom@18.2.0)(react@18.2.0): + /@chakra-ui/tooltip@2.2.8(@chakra-ui/system@2.5.7)(framer-motion@10.12.12)(react-dom@18.2.0)(react@18.2.0): resolution: { integrity: sha512-AqtrCkalADrqqd1SgII4n8F0dDABxqxL3e8uj3yC3HDzT3BU/0NSwSQRA2bp9eoJHk07ZMs9kyzvkkBLc0pr2A== } peerDependencies: @@ -2559,12 +2559,12 @@ packages: '@chakra-ui/react-use-merge-refs': 2.0.7(react@18.2.0) '@chakra-ui/shared-utils': 2.0.5 '@chakra-ui/system': 2.5.7(@emotion/react@11.11.0)(@emotion/styled@11.11.0)(react@18.2.0) - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@chakra-ui/transition@2.0.16(framer-motion@10.12.8)(react@18.2.0): + /@chakra-ui/transition@2.0.16(framer-motion@10.12.12)(react@18.2.0): resolution: { integrity: sha512-E+RkwlPc3H7P1crEXmXwDXMB2lqY2LLia2P5siQ4IEnRWIgZXlIw+8Em+NtHNgusel2N+9yuB0wT9SeZZeZ3CQ== } peerDependencies: @@ -2572,7 +2572,7 @@ packages: react: '>=18' dependencies: '@chakra-ui/shared-utils': 2.0.5 - framer-motion: 10.12.8(react-dom@18.2.0)(react@18.2.0) + framer-motion: 10.12.12(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 dev: false @@ -2657,7 +2657,7 @@ packages: { integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA== } dev: false - /@emotion/react@11.11.0(@types/react@18.0.28)(react@18.2.0): + /@emotion/react@11.11.0(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-ZSK3ZJsNkwfjT3JpDAWJZlrGD81Z3ytNDsxw1LKq1o+xkmO5pnWfr6gmCC8gHEFf3nSSX/09YrG67jybNPxSUw== } peerDependencies: @@ -2674,7 +2674,7 @@ packages: '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/utils': 1.2.1 '@emotion/weak-memoize': 0.3.1 - '@types/react': 18.0.28 + '@types/react': 18.2.6 hoist-non-react-statics: 3.3.2 react: 18.2.0 dev: false @@ -2695,7 +2695,7 @@ packages: { integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA== } dev: false - /@emotion/styled@11.11.0(@emotion/react@11.11.0)(@types/react@18.0.28)(react@18.2.0): + /@emotion/styled@11.11.0(@emotion/react@11.11.0)(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng== } peerDependencies: @@ -2709,11 +2709,11 @@ packages: '@babel/runtime': 7.21.5 '@emotion/babel-plugin': 11.11.0 '@emotion/is-prop-valid': 1.2.1 - '@emotion/react': 11.11.0(@types/react@18.0.28)(react@18.2.0) + '@emotion/react': 11.11.0(@types/react@18.2.6)(react@18.2.0) '@emotion/serialize': 1.1.2 '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/utils': 1.2.1 - '@types/react': 18.0.28 + '@types/react': 18.2.6 react: 18.2.0 dev: false @@ -2741,9 +2741,9 @@ packages: { integrity: sha512-EsBwpc7hBUJWAsNPBmJy4hxWx12v6bshQsldrVmjxJoc3isbxhOrF2IcCpaXxfvq03NwkI7sbsOLXbYuqF/8Ww== } dev: false - /@esbuild/android-arm64@0.17.18: + /@esbuild/android-arm64@0.17.19: resolution: - { integrity: sha512-/iq0aK0eeHgSC3z55ucMAHO05OIqmQehiGay8eP5l/5l+iEr4EIbh4/MI8xD9qRFjqzgkc0JkX0LculNC9mXBw== } + { integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA== } engines: { node: '>=12' } cpu: [arm64] os: [android] @@ -2751,9 +2751,9 @@ packages: dev: true optional: true - /@esbuild/android-arm@0.17.18: + /@esbuild/android-arm@0.17.19: resolution: - { integrity: sha512-EmwL+vUBZJ7mhFCs5lA4ZimpUH3WMAoqvOIYhVQwdIgSpHC8ImHdsRyhHAVxpDYUSm0lWvd63z0XH1IlImS2Qw== } + { integrity: sha512-rIKddzqhmav7MSmoFCmDIb6e2W57geRsM94gV2l38fzhXMwq7hZoClug9USI2pFRGL06f4IOPHHpFNOkWieR8A== } engines: { node: '>=12' } cpu: [arm] os: [android] @@ -2761,9 +2761,9 @@ packages: dev: true optional: true - /@esbuild/android-x64@0.17.18: + /@esbuild/android-x64@0.17.19: resolution: - { integrity: sha512-x+0efYNBF3NPW2Xc5bFOSFW7tTXdAcpfEg2nXmxegm4mJuVeS+i109m/7HMiOQ6M12aVGGFlqJX3RhNdYM2lWg== } + { integrity: sha512-uUTTc4xGNDT7YSArp/zbtmbhO0uEEK9/ETW29Wk1thYUJBz3IVnvgEiEwEa9IeLyvnpKrWK64Utw2bgUmDveww== } engines: { node: '>=12' } cpu: [x64] os: [android] @@ -2771,9 +2771,9 @@ packages: dev: true optional: true - /@esbuild/darwin-arm64@0.17.18: + /@esbuild/darwin-arm64@0.17.19: resolution: - { integrity: sha512-6tY+djEAdF48M1ONWnQb1C+6LiXrKjmqjzPNPWXhu/GzOHTHX2nh8Mo2ZAmBFg0kIodHhciEgUBtcYCAIjGbjQ== } + { integrity: sha512-80wEoCfF/hFKM6WE1FyBHc9SfUblloAWx6FJkFWTWiCoht9Mc0ARGEM47e67W9rI09YoUxJL68WHfDRYEAvOhg== } engines: { node: '>=12' } cpu: [arm64] os: [darwin] @@ -2781,9 +2781,9 @@ packages: dev: true optional: true - /@esbuild/darwin-x64@0.17.18: + /@esbuild/darwin-x64@0.17.19: resolution: - { integrity: sha512-Qq84ykvLvya3dO49wVC9FFCNUfSrQJLbxhoQk/TE1r6MjHo3sFF2tlJCwMjhkBVq3/ahUisj7+EpRSz0/+8+9A== } + { integrity: sha512-IJM4JJsLhRYr9xdtLytPLSH9k/oxR3boaUIYiHkAawtwNOXKE8KoU8tMvryogdcT8AU+Bflmh81Xn6Q0vTZbQw== } engines: { node: '>=12' } cpu: [x64] os: [darwin] @@ -2791,9 +2791,9 @@ packages: dev: true optional: true - /@esbuild/freebsd-arm64@0.17.18: + /@esbuild/freebsd-arm64@0.17.19: resolution: - { integrity: sha512-fw/ZfxfAzuHfaQeMDhbzxp9mc+mHn1Y94VDHFHjGvt2Uxl10mT4CDavHm+/L9KG441t1QdABqkVYwakMUeyLRA== } + { integrity: sha512-pBwbc7DufluUeGdjSU5Si+P3SoMF5DQ/F/UmTSb8HXO80ZEAJmrykPyzo1IfNbAoaqw48YRpv8shwd1NoI0jcQ== } engines: { node: '>=12' } cpu: [arm64] os: [freebsd] @@ -2801,9 +2801,9 @@ packages: dev: true optional: true - /@esbuild/freebsd-x64@0.17.18: + /@esbuild/freebsd-x64@0.17.19: resolution: - { integrity: sha512-FQFbRtTaEi8ZBi/A6kxOC0V0E9B/97vPdYjY9NdawyLd4Qk5VD5g2pbWN2VR1c0xhzcJm74HWpObPszWC+qTew== } + { integrity: sha512-4lu+n8Wk0XlajEhbEffdy2xy53dpR06SlzvhGByyg36qJw6Kpfk7cp45DR/62aPH9mtJRmIyrXAS5UWBrJT6TQ== } engines: { node: '>=12' } cpu: [x64] os: [freebsd] @@ -2811,9 +2811,9 @@ packages: dev: true optional: true - /@esbuild/linux-arm64@0.17.18: + /@esbuild/linux-arm64@0.17.19: resolution: - { integrity: sha512-R7pZvQZFOY2sxUG8P6A21eq6q+eBv7JPQYIybHVf1XkQYC+lT7nDBdC7wWKTrbvMXKRaGudp/dzZCwL/863mZQ== } + { integrity: sha512-ct1Tg3WGwd3P+oZYqic+YZF4snNl2bsnMKRkb3ozHmnM0dGWuxcPTTntAF6bOP0Sp4x0PjSF+4uHQ1xvxfRKqg== } engines: { node: '>=12' } cpu: [arm64] os: [linux] @@ -2821,9 +2821,9 @@ packages: dev: true optional: true - /@esbuild/linux-arm@0.17.18: + /@esbuild/linux-arm@0.17.19: resolution: - { integrity: sha512-jW+UCM40LzHcouIaqv3e/oRs0JM76JfhHjCavPxMUti7VAPh8CaGSlS7cmyrdpzSk7A+8f0hiedHqr/LMnfijg== } + { integrity: sha512-cdmT3KxjlOQ/gZ2cjfrQOtmhG4HJs6hhvm3mWSRDPtZ/lP5oe8FWceS10JaSJC13GBd4eH/haHnqf7hhGNLerA== } engines: { node: '>=12' } cpu: [arm] os: [linux] @@ -2831,9 +2831,9 @@ packages: dev: true optional: true - /@esbuild/linux-ia32@0.17.18: + /@esbuild/linux-ia32@0.17.19: resolution: - { integrity: sha512-ygIMc3I7wxgXIxk6j3V00VlABIjq260i967Cp9BNAk5pOOpIXmd1RFQJQX9Io7KRsthDrQYrtcx7QCof4o3ZoQ== } + { integrity: sha512-w4IRhSy1VbsNxHRQpeGCHEmibqdTUx61Vc38APcsRbuVgK0OPEnQ0YD39Brymn96mOx48Y2laBQGqgZ0j9w6SQ== } engines: { node: '>=12' } cpu: [ia32] os: [linux] @@ -2841,9 +2841,9 @@ packages: dev: true optional: true - /@esbuild/linux-loong64@0.17.18: + /@esbuild/linux-loong64@0.17.19: resolution: - { integrity: sha512-bvPG+MyFs5ZlwYclCG1D744oHk1Pv7j8psF5TfYx7otCVmcJsEXgFEhQkbhNW8otDHL1a2KDINW20cfCgnzgMQ== } + { integrity: sha512-2iAngUbBPMq439a+z//gE+9WBldoMp1s5GWsUSgqHLzLJ9WoZLZhpwWuym0u0u/4XmZ3gpHmzV84PonE+9IIdQ== } engines: { node: '>=12' } cpu: [loong64] os: [linux] @@ -2851,9 +2851,9 @@ packages: dev: true optional: true - /@esbuild/linux-mips64el@0.17.18: + /@esbuild/linux-mips64el@0.17.19: resolution: - { integrity: sha512-oVqckATOAGuiUOa6wr8TXaVPSa+6IwVJrGidmNZS1cZVx0HqkTMkqFGD2HIx9H1RvOwFeWYdaYbdY6B89KUMxA== } + { integrity: sha512-LKJltc4LVdMKHsrFe4MGNPp0hqDFA1Wpt3jE1gEyM3nKUvOiO//9PheZZHfYRfYl6AwdTH4aTcXSqBerX0ml4A== } engines: { node: '>=12' } cpu: [mips64el] os: [linux] @@ -2861,9 +2861,9 @@ packages: dev: true optional: true - /@esbuild/linux-ppc64@0.17.18: + /@esbuild/linux-ppc64@0.17.19: resolution: - { integrity: sha512-3dLlQO+b/LnQNxgH4l9rqa2/IwRJVN9u/bK63FhOPB4xqiRqlQAU0qDU3JJuf0BmaH0yytTBdoSBHrb2jqc5qQ== } + { integrity: sha512-/c/DGybs95WXNS8y3Ti/ytqETiW7EU44MEKuCAcpPto3YjQbyK3IQVKfF6nbghD7EcLUGl0NbiL5Rt5DMhn5tg== } engines: { node: '>=12' } cpu: [ppc64] os: [linux] @@ -2871,9 +2871,9 @@ packages: dev: true optional: true - /@esbuild/linux-riscv64@0.17.18: + /@esbuild/linux-riscv64@0.17.19: resolution: - { integrity: sha512-/x7leOyDPjZV3TcsdfrSI107zItVnsX1q2nho7hbbQoKnmoeUWjs+08rKKt4AUXju7+3aRZSsKrJtaRmsdL1xA== } + { integrity: sha512-FC3nUAWhvFoutlhAkgHf8f5HwFWUL6bYdvLc/TTuxKlvLi3+pPzdZiFKSWz/PF30TB1K19SuCxDTI5KcqASJqA== } engines: { node: '>=12' } cpu: [riscv64] os: [linux] @@ -2881,9 +2881,9 @@ packages: dev: true optional: true - /@esbuild/linux-s390x@0.17.18: + /@esbuild/linux-s390x@0.17.19: resolution: - { integrity: sha512-cX0I8Q9xQkL/6F5zWdYmVf5JSQt+ZfZD2bJudZrWD+4mnUvoZ3TDDXtDX2mUaq6upMFv9FlfIh4Gfun0tbGzuw== } + { integrity: sha512-IbFsFbxMWLuKEbH+7sTkKzL6NJmG2vRyy6K7JJo55w+8xDk7RElYn6xvXtDW8HCfoKBFK69f3pgBJSUSQPr+4Q== } engines: { node: '>=12' } cpu: [s390x] os: [linux] @@ -2891,9 +2891,9 @@ packages: dev: true optional: true - /@esbuild/linux-x64@0.17.18: + /@esbuild/linux-x64@0.17.19: resolution: - { integrity: sha512-66RmRsPlYy4jFl0vG80GcNRdirx4nVWAzJmXkevgphP1qf4dsLQCpSKGM3DUQCojwU1hnepI63gNZdrr02wHUA== } + { integrity: sha512-68ngA9lg2H6zkZcyp22tsVt38mlhWde8l3eJLWkyLrp4HwMUr3c1s/M2t7+kHIhvMjglIBrFpncX1SzMckomGw== } engines: { node: '>=12' } cpu: [x64] os: [linux] @@ -2901,9 +2901,9 @@ packages: dev: true optional: true - /@esbuild/netbsd-x64@0.17.18: + /@esbuild/netbsd-x64@0.17.19: resolution: - { integrity: sha512-95IRY7mI2yrkLlTLb1gpDxdC5WLC5mZDi+kA9dmM5XAGxCME0F8i4bYH4jZreaJ6lIZ0B8hTrweqG1fUyW7jbg== } + { integrity: sha512-CwFq42rXCR8TYIjIfpXCbRX0rp1jo6cPIUPSaWwzbVI4aOfX96OXY8M6KNmtPcg7QjYeDmN+DD0Wp3LaBOLf4Q== } engines: { node: '>=12' } cpu: [x64] os: [netbsd] @@ -2911,9 +2911,9 @@ packages: dev: true optional: true - /@esbuild/openbsd-x64@0.17.18: + /@esbuild/openbsd-x64@0.17.19: resolution: - { integrity: sha512-WevVOgcng+8hSZ4Q3BKL3n1xTv5H6Nb53cBrtzzEjDbbnOmucEVcZeGCsCOi9bAOcDYEeBZbD2SJNBxlfP3qiA== } + { integrity: sha512-cnq5brJYrSZ2CF6c35eCmviIN3k3RczmHz8eYaVlNasVqsNY+JKohZU5MKmaOI+KkllCdzOKKdPs762VCPC20g== } engines: { node: '>=12' } cpu: [x64] os: [openbsd] @@ -2921,9 +2921,9 @@ packages: dev: true optional: true - /@esbuild/sunos-x64@0.17.18: + /@esbuild/sunos-x64@0.17.19: resolution: - { integrity: sha512-Rzf4QfQagnwhQXVBS3BYUlxmEbcV7MY+BH5vfDZekU5eYpcffHSyjU8T0xucKVuOcdCsMo+Ur5wmgQJH2GfNrg== } + { integrity: sha512-vCRT7yP3zX+bKWFeP/zdS6SqdWB8OIpaRq/mbXQxTGHnIxspRtigpkUcDMlSCOejlHowLqII7K2JKevwyRP2rg== } engines: { node: '>=12' } cpu: [x64] os: [sunos] @@ -2931,9 +2931,9 @@ packages: dev: true optional: true - /@esbuild/win32-arm64@0.17.18: + /@esbuild/win32-arm64@0.17.19: resolution: - { integrity: sha512-Kb3Ko/KKaWhjeAm2YoT/cNZaHaD1Yk/pa3FTsmqo9uFh1D1Rfco7BBLIPdDOozrObj2sahslFuAQGvWbgWldAg== } + { integrity: sha512-yYx+8jwowUstVdorcMdNlzklLYhPxjniHWFKgRqH7IFlUEa0Umu3KuYplf1HUZZ422e3NU9F4LGb+4O0Kdcaag== } engines: { node: '>=12' } cpu: [arm64] os: [win32] @@ -2941,9 +2941,9 @@ packages: dev: true optional: true - /@esbuild/win32-ia32@0.17.18: + /@esbuild/win32-ia32@0.17.19: resolution: - { integrity: sha512-0/xUMIdkVHwkvxfbd5+lfG7mHOf2FRrxNbPiKWg9C4fFrB8H0guClmaM3BFiRUYrznVoyxTIyC/Ou2B7QQSwmw== } + { integrity: sha512-eggDKanJszUtCdlVs0RB+h35wNlb5v4TWEkq4vZcmVt5u/HiDZrTXe2bWFQUez3RgNHwx/x4sk5++4NSSicKkw== } engines: { node: '>=12' } cpu: [ia32] os: [win32] @@ -2951,9 +2951,9 @@ packages: dev: true optional: true - /@esbuild/win32-x64@0.17.18: + /@esbuild/win32-x64@0.17.19: resolution: - { integrity: sha512-qU25Ma1I3NqTSHJUOKi9sAH1/Mzuvlke0ioMJRthLXKm7JiSKVwFghlGbDLOO2sARECGhja4xYfRAZNPAkooYg== } + { integrity: sha512-lAhycmKnVOuRYNtRtatQR1LPQf2oYCkRGkSFnseDAKPl8lu5SOsK/e1sXe5a0Pc5kHIHe6P2I/ilntNv2xf3cA== } engines: { node: '>=12' } cpu: [x64] os: [win32] @@ -2961,14 +2961,14 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.38.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.41.0): resolution: { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.38.0 + eslint: 8.41.0 eslint-visitor-keys: 3.4.1 dev: true @@ -2996,9 +2996,9 @@ packages: - supports-color dev: true - /@eslint/js@8.38.0: + /@eslint/js@8.41.0: resolution: - { integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g== } + { integrity: sha512-LxcyMGxwmTh2lY9FwHPGWOHmYFCZvbrFCBZL4FzSSsxsRPuhrYUg/49/0KDfW8tnIEaEHtfmn6+NPN+1DqaNmA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true @@ -3055,7 +3055,7 @@ packages: '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 20.1.1 + '@types/node': 20.2.3 '@types/yargs': 17.0.24 chalk: 4.1.2 dev: true @@ -3161,7 +3161,7 @@ packages: dependencies: immer: 9.0.21 react: 18.2.0 - react-redux: 8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) + react-redux: 8.0.5(@types/react-dom@18.2.4)(@types/react@18.2.6)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) redux: 4.2.1 redux-thunk: 2.4.2(redux@4.2.1) reselect: 4.1.8 @@ -3284,9 +3284,9 @@ packages: string.prototype.matchall: 4.0.8 dev: true - /@swc/core-darwin-arm64@1.3.58: + /@swc/core-darwin-arm64@1.3.59: resolution: - { integrity: sha512-NwX9768gcM4HjBEE+2VCMB+h/5bwNDF4DngOTJa9w02l3AwGZXWE66X4ulJQ3Oxv8EAz1nzWb8lbi3XT+WCtmQ== } + { integrity: sha512-AnqWFBgEKHP0jb4iZqx7eVQT9/rX45+DE4Ox7GpwCahUKxxrsDLyXzKhwLwQuAjUvtu5JcSB77szKpPGDM49fQ== } engines: { node: '>=10' } cpu: [arm64] os: [darwin] @@ -3294,9 +3294,9 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.58: + /@swc/core-darwin-x64@1.3.59: resolution: - { integrity: sha512-XUdKXRIu8S7N5kmrtd0Nxf3uPIgZhQbgVHPhkvYH+Qwb+uXsdltKPiRwhvLI9M0yF3fvIrKtGJ8qUJdH5ih4zw== } + { integrity: sha512-iqDs+yii9mOsmpJez82SEi4d4prWDRlapHxKnDVJ0x1AqRo41vIq8t3fujrvCHYU5VQgOYGh4ooXQpaP2H3B2A== } engines: { node: '>=10' } cpu: [x64] os: [darwin] @@ -3304,9 +3304,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.58: + /@swc/core-linux-arm-gnueabihf@1.3.59: resolution: - { integrity: sha512-9M3/5RzjCXnz94a1kxb+0eBzqyZkxzeYTMmvcjIJSy7MVvWNuy0wHuh+x96X/6197g40P9LkzAiZ7q0DvxSPQQ== } + { integrity: sha512-PB0PP+SgkCSd/kYmltnPiGv42cOSaih1OjXCEjxvNwUFEmWqluW6uGdWaNiR1LoYMxhcHZTc336jL2+O3l6p0Q== } engines: { node: '>=10' } cpu: [arm] os: [linux] @@ -3314,9 +3314,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.58: + /@swc/core-linux-arm64-gnu@1.3.59: resolution: - { integrity: sha512-hRjJIJdnYUAZlUi9ACCrsfS/hSFP4MmZRaUVOlQOif578Rw4kQlxsxFd1Rh1bhzUCid0KyZOyCvRzHSD/2ONgw== } + { integrity: sha512-Ol/JPszWZ+OZ44FOdJe35TfJ1ckG4pYaisZJ4E7PzfwfVe2ygX85C5WWR4e5L0Y1zFvzpcI7gdyC2wzcXk4Cig== } engines: { node: '>=10' } cpu: [arm64] os: [linux] @@ -3324,9 +3324,9 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.58: + /@swc/core-linux-arm64-musl@1.3.59: resolution: - { integrity: sha512-3wrqZbRhbTKtxcQebMAMGKtyypL6BQU0OwqzAk4dBIgm9GaH45xu7sH2OekfHMp3vuj4uWuere+tYtr9HU7xcQ== } + { integrity: sha512-PtTTtGbj9GiY5gJdoSFL2A0vL6BRaS1haAhp6g3hZvLDkTTg+rJURmzwBMMjaQlnGC62x/lLf6MoszHG/05//Q== } engines: { node: '>=10' } cpu: [arm64] os: [linux] @@ -3334,9 +3334,9 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.58: + /@swc/core-linux-x64-gnu@1.3.59: resolution: - { integrity: sha512-yOI5ucB+8g+gtp4L2AydPBThobZ2I3WR/dU2T+x2DFIE5Qpe/fqt6HPTFb02qmvqvOw36TLT45pRwAe4cY5LAw== } + { integrity: sha512-XBW9AGi0YsIN76IfesnDSBn/5sjR69J75KUNte8sH6seYlHJ0/kblqUMbUcfr0CiGoJadbzAZeKZZmfN7EsHpg== } engines: { node: '>=10' } cpu: [x64] os: [linux] @@ -3344,9 +3344,9 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.58: + /@swc/core-linux-x64-musl@1.3.59: resolution: - { integrity: sha512-xPwxgPLxSWXsK9Yf792SsUmLKISdShAI9o/Kk6jjv0r7PRBS25hZ5FyOjAb/rMbAzDcmyGKHevKc3TMUPSMjwg== } + { integrity: sha512-Cy5E939SdWPQ34cg6UABNO0RyEe0FuWqzZ/GLKtK11Ir4fjttVlucZiY59uQNyUVUc8T2qE0VBFCyD/zYGuHtg== } engines: { node: '>=10' } cpu: [x64] os: [linux] @@ -3354,9 +3354,9 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.58: + /@swc/core-win32-arm64-msvc@1.3.59: resolution: - { integrity: sha512-HW61trwkYGiaFprc+fJay6IKJ3scdquSdJaXsyumGF+jc/5kokQzNfY+JH6RWpk0/8zHnUWI4e+iNGuMYxYGeA== } + { integrity: sha512-z5ZJxizRvRoSAaevRIi3YjQh74OFWEIhonSDWNdqDL7RbjEivcatYcG7OikH6s+rtPhOcwNm3PbGV2Prcgh/gg== } engines: { node: '>=10' } cpu: [arm64] os: [win32] @@ -3364,9 +3364,9 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.58: + /@swc/core-win32-ia32-msvc@1.3.59: resolution: - { integrity: sha512-nODSJgHCY8GU6qHR9ieoxshaFD5GYGrPen/6VUvQkGwnV/yMI2Yvecgd1vLSUV4v67ZruPhIkP9OJruD+Juwhg== } + { integrity: sha512-vxpsn+hrKAhi5YusQfB/JXUJJVX40rIRE/L49ilBEqdbH8Khkoego6AD+2vWqTdJcUHo1WiAIAEZ0rTsjyorLQ== } engines: { node: '>=10' } cpu: [ia32] os: [win32] @@ -3374,9 +3374,9 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.58: + /@swc/core-win32-x64-msvc@1.3.59: resolution: - { integrity: sha512-If/uQ3MW6Pdtah2FHhfBY2xBdBXBJzOusXpFQAkwNbaxnrJgpqIIxpYphwsJMDQp6ooSS3U90YizW7mJNxb6UA== } + { integrity: sha512-Ris/cJbURylcLwqz4RZUUBCEGsuaIHOJsvf69W5pGKHKBryVoOTNhBKpo3Km2hoAi5qFQ/ou0trAT4hBsVPZvQ== } engines: { node: '>=10' } cpu: [x64] os: [win32] @@ -3384,9 +3384,9 @@ packages: dev: true optional: true - /@swc/core@1.3.58: + /@swc/core@1.3.59: resolution: - { integrity: sha512-tSDcHXMBQIo2ohQ/0ryZnUA+0mBrVhe49+cR+QsFru+XEhCok1BLqdE6cZ2a+sgZ1I+Dmw8aTxYm8Ox64PSKPQ== } + { integrity: sha512-ZBw31zd2E5SXiodwGvjQdx5ZC90b2uyX/i2LeMMs8LKfXD86pfOfQac+JVrnyEKDhASXj9icgsF9NXBhaMr3Kw== } engines: { node: '>=10' } requiresBuild: true peerDependencies: @@ -3395,16 +3395,16 @@ packages: '@swc/helpers': optional: true optionalDependencies: - '@swc/core-darwin-arm64': 1.3.58 - '@swc/core-darwin-x64': 1.3.58 - '@swc/core-linux-arm-gnueabihf': 1.3.58 - '@swc/core-linux-arm64-gnu': 1.3.58 - '@swc/core-linux-arm64-musl': 1.3.58 - '@swc/core-linux-x64-gnu': 1.3.58 - '@swc/core-linux-x64-musl': 1.3.58 - '@swc/core-win32-arm64-msvc': 1.3.58 - '@swc/core-win32-ia32-msvc': 1.3.58 - '@swc/core-win32-x64-msvc': 1.3.58 + '@swc/core-darwin-arm64': 1.3.59 + '@swc/core-darwin-x64': 1.3.59 + '@swc/core-linux-arm-gnueabihf': 1.3.59 + '@swc/core-linux-arm64-gnu': 1.3.59 + '@swc/core-linux-arm64-musl': 1.3.59 + '@swc/core-linux-x64-gnu': 1.3.59 + '@swc/core-linux-x64-musl': 1.3.59 + '@swc/core-win32-arm64-msvc': 1.3.59 + '@swc/core-win32-ia32-msvc': 1.3.59 + '@swc/core-win32-x64-msvc': 1.3.59 dev: true /@testing-library/dom@9.3.0: @@ -3448,7 +3448,7 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@testing-library/dom': 9.3.0 - '@types/react-dom': 18.0.11 + '@types/react-dom': 18.2.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true @@ -3500,7 +3500,7 @@ packages: resolution: { integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA== } dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 hoist-non-react-statics: 3.3.2 dev: false @@ -3548,9 +3548,9 @@ packages: { integrity: sha512-r22s9tAS7imvBt2lyHC9B8AGwWnXaYb1tY09oyLkXDs4vArpYJzw09nj8MLx5VfciBPGIb+ZwG0ssYnEPJxn/g== } dev: false - /@types/node@20.1.1: + /@types/node@20.2.3: resolution: - { integrity: sha512-uKBEevTNb+l6/aCQaKVnUModfEMjAl98lw2Si9P5y4hLu9tm6AlX2ZIoXZX6Wh9lJueYPrGPKk5WMCNHg/u6/A== } + { integrity: sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw== } dev: true /@types/parse-json@4.0.0: @@ -3562,15 +3562,15 @@ packages: resolution: { integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== } - /@types/react-dom@18.0.11: + /@types/react-dom@18.2.4: resolution: - { integrity: sha512-O38bPbI2CWtgw/OoQoY+BRelw7uysmXbWvw3nLWO21H1HSh+GOlqPuXshJfjmpNlKiiSDG9cc1JZAaMmVdcTlw== } + { integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw== } dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 - /@types/react@18.0.28: + /@types/react@18.2.6: resolution: - { integrity: sha512-RD0ivG1kEztNBdoAK7lekI9M+azSnitIn85h4iOiaLjaTrMjzslhaqCGaI4IyCJ1RljWiLCEu4jyrLLgqxBTew== } + { integrity: sha512-wRZClXn//zxCFW+ye/D2qY65UsYP1Fpex2YXorHc8awoNamkMZSvBxwxdYVInsHOZZd2Ppq8isnSzJL5Mpf8OA== } dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.3 @@ -3580,16 +3580,16 @@ packages: resolution: { integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw== } dependencies: - '@types/node': 20.1.1 + '@types/node': 20.2.3 dev: true /@types/scheduler@0.16.3: resolution: { integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== } - /@types/semver@7.3.13: + /@types/semver@7.5.0: resolution: - { integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw== } + { integrity: sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw== } dev: true /@types/stack-utils@2.0.1: @@ -3626,9 +3626,9 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@typescript-eslint/eslint-plugin@5.57.1(@typescript-eslint/parser@5.57.1)(eslint@8.38.0)(typescript@5.0.2): + /@typescript-eslint/eslint-plugin@5.59.7(@typescript-eslint/parser@5.59.7)(eslint@8.41.0)(typescript@5.0.4): resolution: - { integrity: sha512-1MeobQkQ9tztuleT3v72XmY0XuKXVXusAhryoLuU5YZ+mXoYKZP9SQ7Flulh1NX4DTjpGTc2b/eMu4u7M7dhnQ== } + { integrity: sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3639,25 +3639,25 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.5.1 - '@typescript-eslint/parser': 5.57.1(eslint@8.38.0)(typescript@5.0.2) - '@typescript-eslint/scope-manager': 5.57.1 - '@typescript-eslint/type-utils': 5.57.1(eslint@8.38.0)(typescript@5.0.2) - '@typescript-eslint/utils': 5.57.1(eslint@8.38.0)(typescript@5.0.2) + '@typescript-eslint/parser': 5.59.7(eslint@8.41.0)(typescript@5.0.4) + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/type-utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) + '@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) debug: 4.3.4 - eslint: 8.38.0 + eslint: 8.41.0 grapheme-splitter: 1.0.4 ignore: 5.2.4 natural-compare-lite: 1.4.0 - semver: 7.5.0 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + semver: 7.5.1 + tsutils: 3.21.0(typescript@5.0.4) + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@5.57.1(eslint@8.38.0)(typescript@5.0.2): + /@typescript-eslint/parser@5.59.7(eslint@8.41.0)(typescript@5.0.4): resolution: - { integrity: sha512-hlA0BLeVSA/wBPKdPGxoVr9Pp6GutGoY380FEhbVi0Ph4WNe8kLvqIRx76RSQt1lynZKfrXKs0/XeEk4zZycuA== } + { integrity: sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3666,28 +3666,28 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.57.1 - '@typescript-eslint/types': 5.57.1 - '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.2) + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) debug: 4.3.4 - eslint: 8.38.0 - typescript: 5.0.2 + eslint: 8.41.0 + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/scope-manager@5.57.1: + /@typescript-eslint/scope-manager@5.59.7: resolution: - { integrity: sha512-N/RrBwEUKMIYxSKl0oDK5sFVHd6VI7p9K5MyUlVYAY6dyNb/wHUqndkTd3XhpGlXgnQsBkRZuu4f9kAHghvgPw== } + { integrity: sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 5.57.1 - '@typescript-eslint/visitor-keys': 5.57.1 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/visitor-keys': 5.59.7 dev: true - /@typescript-eslint/type-utils@5.57.1(eslint@8.38.0)(typescript@5.0.2): + /@typescript-eslint/type-utils@5.59.7(eslint@8.41.0)(typescript@5.0.4): resolution: - { integrity: sha512-/RIPQyx60Pt6ga86hKXesXkJ2WOS4UemFrmmq/7eOyiYjYv/MUSHPlkhU6k9T9W1ytnTJueqASW+wOmW4KrViw== } + { integrity: sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: '*' @@ -3696,25 +3696,25 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.2) - '@typescript-eslint/utils': 5.57.1(eslint@8.38.0)(typescript@5.0.2) + '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) + '@typescript-eslint/utils': 5.59.7(eslint@8.41.0)(typescript@5.0.4) debug: 4.3.4 - eslint: 8.38.0 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + eslint: 8.41.0 + tsutils: 3.21.0(typescript@5.0.4) + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/types@5.57.1: + /@typescript-eslint/types@5.59.7: resolution: - { integrity: sha512-bSs4LOgyV3bJ08F5RDqO2KXqg3WAdwHCu06zOqcQ6vqbTJizyBhuh1o1ImC69X4bV2g1OJxbH71PJqiO7Y1RuA== } + { integrity: sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /@typescript-eslint/typescript-estree@5.57.1(typescript@5.0.2): + /@typescript-eslint/typescript-estree@5.59.7(typescript@5.0.4): resolution: - { integrity: sha512-A2MZqD8gNT0qHKbk2wRspg7cHbCDCk2tcqt6ScCFLr5Ru8cn+TCfM786DjPhqwseiS+PrYwcXht5ztpEQ6TFTw== } + { integrity: sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: typescript: '*' @@ -3722,49 +3722,49 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 5.57.1 - '@typescript-eslint/visitor-keys': 5.57.1 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/visitor-keys': 5.59.7 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.0 - tsutils: 3.21.0(typescript@5.0.2) - typescript: 5.0.2 + semver: 7.5.1 + tsutils: 3.21.0(typescript@5.0.4) + typescript: 5.0.4 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.57.1(eslint@8.38.0)(typescript@5.0.2): + /@typescript-eslint/utils@5.59.7(eslint@8.41.0)(typescript@5.0.4): resolution: - { integrity: sha512-kN6vzzf9NkEtawECqze6v99LtmDiUJCVpvieTFA1uL7/jDghiJGubGZ5csicYHU1Xoqb3oH/R5cN5df6W41Nfg== } + { integrity: sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) '@types/json-schema': 7.0.11 - '@types/semver': 7.3.13 - '@typescript-eslint/scope-manager': 5.57.1 - '@typescript-eslint/types': 5.57.1 - '@typescript-eslint/typescript-estree': 5.57.1(typescript@5.0.2) - eslint: 8.38.0 + '@types/semver': 7.5.0 + '@typescript-eslint/scope-manager': 5.59.7 + '@typescript-eslint/types': 5.59.7 + '@typescript-eslint/typescript-estree': 5.59.7(typescript@5.0.4) + eslint: 8.41.0 eslint-scope: 5.1.1 - semver: 7.5.0 + semver: 7.5.1 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/visitor-keys@5.57.1: + /@typescript-eslint/visitor-keys@5.59.7: resolution: - { integrity: sha512-RjQrAniDU0CEk5r7iphkm731zKlFiUjvcBS2yHAg8WWqFMCaCrD0rKEVOMUyMMcbGPZ0bPp56srkGWrgfZqLRA== } + { integrity: sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': 5.57.1 + '@typescript-eslint/types': 5.59.7 eslint-visitor-keys: 3.4.1 dev: true - /@vitejs/plugin-react@4.0.0(vite@4.3.2): + /@vitejs/plugin-react@4.0.0(vite@4.3.8): resolution: { integrity: sha512-HX0XzMjL3hhOYm+0s95pb0Z7F8O81G7joUHgfDd/9J/ZZf5k4xX6QAMFkKsHFxaHlf6X7GD7+XuaZ66ULiJuhQ== } engines: { node: ^14.18.0 || >=16.0.0 } @@ -3775,14 +3775,14 @@ packages: '@babel/plugin-transform-react-jsx-self': 7.21.0(@babel/core@7.21.8) '@babel/plugin-transform-react-jsx-source': 7.19.6(@babel/core@7.21.8) react-refresh: 0.14.0 - vite: 4.3.2(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) transitivePeerDependencies: - supports-color dev: true - /@vitest/coverage-c8@0.31.0(vitest@0.31.0): + /@vitest/coverage-c8@0.31.1(vitest@0.31.1): resolution: - { integrity: sha512-h72qN1D962AO7UefQVulm9JFP5ACS7OfhCdBHioXU8f7ohH/+NTZCgAqmgcfRNHHO/8wLFxx+93YVxhodkEJVA== } + { integrity: sha512-6TkjQpmgYez7e3dbAUoYdRXxWN81BojCmUILJwgCy39uZFG33DsQ0rSRSZC9beAEdCZTpxR63nOvd9hxDQcJ0g== } peerDependencies: vitest: '>=0.30.0 <1' dependencies: @@ -3791,63 +3791,63 @@ packages: magic-string: 0.30.0 picocolors: 1.0.0 std-env: 3.3.3 - vitest: 0.31.0(@vitest/ui@0.31.0)(jsdom@22.0.0) + vitest: 0.31.1(@vitest/ui@0.31.1)(jsdom@22.0.0) dev: true - /@vitest/expect@0.31.0: + /@vitest/expect@0.31.1: resolution: - { integrity: sha512-Jlm8ZTyp6vMY9iz9Ny9a0BHnCG4fqBa8neCF6Pk/c/6vkUk49Ls6UBlgGAU82QnzzoaUs9E/mUhq/eq9uMOv/g== } + { integrity: sha512-BV1LyNvhnX+eNYzJxlHIGPWZpwJFZaCcOIzp2CNG0P+bbetenTupk6EO0LANm4QFt0TTit+yqx7Rxd1qxi/SQA== } dependencies: - '@vitest/spy': 0.31.0 - '@vitest/utils': 0.31.0 + '@vitest/spy': 0.31.1 + '@vitest/utils': 0.31.1 chai: 4.3.7 dev: true - /@vitest/runner@0.31.0: + /@vitest/runner@0.31.1: resolution: - { integrity: sha512-H1OE+Ly7JFeBwnpHTrKyCNm/oZgr+16N4qIlzzqSG/YRQDATBYmJb/KUn3GrZaiQQyL7GwpNHVZxSQd6juLCgw== } + { integrity: sha512-imWuc82ngOtxdCUpXwtEzZIuc1KMr+VlQ3Ondph45VhWoQWit5yvG/fFcldbnCi8DUuFi+NmNx5ehMUw/cGLUw== } dependencies: - '@vitest/utils': 0.31.0 + '@vitest/utils': 0.31.1 concordance: 5.0.4 p-limit: 4.0.0 pathe: 1.1.0 dev: true - /@vitest/snapshot@0.31.0: + /@vitest/snapshot@0.31.1: resolution: - { integrity: sha512-5dTXhbHnyUMTMOujZPB0wjFjQ6q5x9c8TvAsSPUNKjp1tVU7i9pbqcKPqntyu2oXtmVxKbuHCqrOd+Ft60r4tg== } + { integrity: sha512-L3w5uU9bMe6asrNzJ8WZzN+jUTX4KSgCinEJPXyny0o90fG4FPQMV0OWsq7vrCWfQlAilMjDnOF9nP8lidsJ+g== } dependencies: magic-string: 0.30.0 pathe: 1.1.0 pretty-format: 27.5.1 dev: true - /@vitest/spy@0.31.0: + /@vitest/spy@0.31.1: resolution: - { integrity: sha512-IzCEQ85RN26GqjQNkYahgVLLkULOxOm5H/t364LG0JYb3Apg0PsYCHLBYGA006+SVRMWhQvHlBBCyuByAMFmkg== } + { integrity: sha512-1cTpt2m9mdo3hRLDyCG2hDQvRrePTDgEJBFQQNz1ydHHZy03EiA6EpFxY+7ODaY7vMRCie+WlFZBZ0/dQWyssQ== } dependencies: tinyspy: 2.1.0 dev: true - /@vitest/ui@0.31.0(vitest@0.31.0): + /@vitest/ui@0.31.1(vitest@0.31.1): resolution: - { integrity: sha512-Dy86l6r3/dbJposgm7w+oqb/15UWJ0lDBbEQaS1ived3+0CTaMbT8OMkUf9vNBkSL47kvBHEBnZLa5fw5i9gUQ== } + { integrity: sha512-+JJ2+rvRPAVxFLNE+WJOMzOjxqYPn7V2hl00uNwid6kquD+UHTa716Z7szfNeZMLnHOHv+fxq1UgLCymvVpE5w== } peerDependencies: vitest: '>=0.30.1 <1' dependencies: - '@vitest/utils': 0.31.0 + '@vitest/utils': 0.31.1 fast-glob: 3.2.12 fflate: 0.7.4 flatted: 3.2.7 pathe: 1.1.0 picocolors: 1.0.0 sirv: 2.0.3 - vitest: 0.31.0(@vitest/ui@0.31.0)(jsdom@22.0.0) + vitest: 0.31.1(@vitest/ui@0.31.1)(jsdom@22.0.0) dev: true - /@vitest/utils@0.31.0: + /@vitest/utils@0.31.1: resolution: - { integrity: sha512-kahaRyLX7GS1urekRXN2752X4gIgOGVX4Wo8eDUGUkTWlGpXzf5ZS6N9RUUS+Re3XEE8nVGqNyxkSxF5HXlGhQ== } + { integrity: sha512-yFyRD5ilwojsZfo3E0BnH72pSVSuLg2356cN1tCEe/0RtDzxTPYwOomIC+eQbot7m6DRy4tPZw+09mB7NkbMmA== } dependencies: concordance: 5.0.4 loupe: 2.3.6 @@ -3987,7 +3987,7 @@ packages: { integrity: sha512-xcLxITLe2HYa1cnYnwCjkOO1PqUHQpozB8x9AR0OgWN2woOBi5kSDVxKfd0b7sb1hw5qFeJhXm9H1nu3xSfLeQ== } engines: { node: '>=10' } dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /aria-query@5.1.3: @@ -4066,7 +4066,7 @@ packages: peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.21.7 + '@babel/compat-data': 7.21.9 '@babel/core': 7.21.8 '@babel/helper-define-polyfill-provider': 0.3.3(@babel/core@7.21.8) semver: 6.3.0 @@ -4138,9 +4138,9 @@ packages: engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true dependencies: - caniuse-lite: 1.0.30001469 - electron-to-chromium: 1.4.385 - node-releases: 2.0.10 + caniuse-lite: 1.0.30001489 + electron-to-chromium: 1.4.403 + node-releases: 2.0.11 update-browserslist-db: 1.0.11(browserslist@4.21.5) dev: true @@ -4194,9 +4194,9 @@ packages: { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== } engines: { node: '>=6' } - /caniuse-lite@1.0.30001469: + /caniuse-lite@1.0.30001489: resolution: - { integrity: sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g== } + { integrity: sha512-x1mgZEXK8jHIfAxm+xgdpHpk50IN3z3q3zP261/WS+uvePxW8izXuCu6AHz0lkuYTlATDehiZ/tNyYBdSQsOUQ== } dev: true /chai@4.3.7: @@ -4373,11 +4373,11 @@ packages: dependencies: date-time: 3.1.0 esutils: 2.0.3 - fast-diff: 1.2.0 + fast-diff: 1.3.0 js-string-escape: 1.0.1 lodash: 4.17.21 md5-hex: 3.0.1 - semver: 7.5.0 + semver: 7.5.1 well-known-symbols: 2.0.0 dev: true @@ -4599,9 +4599,9 @@ packages: jake: 10.8.6 dev: true - /electron-to-chromium@1.4.385: + /electron-to-chromium@1.4.403: resolution: - { integrity: sha512-L9zlje9bIw0h+CwPQumiuVlfMcV4boxRjFIWDcLfFqTZNbkwOExBzfmswytHawObQX4OUhtNv8gIiB21kOurIg== } + { integrity: sha512-evCMqXJWmbQHdlh307peXNguqVIMmcLGrQwXiR+Qc98js8jPDeT9rse1+EF2YRjWgueuzj1r4WWLAe4/U+xjMg== } dev: true /emoji-regex@8.0.0: @@ -4703,35 +4703,35 @@ packages: is-symbol: 1.0.4 dev: true - /esbuild@0.17.18: + /esbuild@0.17.19: resolution: - { integrity: sha512-z1lix43jBs6UKjcZVKOw2xx69ffE2aG0PygLL5qJ9OS/gy0Ewd1gW/PUQIOIQGXBHWNywSc0floSKoMFF8aK2w== } + { integrity: sha512-XQ0jAPFkK/u3LcVRcvVHQcTIqD6E2H1fvZMA5dQPSOWb3suUbWbfbRf94pjc0bNzRYLfIrDRQXr7X+LHIm5oHw== } engines: { node: '>=12' } hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.17.18 - '@esbuild/android-arm64': 0.17.18 - '@esbuild/android-x64': 0.17.18 - '@esbuild/darwin-arm64': 0.17.18 - '@esbuild/darwin-x64': 0.17.18 - '@esbuild/freebsd-arm64': 0.17.18 - '@esbuild/freebsd-x64': 0.17.18 - '@esbuild/linux-arm': 0.17.18 - '@esbuild/linux-arm64': 0.17.18 - '@esbuild/linux-ia32': 0.17.18 - '@esbuild/linux-loong64': 0.17.18 - '@esbuild/linux-mips64el': 0.17.18 - '@esbuild/linux-ppc64': 0.17.18 - '@esbuild/linux-riscv64': 0.17.18 - '@esbuild/linux-s390x': 0.17.18 - '@esbuild/linux-x64': 0.17.18 - '@esbuild/netbsd-x64': 0.17.18 - '@esbuild/openbsd-x64': 0.17.18 - '@esbuild/sunos-x64': 0.17.18 - '@esbuild/win32-arm64': 0.17.18 - '@esbuild/win32-ia32': 0.17.18 - '@esbuild/win32-x64': 0.17.18 + '@esbuild/android-arm': 0.17.19 + '@esbuild/android-arm64': 0.17.19 + '@esbuild/android-x64': 0.17.19 + '@esbuild/darwin-arm64': 0.17.19 + '@esbuild/darwin-x64': 0.17.19 + '@esbuild/freebsd-arm64': 0.17.19 + '@esbuild/freebsd-x64': 0.17.19 + '@esbuild/linux-arm': 0.17.19 + '@esbuild/linux-arm64': 0.17.19 + '@esbuild/linux-ia32': 0.17.19 + '@esbuild/linux-loong64': 0.17.19 + '@esbuild/linux-mips64el': 0.17.19 + '@esbuild/linux-ppc64': 0.17.19 + '@esbuild/linux-riscv64': 0.17.19 + '@esbuild/linux-s390x': 0.17.19 + '@esbuild/linux-x64': 0.17.19 + '@esbuild/netbsd-x64': 0.17.19 + '@esbuild/openbsd-x64': 0.17.19 + '@esbuild/sunos-x64': 0.17.19 + '@esbuild/win32-arm64': 0.17.19 + '@esbuild/win32-ia32': 0.17.19 + '@esbuild/win32-x64': 0.17.19 dev: true /escalade@3.1.1: @@ -4756,33 +4756,33 @@ packages: { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== } engines: { node: '>=10' } - /eslint-config-prettier@8.8.0(eslint@8.38.0): + /eslint-config-prettier@8.8.0(eslint@8.41.0): resolution: { integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA== } hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.38.0 + eslint: 8.41.0 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.38.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.41.0): resolution: { integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== } engines: { node: '>=10' } peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.38.0 + eslint: 8.41.0 dev: true - /eslint-plugin-react-refresh@0.3.4(eslint@8.38.0): + /eslint-plugin-react-refresh@0.3.5(eslint@8.41.0): resolution: - { integrity: sha512-E0ViBglxSQAERBp6eTj5fPgtCRtDonnbCFiVQBhf4Dto2blJRxg1dFUMdMh7N6ljTI4UwPhHwYDQ3Dyo4m6bwA== } + { integrity: sha512-61qNIsc7fo9Pp/mju0J83kzvLm0Bsayu7OQSLEoJxLDCBjIIyb87bkzufoOvdDxLkSlMfkF7UxomC4+eztUBSA== } peerDependencies: eslint: '>=7' dependencies: - eslint: 8.38.0 + eslint: 8.41.0 dev: true /eslint-scope@5.1.1: @@ -4809,16 +4809,16 @@ packages: engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - /eslint@8.38.0: + /eslint@8.41.0: resolution: - { integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg== } + { integrity: sha512-WQDQpzGBOP5IrXPo4Hc0814r4/v2rrIsB0rhT7jtunIalgg6gYXWhRMOejVO8yH21T/FGaxjmFjBMNqcIlmH1Q== } engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.41.0) '@eslint-community/regexpp': 4.5.1 '@eslint/eslintrc': 2.0.3 - '@eslint/js': 8.38.0 + '@eslint/js': 8.41.0 '@humanwhocodes/config-array': 0.11.8 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -4838,13 +4838,12 @@ packages: find-up: 5.0.0 glob-parent: 6.0.2 globals: 13.20.0 - grapheme-splitter: 1.0.4 + graphemer: 1.4.0 ignore: 5.2.4 import-fresh: 3.3.0 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 - js-sdsl: 4.4.0 js-yaml: 4.1.0 json-stable-stringify-without-jsonify: 1.0.1 levn: 0.4.1 @@ -4951,9 +4950,9 @@ packages: { integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== } dev: true - /fast-diff@1.2.0: + /fast-diff@1.3.0: resolution: - { integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== } + { integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== } dev: true /fast-glob@3.2.12: @@ -5003,7 +5002,7 @@ packages: { integrity: sha512-QlZ5yJC0VxHxQQsQhXvBaC7VRJ2uaxTf+Tfpu4Z/OcVQJVpZO+DGU0rkoVW5ce2SccxugvpBJoMvUs59iILYdw== } engines: { node: '>= 12' } dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /filelist@1.0.4: @@ -5054,7 +5053,7 @@ packages: { integrity: sha512-KSuV3ur4gf2KqMNoZx3nXNVhqCkn42GuTYCX4tXPEwf0MjpFQmNMiN6m7dXaUXgIoivL6/65agoUMg4RLS0Vbg== } engines: { node: '>=10' } dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: false /for-each@0.3.3: @@ -5083,9 +5082,9 @@ packages: mime-types: 2.1.35 dev: true - /framer-motion@10.12.8(react-dom@18.2.0)(react@18.2.0): + /framer-motion@10.12.12(react-dom@18.2.0)(react@18.2.0): resolution: - { integrity: sha512-ylobYq3tGFjjAmRdBs5pL/R1+4AmOm69g/JbF5DcNETfRe8L9CjaX4acG83MjYdIsbsTGJmtR5qKx4glNmXO4A== } + { integrity: sha512-DDCqp60U6hR7aUrXj/BXc/t0Sd/U4ep6w/NZQkw898K+u7s+Vv/P8yxq4WTNA86kU9QCsqOgn1Qhz2DpYK0Oag== } peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -5097,7 +5096,7 @@ packages: dependencies: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - tslib: 2.5.0 + tslib: 2.5.2 optionalDependencies: '@emotion/is-prop-valid': 0.8.8 dev: false @@ -5287,6 +5286,11 @@ packages: { integrity: sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ== } dev: true + /graphemer@1.4.0: + resolution: + { integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== } + dev: true + /has-bigints@1.0.2: resolution: { integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== } @@ -5512,9 +5516,9 @@ packages: engines: { node: '>= 0.4' } dev: true - /is-core-module@2.12.0: + /is-core-module@2.12.1: resolution: - { integrity: sha512-RECHCBCd/viahWmwj6enj19sKbHfJrddi/6cBDsNTKbNq0f7VeaUkBo60BqzvPqo/W54ChS62Z5qyun7cfOMqQ== } + { integrity: sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg== } dependencies: has: 1.0.3 @@ -5783,7 +5787,7 @@ packages: engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } dependencies: '@jest/types': 29.5.0 - '@types/node': 20.1.1 + '@types/node': 20.2.3 chalk: 4.1.2 ci-info: 3.8.0 graceful-fs: 4.2.11 @@ -5795,16 +5799,11 @@ packages: { integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ== } engines: { node: '>= 10.13.0' } dependencies: - '@types/node': 20.1.1 + '@types/node': 20.2.3 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true - /js-sdsl@4.4.0: - resolution: - { integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg== } - dev: true - /js-string-escape@1.0.1: resolution: { integrity: sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg== } @@ -6233,9 +6232,9 @@ packages: { integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== } dev: true - /node-releases@2.0.10: + /node-releases@2.0.11: resolution: - { integrity: sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w== } + { integrity: sha512-+M0PwXeU80kRohZ3aT4J/OnR+l9/KD2nVLNNoRgFtnf+umQVFdGBAO2N8+nCnEi0xlh/Wk3zOGC+vNNx+uM79Q== } dev: true /normalize-path@3.0.0: @@ -6587,7 +6586,7 @@ packages: { integrity: sha512-xTYf9zFim2pEif/Fw16dBiXpe0hoy5PxcD8+OwBnTtNLfIm3g6WxhKNurY+6OmdH1u6Ta/W/Vl6vjbYP1MFnDg== } dev: false - /react-focus-lock@2.9.4(@types/react@18.0.28)(react@18.2.0): + /react-focus-lock@2.9.4(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-7pEdXyMseqm3kVjhdVH18sovparAzLg5h6WvIx7/Ck3ekjhrrDMEegHSa3swwC8wgfdd7DIdUVRGeiHT9/7Sgg== } peerDependencies: @@ -6598,13 +6597,13 @@ packages: optional: true dependencies: '@babel/runtime': 7.21.5 - '@types/react': 18.0.28 + '@types/react': 18.2.6 focus-lock: 0.11.6 prop-types: 15.8.1 react: 18.2.0 react-clientside-effect: 1.2.6(react@18.2.0) - use-callback-ref: 1.3.0(@types/react@18.0.28)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.28)(react@18.2.0) + use-callback-ref: 1.3.0(@types/react@18.2.6)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.6)(react@18.2.0) dev: false /react-is@16.13.1: @@ -6628,7 +6627,7 @@ packages: fast-deep-equal: 2.0.1 dev: false - /react-redux@8.0.5(@types/react-dom@18.0.11)(@types/react@18.0.28)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): + /react-redux@8.0.5(@types/react-dom@18.2.4)(@types/react@18.2.6)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): resolution: { integrity: sha512-Q2f6fCKxPFpkXt1qNRZdEDLlScsDWyrgSj0mliK59qU6W5gvBiKkdMEG2lJzhd1rCctf0hb6EtePPLZ2e0m1uw== } peerDependencies: @@ -6652,8 +6651,8 @@ packages: dependencies: '@babel/runtime': 7.21.5 '@types/hoist-non-react-statics': 3.3.1 - '@types/react': 18.0.28 - '@types/react-dom': 18.0.11 + '@types/react': 18.2.6 + '@types/react-dom': 18.2.4 '@types/use-sync-external-store': 0.0.3 hoist-non-react-statics: 3.3.2 react: 18.2.0 @@ -6669,7 +6668,7 @@ packages: engines: { node: '>=0.10.0' } dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.0.28)(react@18.2.0): + /react-remove-scroll-bar@2.3.4(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A== } engines: { node: '>=10' } @@ -6680,13 +6679,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.0.28)(react@18.2.0) - tslib: 2.5.0 + react-style-singleton: 2.2.1(@types/react@18.2.6)(react@18.2.0) + tslib: 2.5.2 dev: false - /react-remove-scroll@2.5.6(@types/react@18.0.28)(react@18.2.0): + /react-remove-scroll@2.5.6(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-bO856ad1uDYLefgArk559IzUNeQ6SWH4QnrevIUjH+GczV56giDfl3h0Idptf2oIKxQmd1p9BN25jleKodTALg== } engines: { node: '>=10' } @@ -6697,16 +6696,16 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.0.28)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.0.28)(react@18.2.0) - tslib: 2.5.0 - use-callback-ref: 1.3.0(@types/react@18.0.28)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.0.28)(react@18.2.0) + react-remove-scroll-bar: 2.3.4(@types/react@18.2.6)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.6)(react@18.2.0) + tslib: 2.5.2 + use-callback-ref: 1.3.0(@types/react@18.2.6)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.6)(react@18.2.0) dev: false - /react-style-singleton@2.2.1(@types/react@18.0.28)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g== } engines: { node: '>=10' } @@ -6717,11 +6716,11 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /react@18.2.0: @@ -6843,7 +6842,7 @@ packages: { integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g== } hasBin: true dependencies: - is-core-module: 2.12.0 + is-core-module: 2.12.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -6886,7 +6885,7 @@ packages: jest-worker: 26.6.2 rollup: 2.79.1 serialize-javascript: 4.0.0 - terser: 5.17.4 + terser: 5.17.5 dev: true /rollup@2.79.1: @@ -6898,9 +6897,9 @@ packages: fsevents: 2.3.2 dev: true - /rollup@3.21.5: + /rollup@3.23.0: resolution: - { integrity: sha512-a4NTKS4u9PusbUJcfF4IMxuqjFzjm6ifj76P54a7cKnvVzJaG12BLVR+hgU2YDGHzyMMQNxLAZWuALsn8q2oQg== } + { integrity: sha512-h31UlwEi7FHihLe1zbk+3Q7z1k/84rb9BSwmBSr/XjOCEaBJ2YyedQDuM0t/kfOS0IxM+vk1/zI9XxYj9V+NJQ== } engines: { node: '>=14.18.0', npm: '>=8.0.0' } hasBin: true optionalDependencies: @@ -6923,7 +6922,7 @@ packages: resolution: { integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== } dependencies: - tslib: 2.5.0 + tslib: 2.5.2 dev: true /safe-buffer@5.2.1: @@ -6965,9 +6964,9 @@ packages: hasBin: true dev: true - /semver@7.5.0: + /semver@7.5.1: resolution: - { integrity: sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA== } + { integrity: sha512-Wvss5ivl8TMRZXXESstBA4uR5iXgEN/VC5/sOcuXdVLzcdkz4HWetIoRfG5gb5X+ij/G9rw9YoGn3QoQ8OCSpw== } engines: { node: '>=10' } hasBin: true dependencies: @@ -7299,9 +7298,9 @@ packages: unique-string: 2.0.0 dev: true - /terser@5.17.4: + /terser@5.17.5: resolution: - { integrity: sha512-jcEKZw6UPrgugz/0Tuk/PVyLAPfMBJf5clnGueo45wTweoV8yh7Q7PEkhkJ5uuUbC7zAxEcG3tqNr1bstkQ8nw== } + { integrity: sha512-NqFkzBX34WExkCbk3K5urmNCpEWqMPZnwGI1pMHwqvJ/zDlXC75u3NI7BrzoR8/pryy8Abx2e1i8ChrWkhH1Hg== } engines: { node: '>=10' } hasBin: true dependencies: @@ -7419,11 +7418,11 @@ packages: { integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ== } dev: false - /tslib@2.5.0: + /tslib@2.5.2: resolution: - { integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg== } + { integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA== } - /tsutils@3.21.0(typescript@5.0.2): + /tsutils@3.21.0(typescript@5.0.4): resolution: { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== } engines: { node: '>= 6' } @@ -7431,7 +7430,7 @@ packages: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.0.2 + typescript: 5.0.4 dev: true /type-check@0.4.0: @@ -7475,9 +7474,9 @@ packages: is-typed-array: 1.1.10 dev: true - /typescript@5.0.2: + /typescript@5.0.4: resolution: - { integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== } + { integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== } engines: { node: '>=12.20' } hasBin: true dev: true @@ -7577,7 +7576,7 @@ packages: requires-port: 1.0.0 dev: true - /use-callback-ref@1.3.0(@types/react@18.0.28)(react@18.2.0): + /use-callback-ref@1.3.0(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w== } engines: { node: '>=10' } @@ -7588,12 +7587,12 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false - /use-sidecar@1.1.2(@types/react@18.0.28)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.2.6)(react@18.2.0): resolution: { integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw== } engines: { node: '>=10' } @@ -7604,10 +7603,10 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.0.28 + '@types/react': 18.2.6 detect-node-es: 1.1.0 react: 18.2.0 - tslib: 2.5.0 + tslib: 2.5.2 dev: false /use-sync-external-store@1.2.0(react@18.2.0): @@ -7635,9 +7634,9 @@ packages: convert-source-map: 1.9.0 dev: true - /vite-node@0.31.0(@types/node@20.1.1): + /vite-node@0.31.1(@types/node@20.2.3): resolution: - { integrity: sha512-8x1x1LNuPvE2vIvkSB7c1mApX5oqlgsxzHQesYF7l5n1gKrEmrClIiZuOFbFDQcjLsmcWSwwmrWrcGWm9Fxc/g== } + { integrity: sha512-BajE/IsNQ6JyizPzu9zRgHrBwczkAs0erQf/JRpgTIESpKvNj9/Gd0vxX905klLkb0I0SJVCKbdrl5c6FnqYKA== } engines: { node: '>=v14.18.0' } hasBin: true dependencies: @@ -7646,7 +7645,7 @@ packages: mlly: 1.2.1 pathe: 1.1.0 picocolors: 1.0.0 - vite: 4.3.2(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) transitivePeerDependencies: - '@types/node' - less @@ -7657,7 +7656,7 @@ packages: - terser dev: true - /vite-plugin-pwa@0.15.0(vite@4.3.2)(workbox-build@6.5.4)(workbox-window@6.5.4): + /vite-plugin-pwa@0.15.0(vite@4.3.8)(workbox-build@6.5.4)(workbox-window@6.5.4): resolution: { integrity: sha512-gpmx3BeubsRIXRBkjPToOTJbo8fknNmZFQs24i0TPZyaNVa0n27YHDo0Y72amnO70WvHKGE3e1fn8SYUP7e8SA== } peerDependencies: @@ -7668,40 +7667,40 @@ packages: debug: 4.3.4 fast-glob: 3.2.12 pretty-bytes: 6.1.0 - vite: 4.3.2(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) workbox-build: 6.5.4 workbox-window: 6.5.4 transitivePeerDependencies: - supports-color dev: true - /vite-plugin-top-level-await@1.3.0(rollup@2.79.1)(vite@4.3.2): + /vite-plugin-top-level-await@1.3.1(rollup@2.79.1)(vite@4.3.8): resolution: - { integrity: sha512-owIfsgWudMlQODWJSwp0sQB3AZZu3qsMygeBjZy8CyjEk6OB9AGd8lHqmgwrcEqgvy9N58lYxSBLVk3/4ejEiA== } + { integrity: sha512-55M1h4NAwkrpxPNOJIBzKZFihqLUzIgnElLSmPNPMR2Fn9+JHKaNg3sVX1Fq+VgvuBksQYxiD3OnwQAUu7kaPQ== } peerDependencies: vite: '>=2.8' dependencies: '@rollup/plugin-virtual': 3.0.1(rollup@2.79.1) - '@swc/core': 1.3.58 + '@swc/core': 1.3.59 uuid: 9.0.0 - vite: 4.3.2(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) transitivePeerDependencies: - '@swc/helpers' - rollup dev: true - /vite-plugin-wasm@3.2.2(vite@4.3.2): + /vite-plugin-wasm@3.2.2(vite@4.3.8): resolution: { integrity: sha512-cdbBUNR850AEoMd5nvLmnyeq63CSfoP1ctD/L2vLk/5+wsgAPlAVAzUK5nGKWO/jtehNlrSSHLteN+gFQw7VOA== } peerDependencies: vite: ^2 || ^3 || ^4 dependencies: - vite: 4.3.2(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) dev: true - /vite@4.3.2(@types/node@20.1.1): + /vite@4.3.8(@types/node@20.2.3): resolution: - { integrity: sha512-9R53Mf+TBoXCYejcL+qFbZde+eZveQLDYd9XgULILLC1a5ZwPaqgmdVpL8/uvw2BM/1TzetWjglwm+3RO+xTyw== } + { integrity: sha512-uYB8PwN7hbMrf4j1xzGDk/lqjsZvCDbt/JC5dyfxc19Pg8kRm14LinK/uq+HSLNswZEoKmweGdtpbnxRtrAXiQ== } engines: { node: ^14.18.0 || >=16.0.0 } hasBin: true peerDependencies: @@ -7725,17 +7724,17 @@ packages: terser: optional: true dependencies: - '@types/node': 20.1.1 - esbuild: 0.17.18 + '@types/node': 20.2.3 + esbuild: 0.17.19 postcss: 8.4.23 - rollup: 3.21.5 + rollup: 3.23.0 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest@0.31.0(@vitest/ui@0.31.0)(jsdom@22.0.0): + /vitest@0.31.1(@vitest/ui@0.31.1)(jsdom@22.0.0): resolution: - { integrity: sha512-JwWJS9p3GU9GxkG7eBSmr4Q4x4bvVBSswaCFf1PBNHiPx00obfhHRJfgHcnI0ffn+NMlIh9QGvG75FlaIBdKGA== } + { integrity: sha512-/dOoOgzoFk/5pTvg1E65WVaobknWREN15+HF+0ucudo3dDG/vCZoXTQrjIfEaWvQXmqScwkRodrTbM/ScMpRcQ== } engines: { node: '>=v14.18.0' } hasBin: true peerDependencies: @@ -7767,13 +7766,13 @@ packages: dependencies: '@types/chai': 4.3.5 '@types/chai-subset': 1.3.3 - '@types/node': 20.1.1 - '@vitest/expect': 0.31.0 - '@vitest/runner': 0.31.0 - '@vitest/snapshot': 0.31.0 - '@vitest/spy': 0.31.0 - '@vitest/ui': 0.31.0(vitest@0.31.0) - '@vitest/utils': 0.31.0 + '@types/node': 20.2.3 + '@vitest/expect': 0.31.1 + '@vitest/runner': 0.31.1 + '@vitest/snapshot': 0.31.1 + '@vitest/spy': 0.31.1 + '@vitest/ui': 0.31.1(vitest@0.31.1) + '@vitest/utils': 0.31.1 acorn: 8.8.2 acorn-walk: 8.2.0 cac: 6.7.14 @@ -7789,8 +7788,8 @@ packages: strip-literal: 1.0.1 tinybench: 2.5.0 tinypool: 0.5.0 - vite: 4.3.2(@types/node@20.1.1) - vite-node: 0.31.0(@types/node@20.1.1) + vite: 4.3.8(@types/node@20.2.3) + vite-node: 0.31.1(@types/node@20.2.3) why-is-node-running: 2.2.2 transitivePeerDependencies: - less