this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updates

alice 2978f332 f21a3ac7

+438 -423
-4
.vscode/settings.json
··· 1 - { 2 - "typescript.tsdk": "node_modules/.pnpm/typescript@5.0.4/node_modules/typescript/lib", 3 - "typescript.enablePromptUseWorkspaceTsdk": true 4 - }
+10 -10
package.json
··· 3 3 "version": "0.1.0", 4 4 "private": true, 5 5 "scripts": { 6 - "dev": "next dev", 6 + "dev": "next dev --turbo", 7 7 "build": "next build", 8 8 "start": "next start", 9 9 "lint": "next lint" 10 10 }, 11 11 "dependencies": { 12 - "@babel/preset-typescript": "^7.23.2", 13 - "@types/node": "^20.8.5", 14 - "@types/react": "^18.2.28", 15 - "@types/react-dom": "^18.2.13", 12 + "@babel/preset-typescript": "^7.23.3", 13 + "@types/node": "^20.9.0", 14 + "@types/react": "^18.2.37", 15 + "@types/react-dom": "^18.2.15", 16 16 "autoprefixer": "^10.4.16", 17 17 "bookmarkleter": "^1.1.0", 18 - "eslint": "^8.51.0", 19 - "eslint-config-next": "^13.5.4", 20 - "next": "^13.5.4", 18 + "eslint": "^8.53.0", 19 + "eslint-config-next": "^14.0.3", 20 + "next": "14.0.3-canary.12", 21 21 "postcss": "^8.4.31", 22 - "prism-react-renderer": "^2.1.0", 22 + "prism-react-renderer": "^2.2.0", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 - "tailwindcss": "^3.3.3", 25 + "tailwindcss": "^3.3.5", 26 26 "typescript": "^5.2.2" 27 27 } 28 28 }
+428 -409
pnpm-lock.yaml
··· 6 6 7 7 dependencies: 8 8 '@babel/preset-typescript': 9 - specifier: ^7.23.2 10 - version: 7.23.2(@babel/core@7.23.2) 9 + specifier: ^7.23.3 10 + version: 7.23.3(@babel/core@7.23.3) 11 11 '@types/node': 12 - specifier: ^20.8.5 13 - version: 20.8.5 12 + specifier: ^20.9.0 13 + version: 20.9.0 14 14 '@types/react': 15 - specifier: ^18.2.28 16 - version: 18.2.28 15 + specifier: ^18.2.37 16 + version: 18.2.37 17 17 '@types/react-dom': 18 - specifier: ^18.2.13 19 - version: 18.2.13 18 + specifier: ^18.2.15 19 + version: 18.2.15 20 20 autoprefixer: 21 21 specifier: ^10.4.16 22 22 version: 10.4.16(postcss@8.4.31) ··· 24 24 specifier: ^1.1.0 25 25 version: 1.1.0 26 26 eslint: 27 - specifier: ^8.51.0 28 - version: 8.51.0 27 + specifier: ^8.53.0 28 + version: 8.53.0 29 29 eslint-config-next: 30 - specifier: ^13.5.4 31 - version: 13.5.4(eslint@8.51.0)(typescript@5.2.2) 30 + specifier: ^14.0.3 31 + version: 14.0.3(eslint@8.53.0)(typescript@5.2.2) 32 32 next: 33 - specifier: ^13.5.4 34 - version: 13.5.4(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) 33 + specifier: 14.0.3-canary.12 34 + version: 14.0.3-canary.12(@babel/core@7.23.3)(react-dom@18.2.0)(react@18.2.0) 35 35 postcss: 36 36 specifier: ^8.4.31 37 37 version: 8.4.31 38 38 prism-react-renderer: 39 - specifier: ^2.1.0 40 - version: 2.1.0(react@18.2.0) 39 + specifier: ^2.2.0 40 + version: 2.2.0(react@18.2.0) 41 41 react: 42 42 specifier: ^18.2.0 43 43 version: 18.2.0 ··· 45 45 specifier: ^18.2.0 46 46 version: 18.2.0(react@18.2.0) 47 47 tailwindcss: 48 - specifier: ^3.3.3 49 - version: 3.3.3 48 + specifier: ^3.3.5 49 + version: 3.3.5 50 50 typescript: 51 51 specifier: ^5.2.2 52 52 version: 5.2.2 ··· 68 68 engines: {node: '>=6.0.0'} 69 69 dependencies: 70 70 '@jridgewell/gen-mapping': 0.3.3 71 - '@jridgewell/trace-mapping': 0.3.19 71 + '@jridgewell/trace-mapping': 0.3.20 72 72 dev: false 73 73 74 74 /@babel/code-frame@7.22.13: ··· 79 79 chalk: 2.4.2 80 80 dev: false 81 81 82 - /@babel/compat-data@7.23.2: 83 - resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} 82 + /@babel/compat-data@7.23.3: 83 + resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} 84 84 engines: {node: '>=6.9.0'} 85 85 dev: false 86 86 87 - /@babel/core@7.23.2: 88 - resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} 87 + /@babel/core@7.23.3: 88 + resolution: {integrity: sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==} 89 89 engines: {node: '>=6.9.0'} 90 90 dependencies: 91 91 '@ampproject/remapping': 2.2.1 92 92 '@babel/code-frame': 7.22.13 93 - '@babel/generator': 7.23.0 93 + '@babel/generator': 7.23.3 94 94 '@babel/helper-compilation-targets': 7.22.15 95 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) 95 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) 96 96 '@babel/helpers': 7.23.2 97 - '@babel/parser': 7.23.0 97 + '@babel/parser': 7.23.3 98 98 '@babel/template': 7.22.15 99 - '@babel/traverse': 7.23.2 100 - '@babel/types': 7.23.0 99 + '@babel/traverse': 7.23.3 100 + '@babel/types': 7.23.3 101 101 convert-source-map: 2.0.0 102 102 debug: 4.3.4 103 103 gensync: 1.0.0-beta.2 ··· 107 107 - supports-color 108 108 dev: false 109 109 110 - /@babel/generator@7.23.0: 111 - resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} 110 + /@babel/generator@7.23.3: 111 + resolution: {integrity: sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==} 112 112 engines: {node: '>=6.9.0'} 113 113 dependencies: 114 - '@babel/types': 7.23.0 114 + '@babel/types': 7.23.3 115 115 '@jridgewell/gen-mapping': 0.3.3 116 - '@jridgewell/trace-mapping': 0.3.19 116 + '@jridgewell/trace-mapping': 0.3.20 117 117 jsesc: 2.5.2 118 118 dev: false 119 119 ··· 121 121 resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} 122 122 engines: {node: '>=6.9.0'} 123 123 dependencies: 124 - '@babel/types': 7.23.0 124 + '@babel/types': 7.23.3 125 125 dev: false 126 126 127 127 /@babel/helper-compilation-targets@7.22.15: 128 128 resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} 129 129 engines: {node: '>=6.9.0'} 130 130 dependencies: 131 - '@babel/compat-data': 7.23.2 131 + '@babel/compat-data': 7.23.3 132 132 '@babel/helper-validator-option': 7.22.15 133 133 browserslist: 4.22.1 134 134 lru-cache: 5.1.1 135 135 semver: 6.3.1 136 136 dev: false 137 137 138 - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2): 138 + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.3): 139 139 resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} 140 140 engines: {node: '>=6.9.0'} 141 141 peerDependencies: 142 142 '@babel/core': ^7.0.0 143 143 dependencies: 144 - '@babel/core': 7.23.2 144 + '@babel/core': 7.23.3 145 145 '@babel/helper-annotate-as-pure': 7.22.5 146 146 '@babel/helper-environment-visitor': 7.22.20 147 147 '@babel/helper-function-name': 7.23.0 148 148 '@babel/helper-member-expression-to-functions': 7.23.0 149 149 '@babel/helper-optimise-call-expression': 7.22.5 150 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) 150 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.3) 151 151 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 152 152 '@babel/helper-split-export-declaration': 7.22.6 153 153 semver: 6.3.1 ··· 163 163 engines: {node: '>=6.9.0'} 164 164 dependencies: 165 165 '@babel/template': 7.22.15 166 - '@babel/types': 7.23.0 166 + '@babel/types': 7.23.3 167 167 dev: false 168 168 169 169 /@babel/helper-hoist-variables@7.22.5: 170 170 resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} 171 171 engines: {node: '>=6.9.0'} 172 172 dependencies: 173 - '@babel/types': 7.23.0 173 + '@babel/types': 7.23.3 174 174 dev: false 175 175 176 176 /@babel/helper-member-expression-to-functions@7.23.0: 177 177 resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} 178 178 engines: {node: '>=6.9.0'} 179 179 dependencies: 180 - '@babel/types': 7.23.0 180 + '@babel/types': 7.23.3 181 181 dev: false 182 182 183 183 /@babel/helper-module-imports@7.22.15: 184 184 resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} 185 185 engines: {node: '>=6.9.0'} 186 186 dependencies: 187 - '@babel/types': 7.23.0 187 + '@babel/types': 7.23.3 188 188 dev: false 189 189 190 - /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): 191 - resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} 190 + /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.3): 191 + resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} 192 192 engines: {node: '>=6.9.0'} 193 193 peerDependencies: 194 194 '@babel/core': ^7.0.0 195 195 dependencies: 196 - '@babel/core': 7.23.2 196 + '@babel/core': 7.23.3 197 197 '@babel/helper-environment-visitor': 7.22.20 198 198 '@babel/helper-module-imports': 7.22.15 199 199 '@babel/helper-simple-access': 7.22.5 ··· 205 205 resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} 206 206 engines: {node: '>=6.9.0'} 207 207 dependencies: 208 - '@babel/types': 7.23.0 208 + '@babel/types': 7.23.3 209 209 dev: false 210 210 211 211 /@babel/helper-plugin-utils@7.22.5: ··· 213 213 engines: {node: '>=6.9.0'} 214 214 dev: false 215 215 216 - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): 216 + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.3): 217 217 resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} 218 218 engines: {node: '>=6.9.0'} 219 219 peerDependencies: 220 220 '@babel/core': ^7.0.0 221 221 dependencies: 222 - '@babel/core': 7.23.2 222 + '@babel/core': 7.23.3 223 223 '@babel/helper-environment-visitor': 7.22.20 224 224 '@babel/helper-member-expression-to-functions': 7.23.0 225 225 '@babel/helper-optimise-call-expression': 7.22.5 ··· 229 229 resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} 230 230 engines: {node: '>=6.9.0'} 231 231 dependencies: 232 - '@babel/types': 7.23.0 232 + '@babel/types': 7.23.3 233 233 dev: false 234 234 235 235 /@babel/helper-skip-transparent-expression-wrappers@7.22.5: 236 236 resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} 237 237 engines: {node: '>=6.9.0'} 238 238 dependencies: 239 - '@babel/types': 7.23.0 239 + '@babel/types': 7.23.3 240 240 dev: false 241 241 242 242 /@babel/helper-split-export-declaration@7.22.6: 243 243 resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} 244 244 engines: {node: '>=6.9.0'} 245 245 dependencies: 246 - '@babel/types': 7.23.0 246 + '@babel/types': 7.23.3 247 247 dev: false 248 248 249 249 /@babel/helper-string-parser@7.22.5: ··· 266 266 engines: {node: '>=6.9.0'} 267 267 dependencies: 268 268 '@babel/template': 7.22.15 269 - '@babel/traverse': 7.23.2 270 - '@babel/types': 7.23.0 269 + '@babel/traverse': 7.23.3 270 + '@babel/types': 7.23.3 271 271 transitivePeerDependencies: 272 272 - supports-color 273 273 dev: false ··· 281 281 js-tokens: 4.0.0 282 282 dev: false 283 283 284 - /@babel/parser@7.23.0: 285 - resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} 284 + /@babel/parser@7.23.3: 285 + resolution: {integrity: sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==} 286 286 engines: {node: '>=6.0.0'} 287 287 hasBin: true 288 288 dependencies: 289 - '@babel/types': 7.23.0 289 + '@babel/types': 7.23.3 290 290 dev: false 291 291 292 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): 293 - resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} 292 + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.3): 293 + resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} 294 294 engines: {node: '>=6.9.0'} 295 295 peerDependencies: 296 296 '@babel/core': ^7.0.0-0 297 297 dependencies: 298 - '@babel/core': 7.23.2 298 + '@babel/core': 7.23.3 299 299 '@babel/helper-plugin-utils': 7.22.5 300 300 dev: false 301 301 302 - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.2): 303 - resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} 302 + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.3): 303 + resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} 304 304 engines: {node: '>=6.9.0'} 305 305 peerDependencies: 306 306 '@babel/core': ^7.0.0-0 307 307 dependencies: 308 - '@babel/core': 7.23.2 308 + '@babel/core': 7.23.3 309 309 '@babel/helper-plugin-utils': 7.22.5 310 310 dev: false 311 311 312 - /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2): 313 - resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} 312 + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.3): 313 + resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} 314 314 engines: {node: '>=6.9.0'} 315 315 peerDependencies: 316 316 '@babel/core': ^7.0.0-0 317 317 dependencies: 318 - '@babel/core': 7.23.2 319 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) 318 + '@babel/core': 7.23.3 319 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.3) 320 320 '@babel/helper-plugin-utils': 7.22.5 321 321 '@babel/helper-simple-access': 7.22.5 322 322 dev: false 323 323 324 - /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2): 325 - resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} 324 + /@babel/plugin-transform-typescript@7.23.3(@babel/core@7.23.3): 325 + resolution: {integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==} 326 326 engines: {node: '>=6.9.0'} 327 327 peerDependencies: 328 328 '@babel/core': ^7.0.0-0 329 329 dependencies: 330 - '@babel/core': 7.23.2 330 + '@babel/core': 7.23.3 331 331 '@babel/helper-annotate-as-pure': 7.22.5 332 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) 332 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.3) 333 333 '@babel/helper-plugin-utils': 7.22.5 334 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) 334 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.3) 335 335 dev: false 336 336 337 - /@babel/preset-typescript@7.23.2(@babel/core@7.23.2): 338 - resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} 337 + /@babel/preset-typescript@7.23.3(@babel/core@7.23.3): 338 + resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} 339 339 engines: {node: '>=6.9.0'} 340 340 peerDependencies: 341 341 '@babel/core': ^7.0.0-0 342 342 dependencies: 343 - '@babel/core': 7.23.2 343 + '@babel/core': 7.23.3 344 344 '@babel/helper-plugin-utils': 7.22.5 345 345 '@babel/helper-validator-option': 7.22.15 346 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) 347 - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) 348 - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) 346 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.3) 347 + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.3) 348 + '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.3) 349 349 dev: false 350 350 351 351 /@babel/runtime@7.23.2: ··· 365 365 engines: {node: '>=6.9.0'} 366 366 dependencies: 367 367 '@babel/code-frame': 7.22.13 368 - '@babel/parser': 7.23.0 369 - '@babel/types': 7.23.0 368 + '@babel/parser': 7.23.3 369 + '@babel/types': 7.23.3 370 370 dev: false 371 371 372 - /@babel/traverse@7.23.2: 373 - resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} 372 + /@babel/traverse@7.23.3: 373 + resolution: {integrity: sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==} 374 374 engines: {node: '>=6.9.0'} 375 375 dependencies: 376 376 '@babel/code-frame': 7.22.13 377 - '@babel/generator': 7.23.0 377 + '@babel/generator': 7.23.3 378 378 '@babel/helper-environment-visitor': 7.22.20 379 379 '@babel/helper-function-name': 7.23.0 380 380 '@babel/helper-hoist-variables': 7.22.5 381 381 '@babel/helper-split-export-declaration': 7.22.6 382 - '@babel/parser': 7.23.0 383 - '@babel/types': 7.23.0 382 + '@babel/parser': 7.23.3 383 + '@babel/types': 7.23.3 384 384 debug: 4.3.4 385 385 globals: 11.12.0 386 386 transitivePeerDependencies: 387 387 - supports-color 388 388 dev: false 389 389 390 - /@babel/types@7.23.0: 391 - resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} 390 + /@babel/types@7.23.3: 391 + resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} 392 392 engines: {node: '>=6.9.0'} 393 393 dependencies: 394 394 '@babel/helper-string-parser': 7.22.5 ··· 396 396 to-fast-properties: 2.0.0 397 397 dev: false 398 398 399 - /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): 399 + /@eslint-community/eslint-utils@4.4.0(eslint@8.53.0): 400 400 resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} 401 401 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 402 402 peerDependencies: 403 403 eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 404 404 dependencies: 405 - eslint: 8.51.0 405 + eslint: 8.53.0 406 406 eslint-visitor-keys: 3.4.3 407 407 dev: false 408 408 409 - /@eslint-community/regexpp@4.9.1: 410 - resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} 409 + /@eslint-community/regexpp@4.10.0: 410 + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} 411 411 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 412 412 dev: false 413 413 414 - /@eslint/eslintrc@2.1.2: 415 - resolution: {integrity: sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==} 414 + /@eslint/eslintrc@2.1.3: 415 + resolution: {integrity: sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==} 416 416 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 417 417 dependencies: 418 418 ajv: 6.12.6 419 419 debug: 4.3.4 420 420 espree: 9.6.1 421 421 globals: 13.23.0 422 - ignore: 5.2.4 422 + ignore: 5.3.0 423 423 import-fresh: 3.3.0 424 424 js-yaml: 4.1.0 425 425 minimatch: 3.1.2 ··· 428 428 - supports-color 429 429 dev: false 430 430 431 - /@eslint/js@8.51.0: 432 - resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} 431 + /@eslint/js@8.53.0: 432 + resolution: {integrity: sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==} 433 433 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 434 434 dev: false 435 435 436 - /@humanwhocodes/config-array@0.11.11: 437 - resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} 436 + /@humanwhocodes/config-array@0.11.13: 437 + resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} 438 438 engines: {node: '>=10.10.0'} 439 439 dependencies: 440 - '@humanwhocodes/object-schema': 1.2.1 440 + '@humanwhocodes/object-schema': 2.0.1 441 441 debug: 4.3.4 442 442 minimatch: 3.1.2 443 443 transitivePeerDependencies: ··· 449 449 engines: {node: '>=12.22'} 450 450 dev: false 451 451 452 - /@humanwhocodes/object-schema@1.2.1: 453 - resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} 452 + /@humanwhocodes/object-schema@2.0.1: 453 + resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} 454 454 dev: false 455 455 456 456 /@jridgewell/gen-mapping@0.3.3: ··· 459 459 dependencies: 460 460 '@jridgewell/set-array': 1.1.2 461 461 '@jridgewell/sourcemap-codec': 1.4.15 462 - '@jridgewell/trace-mapping': 0.3.19 462 + '@jridgewell/trace-mapping': 0.3.20 463 463 dev: false 464 464 465 465 /@jridgewell/resolve-uri@3.1.1: ··· 476 476 resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} 477 477 dev: false 478 478 479 - /@jridgewell/trace-mapping@0.3.19: 480 - resolution: {integrity: sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==} 479 + /@jridgewell/trace-mapping@0.3.20: 480 + resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} 481 481 dependencies: 482 482 '@jridgewell/resolve-uri': 3.1.1 483 483 '@jridgewell/sourcemap-codec': 1.4.15 484 484 dev: false 485 485 486 - /@next/env@13.5.4: 487 - resolution: {integrity: sha512-LGegJkMvRNw90WWphGJ3RMHMVplYcOfRWf2Be3td3sUa+1AaxmsYyANsA+znrGCBjXJNi4XAQlSoEfUxs/4kIQ==} 486 + /@next/env@14.0.3-canary.12: 487 + resolution: {integrity: sha512-DNHTmLwy8yaXPBVVKgUdfUa0dUviBjVK5wNAPANGZJAmG6F+fxkur3QR3+//m44f1F+y3rrmMPJArY0dPvrwqA==} 488 488 dev: false 489 489 490 - /@next/eslint-plugin-next@13.5.4: 491 - resolution: {integrity: sha512-vI94U+D7RNgX6XypSyjeFrOzxGlZyxOplU0dVE5norIfZGn/LDjJYPHdvdsR5vN1eRtl6PDAsOHmycFEOljK5A==} 490 + /@next/eslint-plugin-next@14.0.3: 491 + resolution: {integrity: sha512-j4K0n+DcmQYCVnSAM+UByTVfIHnYQy2ODozfQP+4RdwtRDfobrIvKq1K4Exb2koJ79HSSa7s6B2SA8T/1YR3RA==} 492 492 dependencies: 493 493 glob: 7.1.7 494 494 dev: false 495 495 496 - /@next/swc-darwin-arm64@13.5.4: 497 - resolution: {integrity: sha512-Df8SHuXgF1p+aonBMcDPEsaahNo2TCwuie7VXED4FVyECvdXfRT9unapm54NssV9tF3OQFKBFOdlje4T43VO0w==} 496 + /@next/swc-darwin-arm64@14.0.3-canary.12: 497 + resolution: {integrity: sha512-rRFTjGId7UpvMegl1WWsGtEmsWtIy5mnfFq3K242m3YSSqh1yI/N9s0SAwW/koTHYz/ntss6d2/YEJC0OFVyAQ==} 498 498 engines: {node: '>= 10'} 499 499 cpu: [arm64] 500 500 os: [darwin] ··· 502 502 dev: false 503 503 optional: true 504 504 505 - /@next/swc-darwin-x64@13.5.4: 506 - resolution: {integrity: sha512-siPuUwO45PnNRMeZnSa8n/Lye5ZX93IJom9wQRB5DEOdFrw0JjOMu1GINB8jAEdwa7Vdyn1oJ2xGNaQpdQQ9Pw==} 505 + /@next/swc-darwin-x64@14.0.3-canary.12: 506 + resolution: {integrity: sha512-WPUcQRxhMXCO4//tkt0EoS7EWzS3OUXh+E17HyUn+bmwDj/CPVtE7SKSP5o3NxDNm/sWHDioYTWHKEAbC1Y+uA==} 507 507 engines: {node: '>= 10'} 508 508 cpu: [x64] 509 509 os: [darwin] ··· 511 511 dev: false 512 512 optional: true 513 513 514 - /@next/swc-linux-arm64-gnu@13.5.4: 515 - resolution: {integrity: sha512-l/k/fvRP/zmB2jkFMfefmFkyZbDkYW0mRM/LB+tH5u9pB98WsHXC0WvDHlGCYp3CH/jlkJPL7gN8nkTQVrQ/2w==} 514 + /@next/swc-linux-arm64-gnu@14.0.3-canary.12: 515 + resolution: {integrity: sha512-9yUKO5QzoIyVpbVVT/KbY1LvvdWUFTELKhdDmoaiuXNb9kYfL5uiD1fygNec3lDUc+mSz2TeL/BAxm4Srdi5TA==} 516 516 engines: {node: '>= 10'} 517 517 cpu: [arm64] 518 518 os: [linux] ··· 520 520 dev: false 521 521 optional: true 522 522 523 - /@next/swc-linux-arm64-musl@13.5.4: 524 - resolution: {integrity: sha512-YYGb7SlLkI+XqfQa8VPErljb7k9nUnhhRrVaOdfJNCaQnHBcvbT7cx/UjDQLdleJcfyg1Hkn5YSSIeVfjgmkTg==} 523 + /@next/swc-linux-arm64-musl@14.0.3-canary.12: 524 + resolution: {integrity: sha512-qAeIxcP7J6SpOWV025faExdACLCp8AYu2vsqEoBLCC2NvgD4QWgI/RBJnGBn3o1uLF8woPdp2Dx3sw6l+LFxAg==} 525 525 engines: {node: '>= 10'} 526 526 cpu: [arm64] 527 527 os: [linux] ··· 529 529 dev: false 530 530 optional: true 531 531 532 - /@next/swc-linux-x64-gnu@13.5.4: 533 - resolution: {integrity: sha512-uE61vyUSClnCH18YHjA8tE1prr/PBFlBFhxBZis4XBRJoR+txAky5d7gGNUIbQ8sZZ7LVkSVgm/5Fc7mwXmRAg==} 532 + /@next/swc-linux-x64-gnu@14.0.3-canary.12: 533 + resolution: {integrity: sha512-0zAlzcosUUelHD34kGrUYYX6IHK8wdSvt7fDGV1sM5CnNFcWZHfsBJT67reTJuwnXgpYWOBpdlP78FjJy/Ymdw==} 534 534 engines: {node: '>= 10'} 535 535 cpu: [x64] 536 536 os: [linux] ··· 538 538 dev: false 539 539 optional: true 540 540 541 - /@next/swc-linux-x64-musl@13.5.4: 542 - resolution: {integrity: sha512-qVEKFYML/GvJSy9CfYqAdUexA6M5AklYcQCW+8JECmkQHGoPxCf04iMh7CPR7wkHyWWK+XLt4Ja7hhsPJtSnhg==} 541 + /@next/swc-linux-x64-musl@14.0.3-canary.12: 542 + resolution: {integrity: sha512-hDkVZmtR5dDnAE9Z201rD+dQofsb9KsKcKcolUgQTzJ7BtrRKxgOpHSiCGS2TRssvRp4bb0LA4LmAIecDyGhXQ==} 543 543 engines: {node: '>= 10'} 544 544 cpu: [x64] 545 545 os: [linux] ··· 547 547 dev: false 548 548 optional: true 549 549 550 - /@next/swc-win32-arm64-msvc@13.5.4: 551 - resolution: {integrity: sha512-mDSQfqxAlfpeZOLPxLymZkX0hYF3juN57W6vFHTvwKlnHfmh12Pt7hPIRLYIShk8uYRsKPtMTth/EzpwRI+u8w==} 550 + /@next/swc-win32-arm64-msvc@14.0.3-canary.12: 551 + resolution: {integrity: sha512-xT2wjuc+Fu57fFJDuSJVN2xIz07lOj8DDbolG/p36rb6eW3KN3C+b5RGDQtjGSGm7Al7uaXgBl/6HDQRhz2fXw==} 552 552 engines: {node: '>= 10'} 553 553 cpu: [arm64] 554 554 os: [win32] ··· 556 556 dev: false 557 557 optional: true 558 558 559 - /@next/swc-win32-ia32-msvc@13.5.4: 560 - resolution: {integrity: sha512-aoqAT2XIekIWoriwzOmGFAvTtVY5O7JjV21giozBTP5c6uZhpvTWRbmHXbmsjZqY4HnEZQRXWkSAppsIBweKqw==} 559 + /@next/swc-win32-ia32-msvc@14.0.3-canary.12: 560 + resolution: {integrity: sha512-uqmEE7HowqIGVygTOQskrU5WCKsEavMvknJ5+uQ0JedOwiqpIJN3b5YFos3+1Oej7Wl74YudIfgBTotxYVNwZA==} 561 561 engines: {node: '>= 10'} 562 562 cpu: [ia32] 563 563 os: [win32] ··· 565 565 dev: false 566 566 optional: true 567 567 568 - /@next/swc-win32-x64-msvc@13.5.4: 569 - resolution: {integrity: sha512-cyRvlAxwlddlqeB9xtPSfNSCRy8BOa4wtMo0IuI9P7Y0XT2qpDrpFKRyZ7kUngZis59mPVla5k8X1oOJ8RxDYg==} 568 + /@next/swc-win32-x64-msvc@14.0.3-canary.12: 569 + resolution: {integrity: sha512-OD5FfAN/m3jQj4puParSHutJW01gx9ylZls7J3N0Cu38kowMJr1iMwAOmCYxiCqu7UAu4hgOLUyMl0ZSo+DOSw==} 570 570 engines: {node: '>= 10'} 571 571 cpu: [x64] 572 572 os: [win32] ··· 609 609 resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} 610 610 dev: false 611 611 612 - /@types/node@20.8.5: 613 - resolution: {integrity: sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==} 612 + /@types/node@20.9.0: 613 + resolution: {integrity: sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==} 614 614 dependencies: 615 - undici-types: 5.25.3 615 + undici-types: 5.26.5 616 616 dev: false 617 617 618 - /@types/prismjs@1.26.1: 619 - resolution: {integrity: sha512-Q7jDsRbzcNHIQje15CS/piKhu6lMLb9jwjxSfEIi4KcFKXW23GoJMkwQiJ8VObyfx+VmUaDcJxXaWN+cTCjVog==} 618 + /@types/prismjs@1.26.3: 619 + resolution: {integrity: sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==} 620 620 dev: false 621 621 622 - /@types/prop-types@15.7.8: 623 - resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==} 622 + /@types/prop-types@15.7.10: 623 + resolution: {integrity: sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==} 624 624 dev: false 625 625 626 - /@types/react-dom@18.2.13: 627 - resolution: {integrity: sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==} 626 + /@types/react-dom@18.2.15: 627 + resolution: {integrity: sha512-HWMdW+7r7MR5+PZqJF6YFNSCtjz1T0dsvo/f1BV6HkV+6erD/nA7wd9NM00KVG83zf2nJ7uATPO9ttdIPvi3gg==} 628 628 dependencies: 629 - '@types/react': 18.2.28 629 + '@types/react': 18.2.37 630 630 dev: false 631 631 632 - /@types/react@18.2.28: 633 - resolution: {integrity: sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==} 632 + /@types/react@18.2.37: 633 + resolution: {integrity: sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==} 634 634 dependencies: 635 - '@types/prop-types': 15.7.8 636 - '@types/scheduler': 0.16.4 635 + '@types/prop-types': 15.7.10 636 + '@types/scheduler': 0.16.6 637 637 csstype: 3.1.2 638 638 dev: false 639 639 640 - /@types/scheduler@0.16.4: 641 - resolution: {integrity: sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==} 640 + /@types/scheduler@0.16.6: 641 + resolution: {integrity: sha512-Vlktnchmkylvc9SnwwwozTv04L/e1NykF5vgoQ0XTmI8DD+wxfjQuHuvHS3p0r2jz2x2ghPs2h1FVeDirIteWA==} 642 642 dev: false 643 643 644 - /@typescript-eslint/parser@6.7.5(eslint@8.51.0)(typescript@5.2.2): 645 - resolution: {integrity: sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==} 644 + /@typescript-eslint/parser@6.11.0(eslint@8.53.0)(typescript@5.2.2): 645 + resolution: {integrity: sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==} 646 646 engines: {node: ^16.0.0 || >=18.0.0} 647 647 peerDependencies: 648 648 eslint: ^7.0.0 || ^8.0.0 ··· 651 651 typescript: 652 652 optional: true 653 653 dependencies: 654 - '@typescript-eslint/scope-manager': 6.7.5 655 - '@typescript-eslint/types': 6.7.5 656 - '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) 657 - '@typescript-eslint/visitor-keys': 6.7.5 654 + '@typescript-eslint/scope-manager': 6.11.0 655 + '@typescript-eslint/types': 6.11.0 656 + '@typescript-eslint/typescript-estree': 6.11.0(typescript@5.2.2) 657 + '@typescript-eslint/visitor-keys': 6.11.0 658 658 debug: 4.3.4 659 - eslint: 8.51.0 659 + eslint: 8.53.0 660 660 typescript: 5.2.2 661 661 transitivePeerDependencies: 662 662 - supports-color 663 663 dev: false 664 664 665 - /@typescript-eslint/scope-manager@6.7.5: 666 - resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} 665 + /@typescript-eslint/scope-manager@6.11.0: 666 + resolution: {integrity: sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==} 667 667 engines: {node: ^16.0.0 || >=18.0.0} 668 668 dependencies: 669 - '@typescript-eslint/types': 6.7.5 670 - '@typescript-eslint/visitor-keys': 6.7.5 669 + '@typescript-eslint/types': 6.11.0 670 + '@typescript-eslint/visitor-keys': 6.11.0 671 671 dev: false 672 672 673 - /@typescript-eslint/types@6.7.5: 674 - resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} 673 + /@typescript-eslint/types@6.11.0: 674 + resolution: {integrity: sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==} 675 675 engines: {node: ^16.0.0 || >=18.0.0} 676 676 dev: false 677 677 678 - /@typescript-eslint/typescript-estree@6.7.5(typescript@5.2.2): 679 - resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} 678 + /@typescript-eslint/typescript-estree@6.11.0(typescript@5.2.2): 679 + resolution: {integrity: sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==} 680 680 engines: {node: ^16.0.0 || >=18.0.0} 681 681 peerDependencies: 682 682 typescript: '*' ··· 684 684 typescript: 685 685 optional: true 686 686 dependencies: 687 - '@typescript-eslint/types': 6.7.5 688 - '@typescript-eslint/visitor-keys': 6.7.5 687 + '@typescript-eslint/types': 6.11.0 688 + '@typescript-eslint/visitor-keys': 6.11.0 689 689 debug: 4.3.4 690 690 globby: 11.1.0 691 691 is-glob: 4.0.3 ··· 696 696 - supports-color 697 697 dev: false 698 698 699 - /@typescript-eslint/visitor-keys@6.7.5: 700 - resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} 699 + /@typescript-eslint/visitor-keys@6.11.0: 700 + resolution: {integrity: sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==} 701 701 engines: {node: ^16.0.0 || >=18.0.0} 702 702 dependencies: 703 - '@typescript-eslint/types': 6.7.5 703 + '@typescript-eslint/types': 6.11.0 704 704 eslint-visitor-keys: 3.4.3 705 705 dev: false 706 706 707 - /acorn-jsx@5.3.2(acorn@8.10.0): 707 + /@ungap/structured-clone@1.2.0: 708 + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} 709 + dev: false 710 + 711 + /acorn-jsx@5.3.2(acorn@8.11.2): 708 712 resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} 709 713 peerDependencies: 710 714 acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 711 715 dependencies: 712 - acorn: 8.10.0 716 + acorn: 8.11.2 713 717 dev: false 714 718 715 - /acorn@8.10.0: 716 - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} 719 + /acorn@8.11.2: 720 + resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} 717 721 engines: {node: '>=0.4.0'} 718 722 hasBin: true 719 723 dev: false ··· 775 779 /array-buffer-byte-length@1.0.0: 776 780 resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} 777 781 dependencies: 778 - call-bind: 1.0.2 782 + call-bind: 1.0.5 779 783 is-array-buffer: 3.0.2 780 784 dev: false 781 785 ··· 783 787 resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} 784 788 engines: {node: '>= 0.4'} 785 789 dependencies: 786 - call-bind: 1.0.2 790 + call-bind: 1.0.5 787 791 define-properties: 1.2.1 788 - es-abstract: 1.22.2 789 - get-intrinsic: 1.2.1 792 + es-abstract: 1.22.3 793 + get-intrinsic: 1.2.2 790 794 is-string: 1.0.7 791 795 dev: false 792 796 ··· 799 803 resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} 800 804 engines: {node: '>= 0.4'} 801 805 dependencies: 802 - call-bind: 1.0.2 806 + call-bind: 1.0.5 803 807 define-properties: 1.2.1 804 - es-abstract: 1.22.2 805 - es-shim-unscopables: 1.0.0 806 - get-intrinsic: 1.2.1 808 + es-abstract: 1.22.3 809 + es-shim-unscopables: 1.0.2 810 + get-intrinsic: 1.2.2 807 811 dev: false 808 812 809 813 /array.prototype.flat@1.3.2: 810 814 resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} 811 815 engines: {node: '>= 0.4'} 812 816 dependencies: 813 - call-bind: 1.0.2 817 + call-bind: 1.0.5 814 818 define-properties: 1.2.1 815 - es-abstract: 1.22.2 816 - es-shim-unscopables: 1.0.0 819 + es-abstract: 1.22.3 820 + es-shim-unscopables: 1.0.2 817 821 dev: false 818 822 819 823 /array.prototype.flatmap@1.3.2: 820 824 resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} 821 825 engines: {node: '>= 0.4'} 822 826 dependencies: 823 - call-bind: 1.0.2 827 + call-bind: 1.0.5 824 828 define-properties: 1.2.1 825 - es-abstract: 1.22.2 826 - es-shim-unscopables: 1.0.0 829 + es-abstract: 1.22.3 830 + es-shim-unscopables: 1.0.2 827 831 dev: false 828 832 829 833 /array.prototype.reduce@1.0.6: 830 834 resolution: {integrity: sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==} 831 835 engines: {node: '>= 0.4'} 832 836 dependencies: 833 - call-bind: 1.0.2 837 + call-bind: 1.0.5 834 838 define-properties: 1.2.1 835 - es-abstract: 1.22.2 839 + es-abstract: 1.22.3 836 840 es-array-method-boxes-properly: 1.0.0 837 841 is-string: 1.0.7 838 842 dev: false ··· 840 844 /array.prototype.tosorted@1.1.2: 841 845 resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} 842 846 dependencies: 843 - call-bind: 1.0.2 847 + call-bind: 1.0.5 844 848 define-properties: 1.2.1 845 - es-abstract: 1.22.2 846 - es-shim-unscopables: 1.0.0 847 - get-intrinsic: 1.2.1 849 + es-abstract: 1.22.3 850 + es-shim-unscopables: 1.0.2 851 + get-intrinsic: 1.2.2 848 852 dev: false 849 853 850 854 /arraybuffer.prototype.slice@1.0.2: ··· 852 856 engines: {node: '>= 0.4'} 853 857 dependencies: 854 858 array-buffer-byte-length: 1.0.0 855 - call-bind: 1.0.2 859 + call-bind: 1.0.5 856 860 define-properties: 1.2.1 857 - es-abstract: 1.22.2 858 - get-intrinsic: 1.2.1 861 + es-abstract: 1.22.3 862 + get-intrinsic: 1.2.2 859 863 is-array-buffer: 3.0.2 860 864 is-shared-array-buffer: 1.0.2 861 865 dev: false 862 866 863 - /ast-types-flow@0.0.7: 864 - resolution: {integrity: sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==} 867 + /ast-types-flow@0.0.8: 868 + resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} 865 869 dev: false 866 870 867 871 /asynciterator.prototype@1.0.0: ··· 878 882 postcss: ^8.1.0 879 883 dependencies: 880 884 browserslist: 4.22.1 881 - caniuse-lite: 1.0.30001547 885 + caniuse-lite: 1.0.30001562 882 886 fraction.js: 4.3.7 883 887 normalize-range: 0.1.2 884 888 picocolors: 1.0.0 ··· 891 895 engines: {node: '>= 0.4'} 892 896 dev: false 893 897 894 - /axe-core@4.8.2: 895 - resolution: {integrity: sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==} 898 + /axe-core@4.7.0: 899 + resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} 896 900 engines: {node: '>=4'} 897 901 dev: false 898 902 ··· 934 938 resolution: {integrity: sha512-H1ExfmvTxKWQZYcty1My6XRhoZm04/5MNb2DdZsC08r7y/rowipC0s9sszKA7jgW9mYYDdFnU68XohB+zP35qQ==} 935 939 hasBin: true 936 940 dependencies: 937 - '@babel/core': 7.23.2 941 + '@babel/core': 7.23.3 938 942 babel-preset-minify: 0.5.2 939 943 fs-readdir-recursive: 1.1.0 940 944 lodash: 4.17.21 ··· 1124 1128 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1125 1129 hasBin: true 1126 1130 dependencies: 1127 - caniuse-lite: 1.0.30001547 1128 - electron-to-chromium: 1.4.554 1131 + caniuse-lite: 1.0.30001562 1132 + electron-to-chromium: 1.4.586 1129 1133 node-releases: 2.0.13 1130 1134 update-browserslist-db: 1.0.13(browserslist@4.22.1) 1131 1135 dev: false ··· 1137 1141 streamsearch: 1.1.0 1138 1142 dev: false 1139 1143 1140 - /call-bind@1.0.2: 1141 - resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} 1144 + /call-bind@1.0.5: 1145 + resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} 1142 1146 dependencies: 1143 1147 function-bind: 1.1.2 1144 - get-intrinsic: 1.2.1 1148 + get-intrinsic: 1.2.2 1149 + set-function-length: 1.1.1 1145 1150 dev: false 1146 1151 1147 1152 /callsites@3.1.0: ··· 1159 1164 engines: {node: '>=4'} 1160 1165 dev: false 1161 1166 1162 - /caniuse-lite@1.0.30001547: 1163 - resolution: {integrity: sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==} 1167 + /caniuse-lite@1.0.30001562: 1168 + resolution: {integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==} 1164 1169 dev: false 1165 1170 1166 1171 /chalk@2.4.2: ··· 1292 1297 resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} 1293 1298 engines: {node: '>= 0.4'} 1294 1299 dependencies: 1295 - get-intrinsic: 1.2.1 1300 + get-intrinsic: 1.2.2 1296 1301 gopd: 1.0.1 1297 - has-property-descriptors: 1.0.0 1302 + has-property-descriptors: 1.0.1 1298 1303 dev: false 1299 1304 1300 1305 /define-properties@1.2.1: ··· 1302 1307 engines: {node: '>= 0.4'} 1303 1308 dependencies: 1304 1309 define-data-property: 1.1.1 1305 - has-property-descriptors: 1.0.0 1310 + has-property-descriptors: 1.0.1 1306 1311 object-keys: 1.1.1 1307 1312 dev: false 1308 1313 ··· 1340 1345 esutils: 2.0.3 1341 1346 dev: false 1342 1347 1343 - /electron-to-chromium@1.4.554: 1344 - resolution: {integrity: sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==} 1348 + /electron-to-chromium@1.4.586: 1349 + resolution: {integrity: sha512-qMa+E6yf1fNQbg3G66pHLXeJUP5CCCzNat1VPczOZOqgI2w4u+8y9sQnswMdGs5m4C1rOePq37EVBr/nsPQY7w==} 1345 1350 dev: false 1346 1351 1347 1352 /emoji-regex@9.2.2: ··· 1356 1361 tapable: 2.2.1 1357 1362 dev: false 1358 1363 1359 - /es-abstract@1.22.2: 1360 - resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} 1364 + /es-abstract@1.22.3: 1365 + resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} 1361 1366 engines: {node: '>= 0.4'} 1362 1367 dependencies: 1363 1368 array-buffer-byte-length: 1.0.0 1364 1369 arraybuffer.prototype.slice: 1.0.2 1365 1370 available-typed-arrays: 1.0.5 1366 - call-bind: 1.0.2 1367 - es-set-tostringtag: 2.0.1 1371 + call-bind: 1.0.5 1372 + es-set-tostringtag: 2.0.2 1368 1373 es-to-primitive: 1.2.1 1369 1374 function.prototype.name: 1.1.6 1370 - get-intrinsic: 1.2.1 1375 + get-intrinsic: 1.2.2 1371 1376 get-symbol-description: 1.0.0 1372 1377 globalthis: 1.0.3 1373 1378 gopd: 1.0.1 1374 - has: 1.0.4 1375 - has-property-descriptors: 1.0.0 1379 + has-property-descriptors: 1.0.1 1376 1380 has-proto: 1.0.1 1377 1381 has-symbols: 1.0.3 1378 - internal-slot: 1.0.5 1382 + hasown: 2.0.0 1383 + internal-slot: 1.0.6 1379 1384 is-array-buffer: 3.0.2 1380 1385 is-callable: 1.2.7 1381 1386 is-negative-zero: 2.0.2 ··· 1384 1389 is-string: 1.0.7 1385 1390 is-typed-array: 1.1.12 1386 1391 is-weakref: 1.0.2 1387 - object-inspect: 1.12.3 1392 + object-inspect: 1.13.1 1388 1393 object-keys: 1.1.1 1389 1394 object.assign: 4.1.4 1390 1395 regexp.prototype.flags: 1.5.1 ··· 1398 1403 typed-array-byte-offset: 1.0.0 1399 1404 typed-array-length: 1.0.4 1400 1405 unbox-primitive: 1.0.2 1401 - which-typed-array: 1.1.11 1406 + which-typed-array: 1.1.13 1402 1407 dev: false 1403 1408 1404 1409 /es-array-method-boxes-properly@1.0.0: ··· 1409 1414 resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} 1410 1415 dependencies: 1411 1416 asynciterator.prototype: 1.0.0 1412 - call-bind: 1.0.2 1417 + call-bind: 1.0.5 1413 1418 define-properties: 1.2.1 1414 - es-abstract: 1.22.2 1415 - es-set-tostringtag: 2.0.1 1419 + es-abstract: 1.22.3 1420 + es-set-tostringtag: 2.0.2 1416 1421 function-bind: 1.1.2 1417 - get-intrinsic: 1.2.1 1422 + get-intrinsic: 1.2.2 1418 1423 globalthis: 1.0.3 1419 - has-property-descriptors: 1.0.0 1424 + has-property-descriptors: 1.0.1 1420 1425 has-proto: 1.0.1 1421 1426 has-symbols: 1.0.3 1422 - internal-slot: 1.0.5 1427 + internal-slot: 1.0.6 1423 1428 iterator.prototype: 1.1.2 1424 1429 safe-array-concat: 1.0.1 1425 1430 dev: false 1426 1431 1427 - /es-set-tostringtag@2.0.1: 1428 - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} 1432 + /es-set-tostringtag@2.0.2: 1433 + resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==} 1429 1434 engines: {node: '>= 0.4'} 1430 1435 dependencies: 1431 - get-intrinsic: 1.2.1 1432 - has: 1.0.4 1436 + get-intrinsic: 1.2.2 1433 1437 has-tostringtag: 1.0.0 1438 + hasown: 2.0.0 1434 1439 dev: false 1435 1440 1436 - /es-shim-unscopables@1.0.0: 1437 - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} 1441 + /es-shim-unscopables@1.0.2: 1442 + resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} 1438 1443 dependencies: 1439 - has: 1.0.4 1444 + hasown: 2.0.0 1440 1445 dev: false 1441 1446 1442 1447 /es-to-primitive@1.2.1: ··· 1463 1468 engines: {node: '>=10'} 1464 1469 dev: false 1465 1470 1466 - /eslint-config-next@13.5.4(eslint@8.51.0)(typescript@5.2.2): 1467 - resolution: {integrity: sha512-FzQGIj4UEszRX7fcRSJK6L1LrDiVZvDFW320VVntVKh3BSU8Fb9kpaoxQx0cdFgf3MQXdeSbrCXJ/5Z/NndDkQ==} 1471 + /eslint-config-next@14.0.3(eslint@8.53.0)(typescript@5.2.2): 1472 + resolution: {integrity: sha512-IKPhpLdpSUyKofmsXUfrvBC49JMUTdeaD8ZIH4v9Vk0sC1X6URTuTJCLtA0Vwuj7V/CQh0oISuSTvNn5//Buew==} 1468 1473 peerDependencies: 1469 1474 eslint: ^7.23.0 || ^8.0.0 1470 1475 typescript: '>=3.3.1' ··· 1472 1477 typescript: 1473 1478 optional: true 1474 1479 dependencies: 1475 - '@next/eslint-plugin-next': 13.5.4 1480 + '@next/eslint-plugin-next': 14.0.3 1476 1481 '@rushstack/eslint-patch': 1.5.1 1477 - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) 1478 - eslint: 8.51.0 1482 + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) 1483 + eslint: 8.53.0 1479 1484 eslint-import-resolver-node: 0.3.9 1480 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0) 1481 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) 1482 - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.51.0) 1483 - eslint-plugin-react: 7.33.2(eslint@8.51.0) 1484 - eslint-plugin-react-hooks: 4.6.0(eslint@8.51.0) 1485 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.53.0) 1486 + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0) 1487 + eslint-plugin-jsx-a11y: 6.8.0(eslint@8.53.0) 1488 + eslint-plugin-react: 7.33.2(eslint@8.53.0) 1489 + eslint-plugin-react-hooks: 4.6.0(eslint@8.53.0) 1485 1490 typescript: 5.2.2 1486 1491 transitivePeerDependencies: 1487 1492 - eslint-import-resolver-webpack ··· 1492 1497 resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} 1493 1498 dependencies: 1494 1499 debug: 3.2.7 1495 - is-core-module: 2.13.0 1500 + is-core-module: 2.13.1 1496 1501 resolve: 1.22.8 1497 1502 transitivePeerDependencies: 1498 1503 - supports-color 1499 1504 dev: false 1500 1505 1501 - /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0): 1506 + /eslint-import-resolver-typescript@3.6.1(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.53.0): 1502 1507 resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} 1503 1508 engines: {node: ^14.18.0 || >=16.0.0} 1504 1509 peerDependencies: ··· 1507 1512 dependencies: 1508 1513 debug: 4.3.4 1509 1514 enhanced-resolve: 5.15.0 1510 - eslint: 8.51.0 1511 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) 1512 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) 1513 - fast-glob: 3.3.1 1515 + eslint: 8.53.0 1516 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0) 1517 + eslint-plugin-import: 2.29.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0) 1518 + fast-glob: 3.3.2 1514 1519 get-tsconfig: 4.7.2 1515 - is-core-module: 2.13.0 1520 + is-core-module: 2.13.1 1516 1521 is-glob: 4.0.3 1517 1522 transitivePeerDependencies: 1518 1523 - '@typescript-eslint/parser' ··· 1521 1526 - supports-color 1522 1527 dev: false 1523 1528 1524 - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0): 1529 + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0): 1525 1530 resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} 1526 1531 engines: {node: '>=4'} 1527 1532 peerDependencies: ··· 1542 1547 eslint-import-resolver-webpack: 1543 1548 optional: true 1544 1549 dependencies: 1545 - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) 1550 + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) 1546 1551 debug: 3.2.7 1547 - eslint: 8.51.0 1552 + eslint: 8.53.0 1548 1553 eslint-import-resolver-node: 0.3.9 1549 - eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.51.0) 1554 + eslint-import-resolver-typescript: 3.6.1(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.29.0)(eslint@8.53.0) 1550 1555 transitivePeerDependencies: 1551 1556 - supports-color 1552 1557 dev: false 1553 1558 1554 - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0): 1555 - resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} 1559 + /eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0): 1560 + resolution: {integrity: sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==} 1556 1561 engines: {node: '>=4'} 1557 1562 peerDependencies: 1558 1563 '@typescript-eslint/parser': '*' ··· 1561 1566 '@typescript-eslint/parser': 1562 1567 optional: true 1563 1568 dependencies: 1564 - '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) 1569 + '@typescript-eslint/parser': 6.11.0(eslint@8.53.0)(typescript@5.2.2) 1565 1570 array-includes: 3.1.7 1566 1571 array.prototype.findlastindex: 1.2.3 1567 1572 array.prototype.flat: 1.3.2 1568 1573 array.prototype.flatmap: 1.3.2 1569 1574 debug: 3.2.7 1570 1575 doctrine: 2.1.0 1571 - eslint: 8.51.0 1576 + eslint: 8.53.0 1572 1577 eslint-import-resolver-node: 0.3.9 1573 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0) 1574 - has: 1.0.4 1575 - is-core-module: 2.13.0 1578 + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.11.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.1)(eslint@8.53.0) 1579 + hasown: 2.0.0 1580 + is-core-module: 2.13.1 1576 1581 is-glob: 4.0.3 1577 1582 minimatch: 3.1.2 1578 1583 object.fromentries: 2.0.7 ··· 1586 1591 - supports-color 1587 1592 dev: false 1588 1593 1589 - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.51.0): 1590 - resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} 1594 + /eslint-plugin-jsx-a11y@6.8.0(eslint@8.53.0): 1595 + resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} 1591 1596 engines: {node: '>=4.0'} 1592 1597 peerDependencies: 1593 1598 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 ··· 1596 1601 aria-query: 5.3.0 1597 1602 array-includes: 3.1.7 1598 1603 array.prototype.flatmap: 1.3.2 1599 - ast-types-flow: 0.0.7 1600 - axe-core: 4.8.2 1604 + ast-types-flow: 0.0.8 1605 + axe-core: 4.7.0 1601 1606 axobject-query: 3.2.1 1602 1607 damerau-levenshtein: 1.0.8 1603 1608 emoji-regex: 9.2.2 1604 - eslint: 8.51.0 1605 - has: 1.0.4 1609 + es-iterator-helpers: 1.0.15 1610 + eslint: 8.53.0 1611 + hasown: 2.0.0 1606 1612 jsx-ast-utils: 3.3.5 1607 - language-tags: 1.0.5 1613 + language-tags: 1.0.9 1608 1614 minimatch: 3.1.2 1609 1615 object.entries: 1.1.7 1610 1616 object.fromentries: 2.0.7 1611 - semver: 6.3.1 1612 1617 dev: false 1613 1618 1614 - /eslint-plugin-react-hooks@4.6.0(eslint@8.51.0): 1619 + /eslint-plugin-react-hooks@4.6.0(eslint@8.53.0): 1615 1620 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 1616 1621 engines: {node: '>=10'} 1617 1622 peerDependencies: 1618 1623 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 1619 1624 dependencies: 1620 - eslint: 8.51.0 1625 + eslint: 8.53.0 1621 1626 dev: false 1622 1627 1623 - /eslint-plugin-react@7.33.2(eslint@8.51.0): 1628 + /eslint-plugin-react@7.33.2(eslint@8.53.0): 1624 1629 resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} 1625 1630 engines: {node: '>=4'} 1626 1631 peerDependencies: ··· 1631 1636 array.prototype.tosorted: 1.1.2 1632 1637 doctrine: 2.1.0 1633 1638 es-iterator-helpers: 1.0.15 1634 - eslint: 8.51.0 1639 + eslint: 8.53.0 1635 1640 estraverse: 5.3.0 1636 1641 jsx-ast-utils: 3.3.5 1637 1642 minimatch: 3.1.2 ··· 1658 1663 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1659 1664 dev: false 1660 1665 1661 - /eslint@8.51.0: 1662 - resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} 1666 + /eslint@8.53.0: 1667 + resolution: {integrity: sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==} 1663 1668 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1664 1669 hasBin: true 1665 1670 dependencies: 1666 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) 1667 - '@eslint-community/regexpp': 4.9.1 1668 - '@eslint/eslintrc': 2.1.2 1669 - '@eslint/js': 8.51.0 1670 - '@humanwhocodes/config-array': 0.11.11 1671 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.53.0) 1672 + '@eslint-community/regexpp': 4.10.0 1673 + '@eslint/eslintrc': 2.1.3 1674 + '@eslint/js': 8.53.0 1675 + '@humanwhocodes/config-array': 0.11.13 1671 1676 '@humanwhocodes/module-importer': 1.0.1 1672 1677 '@nodelib/fs.walk': 1.2.8 1678 + '@ungap/structured-clone': 1.2.0 1673 1679 ajv: 6.12.6 1674 1680 chalk: 4.1.2 1675 1681 cross-spawn: 7.0.3 ··· 1687 1693 glob-parent: 6.0.2 1688 1694 globals: 13.23.0 1689 1695 graphemer: 1.4.0 1690 - ignore: 5.2.4 1696 + ignore: 5.3.0 1691 1697 imurmurhash: 0.1.4 1692 1698 is-glob: 4.0.3 1693 1699 is-path-inside: 3.0.3 ··· 1708 1714 resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} 1709 1715 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1710 1716 dependencies: 1711 - acorn: 8.10.0 1712 - acorn-jsx: 5.3.2(acorn@8.10.0) 1717 + acorn: 8.11.2 1718 + acorn-jsx: 5.3.2(acorn@8.11.2) 1713 1719 eslint-visitor-keys: 3.4.3 1714 1720 dev: false 1715 1721 ··· 1741 1747 resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} 1742 1748 dev: false 1743 1749 1744 - /fast-glob@3.3.1: 1745 - resolution: {integrity: sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==} 1750 + /fast-glob@3.3.2: 1751 + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} 1746 1752 engines: {node: '>=8.6.0'} 1747 1753 dependencies: 1748 1754 '@nodelib/fs.stat': 2.0.5 ··· 1770 1776 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 1771 1777 engines: {node: ^10.12.0 || >=12.0.0} 1772 1778 dependencies: 1773 - flat-cache: 3.1.1 1779 + flat-cache: 3.2.0 1774 1780 dev: false 1775 1781 1776 1782 /fill-range@7.0.1: ··· 1788 1794 path-exists: 4.0.0 1789 1795 dev: false 1790 1796 1791 - /flat-cache@3.1.1: 1792 - resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} 1793 - engines: {node: '>=12.0.0'} 1797 + /flat-cache@3.2.0: 1798 + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} 1799 + engines: {node: ^10.12.0 || >=12.0.0} 1794 1800 dependencies: 1795 1801 flatted: 3.2.9 1796 1802 keyv: 4.5.4 ··· 1835 1841 resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} 1836 1842 engines: {node: '>= 0.4'} 1837 1843 dependencies: 1838 - call-bind: 1.0.2 1844 + call-bind: 1.0.5 1839 1845 define-properties: 1.2.1 1840 - es-abstract: 1.22.2 1846 + es-abstract: 1.22.3 1841 1847 functions-have-names: 1.2.3 1842 1848 dev: false 1843 1849 ··· 1850 1856 engines: {node: '>=6.9.0'} 1851 1857 dev: false 1852 1858 1853 - /get-intrinsic@1.2.1: 1854 - resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} 1859 + /get-intrinsic@1.2.2: 1860 + resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} 1855 1861 dependencies: 1856 1862 function-bind: 1.1.2 1857 - has: 1.0.4 1858 1863 has-proto: 1.0.1 1859 1864 has-symbols: 1.0.3 1865 + hasown: 2.0.0 1860 1866 dev: false 1861 1867 1862 1868 /get-symbol-description@1.0.0: 1863 1869 resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} 1864 1870 engines: {node: '>= 0.4'} 1865 1871 dependencies: 1866 - call-bind: 1.0.2 1867 - get-intrinsic: 1.2.1 1872 + call-bind: 1.0.5 1873 + get-intrinsic: 1.2.2 1868 1874 dev: false 1869 1875 1870 1876 /get-tsconfig@4.7.2: ··· 1949 1955 dependencies: 1950 1956 array-union: 2.1.0 1951 1957 dir-glob: 3.0.1 1952 - fast-glob: 3.3.1 1953 - ignore: 5.2.4 1958 + fast-glob: 3.3.2 1959 + ignore: 5.3.0 1954 1960 merge2: 1.4.1 1955 1961 slash: 3.0.0 1956 1962 dev: false ··· 1958 1964 /gopd@1.0.1: 1959 1965 resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} 1960 1966 dependencies: 1961 - get-intrinsic: 1.2.1 1967 + get-intrinsic: 1.2.2 1962 1968 dev: false 1963 1969 1964 1970 /graceful-fs@4.2.11: ··· 1983 1989 engines: {node: '>=8'} 1984 1990 dev: false 1985 1991 1986 - /has-property-descriptors@1.0.0: 1987 - resolution: {integrity: sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==} 1992 + /has-property-descriptors@1.0.1: 1993 + resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} 1988 1994 dependencies: 1989 - get-intrinsic: 1.2.1 1995 + get-intrinsic: 1.2.2 1990 1996 dev: false 1991 1997 1992 1998 /has-proto@1.0.1: ··· 2006 2012 has-symbols: 1.0.3 2007 2013 dev: false 2008 2014 2009 - /has@1.0.4: 2010 - resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} 2011 - engines: {node: '>= 0.4.0'} 2015 + /hasown@2.0.0: 2016 + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} 2017 + engines: {node: '>= 0.4'} 2018 + dependencies: 2019 + function-bind: 1.1.2 2012 2020 dev: false 2013 2021 2014 - /ignore@5.2.4: 2015 - resolution: {integrity: sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==} 2022 + /ignore@5.3.0: 2023 + resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} 2016 2024 engines: {node: '>= 4'} 2017 2025 dev: false 2018 2026 ··· 2040 2048 resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} 2041 2049 dev: false 2042 2050 2043 - /internal-slot@1.0.5: 2044 - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} 2051 + /internal-slot@1.0.6: 2052 + resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==} 2045 2053 engines: {node: '>= 0.4'} 2046 2054 dependencies: 2047 - get-intrinsic: 1.2.1 2048 - has: 1.0.4 2055 + get-intrinsic: 1.2.2 2056 + hasown: 2.0.0 2049 2057 side-channel: 1.0.4 2050 2058 dev: false 2051 2059 2052 2060 /is-array-buffer@3.0.2: 2053 2061 resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} 2054 2062 dependencies: 2055 - call-bind: 1.0.2 2056 - get-intrinsic: 1.2.1 2063 + call-bind: 1.0.5 2064 + get-intrinsic: 1.2.2 2057 2065 is-typed-array: 1.1.12 2058 2066 dev: false 2059 2067 ··· 2081 2089 resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} 2082 2090 engines: {node: '>= 0.4'} 2083 2091 dependencies: 2084 - call-bind: 1.0.2 2092 + call-bind: 1.0.5 2085 2093 has-tostringtag: 1.0.0 2086 2094 dev: false 2087 2095 ··· 2090 2098 engines: {node: '>= 0.4'} 2091 2099 dev: false 2092 2100 2093 - /is-core-module@2.13.0: 2094 - resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} 2101 + /is-core-module@2.13.1: 2102 + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} 2095 2103 dependencies: 2096 - has: 1.0.4 2104 + hasown: 2.0.0 2097 2105 dev: false 2098 2106 2099 2107 /is-date-object@1.0.5: ··· 2111 2119 /is-finalizationregistry@1.0.2: 2112 2120 resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} 2113 2121 dependencies: 2114 - call-bind: 1.0.2 2122 + call-bind: 1.0.5 2115 2123 dev: false 2116 2124 2117 2125 /is-generator-function@1.0.10: ··· 2158 2166 resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} 2159 2167 engines: {node: '>= 0.4'} 2160 2168 dependencies: 2161 - call-bind: 1.0.2 2169 + call-bind: 1.0.5 2162 2170 has-tostringtag: 1.0.0 2163 2171 dev: false 2164 2172 ··· 2169 2177 /is-shared-array-buffer@1.0.2: 2170 2178 resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} 2171 2179 dependencies: 2172 - call-bind: 1.0.2 2180 + call-bind: 1.0.5 2173 2181 dev: false 2174 2182 2175 2183 /is-string@1.0.7: ··· 2190 2198 resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} 2191 2199 engines: {node: '>= 0.4'} 2192 2200 dependencies: 2193 - which-typed-array: 1.1.11 2201 + which-typed-array: 1.1.13 2194 2202 dev: false 2195 2203 2196 2204 /is-weakmap@2.0.1: ··· 2200 2208 /is-weakref@1.0.2: 2201 2209 resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} 2202 2210 dependencies: 2203 - call-bind: 1.0.2 2211 + call-bind: 1.0.5 2204 2212 dev: false 2205 2213 2206 2214 /is-weakset@2.0.2: 2207 2215 resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} 2208 2216 dependencies: 2209 - call-bind: 1.0.2 2210 - get-intrinsic: 1.2.1 2217 + call-bind: 1.0.5 2218 + get-intrinsic: 1.2.2 2211 2219 dev: false 2212 2220 2213 2221 /isarray@2.0.5: ··· 2222 2230 resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} 2223 2231 dependencies: 2224 2232 define-properties: 1.2.1 2225 - get-intrinsic: 1.2.1 2233 + get-intrinsic: 1.2.2 2226 2234 has-symbols: 1.0.3 2227 2235 reflect.getprototypeof: 1.0.4 2228 2236 set-function-name: 2.0.1 2229 2237 dev: false 2230 2238 2231 - /jiti@1.20.0: 2232 - resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} 2239 + /jiti@1.21.0: 2240 + resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} 2233 2241 hasBin: true 2234 2242 dev: false 2235 2243 ··· 2295 2303 resolution: {integrity: sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==} 2296 2304 dev: false 2297 2305 2298 - /language-tags@1.0.5: 2299 - resolution: {integrity: sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==} 2306 + /language-tags@1.0.9: 2307 + resolution: {integrity: sha512-MbjN408fEndfiQXbFQ1vnd+1NoLDsnQW41410oQBXiyXDMYH5z505juWa4KUE1LqxRC7DgOgZDbKLxHIwm27hA==} 2308 + engines: {node: '>=0.10'} 2300 2309 dependencies: 2301 2310 language-subtag-registry: 0.3.22 2302 2311 dev: false ··· 2399 2408 thenify-all: 1.6.0 2400 2409 dev: false 2401 2410 2402 - /nanoid@3.3.6: 2403 - resolution: {integrity: sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==} 2411 + /nanoid@3.3.7: 2412 + resolution: {integrity: sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==} 2404 2413 engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} 2405 2414 hasBin: true 2406 2415 dev: false ··· 2409 2418 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 2410 2419 dev: false 2411 2420 2412 - /next@13.5.4(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0): 2413 - resolution: {integrity: sha512-+93un5S779gho8y9ASQhb/bTkQF17FNQOtXLKAj3lsNgltEcF0C5PMLLncDmH+8X1EnJH1kbqAERa29nRXqhjA==} 2414 - engines: {node: '>=16.14.0'} 2421 + /next@14.0.3-canary.12(@babel/core@7.23.3)(react-dom@18.2.0)(react@18.2.0): 2422 + resolution: {integrity: sha512-nyRZGCuEs0DdW2d16upjg+o+aGkNCV6FWlm/Y0nbNUYDnX+wjrTPIRlZ2ZvwzwzGT9qSanNAqgt8A5euf75iOw==} 2423 + engines: {node: '>=18.17.0'} 2415 2424 hasBin: true 2416 2425 peerDependencies: 2417 2426 '@opentelemetry/api': ^1.1.0 ··· 2424 2433 sass: 2425 2434 optional: true 2426 2435 dependencies: 2427 - '@next/env': 13.5.4 2436 + '@next/env': 14.0.3-canary.12 2428 2437 '@swc/helpers': 0.5.2 2429 2438 busboy: 1.6.0 2430 - caniuse-lite: 1.0.30001547 2439 + caniuse-lite: 1.0.30001562 2431 2440 postcss: 8.4.31 2432 2441 react: 18.2.0 2433 2442 react-dom: 18.2.0(react@18.2.0) 2434 - styled-jsx: 5.1.1(@babel/core@7.23.2)(react@18.2.0) 2443 + styled-jsx: 5.1.1(@babel/core@7.23.3)(react@18.2.0) 2435 2444 watchpack: 2.4.0 2436 2445 optionalDependencies: 2437 - '@next/swc-darwin-arm64': 13.5.4 2438 - '@next/swc-darwin-x64': 13.5.4 2439 - '@next/swc-linux-arm64-gnu': 13.5.4 2440 - '@next/swc-linux-arm64-musl': 13.5.4 2441 - '@next/swc-linux-x64-gnu': 13.5.4 2442 - '@next/swc-linux-x64-musl': 13.5.4 2443 - '@next/swc-win32-arm64-msvc': 13.5.4 2444 - '@next/swc-win32-ia32-msvc': 13.5.4 2445 - '@next/swc-win32-x64-msvc': 13.5.4 2446 + '@next/swc-darwin-arm64': 14.0.3-canary.12 2447 + '@next/swc-darwin-x64': 14.0.3-canary.12 2448 + '@next/swc-linux-arm64-gnu': 14.0.3-canary.12 2449 + '@next/swc-linux-arm64-musl': 14.0.3-canary.12 2450 + '@next/swc-linux-x64-gnu': 14.0.3-canary.12 2451 + '@next/swc-linux-x64-musl': 14.0.3-canary.12 2452 + '@next/swc-win32-arm64-msvc': 14.0.3-canary.12 2453 + '@next/swc-win32-ia32-msvc': 14.0.3-canary.12 2454 + '@next/swc-win32-x64-msvc': 14.0.3-canary.12 2446 2455 transitivePeerDependencies: 2447 2456 - '@babel/core' 2448 2457 - babel-plugin-macros ··· 2472 2481 engines: {node: '>= 6'} 2473 2482 dev: false 2474 2483 2475 - /object-inspect@1.12.3: 2476 - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} 2484 + /object-inspect@1.13.1: 2485 + resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} 2477 2486 dev: false 2478 2487 2479 2488 /object-keys@1.1.1: ··· 2485 2494 resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} 2486 2495 engines: {node: '>= 0.4'} 2487 2496 dependencies: 2488 - call-bind: 1.0.2 2497 + call-bind: 1.0.5 2489 2498 define-properties: 1.2.1 2490 2499 has-symbols: 1.0.3 2491 2500 object-keys: 1.1.1 ··· 2495 2504 resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} 2496 2505 engines: {node: '>= 0.4'} 2497 2506 dependencies: 2498 - call-bind: 1.0.2 2507 + call-bind: 1.0.5 2499 2508 define-properties: 1.2.1 2500 - es-abstract: 1.22.2 2509 + es-abstract: 1.22.3 2501 2510 dev: false 2502 2511 2503 2512 /object.fromentries@2.0.7: 2504 2513 resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} 2505 2514 engines: {node: '>= 0.4'} 2506 2515 dependencies: 2507 - call-bind: 1.0.2 2516 + call-bind: 1.0.5 2508 2517 define-properties: 1.2.1 2509 - es-abstract: 1.22.2 2518 + es-abstract: 1.22.3 2510 2519 dev: false 2511 2520 2512 2521 /object.getownpropertydescriptors@2.1.7: ··· 2514 2523 engines: {node: '>= 0.8'} 2515 2524 dependencies: 2516 2525 array.prototype.reduce: 1.0.6 2517 - call-bind: 1.0.2 2526 + call-bind: 1.0.5 2518 2527 define-properties: 1.2.1 2519 - es-abstract: 1.22.2 2528 + es-abstract: 1.22.3 2520 2529 safe-array-concat: 1.0.1 2521 2530 dev: false 2522 2531 2523 2532 /object.groupby@1.0.1: 2524 2533 resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} 2525 2534 dependencies: 2526 - call-bind: 1.0.2 2535 + call-bind: 1.0.5 2527 2536 define-properties: 1.2.1 2528 - es-abstract: 1.22.2 2529 - get-intrinsic: 1.2.1 2537 + es-abstract: 1.22.3 2538 + get-intrinsic: 1.2.2 2530 2539 dev: false 2531 2540 2532 2541 /object.hasown@1.1.3: 2533 2542 resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} 2534 2543 dependencies: 2535 2544 define-properties: 1.2.1 2536 - es-abstract: 1.22.2 2545 + es-abstract: 1.22.3 2537 2546 dev: false 2538 2547 2539 2548 /object.values@1.1.7: 2540 2549 resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} 2541 2550 engines: {node: '>= 0.4'} 2542 2551 dependencies: 2543 - call-bind: 1.0.2 2552 + call-bind: 1.0.5 2544 2553 define-properties: 1.2.1 2545 - es-abstract: 1.22.2 2554 + es-abstract: 1.22.3 2546 2555 dev: false 2547 2556 2548 2557 /once@1.4.0: ··· 2663 2672 dependencies: 2664 2673 lilconfig: 2.1.0 2665 2674 postcss: 8.4.31 2666 - yaml: 2.3.2 2675 + yaml: 2.3.4 2667 2676 dev: false 2668 2677 2669 2678 /postcss-nested@6.0.1(postcss@8.4.31): ··· 2692 2701 resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 2693 2702 engines: {node: ^10 || ^12 || >=14} 2694 2703 dependencies: 2695 - nanoid: 3.3.6 2704 + nanoid: 3.3.7 2696 2705 picocolors: 1.0.0 2697 2706 source-map-js: 1.0.2 2698 2707 dev: false ··· 2702 2711 engines: {node: '>= 0.8.0'} 2703 2712 dev: false 2704 2713 2705 - /prism-react-renderer@2.1.0(react@18.2.0): 2706 - resolution: {integrity: sha512-I5cvXHjA1PVGbGm1MsWCpvBCRrYyxEri0MC7/JbfIfYfcXAxHyO5PaUjs3A8H5GW6kJcLhTHxxMaOZZpRZD2iQ==} 2714 + /prism-react-renderer@2.2.0(react@18.2.0): 2715 + resolution: {integrity: sha512-j4AN0VkEr72598+47xDvpzeYyeh/wPPRNTt9nJFZqIZUxwGKwYqYgt7RVigZ3ZICJWJWN84KEuMKPNyypyhNIw==} 2707 2716 peerDependencies: 2708 2717 react: '>=16.0.0' 2709 2718 dependencies: 2710 - '@types/prismjs': 1.26.1 2719 + '@types/prismjs': 1.26.3 2711 2720 clsx: 1.2.1 2712 2721 react: 18.2.0 2713 2722 dev: false ··· 2720 2729 react-is: 16.13.1 2721 2730 dev: false 2722 2731 2723 - /punycode@2.3.0: 2724 - resolution: {integrity: sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==} 2732 + /punycode@2.3.1: 2733 + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} 2725 2734 engines: {node: '>=6'} 2726 2735 dev: false 2727 2736 ··· 2767 2776 resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} 2768 2777 engines: {node: '>= 0.4'} 2769 2778 dependencies: 2770 - call-bind: 1.0.2 2779 + call-bind: 1.0.5 2771 2780 define-properties: 1.2.1 2772 - es-abstract: 1.22.2 2773 - get-intrinsic: 1.2.1 2781 + es-abstract: 1.22.3 2782 + get-intrinsic: 1.2.2 2774 2783 globalthis: 1.0.3 2775 2784 which-builtin-type: 1.1.3 2776 2785 dev: false ··· 2783 2792 resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} 2784 2793 engines: {node: '>= 0.4'} 2785 2794 dependencies: 2786 - call-bind: 1.0.2 2795 + call-bind: 1.0.5 2787 2796 define-properties: 1.2.1 2788 2797 set-function-name: 2.0.1 2789 2798 dev: false ··· 2801 2810 resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} 2802 2811 hasBin: true 2803 2812 dependencies: 2804 - is-core-module: 2.13.0 2813 + is-core-module: 2.13.1 2805 2814 path-parse: 1.0.7 2806 2815 supports-preserve-symlinks-flag: 1.0.0 2807 2816 dev: false ··· 2810 2819 resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} 2811 2820 hasBin: true 2812 2821 dependencies: 2813 - is-core-module: 2.13.0 2822 + is-core-module: 2.13.1 2814 2823 path-parse: 1.0.7 2815 2824 supports-preserve-symlinks-flag: 1.0.0 2816 2825 dev: false ··· 2837 2846 resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} 2838 2847 engines: {node: '>=0.4'} 2839 2848 dependencies: 2840 - call-bind: 1.0.2 2841 - get-intrinsic: 1.2.1 2849 + call-bind: 1.0.5 2850 + get-intrinsic: 1.2.2 2842 2851 has-symbols: 1.0.3 2843 2852 isarray: 2.0.5 2844 2853 dev: false ··· 2846 2855 /safe-regex-test@1.0.0: 2847 2856 resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} 2848 2857 dependencies: 2849 - call-bind: 1.0.2 2850 - get-intrinsic: 1.2.1 2858 + call-bind: 1.0.5 2859 + get-intrinsic: 1.2.2 2851 2860 is-regex: 1.1.4 2852 2861 dev: false 2853 2862 ··· 2870 2879 lru-cache: 6.0.0 2871 2880 dev: false 2872 2881 2882 + /set-function-length@1.1.1: 2883 + resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} 2884 + engines: {node: '>= 0.4'} 2885 + dependencies: 2886 + define-data-property: 1.1.1 2887 + get-intrinsic: 1.2.2 2888 + gopd: 1.0.1 2889 + has-property-descriptors: 1.0.1 2890 + dev: false 2891 + 2873 2892 /set-function-name@2.0.1: 2874 2893 resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} 2875 2894 engines: {node: '>= 0.4'} 2876 2895 dependencies: 2877 2896 define-data-property: 1.1.1 2878 2897 functions-have-names: 1.2.3 2879 - has-property-descriptors: 1.0.0 2898 + has-property-descriptors: 1.0.1 2880 2899 dev: false 2881 2900 2882 2901 /shebang-command@2.0.0: ··· 2894 2913 /side-channel@1.0.4: 2895 2914 resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} 2896 2915 dependencies: 2897 - call-bind: 1.0.2 2898 - get-intrinsic: 1.2.1 2899 - object-inspect: 1.12.3 2916 + call-bind: 1.0.5 2917 + get-intrinsic: 1.2.2 2918 + object-inspect: 1.13.1 2900 2919 dev: false 2901 2920 2902 2921 /slash@3.0.0: ··· 2917 2936 /string.prototype.matchall@4.0.10: 2918 2937 resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} 2919 2938 dependencies: 2920 - call-bind: 1.0.2 2939 + call-bind: 1.0.5 2921 2940 define-properties: 1.2.1 2922 - es-abstract: 1.22.2 2923 - get-intrinsic: 1.2.1 2941 + es-abstract: 1.22.3 2942 + get-intrinsic: 1.2.2 2924 2943 has-symbols: 1.0.3 2925 - internal-slot: 1.0.5 2944 + internal-slot: 1.0.6 2926 2945 regexp.prototype.flags: 1.5.1 2927 2946 set-function-name: 2.0.1 2928 2947 side-channel: 1.0.4 ··· 2932 2951 resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} 2933 2952 engines: {node: '>= 0.4'} 2934 2953 dependencies: 2935 - call-bind: 1.0.2 2954 + call-bind: 1.0.5 2936 2955 define-properties: 1.2.1 2937 - es-abstract: 1.22.2 2956 + es-abstract: 1.22.3 2938 2957 dev: false 2939 2958 2940 2959 /string.prototype.trimend@1.0.7: 2941 2960 resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} 2942 2961 dependencies: 2943 - call-bind: 1.0.2 2962 + call-bind: 1.0.5 2944 2963 define-properties: 1.2.1 2945 - es-abstract: 1.22.2 2964 + es-abstract: 1.22.3 2946 2965 dev: false 2947 2966 2948 2967 /string.prototype.trimstart@1.0.7: 2949 2968 resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} 2950 2969 dependencies: 2951 - call-bind: 1.0.2 2970 + call-bind: 1.0.5 2952 2971 define-properties: 1.2.1 2953 - es-abstract: 1.22.2 2972 + es-abstract: 1.22.3 2954 2973 dev: false 2955 2974 2956 2975 /strip-ansi@6.0.1: ··· 2970 2989 engines: {node: '>=8'} 2971 2990 dev: false 2972 2991 2973 - /styled-jsx@5.1.1(@babel/core@7.23.2)(react@18.2.0): 2992 + /styled-jsx@5.1.1(@babel/core@7.23.3)(react@18.2.0): 2974 2993 resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} 2975 2994 engines: {node: '>= 12.0.0'} 2976 2995 peerDependencies: ··· 2983 3002 babel-plugin-macros: 2984 3003 optional: true 2985 3004 dependencies: 2986 - '@babel/core': 7.23.2 3005 + '@babel/core': 7.23.3 2987 3006 client-only: 0.0.1 2988 3007 react: 18.2.0 2989 3008 dev: false ··· 3021 3040 engines: {node: '>= 0.4'} 3022 3041 dev: false 3023 3042 3024 - /tailwindcss@3.3.3: 3025 - resolution: {integrity: sha512-A0KgSkef7eE4Mf+nKJ83i75TMyq8HqY3qmFIJSWy8bNt0v1lG7jUcpGpoTFxAwYcWOphcTBLPPJg+bDfhDf52w==} 3043 + /tailwindcss@3.3.5: 3044 + resolution: {integrity: sha512-5SEZU4J7pxZgSkv7FP1zY8i2TIAOooNZ1e/OGtxIEv6GltpoiXUqWvLy89+a10qYTB1N5Ifkuw9lqQkN9sscvA==} 3026 3045 engines: {node: '>=14.0.0'} 3027 3046 hasBin: true 3028 3047 dependencies: ··· 3031 3050 chokidar: 3.5.3 3032 3051 didyoumean: 1.2.2 3033 3052 dlv: 1.1.3 3034 - fast-glob: 3.3.1 3053 + fast-glob: 3.3.2 3035 3054 glob-parent: 6.0.2 3036 3055 is-glob: 4.0.3 3037 - jiti: 1.20.0 3056 + jiti: 1.21.0 3038 3057 lilconfig: 2.1.0 3039 3058 micromatch: 4.0.5 3040 3059 normalize-path: 3.0.0 ··· 3128 3147 resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} 3129 3148 engines: {node: '>= 0.4'} 3130 3149 dependencies: 3131 - call-bind: 1.0.2 3132 - get-intrinsic: 1.2.1 3150 + call-bind: 1.0.5 3151 + get-intrinsic: 1.2.2 3133 3152 is-typed-array: 1.1.12 3134 3153 dev: false 3135 3154 ··· 3137 3156 resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} 3138 3157 engines: {node: '>= 0.4'} 3139 3158 dependencies: 3140 - call-bind: 1.0.2 3159 + call-bind: 1.0.5 3141 3160 for-each: 0.3.3 3142 3161 has-proto: 1.0.1 3143 3162 is-typed-array: 1.1.12 ··· 3148 3167 engines: {node: '>= 0.4'} 3149 3168 dependencies: 3150 3169 available-typed-arrays: 1.0.5 3151 - call-bind: 1.0.2 3170 + call-bind: 1.0.5 3152 3171 for-each: 0.3.3 3153 3172 has-proto: 1.0.1 3154 3173 is-typed-array: 1.1.12 ··· 3157 3176 /typed-array-length@1.0.4: 3158 3177 resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} 3159 3178 dependencies: 3160 - call-bind: 1.0.2 3179 + call-bind: 1.0.5 3161 3180 for-each: 0.3.3 3162 3181 is-typed-array: 1.1.12 3163 3182 dev: false ··· 3171 3190 /unbox-primitive@1.0.2: 3172 3191 resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} 3173 3192 dependencies: 3174 - call-bind: 1.0.2 3193 + call-bind: 1.0.5 3175 3194 has-bigints: 1.0.2 3176 3195 has-symbols: 1.0.3 3177 3196 which-boxed-primitive: 1.0.2 3178 3197 dev: false 3179 3198 3180 - /undici-types@5.25.3: 3181 - resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} 3199 + /undici-types@5.26.5: 3200 + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} 3182 3201 dev: false 3183 3202 3184 3203 /update-browserslist-db@1.0.13(browserslist@4.22.1): ··· 3195 3214 /uri-js@4.4.1: 3196 3215 resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} 3197 3216 dependencies: 3198 - punycode: 2.3.0 3217 + punycode: 2.3.1 3199 3218 dev: false 3200 3219 3201 3220 /util-deprecate@1.0.2: ··· 3205 3224 /util.promisify@1.1.2: 3206 3225 resolution: {integrity: sha512-PBdZ03m1kBnQ5cjjO0ZvJMJS+QsbyIcFwi4hY4U76OQsCO9JrOYjbCFgIF76ccFg9xnJo7ZHPkqyj1GqmdS7MA==} 3207 3226 dependencies: 3208 - call-bind: 1.0.2 3227 + call-bind: 1.0.5 3209 3228 define-properties: 1.2.1 3210 3229 for-each: 0.3.3 3211 3230 has-proto: 1.0.1 ··· 3247 3266 isarray: 2.0.5 3248 3267 which-boxed-primitive: 1.0.2 3249 3268 which-collection: 1.0.1 3250 - which-typed-array: 1.1.11 3269 + which-typed-array: 1.1.13 3251 3270 dev: false 3252 3271 3253 3272 /which-collection@1.0.1: ··· 3259 3278 is-weakset: 2.0.2 3260 3279 dev: false 3261 3280 3262 - /which-typed-array@1.1.11: 3263 - resolution: {integrity: sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==} 3281 + /which-typed-array@1.1.13: 3282 + resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} 3264 3283 engines: {node: '>= 0.4'} 3265 3284 dependencies: 3266 3285 available-typed-arrays: 1.0.5 3267 - call-bind: 1.0.2 3286 + call-bind: 1.0.5 3268 3287 for-each: 0.3.3 3269 3288 gopd: 1.0.1 3270 3289 has-tostringtag: 1.0.0 ··· 3290 3309 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} 3291 3310 dev: false 3292 3311 3293 - /yaml@2.3.2: 3294 - resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} 3312 + /yaml@2.3.4: 3313 + resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} 3295 3314 engines: {node: '>= 14'} 3296 3315 dev: false 3297 3316