Commit f532ccdf authored by Steven's avatar Steven

chore: upgrade frontend deps

parent a6fcdfce
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"@emotion/react": "^11.11.1", "@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0", "@emotion/styled": "^11.11.0",
"@matejmazur/react-katex": "^3.1.3", "@matejmazur/react-katex": "^3.1.3",
"@mui/joy": "5.0.0-beta.9", "@mui/joy": "5.0.0-beta.12",
"@reduxjs/toolkit": "^1.9.7", "@reduxjs/toolkit": "^1.9.7",
"@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/container-queries": "^0.1.1",
"axios": "^0.27.2", "axios": "^0.27.2",
...@@ -36,19 +36,19 @@ ...@@ -36,19 +36,19 @@
"react-router-dom": "^6.17.0", "react-router-dom": "^6.17.0",
"react-use": "^17.4.0", "react-use": "^17.4.0",
"semver": "^7.5.4", "semver": "^7.5.4",
"tailwindcss": "^3.3.3", "tailwindcss": "^3.3.5",
"textarea-caret": "^3.1.0", "textarea-caret": "^3.1.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"zustand": "4.4.1" "zustand": "^4.4.4"
}, },
"devDependencies": { "devDependencies": {
"@bufbuild/buf": "^1.27.1", "@bufbuild/buf": "^1.27.2",
"@trivago/prettier-plugin-sort-imports": "^3.4.0", "@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/katex": "^0.16.5", "@types/katex": "^0.16.5",
"@types/lodash-es": "^4.17.10", "@types/lodash-es": "^4.17.10",
"@types/node": "^18.18.6", "@types/node": "^18.18.7",
"@types/qs": "^6.9.9", "@types/qs": "^6.9.9",
"@types/react": "^18.2.31", "@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14", "@types/react-dom": "^18.2.14",
"@types/semver": "^7.5.4", "@types/semver": "^7.5.4",
"@types/textarea-caret": "^3.0.2", "@types/textarea-caret": "^3.0.2",
......
...@@ -7,22 +7,22 @@ settings: ...@@ -7,22 +7,22 @@ settings:
dependencies: dependencies:
'@emotion/react': '@emotion/react':
specifier: ^11.11.1 specifier: ^11.11.1
version: 11.11.1(@types/react@18.2.31)(react@18.2.0) version: 11.11.1(@types/react@18.2.33)(react@18.2.0)
'@emotion/styled': '@emotion/styled':
specifier: ^11.11.0 specifier: ^11.11.0
version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.31)(react@18.2.0) version: 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.33)(react@18.2.0)
'@matejmazur/react-katex': '@matejmazur/react-katex':
specifier: ^3.1.3 specifier: ^3.1.3
version: 3.1.3(katex@0.16.9)(react@18.2.0) version: 3.1.3(katex@0.16.9)(react@18.2.0)
'@mui/joy': '@mui/joy':
specifier: 5.0.0-beta.9 specifier: 5.0.0-beta.12
version: 5.0.0-beta.9(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0) version: 5.0.0-beta.12(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0)
'@reduxjs/toolkit': '@reduxjs/toolkit':
specifier: ^1.9.7 specifier: ^1.9.7
version: 1.9.7(react-redux@8.1.3)(react@18.2.0) version: 1.9.7(react-redux@8.1.3)(react@18.2.0)
'@tailwindcss/container-queries': '@tailwindcss/container-queries':
specifier: ^0.1.1 specifier: ^0.1.1
version: 0.1.1(tailwindcss@3.3.3) version: 0.1.1(tailwindcss@3.3.5)
axios: axios:
specifier: ^0.27.2 specifier: ^0.27.2
version: 0.27.2 version: 0.27.2
...@@ -73,7 +73,7 @@ dependencies: ...@@ -73,7 +73,7 @@ dependencies:
version: 11.18.6(i18next@21.10.0)(react-dom@18.2.0)(react@18.2.0) version: 11.18.6(i18next@21.10.0)(react-dom@18.2.0)(react@18.2.0)
react-redux: react-redux:
specifier: ^8.1.3 specifier: ^8.1.3
version: 8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) version: 8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
react-router-dom: react-router-dom:
specifier: ^6.17.0 specifier: ^6.17.0
version: 6.17.0(react-dom@18.2.0)(react@18.2.0) version: 6.17.0(react-dom@18.2.0)(react@18.2.0)
...@@ -84,8 +84,8 @@ dependencies: ...@@ -84,8 +84,8 @@ dependencies:
specifier: ^7.5.4 specifier: ^7.5.4
version: 7.5.4 version: 7.5.4
tailwindcss: tailwindcss:
specifier: ^3.3.3 specifier: ^3.3.5
version: 3.3.3 version: 3.3.5
textarea-caret: textarea-caret:
specifier: ^3.1.0 specifier: ^3.1.0
version: 3.1.0 version: 3.1.0
...@@ -93,13 +93,13 @@ dependencies: ...@@ -93,13 +93,13 @@ dependencies:
specifier: ^9.0.1 specifier: ^9.0.1
version: 9.0.1 version: 9.0.1
zustand: zustand:
specifier: 4.4.1 specifier: ^4.4.4
version: 4.4.1(@types/react@18.2.31)(react@18.2.0) version: 4.4.4(@types/react@18.2.33)(react@18.2.0)
devDependencies: devDependencies:
'@bufbuild/buf': '@bufbuild/buf':
specifier: ^1.27.1 specifier: ^1.27.2
version: 1.27.1 version: 1.27.2
'@trivago/prettier-plugin-sort-imports': '@trivago/prettier-plugin-sort-imports':
specifier: ^3.4.0 specifier: ^3.4.0
version: 3.4.0(prettier@2.6.2) version: 3.4.0(prettier@2.6.2)
...@@ -110,14 +110,14 @@ devDependencies: ...@@ -110,14 +110,14 @@ devDependencies:
specifier: ^4.17.10 specifier: ^4.17.10
version: 4.17.10 version: 4.17.10
'@types/node': '@types/node':
specifier: ^18.18.6 specifier: ^18.18.7
version: 18.18.6 version: 18.18.7
'@types/qs': '@types/qs':
specifier: ^6.9.9 specifier: ^6.9.9
version: 6.9.9 version: 6.9.9
'@types/react': '@types/react':
specifier: ^18.2.31 specifier: ^18.2.33
version: 18.2.31 version: 18.2.33
'@types/react-dom': '@types/react-dom':
specifier: ^18.2.14 specifier: ^18.2.14
version: 18.2.14 version: 18.2.14
...@@ -171,7 +171,7 @@ devDependencies: ...@@ -171,7 +171,7 @@ devDependencies:
version: 5.2.2 version: 5.2.2
vite: vite:
specifier: ^4.5.0 specifier: ^4.5.0
version: 4.5.0(@types/node@18.18.6)(less@4.2.0)(terser@5.22.0) version: 4.5.0(@types/node@18.18.7)(less@4.2.0)(terser@5.22.0)
packages: packages:
...@@ -428,8 +428,8 @@ packages: ...@@ -428,8 +428,8 @@ packages:
'@babel/helper-validator-identifier': 7.22.20 '@babel/helper-validator-identifier': 7.22.20
to-fast-properties: 2.0.0 to-fast-properties: 2.0.0
/@bufbuild/buf-darwin-arm64@1.27.1: /@bufbuild/buf-darwin-arm64@1.27.2:
resolution: {integrity: sha512-TpaRqvhcR0AgwoG93L3jv8oZtV0YHZx8j2Oj/CqHwqK910VZ2hF6JBy9FSIYqrzOj4JbHnBb6CENlDHUR5WJPw==} resolution: {integrity: sha512-ob1IAhFVsAVUr5o4EAwoeQ6FOGJdiS6eYGTGQiZzJEAYSs2dX/WQ9+Xz9EPQUb93n7PMjNs38DLDfwGQ3u3dsg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
...@@ -437,8 +437,8 @@ packages: ...@@ -437,8 +437,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf-darwin-x64@1.27.1: /@bufbuild/buf-darwin-x64@1.27.2:
resolution: {integrity: sha512-aQAVHm53B2PlzMO4sAlXspsGvCl0IGGSG9xRdDa2uEvvvYlSwZeYCJZSy9l5T1W35rz1AN6Y/u9sV+ylHcmi2A==} resolution: {integrity: sha512-Kp0HBvLjeOxJtZ/j3vOulX6G3u5pa9vksVmJ5HGjhL0BZJwavh8Bd9YgrBDrTzKtTQMHxmhTSaNEgNUWkjecfw==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
...@@ -446,8 +446,8 @@ packages: ...@@ -446,8 +446,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf-linux-aarch64@1.27.1: /@bufbuild/buf-linux-aarch64@1.27.2:
resolution: {integrity: sha512-p4hX0VasF8Yd4+yAkiV5uUTaleEMWdnzDFWmBxwSjpORAXqp/By1JPH8flr2tPRGN+uIGbtXl3T2sOEsqS2gfA==} resolution: {integrity: sha512-rq+bpT+FMR1iiUvcHno1SPS4e0Ydr+F7ArIzN5cO4DKL09sBJXcaVGa7fRRlBZvNJTt3XRVtlE8LNLGH7zjBOg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -455,8 +455,8 @@ packages: ...@@ -455,8 +455,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf-linux-x64@1.27.1: /@bufbuild/buf-linux-x64@1.27.2:
resolution: {integrity: sha512-NizPSsd/Q9pfOnR9yEDKIwyYCpG1uRWixJSdraAuO6NfyiPwjZ8+F0shIWfLNptANqM7GPBC7HNc5wX380OHCA==} resolution: {integrity: sha512-t/lcJ06gELy+4hVROuoeX8Y+oXq9NrPX+UgT5WujGo21oOb8UAQETZLRefj2U4IRqYqXhTKicfOI2y8xI7CSlQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -464,8 +464,8 @@ packages: ...@@ -464,8 +464,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf-win32-arm64@1.27.1: /@bufbuild/buf-win32-arm64@1.27.2:
resolution: {integrity: sha512-WoH2cF8cQ7e2qeeoQDuvmfzW13n3blo0LdX59BFU+zUehKYBfEy7fcmuF8NmAOKhgzOXCh7mimukXpRE7kfyYw==} resolution: {integrity: sha512-rJieGmtSw4tfteW6mhjdtDDTFBbl2HBan1FnfNAOZH4ZrTwfcOO5Vn3fUMl+jPtiCpTscyzVaYHI+LvYffSdvg==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
...@@ -473,8 +473,8 @@ packages: ...@@ -473,8 +473,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf-win32-x64@1.27.1: /@bufbuild/buf-win32-x64@1.27.2:
resolution: {integrity: sha512-x3x7l+hfT71sf8bwxKME7NXPBNT+R8gObFpcEaTk6xTGPfOlbX8Y4M9C4kX2cH0oSFgkafIe+TUReCYrP3cGvA==} resolution: {integrity: sha512-x9IKCHgj6GmDGH2xlTo80l2feNU3hUeoEwLFLH4I5Qs2L1gfYIDMZGp+0Bhm5eK9CIWYtkJqeqGRIJkrJA6CfQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
...@@ -482,18 +482,18 @@ packages: ...@@ -482,18 +482,18 @@ packages:
dev: true dev: true
optional: true optional: true
/@bufbuild/buf@1.27.1: /@bufbuild/buf@1.27.2:
resolution: {integrity: sha512-PtMIFojz77V5BYmC4OR+y6IqsI3jc1b2qysPJ7vaR1jx5K94C9prGvtWEJeEI06xaffVD97VsTt0VR6gTNk+HA==} resolution: {integrity: sha512-hwZYF0DCxvmTAZIAeT/q66HYtIxnSH9jn/CVElaJA/l+Clr9zhLdfKFd1yD2lMqHpNUEeXtA8T0ABXv29NVfYQ==}
engines: {node: '>=12'} engines: {node: '>=12'}
hasBin: true hasBin: true
requiresBuild: true requiresBuild: true
optionalDependencies: optionalDependencies:
'@bufbuild/buf-darwin-arm64': 1.27.1 '@bufbuild/buf-darwin-arm64': 1.27.2
'@bufbuild/buf-darwin-x64': 1.27.1 '@bufbuild/buf-darwin-x64': 1.27.2
'@bufbuild/buf-linux-aarch64': 1.27.1 '@bufbuild/buf-linux-aarch64': 1.27.2
'@bufbuild/buf-linux-x64': 1.27.1 '@bufbuild/buf-linux-x64': 1.27.2
'@bufbuild/buf-win32-arm64': 1.27.1 '@bufbuild/buf-win32-arm64': 1.27.2
'@bufbuild/buf-win32-x64': 1.27.1 '@bufbuild/buf-win32-x64': 1.27.2
dev: true dev: true
/@emotion/babel-plugin@11.11.0: /@emotion/babel-plugin@11.11.0:
...@@ -536,7 +536,7 @@ packages: ...@@ -536,7 +536,7 @@ packages:
resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==} resolution: {integrity: sha512-W2P2c/VRW1/1tLox0mVUalvnWXxavmv/Oum2aPsRcoDJuob75FC3Y8FbpfLwUegRcxINtGUMPq0tFCvYNTBXNA==}
dev: false dev: false
/@emotion/react@11.11.1(@types/react@18.2.31)(react@18.2.0): /@emotion/react@11.11.1(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==} resolution: {integrity: sha512-5mlW1DquU5HaxjLkfkGN1GA/fvVGdyHURRiX/0FHl2cfIfRxSOfmxEH5YS43edp0OldZrZ+dkBKbngxcNCdZvA==}
peerDependencies: peerDependencies:
'@types/react': '*' '@types/react': '*'
...@@ -552,7 +552,7 @@ packages: ...@@ -552,7 +552,7 @@ packages:
'@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
'@emotion/utils': 1.2.1 '@emotion/utils': 1.2.1
'@emotion/weak-memoize': 0.3.1 '@emotion/weak-memoize': 0.3.1
'@types/react': 18.2.31 '@types/react': 18.2.33
hoist-non-react-statics: 3.3.2 hoist-non-react-statics: 3.3.2
react: 18.2.0 react: 18.2.0
dev: false dev: false
...@@ -571,7 +571,7 @@ packages: ...@@ -571,7 +571,7 @@ packages:
resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==} resolution: {integrity: sha512-0QBtGvaqtWi+nx6doRwDdBIzhNdZrXUppvTM4dtZZWEGTXL/XE/yJxLMGlDT1Gt+UHH5IX1n+jkXyytE/av7OA==}
dev: false dev: false
/@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.31)(react@18.2.0): /@emotion/styled@11.11.0(@emotion/react@11.11.1)(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==} resolution: {integrity: sha512-hM5Nnvu9P3midq5aaXj4I+lnSfNi7Pmd4EWk1fOZ3pxookaQTNew6bp4JaCBYM4HVFZF9g7UjJmsUmC2JlxOng==}
peerDependencies: peerDependencies:
'@emotion/react': ^11.0.0-rc.0 '@emotion/react': ^11.0.0-rc.0
...@@ -584,11 +584,11 @@ packages: ...@@ -584,11 +584,11 @@ packages:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@emotion/babel-plugin': 11.11.0 '@emotion/babel-plugin': 11.11.0
'@emotion/is-prop-valid': 1.2.1 '@emotion/is-prop-valid': 1.2.1
'@emotion/react': 11.11.1(@types/react@18.2.31)(react@18.2.0) '@emotion/react': 11.11.1(@types/react@18.2.33)(react@18.2.0)
'@emotion/serialize': 1.1.2 '@emotion/serialize': 1.1.2
'@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0) '@emotion/use-insertion-effect-with-fallbacks': 1.0.1(react@18.2.0)
'@emotion/utils': 1.2.1 '@emotion/utils': 1.2.1
'@types/react': 18.2.31 '@types/react': 18.2.33
react: 18.2.0 react: 18.2.0
dev: false dev: false
...@@ -820,8 +820,8 @@ packages: ...@@ -820,8 +820,8 @@ packages:
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
dev: true dev: true
/@eslint-community/regexpp@4.9.1: /@eslint-community/regexpp@4.10.0:
resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==}
engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0}
dev: true dev: true
...@@ -938,8 +938,8 @@ packages: ...@@ -938,8 +938,8 @@ packages:
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mui/base@5.0.0-beta.18(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0): /@mui/base@5.0.0-beta.21(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-e9ZCy/ndhyt5MTshAS3qAUy/40UiO0jX+kAo6a+XirrPJE+rrQW+mKPSI0uyp+5z4Vh+z0pvNoJ2S2gSrNz3BQ==} resolution: {integrity: sha512-eTKWx3WV/nwmRUK4z4K1MzlMyWCsi3WJ3RtV4DiXZeRh4qd4JCyp1Zzzi8Wv9xM4dEBmqQntFoei716PzwmFfA==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 '@types/react': ^17.0.0 || ^18.0.0
...@@ -951,22 +951,22 @@ packages: ...@@ -951,22 +951,22 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0) '@floating-ui/react-dom': 2.0.2(react-dom@18.2.0)(react@18.2.0)
'@mui/types': 7.2.6(@types/react@18.2.31) '@mui/types': 7.2.7(@types/react@18.2.33)
'@mui/utils': 5.14.14(@types/react@18.2.31)(react@18.2.0) '@mui/utils': 5.14.15(@types/react@18.2.33)(react@18.2.0)
'@popperjs/core': 2.11.8 '@popperjs/core': 2.11.8
'@types/react': 18.2.31 '@types/react': 18.2.33
clsx: 2.0.0 clsx: 2.0.0
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/@mui/core-downloads-tracker@5.14.14: /@mui/core-downloads-tracker@5.14.15:
resolution: {integrity: sha512-Rw/xKiTOUgXD8hdKqj60aC6QcGprMipG7ne2giK6Mz7b4PlhL/xog9xLeclY3BxsRLkZQ05egFnIEY1CSibTbw==} resolution: {integrity: sha512-ZCDzBWtCKjAYAlKKM3PA/jG/3uVIDT9ZitOtVixIVmTCQyc5jSV1qhJX8+qIGz4RQZ9KLzPWO2tXd0O5hvzouQ==}
dev: false dev: false
/@mui/joy@5.0.0-beta.9(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0): /@mui/joy@5.0.0-beta.12(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-DLZA93n/h9E0ixArHSjrToD3IZl2FRKwPfNoDYCRyezF57Azv6B8I7y03GW6DHIcL081v/xlu3XRJn33gF6Vog==} resolution: {integrity: sha512-e5G9EGkxiCXWNFbSdo4V4TzqjwDqlgMbCHygzFlBwrgY1pn4jBxC5NZe4btq2CREpAi9nZlCeYgHd3ejKYBGBg==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@emotion/react': ^11.5.0 '@emotion/react': ^11.5.0
...@@ -983,22 +983,22 @@ packages: ...@@ -983,22 +983,22 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@emotion/react': 11.11.1(@types/react@18.2.31)(react@18.2.0) '@emotion/react': 11.11.1(@types/react@18.2.33)(react@18.2.0)
'@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.31)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.33)(react@18.2.0)
'@mui/base': 5.0.0-beta.18(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0) '@mui/base': 5.0.0-beta.21(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0)
'@mui/core-downloads-tracker': 5.14.14 '@mui/core-downloads-tracker': 5.14.15
'@mui/system': 5.14.14(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.31)(react@18.2.0) '@mui/system': 5.14.15(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.33)(react@18.2.0)
'@mui/types': 7.2.6(@types/react@18.2.31) '@mui/types': 7.2.7(@types/react@18.2.33)
'@mui/utils': 5.14.14(@types/react@18.2.31)(react@18.2.0) '@mui/utils': 5.14.15(@types/react@18.2.33)(react@18.2.0)
'@types/react': 18.2.31 '@types/react': 18.2.33
clsx: 2.0.0 clsx: 2.0.0
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
react-dom: 18.2.0(react@18.2.0) react-dom: 18.2.0(react@18.2.0)
dev: false dev: false
/@mui/private-theming@5.14.14(@types/react@18.2.31)(react@18.2.0): /@mui/private-theming@5.14.15(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-n77au3CQj9uu16hak2Y+rvbGSBaJKxziG/gEbOLVGrAuqZ+ycVSkorCfN6Y/4XgYOpG/xvmuiY3JwhAEOzY3iA==} resolution: {integrity: sha512-V2Xh+Tu6A07NoSpup0P9m29GwvNMYl5DegsGWqlOTJyAV7cuuVjmVPqxgvL8xBng4R85xqIQJRMjtYYktoPNuQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 '@types/react': ^17.0.0 || ^18.0.0
...@@ -1008,14 +1008,14 @@ packages: ...@@ -1008,14 +1008,14 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@mui/utils': 5.14.14(@types/react@18.2.31)(react@18.2.0) '@mui/utils': 5.14.15(@types/react@18.2.33)(react@18.2.0)
'@types/react': 18.2.31 '@types/react': 18.2.33
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mui/styled-engine@5.14.14(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0): /@mui/styled-engine@5.14.15(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0):
resolution: {integrity: sha512-sF3DS2PVG+cFWvkVHQQaGFpL1h6gSwOW3L91pdxPLQDHDZ5mZ/X0SlXU5XA+WjypoysG4urdAQC7CH/BRvUiqg==} resolution: {integrity: sha512-mbOjRf867BysNpexe5Z/P8s3bWzDPNowmKhi7gtNDP/LPEeqAfiDSuC4WPTXmtvse1dCl30Nl755OLUYuoi7Mw==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@emotion/react': ^11.4.1 '@emotion/react': ^11.4.1
...@@ -1029,15 +1029,15 @@ packages: ...@@ -1029,15 +1029,15 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@emotion/cache': 11.11.0 '@emotion/cache': 11.11.0
'@emotion/react': 11.11.1(@types/react@18.2.31)(react@18.2.0) '@emotion/react': 11.11.1(@types/react@18.2.33)(react@18.2.0)
'@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.31)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.33)(react@18.2.0)
csstype: 3.1.2 csstype: 3.1.2
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mui/system@5.14.14(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.31)(react@18.2.0): /@mui/system@5.14.15(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-y4InFmCgGGWXnz+iK4jRTWVikY0HgYnABjz4wgiUgEa2W1H8M4ow+27BegExUWPkj4TWthQ2qG9FOGSMtI+PKA==} resolution: {integrity: sha512-zr0Gdk1RgKiEk+tCMB900LaOpEC8NaGvxtkmMdL/CXgkqQZSVZOt2PQsxJWaw7kE4YVkIe4VukFVc43qcq9u3w==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@emotion/react': ^11.5.0 '@emotion/react': ^11.5.0
...@@ -1053,32 +1053,32 @@ packages: ...@@ -1053,32 +1053,32 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@emotion/react': 11.11.1(@types/react@18.2.31)(react@18.2.0) '@emotion/react': 11.11.1(@types/react@18.2.33)(react@18.2.0)
'@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.31)(react@18.2.0) '@emotion/styled': 11.11.0(@emotion/react@11.11.1)(@types/react@18.2.33)(react@18.2.0)
'@mui/private-theming': 5.14.14(@types/react@18.2.31)(react@18.2.0) '@mui/private-theming': 5.14.15(@types/react@18.2.33)(react@18.2.0)
'@mui/styled-engine': 5.14.14(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0) '@mui/styled-engine': 5.14.15(@emotion/react@11.11.1)(@emotion/styled@11.11.0)(react@18.2.0)
'@mui/types': 7.2.6(@types/react@18.2.31) '@mui/types': 7.2.7(@types/react@18.2.33)
'@mui/utils': 5.14.14(@types/react@18.2.31)(react@18.2.0) '@mui/utils': 5.14.15(@types/react@18.2.33)(react@18.2.0)
'@types/react': 18.2.31 '@types/react': 18.2.33
clsx: 2.0.0 clsx: 2.0.0
csstype: 3.1.2 csstype: 3.1.2
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
dev: false dev: false
/@mui/types@7.2.6(@types/react@18.2.31): /@mui/types@7.2.7(@types/react@18.2.33):
resolution: {integrity: sha512-7sjLQrUmBwufm/M7jw/quNiPK/oor2+pGUQP2CULRcFCArYTq78oJ3D5esTaL0UMkXKJvDqXn6Ike69yAOBQng==} resolution: {integrity: sha512-sofpWmcBqOlTzRbr1cLQuUDKaUYVZTw8ENQrtL39TECRNENEzwgnNPh6WMfqMZlMvf1Aj9DLg74XPjnLr0izUQ==}
peerDependencies: peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 '@types/react': ^17.0.0 || ^18.0.0
peerDependenciesMeta: peerDependenciesMeta:
'@types/react': '@types/react':
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.31 '@types/react': 18.2.33
dev: false dev: false
/@mui/utils@5.14.14(@types/react@18.2.31)(react@18.2.0): /@mui/utils@5.14.15(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-3AKp8uksje5sRfVrtgG9Q/2TBsHWVBUtA0NaXliZqGcXo8J+A+Agp0qUW2rJ+ivgPWTCCubz9FZVT2IQZ3bGsw==} resolution: {integrity: sha512-QBfHovAvTa0J1jXuYDaXGk+Yyp7+Fm8GSqx6nK2JbezGqzCFfirNdop/+bL9Flh/OQ/64PeXcW4HGDdOge+n3A==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
'@types/react': ^17.0.0 || ^18.0.0 '@types/react': ^17.0.0 || ^18.0.0
...@@ -1089,7 +1089,7 @@ packages: ...@@ -1089,7 +1089,7 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@types/prop-types': 15.7.9 '@types/prop-types': 15.7.9
'@types/react': 18.2.31 '@types/react': 18.2.33
prop-types: 15.8.1 prop-types: 15.8.1
react: 18.2.0 react: 18.2.0
react-is: 18.2.0 react-is: 18.2.0
...@@ -1173,7 +1173,7 @@ packages: ...@@ -1173,7 +1173,7 @@ packages:
dependencies: dependencies:
immer: 9.0.21 immer: 9.0.21
react: 18.2.0 react: 18.2.0
react-redux: 8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1) react-redux: 8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1)
redux: 4.2.1 redux: 4.2.1
redux-thunk: 2.4.2(redux@4.2.1) redux-thunk: 2.4.2(redux@4.2.1)
reselect: 4.1.8 reselect: 4.1.8
...@@ -1184,8 +1184,8 @@ packages: ...@@ -1184,8 +1184,8 @@ packages:
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
dev: false dev: false
/@swc/core-darwin-arm64@1.3.93: /@swc/core-darwin-arm64@1.3.95:
resolution: {integrity: sha512-gEKgk7FVIgltnIfDO6GntyuQBBlAYg5imHpRgLxB1zSI27ijVVkksc6QwISzFZAhKYaBWIsFSVeL9AYSziAF7A==} resolution: {integrity: sha512-VAuBAP3MNetO/yBIBzvorUXq7lUBwhfpJxYViSxyluMwtoQDhE/XWN598TWMwMl1ZuImb56d7eUsuFdjgY7pJw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
...@@ -1193,8 +1193,8 @@ packages: ...@@ -1193,8 +1193,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-darwin-x64@1.3.93: /@swc/core-darwin-x64@1.3.95:
resolution: {integrity: sha512-ZQPxm/fXdDQtn3yrYSL/gFfA8OfZ5jTi33yFQq6vcg/Y8talpZ+MgdSlYM0FkLrZdMTYYTNFiuBQuuvkA+av+Q==} resolution: {integrity: sha512-20vF2rvUsN98zGLZc+dsEdHvLoCuiYq/1B+TDeE4oolgTFDmI1jKO+m44PzWjYtKGU9QR95sZ6r/uec0QC5O4Q==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
...@@ -1202,8 +1202,8 @@ packages: ...@@ -1202,8 +1202,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm-gnueabihf@1.3.93: /@swc/core-linux-arm-gnueabihf@1.3.95:
resolution: {integrity: sha512-OYFMMI2yV+aNe3wMgYhODxHdqUB/jrK0SEMHHS44GZpk8MuBXEF+Mcz4qjkY5Q1EH7KVQqXb/gVWwdgTHpjM2A==} resolution: {integrity: sha512-oEudEM8PST1MRNGs+zu0cx5i9uP8TsLE4/L9HHrS07Ck0RJ3DCj3O2fU832nmLe2QxnAGPwBpSO9FntLfOiWEQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
...@@ -1211,8 +1211,8 @@ packages: ...@@ -1211,8 +1211,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm64-gnu@1.3.93: /@swc/core-linux-arm64-gnu@1.3.95:
resolution: {integrity: sha512-BT4dT78odKnJMNiq5HdjBsv29CiIdcCcImAPxeFqAeFw1LL6gh9nzI8E96oWc+0lVT5lfhoesCk4Qm7J6bty8w==} resolution: {integrity: sha512-pIhFI+cuC1aYg+0NAPxwT/VRb32f2ia8oGxUjQR6aJg65gLkUYQzdwuUmpMtFR2WVf7WVFYxUnjo4UyMuyh3ng==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -1220,8 +1220,8 @@ packages: ...@@ -1220,8 +1220,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-arm64-musl@1.3.93: /@swc/core-linux-arm64-musl@1.3.95:
resolution: {integrity: sha512-yH5fWEl1bktouC0mhh0Chuxp7HEO4uCtS/ly1Vmf18gs6wZ8DOOkgAEVv2dNKIryy+Na++ljx4Ym7C8tSJTrLw==} resolution: {integrity: sha512-ZpbTr+QZDT4OPJfjPAmScqdKKaT+wGurvMU5AhxLaf85DuL8HwUwwlL0n1oLieLc47DwIJEMuKQkYhXMqmJHlg==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
...@@ -1229,8 +1229,8 @@ packages: ...@@ -1229,8 +1229,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-x64-gnu@1.3.93: /@swc/core-linux-x64-gnu@1.3.95:
resolution: {integrity: sha512-OFUdx64qvrGJhXKEyxosHxgoUVgba2ztYh7BnMiU5hP8lbI8G13W40J0SN3CmFQwPP30+3oEbW7LWzhKEaYjlg==} resolution: {integrity: sha512-n9SuHEFtdfSJ+sHdNXNRuIOVprB8nbsz+08apKfdo4lEKq6IIPBBAk5kVhPhkjmg2dFVHVo4Tr/OHXM1tzWCCw==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -1238,8 +1238,8 @@ packages: ...@@ -1238,8 +1238,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-linux-x64-musl@1.3.93: /@swc/core-linux-x64-musl@1.3.95:
resolution: {integrity: sha512-4B8lSRwEq1XYm6xhxHhvHmKAS7pUp1Q7E33NQ2TlmFhfKvCOh86qvThcjAOo57x8DRwmpvEVrqvpXtYagMN6Ig==} resolution: {integrity: sha512-L1JrVlsXU3LC0WwmVnMK9HrOT2uhHahAoPNMJnZQpc18a0paO9fqifPG8M/HjNRffMUXR199G/phJsf326UvVg==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
...@@ -1247,8 +1247,8 @@ packages: ...@@ -1247,8 +1247,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-arm64-msvc@1.3.93: /@swc/core-win32-arm64-msvc@1.3.95:
resolution: {integrity: sha512-BHShlxtkven8ZjjvZ5QR6sC5fZCJ9bMujEkiha6W4cBUTY7ce7qGFyHmQd+iPC85d9kD/0cCiX/Xez8u0BhO7w==} resolution: {integrity: sha512-YaP4x/aZbUyNdqCBpC2zL8b8n58MEpOUpmOIZK6G1SxGi+2ENht7gs7+iXpWPc0sy7X3YPKmSWMAuui0h8lgAA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
...@@ -1256,8 +1256,8 @@ packages: ...@@ -1256,8 +1256,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-ia32-msvc@1.3.93: /@swc/core-win32-ia32-msvc@1.3.95:
resolution: {integrity: sha512-nEwNWnz4JzYAK6asVvb92yeylfxMYih7eMQOnT7ZVlZN5ba9WF29xJ6kcQKs9HRH6MvWhz9+wRgv3FcjlU6HYA==} resolution: {integrity: sha512-w0u3HI916zT4BC/57gOd+AwAEjXeUlQbGJ9H4p/gzs1zkSHtoDQghVUNy3n/ZKp9KFod/95cA8mbVF9t1+6epQ==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
...@@ -1265,8 +1265,8 @@ packages: ...@@ -1265,8 +1265,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core-win32-x64-msvc@1.3.93: /@swc/core-win32-x64-msvc@1.3.95:
resolution: {integrity: sha512-jibQ0zUr4kwJaQVwgmH+svS04bYTPnPw/ZkNInzxS+wFAtzINBYcU8s2PMWbDb2NGYiRSEeoSGyAvS9H+24JFA==} resolution: {integrity: sha512-5RGnMt0S6gg4Gc6QtPUJ3Qs9Un4sKqccEzgH/tj7V/DVTJwKdnBKxFZfgQ34OR2Zpz7zGOn889xwsFVXspVWNA==}
engines: {node: '>=10'} engines: {node: '>=10'}
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
...@@ -1274,8 +1274,8 @@ packages: ...@@ -1274,8 +1274,8 @@ packages:
dev: true dev: true
optional: true optional: true
/@swc/core@1.3.93: /@swc/core@1.3.95:
resolution: {integrity: sha512-690GRr1wUGmGYZHk7fUduX/JUwViMF2o74mnZYIWEcJaCcd9MQfkhsxPBtjeg6tF+h266/Cf3RPYhsFBzzxXcA==} resolution: {integrity: sha512-PMrNeuqIusq9DPDooV3FfNEbZuTu5jKAc04N3Hm6Uk2Fl49cqElLFQ4xvl4qDmVDz97n3n/C1RE0/f6WyGPEiA==}
engines: {node: '>=10'} engines: {node: '>=10'}
requiresBuild: true requiresBuild: true
peerDependencies: peerDependencies:
...@@ -1287,16 +1287,16 @@ packages: ...@@ -1287,16 +1287,16 @@ packages:
'@swc/counter': 0.1.2 '@swc/counter': 0.1.2
'@swc/types': 0.1.5 '@swc/types': 0.1.5
optionalDependencies: optionalDependencies:
'@swc/core-darwin-arm64': 1.3.93 '@swc/core-darwin-arm64': 1.3.95
'@swc/core-darwin-x64': 1.3.93 '@swc/core-darwin-x64': 1.3.95
'@swc/core-linux-arm-gnueabihf': 1.3.93 '@swc/core-linux-arm-gnueabihf': 1.3.95
'@swc/core-linux-arm64-gnu': 1.3.93 '@swc/core-linux-arm64-gnu': 1.3.95
'@swc/core-linux-arm64-musl': 1.3.93 '@swc/core-linux-arm64-musl': 1.3.95
'@swc/core-linux-x64-gnu': 1.3.93 '@swc/core-linux-x64-gnu': 1.3.95
'@swc/core-linux-x64-musl': 1.3.93 '@swc/core-linux-x64-musl': 1.3.95
'@swc/core-win32-arm64-msvc': 1.3.93 '@swc/core-win32-arm64-msvc': 1.3.95
'@swc/core-win32-ia32-msvc': 1.3.93 '@swc/core-win32-ia32-msvc': 1.3.95
'@swc/core-win32-x64-msvc': 1.3.93 '@swc/core-win32-x64-msvc': 1.3.95
dev: true dev: true
/@swc/counter@0.1.2: /@swc/counter@0.1.2:
...@@ -1307,12 +1307,12 @@ packages: ...@@ -1307,12 +1307,12 @@ packages:
resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==} resolution: {integrity: sha512-myfUej5naTBWnqOCc/MdVOLVjXUXtIA+NpDrDBKJtLLg2shUjBu3cZmB/85RyitKc55+lUUyl7oRfLOvkr2hsw==}
dev: true dev: true
/@tailwindcss/container-queries@0.1.1(tailwindcss@3.3.3): /@tailwindcss/container-queries@0.1.1(tailwindcss@3.3.5):
resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==} resolution: {integrity: sha512-p18dswChx6WnTSaJCSGx6lTmrGzNNvm2FtXmiO6AuA1V4U5REyoqwmT6kgAsIMdjo07QdAfYXHJ4hnMtfHzWgA==}
peerDependencies: peerDependencies:
tailwindcss: '>=3.2.0' tailwindcss: '>=3.2.0'
dependencies: dependencies:
tailwindcss: 3.3.3 tailwindcss: 3.3.5
dev: false dev: false
/@trivago/prettier-plugin-sort-imports@3.4.0(prettier@2.6.2): /@trivago/prettier-plugin-sort-imports@3.4.0(prettier@2.6.2):
...@@ -1325,7 +1325,7 @@ packages: ...@@ -1325,7 +1325,7 @@ packages:
'@babel/parser': 7.18.9 '@babel/parser': 7.18.9
'@babel/traverse': 7.17.3 '@babel/traverse': 7.17.3
'@babel/types': 7.17.0 '@babel/types': 7.17.0
'@vue/compiler-sfc': 3.3.6 '@vue/compiler-sfc': 3.3.7
javascript-natural-sort: 0.7.1 javascript-natural-sort: 0.7.1
lodash: 4.17.21 lodash: 4.17.21
prettier: 2.6.2 prettier: 2.6.2
...@@ -1336,7 +1336,7 @@ packages: ...@@ -1336,7 +1336,7 @@ packages:
/@types/hoist-non-react-statics@3.3.4: /@types/hoist-non-react-statics@3.3.4:
resolution: {integrity: sha512-ZchYkbieA+7tnxwX/SCBySx9WwvWR8TaP5tb2jRAzwvLb/rWchGw3v0w3pqUbUvj0GCwW2Xz/AVPSk6kUGctXQ==} resolution: {integrity: sha512-ZchYkbieA+7tnxwX/SCBySx9WwvWR8TaP5tb2jRAzwvLb/rWchGw3v0w3pqUbUvj0GCwW2Xz/AVPSk6kUGctXQ==}
dependencies: dependencies:
'@types/react': 18.2.31 '@types/react': 18.2.33
hoist-non-react-statics: 3.3.2 hoist-non-react-statics: 3.3.2
dev: false dev: false
...@@ -1362,8 +1362,10 @@ packages: ...@@ -1362,8 +1362,10 @@ packages:
resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==} resolution: {integrity: sha512-YI/M/4HRImtNf3pJgbF+W6FrXovqj+T+/HpENLTooK9PnkacBsDpeP3IpHab40CClUfhNmdM2WTNP2sa2dni5Q==}
dev: true dev: true
/@types/node@18.18.6: /@types/node@18.18.7:
resolution: {integrity: sha512-wf3Vz+jCmOQ2HV1YUJuCWdL64adYxumkrxtc+H1VUQlnQI04+5HtH+qZCOE21lBE7gIrt+CwX2Wv8Acrw5Ak6w==} resolution: {integrity: sha512-bw+lEsxis6eqJYW8Ql6+yTqkE6RuFtsQPSe5JxXbqYRFQEER5aJA9a5UH9igqDWm3X4iLHIKOHlnAXLM4mi7uQ==}
dependencies:
undici-types: 5.26.5
/@types/parse-json@4.0.1: /@types/parse-json@4.0.1:
resolution: {integrity: sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng==} resolution: {integrity: sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng==}
...@@ -1379,10 +1381,10 @@ packages: ...@@ -1379,10 +1381,10 @@ packages:
/@types/react-dom@18.2.14: /@types/react-dom@18.2.14:
resolution: {integrity: sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==} resolution: {integrity: sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==}
dependencies: dependencies:
'@types/react': 18.2.31 '@types/react': 18.2.33
/@types/react@18.2.31: /@types/react@18.2.33:
resolution: {integrity: sha512-c2UnPv548q+5DFh03y8lEDeMfDwBn9G3dRwfkrxQMo/dOtRHUUO57k6pHvBIfH/VF4Nh+98mZ5aaSe+2echD5g==} resolution: {integrity: sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==}
dependencies: dependencies:
'@types/prop-types': 15.7.9 '@types/prop-types': 15.7.9
'@types/scheduler': 0.16.5 '@types/scheduler': 0.16.5
...@@ -1418,7 +1420,7 @@ packages: ...@@ -1418,7 +1420,7 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.10.0
'@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2) '@typescript-eslint/parser': 6.9.0(eslint@8.52.0)(typescript@5.2.2)
'@typescript-eslint/scope-manager': 6.9.0 '@typescript-eslint/scope-manager': 6.9.0
'@typescript-eslint/type-utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2) '@typescript-eslint/type-utils': 6.9.0(eslint@8.52.0)(typescript@5.2.2)
...@@ -1547,62 +1549,62 @@ packages: ...@@ -1547,62 +1549,62 @@ packages:
peerDependencies: peerDependencies:
vite: ^4 vite: ^4
dependencies: dependencies:
'@swc/core': 1.3.93 '@swc/core': 1.3.95
vite: 4.5.0(@types/node@18.18.6)(less@4.2.0)(terser@5.22.0) vite: 4.5.0(@types/node@18.18.7)(less@4.2.0)(terser@5.22.0)
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/helpers' - '@swc/helpers'
dev: true dev: true
/@vue/compiler-core@3.3.6: /@vue/compiler-core@3.3.7:
resolution: {integrity: sha512-2JNjemwaNwf+MkkatATVZi7oAH1Hx0B04DdPH3ZoZ8vKC1xZVP7nl4HIsk8XYd3r+/52sqqoz9TWzYc3yE9dqA==} resolution: {integrity: sha512-pACdY6YnTNVLXsB86YD8OF9ihwpolzhhtdLVHhBL6do/ykr6kKXNYABRtNMGrsQXpEXXyAdwvWWkuTbs4MFtPQ==}
dependencies: dependencies:
'@babel/parser': 7.23.0 '@babel/parser': 7.23.0
'@vue/shared': 3.3.6 '@vue/shared': 3.3.7
estree-walker: 2.0.2 estree-walker: 2.0.2
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true dev: true
/@vue/compiler-dom@3.3.6: /@vue/compiler-dom@3.3.7:
resolution: {integrity: sha512-1MxXcJYMHiTPexjLAJUkNs/Tw2eDf2tY3a0rL+LfuWyiKN2s6jvSwywH3PWD8bKICjfebX3GWx2Os8jkRDq3Ng==} resolution: {integrity: sha512-0LwkyJjnUPssXv/d1vNJ0PKfBlDoQs7n81CbO6Q0zdL7H1EzqYRrTVXDqdBVqro0aJjo/FOa1qBAPVI4PGSHBw==}
dependencies: dependencies:
'@vue/compiler-core': 3.3.6 '@vue/compiler-core': 3.3.7
'@vue/shared': 3.3.6 '@vue/shared': 3.3.7
dev: true dev: true
/@vue/compiler-sfc@3.3.6: /@vue/compiler-sfc@3.3.7:
resolution: {integrity: sha512-/Kms6du2h1VrXFreuZmlvQej8B1zenBqIohP0690IUBkJjsFvJxY0crcvVRJ0UhMgSR9dewB+khdR1DfbpArJA==} resolution: {integrity: sha512-7pfldWy/J75U/ZyYIXRVqvLRw3vmfxDo2YLMwVtWVNew8Sm8d6wodM+OYFq4ll/UxfqVr0XKiVwti32PCrruAw==}
dependencies: dependencies:
'@babel/parser': 7.23.0 '@babel/parser': 7.23.0
'@vue/compiler-core': 3.3.6 '@vue/compiler-core': 3.3.7
'@vue/compiler-dom': 3.3.6 '@vue/compiler-dom': 3.3.7
'@vue/compiler-ssr': 3.3.6 '@vue/compiler-ssr': 3.3.7
'@vue/reactivity-transform': 3.3.6 '@vue/reactivity-transform': 3.3.7
'@vue/shared': 3.3.6 '@vue/shared': 3.3.7
estree-walker: 2.0.2 estree-walker: 2.0.2
magic-string: 0.30.5 magic-string: 0.30.5
postcss: 8.4.31 postcss: 8.4.31
source-map-js: 1.0.2 source-map-js: 1.0.2
dev: true dev: true
/@vue/compiler-ssr@3.3.6: /@vue/compiler-ssr@3.3.7:
resolution: {integrity: sha512-QTIHAfDCHhjXlYGkUg5KH7YwYtdUM1vcFl/FxFDlD6d0nXAmnjizka3HITp8DGudzHndv2PjKVS44vqqy0vP4w==} resolution: {integrity: sha512-TxOfNVVeH3zgBc82kcUv+emNHo+vKnlRrkv8YvQU5+Y5LJGJwSNzcmLUoxD/dNzv0bhQ/F0s+InlgV0NrApJZg==}
dependencies: dependencies:
'@vue/compiler-dom': 3.3.6 '@vue/compiler-dom': 3.3.7
'@vue/shared': 3.3.6 '@vue/shared': 3.3.7
dev: true dev: true
/@vue/reactivity-transform@3.3.6: /@vue/reactivity-transform@3.3.7:
resolution: {integrity: sha512-RlJl4dHfeO7EuzU1iJOsrlqWyJfHTkJbvYz/IOJWqu8dlCNWtxWX377WI0VsbAgBizjwD+3ZjdnvSyyFW1YVng==} resolution: {integrity: sha512-APhRmLVbgE1VPGtoLQoWBJEaQk4V8JUsqrQihImVqKT+8U6Qi3t5ATcg4Y9wGAPb3kIhetpufyZ1RhwbZCIdDA==}
dependencies: dependencies:
'@babel/parser': 7.23.0 '@babel/parser': 7.23.0
'@vue/compiler-core': 3.3.6 '@vue/compiler-core': 3.3.7
'@vue/shared': 3.3.6 '@vue/shared': 3.3.7
estree-walker: 2.0.2 estree-walker: 2.0.2
magic-string: 0.30.5 magic-string: 0.30.5
dev: true dev: true
/@vue/shared@3.3.6: /@vue/shared@3.3.7:
resolution: {integrity: sha512-Xno5pEqg8SVhomD0kTSmfh30ZEmV/+jZtyh39q6QflrjdJCXah5lrnOLi9KB6a5k5aAHXMXjoMnxlzUkCNfWLQ==} resolution: {integrity: sha512-N/tbkINRUDExgcPTBvxNkvHGu504k8lzlNQRITVnm6YjOjwa4r0nnbd4Jb01sNpur5hAllyRJzSK5PvB9PPwRg==}
dev: true dev: true
/@xobotyi/scrollbar-width@1.9.5: /@xobotyi/scrollbar-width@1.9.5:
...@@ -1613,16 +1615,16 @@ packages: ...@@ -1613,16 +1615,16 @@ packages:
resolution: {integrity: sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==} resolution: {integrity: sha512-VtUwTNU8fpMwvWGn4xE93ywbogTYsuT+AUxAXOeelbXuQVIwNmC5YLeho9sH4vZ4ITW8414TTAOG1nW6uIVHCA==}
dev: false dev: false
/acorn-jsx@5.3.2(acorn@8.10.0): /acorn-jsx@5.3.2(acorn@8.11.2):
resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==}
peerDependencies: peerDependencies:
acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies: dependencies:
acorn: 8.10.0 acorn: 8.11.2
dev: true dev: true
/acorn@8.10.0: /acorn@8.11.2:
resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==}
engines: {node: '>=0.4.0'} engines: {node: '>=0.4.0'}
hasBin: true hasBin: true
dev: true dev: true
...@@ -1687,8 +1689,8 @@ packages: ...@@ -1687,8 +1689,8 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
is-string: 1.0.7 is-string: 1.0.7
dev: true dev: true
...@@ -1703,8 +1705,8 @@ packages: ...@@ -1703,8 +1705,8 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
es-shim-unscopables: 1.0.0 es-shim-unscopables: 1.0.2
dev: true dev: true
/array.prototype.flatmap@1.3.2: /array.prototype.flatmap@1.3.2:
...@@ -1713,8 +1715,8 @@ packages: ...@@ -1713,8 +1715,8 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
es-shim-unscopables: 1.0.0 es-shim-unscopables: 1.0.2
dev: true dev: true
/array.prototype.tosorted@1.1.2: /array.prototype.tosorted@1.1.2:
...@@ -1722,9 +1724,9 @@ packages: ...@@ -1722,9 +1724,9 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
es-shim-unscopables: 1.0.0 es-shim-unscopables: 1.0.2
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
dev: true dev: true
/arraybuffer.prototype.slice@1.0.2: /arraybuffer.prototype.slice@1.0.2:
...@@ -1734,8 +1736,8 @@ packages: ...@@ -1734,8 +1736,8 @@ packages:
array-buffer-byte-length: 1.0.0 array-buffer-byte-length: 1.0.0
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
is-array-buffer: 3.0.2 is-array-buffer: 3.0.2
is-shared-array-buffer: 1.0.2 is-shared-array-buffer: 1.0.2
dev: true dev: true
...@@ -1758,7 +1760,7 @@ packages: ...@@ -1758,7 +1760,7 @@ packages:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.22.1 browserslist: 4.22.1
caniuse-lite: 1.0.30001551 caniuse-lite: 1.0.30001555
fraction.js: 4.3.7 fraction.js: 4.3.7
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -1814,8 +1816,8 @@ packages: ...@@ -1814,8 +1816,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001551 caniuse-lite: 1.0.30001555
electron-to-chromium: 1.4.563 electron-to-chromium: 1.4.569
node-releases: 2.0.13 node-releases: 2.0.13
update-browserslist-db: 1.0.13(browserslist@4.22.1) update-browserslist-db: 1.0.13(browserslist@4.22.1)
dev: true dev: true
...@@ -1828,7 +1830,7 @@ packages: ...@@ -1828,7 +1830,7 @@ packages:
resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==}
dependencies: dependencies:
function-bind: 1.1.2 function-bind: 1.1.2
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
set-function-length: 1.1.1 set-function-length: 1.1.1
dev: true dev: true
...@@ -1841,8 +1843,8 @@ packages: ...@@ -1841,8 +1843,8 @@ packages:
engines: {node: '>= 6'} engines: {node: '>= 6'}
dev: false dev: false
/caniuse-lite@1.0.30001551: /caniuse-lite@1.0.30001555:
resolution: {integrity: sha512-vtBAez47BoGMMzlbYhfXrMV1kvRF2WP/lqiMuDu1Sb4EE4LKEgjopFDSRtZfdVnslNRpOqV/woE+Xgrwj6VQlg==} resolution: {integrity: sha512-NzbUFKUnJ3DTcq6YyZB6+qqhfD112uR3uoEnkmfzm2wVzUNsFkU7AwBjKQ654Sp5cau0JxhFyRSn/tQZ+XfygA==}
dev: true dev: true
/chalk@2.4.2: /chalk@2.4.2:
...@@ -2019,9 +2021,9 @@ packages: ...@@ -2019,9 +2021,9 @@ packages:
resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
gopd: 1.0.1 gopd: 1.0.1
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.1
dev: true dev: true
/define-properties@1.2.1: /define-properties@1.2.1:
...@@ -2029,7 +2031,7 @@ packages: ...@@ -2029,7 +2031,7 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
define-data-property: 1.1.1 define-data-property: 1.1.1
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.1
object-keys: 1.1.1 object-keys: 1.1.1
dev: true dev: true
...@@ -2067,8 +2069,8 @@ packages: ...@@ -2067,8 +2069,8 @@ packages:
esutils: 2.0.3 esutils: 2.0.3
dev: true dev: true
/electron-to-chromium@1.4.563: /electron-to-chromium@1.4.569:
resolution: {integrity: sha512-dg5gj5qOgfZNkPNeyKBZQAQitIQ/xwfIDmEQJHCbXaD9ebTZxwJXUsDYcBlAvZGZLi+/354l35J1wkmP6CqYaw==} resolution: {integrity: sha512-LsrJjZ0IbVy12ApW3gpYpcmHS3iRxH4bkKOW98y1/D+3cvDUWGcbzbsFinfUS8knpcZk/PG/2p/RnkMCYN7PVg==}
dev: true dev: true
/errno@0.1.8: /errno@0.1.8:
...@@ -2092,26 +2094,26 @@ packages: ...@@ -2092,26 +2094,26 @@ packages:
stackframe: 1.3.4 stackframe: 1.3.4
dev: false dev: false
/es-abstract@1.22.2: /es-abstract@1.22.3:
resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
array-buffer-byte-length: 1.0.0 array-buffer-byte-length: 1.0.0
arraybuffer.prototype.slice: 1.0.2 arraybuffer.prototype.slice: 1.0.2
available-typed-arrays: 1.0.5 available-typed-arrays: 1.0.5
call-bind: 1.0.5 call-bind: 1.0.5
es-set-tostringtag: 2.0.1 es-set-tostringtag: 2.0.2
es-to-primitive: 1.2.1 es-to-primitive: 1.2.1
function.prototype.name: 1.1.6 function.prototype.name: 1.1.6
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
get-symbol-description: 1.0.0 get-symbol-description: 1.0.0
globalthis: 1.0.3 globalthis: 1.0.3
gopd: 1.0.1 gopd: 1.0.1
has: 1.0.4 has-property-descriptors: 1.0.1
has-property-descriptors: 1.0.0
has-proto: 1.0.1 has-proto: 1.0.1
has-symbols: 1.0.3 has-symbols: 1.0.3
internal-slot: 1.0.5 hasown: 2.0.0
internal-slot: 1.0.6
is-array-buffer: 3.0.2 is-array-buffer: 3.0.2
is-callable: 1.2.7 is-callable: 1.2.7
is-negative-zero: 2.0.2 is-negative-zero: 2.0.2
...@@ -2143,32 +2145,32 @@ packages: ...@@ -2143,32 +2145,32 @@ packages:
asynciterator.prototype: 1.0.0 asynciterator.prototype: 1.0.0
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
es-set-tostringtag: 2.0.1 es-set-tostringtag: 2.0.2
function-bind: 1.1.2 function-bind: 1.1.2
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
globalthis: 1.0.3 globalthis: 1.0.3
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.1
has-proto: 1.0.1 has-proto: 1.0.1
has-symbols: 1.0.3 has-symbols: 1.0.3
internal-slot: 1.0.5 internal-slot: 1.0.6
iterator.prototype: 1.1.2 iterator.prototype: 1.1.2
safe-array-concat: 1.0.1 safe-array-concat: 1.0.1
dev: true dev: true
/es-set-tostringtag@2.0.1: /es-set-tostringtag@2.0.2:
resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
has: 1.0.4
has-tostringtag: 1.0.0 has-tostringtag: 1.0.0
hasown: 2.0.0
dev: true dev: true
/es-shim-unscopables@1.0.0: /es-shim-unscopables@1.0.2:
resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==}
dependencies: dependencies:
has: 1.0.4 hasown: 2.0.0
dev: true dev: true
/es-to-primitive@1.2.1: /es-to-primitive@1.2.1:
...@@ -2293,7 +2295,7 @@ packages: ...@@ -2293,7 +2295,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
'@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0) '@eslint-community/eslint-utils': 4.4.0(eslint@8.52.0)
'@eslint-community/regexpp': 4.9.1 '@eslint-community/regexpp': 4.10.0
'@eslint/eslintrc': 2.1.2 '@eslint/eslintrc': 2.1.2
'@eslint/js': 8.52.0 '@eslint/js': 8.52.0
'@humanwhocodes/config-array': 0.11.13 '@humanwhocodes/config-array': 0.11.13
...@@ -2338,8 +2340,8 @@ packages: ...@@ -2338,8 +2340,8 @@ packages:
resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
acorn: 8.10.0 acorn: 8.11.2
acorn-jsx: 5.3.2(acorn@8.10.0) acorn-jsx: 5.3.2(acorn@8.11.2)
eslint-visitor-keys: 3.4.3 eslint-visitor-keys: 3.4.3
dev: true dev: true
...@@ -2492,7 +2494,6 @@ packages: ...@@ -2492,7 +2494,6 @@ packages:
/function-bind@1.1.2: /function-bind@1.1.2:
resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==}
dev: true
/function.prototype.name@1.1.6: /function.prototype.name@1.1.6:
resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==}
...@@ -2500,7 +2501,7 @@ packages: ...@@ -2500,7 +2501,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
functions-have-names: 1.2.3 functions-have-names: 1.2.3
dev: true dev: true
...@@ -2513,13 +2514,13 @@ packages: ...@@ -2513,13 +2514,13 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true dev: true
/get-intrinsic@1.2.1: /get-intrinsic@1.2.2:
resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==}
dependencies: dependencies:
function-bind: 1.1.2 function-bind: 1.1.2
has: 1.0.4
has-proto: 1.0.1 has-proto: 1.0.1
has-symbols: 1.0.3 has-symbols: 1.0.3
hasown: 2.0.0
dev: true dev: true
/get-symbol-description@1.0.0: /get-symbol-description@1.0.0:
...@@ -2527,7 +2528,7 @@ packages: ...@@ -2527,7 +2528,7 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
dev: true dev: true
/glob-parent@5.1.2: /glob-parent@5.1.2:
...@@ -2606,7 +2607,7 @@ packages: ...@@ -2606,7 +2607,7 @@ packages:
/gopd@1.0.1: /gopd@1.0.1:
resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==}
dependencies: dependencies:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
dev: true dev: true
/graceful-fs@4.2.11: /graceful-fs@4.2.11:
...@@ -2632,10 +2633,10 @@ packages: ...@@ -2632,10 +2633,10 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/has-property-descriptors@1.0.0: /has-property-descriptors@1.0.1:
resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==}
dependencies: dependencies:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
dev: true dev: true
/has-proto@1.0.1: /has-proto@1.0.1:
...@@ -2655,9 +2656,11 @@ packages: ...@@ -2655,9 +2656,11 @@ packages:
has-symbols: 1.0.3 has-symbols: 1.0.3
dev: true dev: true
/has@1.0.4: /hasown@2.0.0:
resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==}
engines: {node: '>= 0.4.0'} engines: {node: '>= 0.4'}
dependencies:
function-bind: 1.1.2
/highlight.js@11.9.0: /highlight.js@11.9.0:
resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==} resolution: {integrity: sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==}
...@@ -2746,12 +2749,12 @@ packages: ...@@ -2746,12 +2749,12 @@ packages:
fast-loops: 1.1.3 fast-loops: 1.1.3
dev: false dev: false
/internal-slot@1.0.5: /internal-slot@1.0.6:
resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
has: 1.0.4 hasown: 2.0.0
side-channel: 1.0.4 side-channel: 1.0.4
dev: true dev: true
...@@ -2759,7 +2762,7 @@ packages: ...@@ -2759,7 +2762,7 @@ packages:
resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
is-typed-array: 1.1.12 is-typed-array: 1.1.12
dev: true dev: true
...@@ -2800,10 +2803,10 @@ packages: ...@@ -2800,10 +2803,10 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dev: true dev: true
/is-core-module@2.13.0: /is-core-module@2.13.1:
resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==}
dependencies: dependencies:
has: 1.0.4 hasown: 2.0.0
/is-date-object@1.0.5: /is-date-object@1.0.5:
resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==}
...@@ -2913,7 +2916,7 @@ packages: ...@@ -2913,7 +2916,7 @@ packages:
resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
dev: true dev: true
/is-what@3.14.1: /is-what@3.14.1:
...@@ -2940,7 +2943,7 @@ packages: ...@@ -2940,7 +2943,7 @@ packages:
resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==}
dependencies: dependencies:
define-properties: 1.2.1 define-properties: 1.2.1
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
has-symbols: 1.0.3 has-symbols: 1.0.3
reflect.getprototypeof: 1.0.4 reflect.getprototypeof: 1.0.4
set-function-name: 2.0.1 set-function-name: 2.0.1
...@@ -3291,7 +3294,7 @@ packages: ...@@ -3291,7 +3294,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/object.fromentries@2.0.7: /object.fromentries@2.0.7:
...@@ -3300,14 +3303,14 @@ packages: ...@@ -3300,14 +3303,14 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/object.hasown@1.1.3: /object.hasown@1.1.3:
resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==}
dependencies: dependencies:
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/object.values@1.1.7: /object.values@1.1.7:
...@@ -3316,7 +3319,7 @@ packages: ...@@ -3316,7 +3319,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/once@1.4.0: /once@1.4.0:
...@@ -3524,7 +3527,7 @@ packages: ...@@ -3524,7 +3527,7 @@ packages:
'@protobufjs/path': 1.1.2 '@protobufjs/path': 1.1.2
'@protobufjs/pool': 1.1.0 '@protobufjs/pool': 1.1.0
'@protobufjs/utf8': 1.1.0 '@protobufjs/utf8': 1.1.0
'@types/node': 18.18.6 '@types/node': 18.18.7
long: 5.2.3 long: 5.2.3
dev: false dev: false
...@@ -3593,7 +3596,7 @@ packages: ...@@ -3593,7 +3596,7 @@ packages:
resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==}
dev: false dev: false
/react-redux@8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.31)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1): /react-redux@8.1.3(@types/react-dom@18.2.14)(@types/react@18.2.33)(react-dom@18.2.0)(react@18.2.0)(redux@4.2.1):
resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==} resolution: {integrity: sha512-n0ZrutD7DaX/j9VscF+uTALI3oUPa/pO4Z3soOBIjuRn/FzVu6aehhysxZCLi6y7duMf52WNZGMl7CtuK5EnRw==}
peerDependencies: peerDependencies:
'@types/react': ^16.8 || ^17.0 || ^18.0 '@types/react': ^16.8 || ^17.0 || ^18.0
...@@ -3616,7 +3619,7 @@ packages: ...@@ -3616,7 +3619,7 @@ packages:
dependencies: dependencies:
'@babel/runtime': 7.23.2 '@babel/runtime': 7.23.2
'@types/hoist-non-react-statics': 3.3.4 '@types/hoist-non-react-statics': 3.3.4
'@types/react': 18.2.31 '@types/react': 18.2.33
'@types/react-dom': 18.2.14 '@types/react-dom': 18.2.14
'@types/use-sync-external-store': 0.0.3 '@types/use-sync-external-store': 0.0.3
hoist-non-react-statics: 3.3.2 hoist-non-react-statics: 3.3.2
...@@ -3724,8 +3727,8 @@ packages: ...@@ -3724,8 +3727,8 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
globalthis: 1.0.3 globalthis: 1.0.3
which-builtin-type: 1.1.3 which-builtin-type: 1.1.3
dev: true dev: true
...@@ -3759,7 +3762,7 @@ packages: ...@@ -3759,7 +3762,7 @@ packages:
resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==}
hasBin: true hasBin: true
dependencies: dependencies:
is-core-module: 2.13.0 is-core-module: 2.13.1
path-parse: 1.0.7 path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0 supports-preserve-symlinks-flag: 1.0.0
dev: false dev: false
...@@ -3768,7 +3771,7 @@ packages: ...@@ -3768,7 +3771,7 @@ packages:
resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==}
hasBin: true hasBin: true
dependencies: dependencies:
is-core-module: 2.13.0 is-core-module: 2.13.1
path-parse: 1.0.7 path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0 supports-preserve-symlinks-flag: 1.0.0
dev: true dev: true
...@@ -3808,7 +3811,7 @@ packages: ...@@ -3808,7 +3811,7 @@ packages:
engines: {node: '>=0.4'} engines: {node: '>=0.4'}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
has-symbols: 1.0.3 has-symbols: 1.0.3
isarray: 2.0.5 isarray: 2.0.5
dev: true dev: true
...@@ -3817,7 +3820,7 @@ packages: ...@@ -3817,7 +3820,7 @@ packages:
resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
is-regex: 1.1.4 is-regex: 1.1.4
dev: true dev: true
...@@ -3868,9 +3871,9 @@ packages: ...@@ -3868,9 +3871,9 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
define-data-property: 1.1.1 define-data-property: 1.1.1
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
gopd: 1.0.1 gopd: 1.0.1
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.1
dev: true dev: true
/set-function-name@2.0.1: /set-function-name@2.0.1:
...@@ -3879,7 +3882,7 @@ packages: ...@@ -3879,7 +3882,7 @@ packages:
dependencies: dependencies:
define-data-property: 1.1.1 define-data-property: 1.1.1
functions-have-names: 1.2.3 functions-have-names: 1.2.3
has-property-descriptors: 1.0.0 has-property-descriptors: 1.0.1
dev: true dev: true
/set-harmonic-interval@1.0.1: /set-harmonic-interval@1.0.1:
...@@ -3903,7 +3906,7 @@ packages: ...@@ -3903,7 +3906,7 @@ packages:
resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
object-inspect: 1.13.1 object-inspect: 1.13.1
dev: true dev: true
...@@ -3971,10 +3974,10 @@ packages: ...@@ -3971,10 +3974,10 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
has-symbols: 1.0.3 has-symbols: 1.0.3
internal-slot: 1.0.5 internal-slot: 1.0.6
regexp.prototype.flags: 1.5.1 regexp.prototype.flags: 1.5.1
set-function-name: 2.0.1 set-function-name: 2.0.1
side-channel: 1.0.4 side-channel: 1.0.4
...@@ -3986,7 +3989,7 @@ packages: ...@@ -3986,7 +3989,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/string.prototype.trimend@1.0.7: /string.prototype.trimend@1.0.7:
...@@ -3994,7 +3997,7 @@ packages: ...@@ -3994,7 +3997,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/string.prototype.trimstart@1.0.7: /string.prototype.trimstart@1.0.7:
...@@ -4002,7 +4005,7 @@ packages: ...@@ -4002,7 +4005,7 @@ packages:
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
define-properties: 1.2.1 define-properties: 1.2.1
es-abstract: 1.22.2 es-abstract: 1.22.3
dev: true dev: true
/strip-ansi@6.0.1: /strip-ansi@6.0.1:
...@@ -4056,8 +4059,8 @@ packages: ...@@ -4056,8 +4059,8 @@ packages:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
/tailwindcss@3.3.3: /tailwindcss@3.3.5:
resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} resolution: {integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==}
engines: {node: '>=14.0.0'} engines: {node: '>=14.0.0'}
hasBin: true hasBin: true
dependencies: dependencies:
...@@ -4093,7 +4096,7 @@ packages: ...@@ -4093,7 +4096,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
'@jridgewell/source-map': 0.3.5 '@jridgewell/source-map': 0.3.5
acorn: 8.10.0 acorn: 8.11.2
commander: 2.20.3 commander: 2.20.3
source-map-support: 0.5.21 source-map-support: 0.5.21
dev: true dev: true
...@@ -4179,7 +4182,7 @@ packages: ...@@ -4179,7 +4182,7 @@ packages:
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
dependencies: dependencies:
call-bind: 1.0.5 call-bind: 1.0.5
get-intrinsic: 1.2.1 get-intrinsic: 1.2.2
is-typed-array: 1.1.12 is-typed-array: 1.1.12
dev: true dev: true
...@@ -4227,6 +4230,9 @@ packages: ...@@ -4227,6 +4230,9 @@ packages:
which-boxed-primitive: 1.0.2 which-boxed-primitive: 1.0.2
dev: true dev: true
/undici-types@5.26.5:
resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==}
/update-browserslist-db@1.0.13(browserslist@4.22.1): /update-browserslist-db@1.0.13(browserslist@4.22.1):
resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==}
hasBin: true hasBin: true
...@@ -4261,7 +4267,7 @@ packages: ...@@ -4261,7 +4267,7 @@ packages:
hasBin: true hasBin: true
dev: false dev: false
/vite@4.5.0(@types/node@18.18.6)(less@4.2.0)(terser@5.22.0): /vite@4.5.0(@types/node@18.18.7)(less@4.2.0)(terser@5.22.0):
resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
...@@ -4289,7 +4295,7 @@ packages: ...@@ -4289,7 +4295,7 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.18.6 '@types/node': 18.18.7
esbuild: 0.18.20 esbuild: 0.18.20
less: 4.2.0 less: 4.2.0
postcss: 8.4.31 postcss: 8.4.31
...@@ -4398,8 +4404,8 @@ packages: ...@@ -4398,8 +4404,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/zustand@4.4.1(@types/react@18.2.31)(react@18.2.0): /zustand@4.4.4(@types/react@18.2.33)(react@18.2.0):
resolution: {integrity: sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw==} resolution: {integrity: sha512-5UTUIAiHMNf5+mFp7/AnzJXS7+XxktULFN0+D1sCiZWyX7ZG+AQpqs2qpYrynRij4QvoDdCD+U+bmg/cG3Ucxw==}
engines: {node: '>=12.7.0'} engines: {node: '>=12.7.0'}
peerDependencies: peerDependencies:
'@types/react': '>=16.8' '@types/react': '>=16.8'
...@@ -4413,7 +4419,7 @@ packages: ...@@ -4413,7 +4419,7 @@ packages:
react: react:
optional: true optional: true
dependencies: dependencies:
'@types/react': 18.2.31 '@types/react': 18.2.33
react: 18.2.0 react: 18.2.0
use-sync-external-store: 1.2.0(react@18.2.0) use-sync-external-store: 1.2.0(react@18.2.0)
dev: false dev: false
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment