this repo has no description
0
fork

Configure Feed

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

update dependencies

alice f21a3ac7 7015e85e

+337 -347
+10 -10
package.json
··· 9 9 "lint": "next lint" 10 10 }, 11 11 "dependencies": { 12 - "@babel/preset-typescript": "^7.22.15", 13 - "@types/node": "^20.6.2", 14 - "@types/react": "^18.2.21", 15 - "@types/react-dom": "^18.2.7", 16 - "autoprefixer": "^10.4.15", 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", 16 + "autoprefixer": "^10.4.16", 17 17 "bookmarkleter": "^1.1.0", 18 - "eslint": "^8.49.0", 19 - "eslint-config-next": "^13.4.19", 20 - "next": "^13.4.19", 21 - "postcss": "^8.4.29", 22 - "prism-react-renderer": "^2.0.6", 18 + "eslint": "^8.51.0", 19 + "eslint-config-next": "^13.5.4", 20 + "next": "^13.5.4", 21 + "postcss": "^8.4.31", 22 + "prism-react-renderer": "^2.1.0", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 25 "tailwindcss": "^3.3.3",
+327 -337
pnpm-lock.yaml
··· 6 6 7 7 dependencies: 8 8 '@babel/preset-typescript': 9 - specifier: ^7.22.15 10 - version: 7.22.15(@babel/core@7.22.19) 9 + specifier: ^7.23.2 10 + version: 7.23.2(@babel/core@7.23.2) 11 11 '@types/node': 12 - specifier: ^20.6.2 13 - version: 20.6.2 12 + specifier: ^20.8.5 13 + version: 20.8.5 14 14 '@types/react': 15 - specifier: ^18.2.21 16 - version: 18.2.21 15 + specifier: ^18.2.28 16 + version: 18.2.28 17 17 '@types/react-dom': 18 - specifier: ^18.2.7 19 - version: 18.2.7 18 + specifier: ^18.2.13 19 + version: 18.2.13 20 20 autoprefixer: 21 - specifier: ^10.4.15 22 - version: 10.4.15(postcss@8.4.29) 21 + specifier: ^10.4.16 22 + version: 10.4.16(postcss@8.4.31) 23 23 bookmarkleter: 24 24 specifier: ^1.1.0 25 25 version: 1.1.0 26 26 eslint: 27 - specifier: ^8.49.0 28 - version: 8.49.0 27 + specifier: ^8.51.0 28 + version: 8.51.0 29 29 eslint-config-next: 30 - specifier: ^13.4.19 31 - version: 13.4.19(eslint@8.49.0)(typescript@5.2.2) 30 + specifier: ^13.5.4 31 + version: 13.5.4(eslint@8.51.0)(typescript@5.2.2) 32 32 next: 33 - specifier: ^13.4.19 34 - version: 13.4.19(@babel/core@7.22.19)(react-dom@18.2.0)(react@18.2.0) 33 + specifier: ^13.5.4 34 + version: 13.5.4(@babel/core@7.23.2)(react-dom@18.2.0)(react@18.2.0) 35 35 postcss: 36 - specifier: ^8.4.29 37 - version: 8.4.29 36 + specifier: ^8.4.31 37 + version: 8.4.31 38 38 prism-react-renderer: 39 - specifier: ^2.0.6 40 - version: 2.0.6(react@18.2.0) 39 + specifier: ^2.1.0 40 + version: 2.1.0(react@18.2.0) 41 41 react: 42 42 specifier: ^18.2.0 43 43 version: 18.2.0 ··· 75 75 resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} 76 76 engines: {node: '>=6.9.0'} 77 77 dependencies: 78 - '@babel/highlight': 7.22.13 78 + '@babel/highlight': 7.22.20 79 79 chalk: 2.4.2 80 80 dev: false 81 81 82 - /@babel/compat-data@7.22.9: 83 - resolution: {integrity: sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==} 82 + /@babel/compat-data@7.23.2: 83 + resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} 84 84 engines: {node: '>=6.9.0'} 85 85 dev: false 86 86 87 - /@babel/core@7.22.19: 88 - resolution: {integrity: sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==} 87 + /@babel/core@7.23.2: 88 + resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} 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.22.15 93 + '@babel/generator': 7.23.0 94 94 '@babel/helper-compilation-targets': 7.22.15 95 - '@babel/helper-module-transforms': 7.22.19(@babel/core@7.22.19) 96 - '@babel/helpers': 7.22.15 97 - '@babel/parser': 7.22.16 95 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) 96 + '@babel/helpers': 7.23.2 97 + '@babel/parser': 7.23.0 98 98 '@babel/template': 7.22.15 99 - '@babel/traverse': 7.22.19 100 - '@babel/types': 7.22.19 101 - convert-source-map: 1.9.0 99 + '@babel/traverse': 7.23.2 100 + '@babel/types': 7.23.0 101 + convert-source-map: 2.0.0 102 102 debug: 4.3.4 103 103 gensync: 1.0.0-beta.2 104 104 json5: 2.2.3 ··· 107 107 - supports-color 108 108 dev: false 109 109 110 - /@babel/generator@7.22.15: 111 - resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} 110 + /@babel/generator@7.23.0: 111 + resolution: {integrity: sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==} 112 112 engines: {node: '>=6.9.0'} 113 113 dependencies: 114 - '@babel/types': 7.22.19 114 + '@babel/types': 7.23.0 115 115 '@jridgewell/gen-mapping': 0.3.3 116 116 '@jridgewell/trace-mapping': 0.3.19 117 117 jsesc: 2.5.2 ··· 121 121 resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} 122 122 engines: {node: '>=6.9.0'} 123 123 dependencies: 124 - '@babel/types': 7.22.19 124 + '@babel/types': 7.23.0 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.22.9 131 + '@babel/compat-data': 7.23.2 132 132 '@babel/helper-validator-option': 7.22.15 133 - browserslist: 4.21.10 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.22.19): 138 + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2): 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.22.19 144 + '@babel/core': 7.23.2 145 145 '@babel/helper-annotate-as-pure': 7.22.5 146 - '@babel/helper-environment-visitor': 7.22.5 147 - '@babel/helper-function-name': 7.22.5 148 - '@babel/helper-member-expression-to-functions': 7.22.15 146 + '@babel/helper-environment-visitor': 7.22.20 147 + '@babel/helper-function-name': 7.23.0 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.9(@babel/core@7.22.19) 150 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) 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 154 154 dev: false 155 155 156 - /@babel/helper-environment-visitor@7.22.5: 157 - resolution: {integrity: sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==} 156 + /@babel/helper-environment-visitor@7.22.20: 157 + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} 158 158 engines: {node: '>=6.9.0'} 159 159 dev: false 160 160 161 - /@babel/helper-function-name@7.22.5: 162 - resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} 161 + /@babel/helper-function-name@7.23.0: 162 + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} 163 163 engines: {node: '>=6.9.0'} 164 164 dependencies: 165 165 '@babel/template': 7.22.15 166 - '@babel/types': 7.22.19 166 + '@babel/types': 7.23.0 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.22.19 173 + '@babel/types': 7.23.0 174 174 dev: false 175 175 176 - /@babel/helper-member-expression-to-functions@7.22.15: 177 - resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} 176 + /@babel/helper-member-expression-to-functions@7.23.0: 177 + resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} 178 178 engines: {node: '>=6.9.0'} 179 179 dependencies: 180 - '@babel/types': 7.22.19 180 + '@babel/types': 7.23.0 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.22.19 187 + '@babel/types': 7.23.0 188 188 dev: false 189 189 190 - /@babel/helper-module-transforms@7.22.19(@babel/core@7.22.19): 191 - resolution: {integrity: sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA==} 190 + /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): 191 + resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} 192 192 engines: {node: '>=6.9.0'} 193 193 peerDependencies: 194 194 '@babel/core': ^7.0.0 195 195 dependencies: 196 - '@babel/core': 7.22.19 197 - '@babel/helper-environment-visitor': 7.22.5 196 + '@babel/core': 7.23.2 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 200 200 '@babel/helper-split-export-declaration': 7.22.6 201 - '@babel/helper-validator-identifier': 7.22.19 201 + '@babel/helper-validator-identifier': 7.22.20 202 202 dev: false 203 203 204 204 /@babel/helper-optimise-call-expression@7.22.5: 205 205 resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} 206 206 engines: {node: '>=6.9.0'} 207 207 dependencies: 208 - '@babel/types': 7.22.19 208 + '@babel/types': 7.23.0 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.9(@babel/core@7.22.19): 217 - resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} 216 + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): 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.22.19 223 - '@babel/helper-environment-visitor': 7.22.5 224 - '@babel/helper-member-expression-to-functions': 7.22.15 222 + '@babel/core': 7.23.2 223 + '@babel/helper-environment-visitor': 7.22.20 224 + '@babel/helper-member-expression-to-functions': 7.23.0 225 225 '@babel/helper-optimise-call-expression': 7.22.5 226 226 dev: false 227 227 ··· 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.22.19 232 + '@babel/types': 7.23.0 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.22.19 239 + '@babel/types': 7.23.0 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.22.19 246 + '@babel/types': 7.23.0 247 247 dev: false 248 248 249 249 /@babel/helper-string-parser@7.22.5: ··· 251 251 engines: {node: '>=6.9.0'} 252 252 dev: false 253 253 254 - /@babel/helper-validator-identifier@7.22.19: 255 - resolution: {integrity: sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==} 254 + /@babel/helper-validator-identifier@7.22.20: 255 + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} 256 256 engines: {node: '>=6.9.0'} 257 257 dev: false 258 258 ··· 261 261 engines: {node: '>=6.9.0'} 262 262 dev: false 263 263 264 - /@babel/helpers@7.22.15: 265 - resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} 264 + /@babel/helpers@7.23.2: 265 + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} 266 266 engines: {node: '>=6.9.0'} 267 267 dependencies: 268 268 '@babel/template': 7.22.15 269 - '@babel/traverse': 7.22.19 270 - '@babel/types': 7.22.19 269 + '@babel/traverse': 7.23.2 270 + '@babel/types': 7.23.0 271 271 transitivePeerDependencies: 272 272 - supports-color 273 273 dev: false 274 274 275 - /@babel/highlight@7.22.13: 276 - resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} 275 + /@babel/highlight@7.22.20: 276 + resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} 277 277 engines: {node: '>=6.9.0'} 278 278 dependencies: 279 - '@babel/helper-validator-identifier': 7.22.19 279 + '@babel/helper-validator-identifier': 7.22.20 280 280 chalk: 2.4.2 281 281 js-tokens: 4.0.0 282 282 dev: false 283 283 284 - /@babel/parser@7.22.16: 285 - resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==} 284 + /@babel/parser@7.23.0: 285 + resolution: {integrity: sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==} 286 286 engines: {node: '>=6.0.0'} 287 287 hasBin: true 288 288 dependencies: 289 - '@babel/types': 7.22.19 289 + '@babel/types': 7.23.0 290 290 dev: false 291 291 292 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.19): 292 + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): 293 293 resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} 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.22.19 298 + '@babel/core': 7.23.2 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.22.19): 302 + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.2): 303 303 resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} 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.22.19 308 + '@babel/core': 7.23.2 309 309 '@babel/helper-plugin-utils': 7.22.5 310 310 dev: false 311 311 312 - /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.19): 313 - resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} 312 + /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2): 313 + resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} 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.22.19 319 - '@babel/helper-module-transforms': 7.22.19(@babel/core@7.22.19) 318 + '@babel/core': 7.23.2 319 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) 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.22.19): 324 + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2): 325 325 resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} 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.22.19 330 + '@babel/core': 7.23.2 331 331 '@babel/helper-annotate-as-pure': 7.22.5 332 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.19) 332 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) 333 333 '@babel/helper-plugin-utils': 7.22.5 334 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.19) 334 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) 335 335 dev: false 336 336 337 - /@babel/preset-typescript@7.22.15(@babel/core@7.22.19): 338 - resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} 337 + /@babel/preset-typescript@7.23.2(@babel/core@7.23.2): 338 + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} 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.22.19 343 + '@babel/core': 7.23.2 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.22.19) 347 - '@babel/plugin-transform-modules-commonjs': 7.22.15(@babel/core@7.22.19) 348 - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.22.19) 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) 349 349 dev: false 350 350 351 - /@babel/runtime@7.22.15: 352 - resolution: {integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==} 351 + /@babel/runtime@7.23.2: 352 + resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} 353 353 engines: {node: '>=6.9.0'} 354 354 dependencies: 355 355 regenerator-runtime: 0.14.0 ··· 365 365 engines: {node: '>=6.9.0'} 366 366 dependencies: 367 367 '@babel/code-frame': 7.22.13 368 - '@babel/parser': 7.22.16 369 - '@babel/types': 7.22.19 368 + '@babel/parser': 7.23.0 369 + '@babel/types': 7.23.0 370 370 dev: false 371 371 372 - /@babel/traverse@7.22.19: 373 - resolution: {integrity: sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg==} 372 + /@babel/traverse@7.23.2: 373 + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} 374 374 engines: {node: '>=6.9.0'} 375 375 dependencies: 376 376 '@babel/code-frame': 7.22.13 377 - '@babel/generator': 7.22.15 378 - '@babel/helper-environment-visitor': 7.22.5 379 - '@babel/helper-function-name': 7.22.5 377 + '@babel/generator': 7.23.0 378 + '@babel/helper-environment-visitor': 7.22.20 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.22.16 383 - '@babel/types': 7.22.19 382 + '@babel/parser': 7.23.0 383 + '@babel/types': 7.23.0 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.22.19: 391 - resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==} 390 + /@babel/types@7.23.0: 391 + resolution: {integrity: sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==} 392 392 engines: {node: '>=6.9.0'} 393 393 dependencies: 394 394 '@babel/helper-string-parser': 7.22.5 395 - '@babel/helper-validator-identifier': 7.22.19 395 + '@babel/helper-validator-identifier': 7.22.20 396 396 to-fast-properties: 2.0.0 397 397 dev: false 398 398 399 - /@eslint-community/eslint-utils@4.4.0(eslint@8.49.0): 399 + /@eslint-community/eslint-utils@4.4.0(eslint@8.51.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.49.0 405 + eslint: 8.51.0 406 406 eslint-visitor-keys: 3.4.3 407 407 dev: false 408 408 409 - /@eslint-community/regexpp@4.8.1: 410 - resolution: {integrity: sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==} 409 + /@eslint-community/regexpp@4.9.1: 410 + resolution: {integrity: sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==} 411 411 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 412 412 dev: false 413 413 ··· 418 418 ajv: 6.12.6 419 419 debug: 4.3.4 420 420 espree: 9.6.1 421 - globals: 13.21.0 421 + globals: 13.23.0 422 422 ignore: 5.2.4 423 423 import-fresh: 3.3.0 424 424 js-yaml: 4.1.0 ··· 428 428 - supports-color 429 429 dev: false 430 430 431 - /@eslint/js@8.49.0: 432 - resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} 431 + /@eslint/js@8.51.0: 432 + resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} 433 433 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 434 434 dev: false 435 435 ··· 483 483 '@jridgewell/sourcemap-codec': 1.4.15 484 484 dev: false 485 485 486 - /@next/env@13.4.19: 487 - resolution: {integrity: sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ==} 486 + /@next/env@13.5.4: 487 + resolution: {integrity: sha512-LGegJkMvRNw90WWphGJ3RMHMVplYcOfRWf2Be3td3sUa+1AaxmsYyANsA+znrGCBjXJNi4XAQlSoEfUxs/4kIQ==} 488 488 dev: false 489 489 490 - /@next/eslint-plugin-next@13.4.19: 491 - resolution: {integrity: sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==} 490 + /@next/eslint-plugin-next@13.5.4: 491 + resolution: {integrity: sha512-vI94U+D7RNgX6XypSyjeFrOzxGlZyxOplU0dVE5norIfZGn/LDjJYPHdvdsR5vN1eRtl6PDAsOHmycFEOljK5A==} 492 492 dependencies: 493 493 glob: 7.1.7 494 494 dev: false 495 495 496 - /@next/swc-darwin-arm64@13.4.19: 497 - resolution: {integrity: sha512-vv1qrjXeGbuF2mOkhkdxMDtv9np7W4mcBtaDnHU+yJG+bBwa6rYsYSCI/9Xm5+TuF5SbZbrWO6G1NfTh1TMjvQ==} 496 + /@next/swc-darwin-arm64@13.5.4: 497 + resolution: {integrity: sha512-Df8SHuXgF1p+aonBMcDPEsaahNo2TCwuie7VXED4FVyECvdXfRT9unapm54NssV9tF3OQFKBFOdlje4T43VO0w==} 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.4.19: 506 - resolution: {integrity: sha512-jyzO6wwYhx6F+7gD8ddZfuqO4TtpJdw3wyOduR4fxTUCm3aLw7YmHGYNjS0xRSYGAkLpBkH1E0RcelyId6lNsw==} 505 + /@next/swc-darwin-x64@13.5.4: 506 + resolution: {integrity: sha512-siPuUwO45PnNRMeZnSa8n/Lye5ZX93IJom9wQRB5DEOdFrw0JjOMu1GINB8jAEdwa7Vdyn1oJ2xGNaQpdQQ9Pw==} 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.4.19: 515 - resolution: {integrity: sha512-vdlnIlaAEh6H+G6HrKZB9c2zJKnpPVKnA6LBwjwT2BTjxI7e0Hx30+FoWCgi50e+YO49p6oPOtesP9mXDRiiUg==} 514 + /@next/swc-linux-arm64-gnu@13.5.4: 515 + resolution: {integrity: sha512-l/k/fvRP/zmB2jkFMfefmFkyZbDkYW0mRM/LB+tH5u9pB98WsHXC0WvDHlGCYp3CH/jlkJPL7gN8nkTQVrQ/2w==} 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.4.19: 524 - resolution: {integrity: sha512-aU0HkH2XPgxqrbNRBFb3si9Ahu/CpaR5RPmN2s9GiM9qJCiBBlZtRTiEca+DC+xRPyCThTtWYgxjWHgU7ZkyvA==} 523 + /@next/swc-linux-arm64-musl@13.5.4: 524 + resolution: {integrity: sha512-YYGb7SlLkI+XqfQa8VPErljb7k9nUnhhRrVaOdfJNCaQnHBcvbT7cx/UjDQLdleJcfyg1Hkn5YSSIeVfjgmkTg==} 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.4.19: 533 - resolution: {integrity: sha512-htwOEagMa/CXNykFFeAHHvMJeqZfNQEoQvHfsA4wgg5QqGNqD5soeCer4oGlCol6NGUxknrQO6VEustcv+Md+g==} 532 + /@next/swc-linux-x64-gnu@13.5.4: 533 + resolution: {integrity: sha512-uE61vyUSClnCH18YHjA8tE1prr/PBFlBFhxBZis4XBRJoR+txAky5d7gGNUIbQ8sZZ7LVkSVgm/5Fc7mwXmRAg==} 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.4.19: 542 - resolution: {integrity: sha512-4Gj4vvtbK1JH8ApWTT214b3GwUh9EKKQjY41hH/t+u55Knxi/0wesMzwQRhppK6Ddalhu0TEttbiJ+wRcoEj5Q==} 541 + /@next/swc-linux-x64-musl@13.5.4: 542 + resolution: {integrity: sha512-qVEKFYML/GvJSy9CfYqAdUexA6M5AklYcQCW+8JECmkQHGoPxCf04iMh7CPR7wkHyWWK+XLt4Ja7hhsPJtSnhg==} 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.4.19: 551 - resolution: {integrity: sha512-bUfDevQK4NsIAHXs3/JNgnvEY+LRyneDN788W2NYiRIIzmILjba7LaQTfihuFawZDhRtkYCv3JDC3B4TwnmRJw==} 550 + /@next/swc-win32-arm64-msvc@13.5.4: 551 + resolution: {integrity: sha512-mDSQfqxAlfpeZOLPxLymZkX0hYF3juN57W6vFHTvwKlnHfmh12Pt7hPIRLYIShk8uYRsKPtMTth/EzpwRI+u8w==} 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.4.19: 560 - resolution: {integrity: sha512-Y5kikILFAr81LYIFaw6j/NrOtmiM4Sf3GtOc0pn50ez2GCkr+oejYuKGcwAwq3jiTKuzF6OF4iT2INPoxRycEA==} 559 + /@next/swc-win32-ia32-msvc@13.5.4: 560 + resolution: {integrity: sha512-aoqAT2XIekIWoriwzOmGFAvTtVY5O7JjV21giozBTP5c6uZhpvTWRbmHXbmsjZqY4HnEZQRXWkSAppsIBweKqw==} 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.4.19: 569 - resolution: {integrity: sha512-YzA78jBDXMYiINdPdJJwGgPNT3YqBNNGhsthsDoWHL9p24tEJn9ViQf/ZqTbwSpX/RrkPupLfuuTH2sf73JBAw==} 568 + /@next/swc-win32-x64-msvc@13.5.4: 569 + resolution: {integrity: sha512-cyRvlAxwlddlqeB9xtPSfNSCRy8BOa4wtMo0IuI9P7Y0XT2qpDrpFKRyZ7kUngZis59mPVla5k8X1oOJ8RxDYg==} 570 570 engines: {node: '>= 10'} 571 571 cpu: [x64] 572 572 os: [win32] ··· 595 595 fastq: 1.15.0 596 596 dev: false 597 597 598 - /@rushstack/eslint-patch@1.4.0: 599 - resolution: {integrity: sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==} 598 + /@rushstack/eslint-patch@1.5.1: 599 + resolution: {integrity: sha512-6i/8UoL0P5y4leBIGzvkZdS85RDMG9y1ihZzmTZQ5LdHUYmZ7pKFoj8X0236s3lusPs1Fa5HTQUpwI+UfTcmeA==} 600 600 dev: false 601 601 602 - /@swc/helpers@0.5.1: 603 - resolution: {integrity: sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==} 602 + /@swc/helpers@0.5.2: 603 + resolution: {integrity: sha512-E4KcWTpoLHqwPHLxidpOqQbcrZVgi0rsmmZXUle1jXmJfuIf/UWpczUJ7MZZ5tlxytgJXyp0w4PGkkeLiuIdZw==} 604 604 dependencies: 605 605 tslib: 2.6.2 606 606 dev: false ··· 609 609 resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} 610 610 dev: false 611 611 612 - /@types/node@20.6.2: 613 - resolution: {integrity: sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==} 612 + /@types/node@20.8.5: 613 + resolution: {integrity: sha512-SPlobFgbidfIeOYlzXiEjSYeIJiOCthv+9tSQVpvk4PAdIIc+2SmjNVzWXk9t0Y7dl73Zdf+OgXKHX9XtkqUpw==} 614 + dependencies: 615 + undici-types: 5.25.3 614 616 dev: false 615 617 616 - /@types/prismjs@1.26.0: 617 - resolution: {integrity: sha512-ZTaqn/qSqUuAq1YwvOFQfVW1AR/oQJlLSZVustdjwI+GZ8kr0MSHBj0tsXPW1EqHubx50gtBEjbPGsdZwQwCjQ==} 618 + /@types/prismjs@1.26.1: 619 + resolution: {integrity: sha512-Q7jDsRbzcNHIQje15CS/piKhu6lMLb9jwjxSfEIi4KcFKXW23GoJMkwQiJ8VObyfx+VmUaDcJxXaWN+cTCjVog==} 618 620 dev: false 619 621 620 - /@types/prop-types@15.7.5: 621 - resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} 622 + /@types/prop-types@15.7.8: 623 + resolution: {integrity: sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==} 622 624 dev: false 623 625 624 - /@types/react-dom@18.2.7: 625 - resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} 626 + /@types/react-dom@18.2.13: 627 + resolution: {integrity: sha512-eJIUv7rPP+EC45uNYp/ThhSpE16k22VJUknt5OLoH9tbXoi8bMhwLf5xRuWMywamNbWzhrSmU7IBJfPup1+3fw==} 626 628 dependencies: 627 - '@types/react': 18.2.21 629 + '@types/react': 18.2.28 628 630 dev: false 629 631 630 - /@types/react@18.2.21: 631 - resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} 632 + /@types/react@18.2.28: 633 + resolution: {integrity: sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==} 632 634 dependencies: 633 - '@types/prop-types': 15.7.5 634 - '@types/scheduler': 0.16.3 635 + '@types/prop-types': 15.7.8 636 + '@types/scheduler': 0.16.4 635 637 csstype: 3.1.2 636 638 dev: false 637 639 638 - /@types/scheduler@0.16.3: 639 - resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} 640 + /@types/scheduler@0.16.4: 641 + resolution: {integrity: sha512-2L9ifAGl7wmXwP4v3pN4p2FLhD0O1qsJpvKmNin5VA8+UvNVb447UDaAEV6UdrkA+m/Xs58U1RFps44x6TFsVQ==} 640 642 dev: false 641 643 642 - /@typescript-eslint/parser@6.7.0(eslint@8.49.0)(typescript@5.2.2): 643 - resolution: {integrity: sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==} 644 + /@typescript-eslint/parser@6.7.5(eslint@8.51.0)(typescript@5.2.2): 645 + resolution: {integrity: sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==} 644 646 engines: {node: ^16.0.0 || >=18.0.0} 645 647 peerDependencies: 646 648 eslint: ^7.0.0 || ^8.0.0 ··· 649 651 typescript: 650 652 optional: true 651 653 dependencies: 652 - '@typescript-eslint/scope-manager': 6.7.0 653 - '@typescript-eslint/types': 6.7.0 654 - '@typescript-eslint/typescript-estree': 6.7.0(typescript@5.2.2) 655 - '@typescript-eslint/visitor-keys': 6.7.0 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 656 658 debug: 4.3.4 657 - eslint: 8.49.0 659 + eslint: 8.51.0 658 660 typescript: 5.2.2 659 661 transitivePeerDependencies: 660 662 - supports-color 661 663 dev: false 662 664 663 - /@typescript-eslint/scope-manager@6.7.0: 664 - resolution: {integrity: sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==} 665 + /@typescript-eslint/scope-manager@6.7.5: 666 + resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} 665 667 engines: {node: ^16.0.0 || >=18.0.0} 666 668 dependencies: 667 - '@typescript-eslint/types': 6.7.0 668 - '@typescript-eslint/visitor-keys': 6.7.0 669 + '@typescript-eslint/types': 6.7.5 670 + '@typescript-eslint/visitor-keys': 6.7.5 669 671 dev: false 670 672 671 - /@typescript-eslint/types@6.7.0: 672 - resolution: {integrity: sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==} 673 + /@typescript-eslint/types@6.7.5: 674 + resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} 673 675 engines: {node: ^16.0.0 || >=18.0.0} 674 676 dev: false 675 677 676 - /@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2): 677 - resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==} 678 + /@typescript-eslint/typescript-estree@6.7.5(typescript@5.2.2): 679 + resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} 678 680 engines: {node: ^16.0.0 || >=18.0.0} 679 681 peerDependencies: 680 682 typescript: '*' ··· 682 684 typescript: 683 685 optional: true 684 686 dependencies: 685 - '@typescript-eslint/types': 6.7.0 686 - '@typescript-eslint/visitor-keys': 6.7.0 687 + '@typescript-eslint/types': 6.7.5 688 + '@typescript-eslint/visitor-keys': 6.7.5 687 689 debug: 4.3.4 688 690 globby: 11.1.0 689 691 is-glob: 4.0.3 ··· 694 696 - supports-color 695 697 dev: false 696 698 697 - /@typescript-eslint/visitor-keys@6.7.0: 698 - resolution: {integrity: sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==} 699 + /@typescript-eslint/visitor-keys@6.7.5: 700 + resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} 699 701 engines: {node: ^16.0.0 || >=18.0.0} 700 702 dependencies: 701 - '@typescript-eslint/types': 6.7.0 703 + '@typescript-eslint/types': 6.7.5 702 704 eslint-visitor-keys: 3.4.3 703 705 dev: false 704 706 ··· 868 870 has-symbols: 1.0.3 869 871 dev: false 870 872 871 - /autoprefixer@10.4.15(postcss@8.4.29): 872 - resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==} 873 + /autoprefixer@10.4.16(postcss@8.4.31): 874 + resolution: {integrity: sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==} 873 875 engines: {node: ^10 || ^12 || >=14} 874 876 hasBin: true 875 877 peerDependencies: 876 878 postcss: ^8.1.0 877 879 dependencies: 878 - browserslist: 4.21.10 879 - caniuse-lite: 1.0.30001534 880 - fraction.js: 4.3.6 880 + browserslist: 4.22.1 881 + caniuse-lite: 1.0.30001547 882 + fraction.js: 4.3.7 881 883 normalize-range: 0.1.2 882 884 picocolors: 1.0.0 883 - postcss: 8.4.29 885 + postcss: 8.4.31 884 886 postcss-value-parser: 4.2.0 885 887 dev: false 886 888 ··· 889 891 engines: {node: '>= 0.4'} 890 892 dev: false 891 893 892 - /axe-core@4.8.1: 893 - resolution: {integrity: sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==} 894 + /axe-core@4.8.2: 895 + resolution: {integrity: sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==} 894 896 engines: {node: '>=4'} 895 897 dev: false 896 898 ··· 932 934 resolution: {integrity: sha512-H1ExfmvTxKWQZYcty1My6XRhoZm04/5MNb2DdZsC08r7y/rowipC0s9sszKA7jgW9mYYDdFnU68XohB+zP35qQ==} 933 935 hasBin: true 934 936 dependencies: 935 - '@babel/core': 7.22.19 937 + '@babel/core': 7.23.2 936 938 babel-preset-minify: 0.5.2 937 939 fs-readdir-recursive: 1.1.0 938 940 lodash: 4.17.21 ··· 1117 1119 fill-range: 7.0.1 1118 1120 dev: false 1119 1121 1120 - /browserslist@4.21.10: 1121 - resolution: {integrity: sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==} 1122 + /browserslist@4.22.1: 1123 + resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} 1122 1124 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1123 1125 hasBin: true 1124 1126 dependencies: 1125 - caniuse-lite: 1.0.30001534 1126 - electron-to-chromium: 1.4.523 1127 + caniuse-lite: 1.0.30001547 1128 + electron-to-chromium: 1.4.554 1127 1129 node-releases: 2.0.13 1128 - update-browserslist-db: 1.0.11(browserslist@4.21.10) 1130 + update-browserslist-db: 1.0.13(browserslist@4.22.1) 1129 1131 dev: false 1130 1132 1131 1133 /busboy@1.6.0: ··· 1138 1140 /call-bind@1.0.2: 1139 1141 resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} 1140 1142 dependencies: 1141 - function-bind: 1.1.1 1143 + function-bind: 1.1.2 1142 1144 get-intrinsic: 1.2.1 1143 1145 dev: false 1144 1146 ··· 1157 1159 engines: {node: '>=4'} 1158 1160 dev: false 1159 1161 1160 - /caniuse-lite@1.0.30001534: 1161 - resolution: {integrity: sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==} 1162 + /caniuse-lite@1.0.30001547: 1163 + resolution: {integrity: sha512-W7CrtIModMAxobGhz8iXmDfuJiiKg1WADMO/9x7/CLNin5cpSbuBjooyoIUVB5eyCc36QuTVlkVa1iB2S5+/eA==} 1162 1164 dev: false 1163 1165 1164 1166 /chalk@2.4.2: ··· 1232 1234 resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} 1233 1235 dev: false 1234 1236 1235 - /convert-source-map@1.9.0: 1236 - resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} 1237 + /convert-source-map@2.0.0: 1238 + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} 1237 1239 dev: false 1238 1240 1239 1241 /cross-spawn@7.0.3: ··· 1286 1288 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 1287 1289 dev: false 1288 1290 1289 - /define-data-property@1.1.0: 1290 - resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} 1291 + /define-data-property@1.1.1: 1292 + resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} 1291 1293 engines: {node: '>= 0.4'} 1292 1294 dependencies: 1293 1295 get-intrinsic: 1.2.1 ··· 1299 1301 resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} 1300 1302 engines: {node: '>= 0.4'} 1301 1303 dependencies: 1302 - define-data-property: 1.1.0 1304 + define-data-property: 1.1.1 1303 1305 has-property-descriptors: 1.0.0 1304 1306 object-keys: 1.1.1 1305 1307 dev: false ··· 1338 1340 esutils: 2.0.3 1339 1341 dev: false 1340 1342 1341 - /electron-to-chromium@1.4.523: 1342 - resolution: {integrity: sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg==} 1343 + /electron-to-chromium@1.4.554: 1344 + resolution: {integrity: sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==} 1343 1345 dev: false 1344 1346 1345 1347 /emoji-regex@9.2.2: ··· 1369 1371 get-symbol-description: 1.0.0 1370 1372 globalthis: 1.0.3 1371 1373 gopd: 1.0.1 1372 - has: 1.0.3 1374 + has: 1.0.4 1373 1375 has-property-descriptors: 1.0.0 1374 1376 has-proto: 1.0.1 1375 1377 has-symbols: 1.0.3 ··· 1411 1413 define-properties: 1.2.1 1412 1414 es-abstract: 1.22.2 1413 1415 es-set-tostringtag: 2.0.1 1414 - function-bind: 1.1.1 1416 + function-bind: 1.1.2 1415 1417 get-intrinsic: 1.2.1 1416 1418 globalthis: 1.0.3 1417 1419 has-property-descriptors: 1.0.0 ··· 1427 1429 engines: {node: '>= 0.4'} 1428 1430 dependencies: 1429 1431 get-intrinsic: 1.2.1 1430 - has: 1.0.3 1432 + has: 1.0.4 1431 1433 has-tostringtag: 1.0.0 1432 1434 dev: false 1433 1435 1434 1436 /es-shim-unscopables@1.0.0: 1435 1437 resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} 1436 1438 dependencies: 1437 - has: 1.0.3 1439 + has: 1.0.4 1438 1440 dev: false 1439 1441 1440 1442 /es-to-primitive@1.2.1: ··· 1461 1463 engines: {node: '>=10'} 1462 1464 dev: false 1463 1465 1464 - /eslint-config-next@13.4.19(eslint@8.49.0)(typescript@5.2.2): 1465 - resolution: {integrity: sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==} 1466 + /eslint-config-next@13.5.4(eslint@8.51.0)(typescript@5.2.2): 1467 + resolution: {integrity: sha512-FzQGIj4UEszRX7fcRSJK6L1LrDiVZvDFW320VVntVKh3BSU8Fb9kpaoxQx0cdFgf3MQXdeSbrCXJ/5Z/NndDkQ==} 1466 1468 peerDependencies: 1467 1469 eslint: ^7.23.0 || ^8.0.0 1468 1470 typescript: '>=3.3.1' ··· 1470 1472 typescript: 1471 1473 optional: true 1472 1474 dependencies: 1473 - '@next/eslint-plugin-next': 13.4.19 1474 - '@rushstack/eslint-patch': 1.4.0 1475 - '@typescript-eslint/parser': 6.7.0(eslint@8.49.0)(typescript@5.2.2) 1476 - eslint: 8.49.0 1475 + '@next/eslint-plugin-next': 13.5.4 1476 + '@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 1477 1479 eslint-import-resolver-node: 0.3.9 1478 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) 1479 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) 1480 - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.49.0) 1481 - eslint-plugin-react: 7.33.2(eslint@8.49.0) 1482 - eslint-plugin-react-hooks: 4.6.0(eslint@8.49.0) 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) 1483 1485 typescript: 5.2.2 1484 1486 transitivePeerDependencies: 1485 1487 - eslint-import-resolver-webpack ··· 1491 1493 dependencies: 1492 1494 debug: 3.2.7 1493 1495 is-core-module: 2.13.0 1494 - resolve: 1.22.6 1496 + resolve: 1.22.8 1495 1497 transitivePeerDependencies: 1496 1498 - supports-color 1497 1499 dev: false 1498 1500 1499 - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0): 1500 - resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} 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): 1502 + resolution: {integrity: sha512-xgdptdoi5W3niYeuQxKmzVDTATvLYqhpwmykwsh7f6HIOStGWEIL9iqZgQDF9u9OEzrRwR8no5q2VT+bjAujTg==} 1501 1503 engines: {node: ^14.18.0 || >=16.0.0} 1502 1504 peerDependencies: 1503 1505 eslint: '*' ··· 1505 1507 dependencies: 1506 1508 debug: 4.3.4 1507 1509 enhanced-resolve: 5.15.0 1508 - eslint: 8.49.0 1509 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) 1510 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.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) 1511 1513 fast-glob: 3.3.1 1512 - get-tsconfig: 4.7.0 1514 + get-tsconfig: 4.7.2 1513 1515 is-core-module: 2.13.0 1514 1516 is-glob: 4.0.3 1515 1517 transitivePeerDependencies: ··· 1519 1521 - supports-color 1520 1522 dev: false 1521 1523 1522 - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): 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): 1523 1525 resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} 1524 1526 engines: {node: '>=4'} 1525 1527 peerDependencies: ··· 1540 1542 eslint-import-resolver-webpack: 1541 1543 optional: true 1542 1544 dependencies: 1543 - '@typescript-eslint/parser': 6.7.0(eslint@8.49.0)(typescript@5.2.2) 1545 + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) 1544 1546 debug: 3.2.7 1545 - eslint: 8.49.0 1547 + eslint: 8.51.0 1546 1548 eslint-import-resolver-node: 0.3.9 1547 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.49.0) 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) 1548 1550 transitivePeerDependencies: 1549 1551 - supports-color 1550 1552 dev: false 1551 1553 1552 - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): 1554 + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-typescript@3.6.1)(eslint@8.51.0): 1553 1555 resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} 1554 1556 engines: {node: '>=4'} 1555 1557 peerDependencies: ··· 1559 1561 '@typescript-eslint/parser': 1560 1562 optional: true 1561 1563 dependencies: 1562 - '@typescript-eslint/parser': 6.7.0(eslint@8.49.0)(typescript@5.2.2) 1564 + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) 1563 1565 array-includes: 3.1.7 1564 1566 array.prototype.findlastindex: 1.2.3 1565 1567 array.prototype.flat: 1.3.2 1566 1568 array.prototype.flatmap: 1.3.2 1567 1569 debug: 3.2.7 1568 1570 doctrine: 2.1.0 1569 - eslint: 8.49.0 1571 + eslint: 8.51.0 1570 1572 eslint-import-resolver-node: 0.3.9 1571 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0) 1572 - has: 1.0.3 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 1573 1575 is-core-module: 2.13.0 1574 1576 is-glob: 4.0.3 1575 1577 minimatch: 3.1.2 ··· 1584 1586 - supports-color 1585 1587 dev: false 1586 1588 1587 - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.49.0): 1589 + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.51.0): 1588 1590 resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} 1589 1591 engines: {node: '>=4.0'} 1590 1592 peerDependencies: 1591 1593 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 1592 1594 dependencies: 1593 - '@babel/runtime': 7.22.15 1595 + '@babel/runtime': 7.23.2 1594 1596 aria-query: 5.3.0 1595 1597 array-includes: 3.1.7 1596 1598 array.prototype.flatmap: 1.3.2 1597 1599 ast-types-flow: 0.0.7 1598 - axe-core: 4.8.1 1600 + axe-core: 4.8.2 1599 1601 axobject-query: 3.2.1 1600 1602 damerau-levenshtein: 1.0.8 1601 1603 emoji-regex: 9.2.2 1602 - eslint: 8.49.0 1603 - has: 1.0.3 1604 + eslint: 8.51.0 1605 + has: 1.0.4 1604 1606 jsx-ast-utils: 3.3.5 1605 1607 language-tags: 1.0.5 1606 1608 minimatch: 3.1.2 ··· 1609 1611 semver: 6.3.1 1610 1612 dev: false 1611 1613 1612 - /eslint-plugin-react-hooks@4.6.0(eslint@8.49.0): 1614 + /eslint-plugin-react-hooks@4.6.0(eslint@8.51.0): 1613 1615 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 1614 1616 engines: {node: '>=10'} 1615 1617 peerDependencies: 1616 1618 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 1617 1619 dependencies: 1618 - eslint: 8.49.0 1620 + eslint: 8.51.0 1619 1621 dev: false 1620 1622 1621 - /eslint-plugin-react@7.33.2(eslint@8.49.0): 1623 + /eslint-plugin-react@7.33.2(eslint@8.51.0): 1622 1624 resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} 1623 1625 engines: {node: '>=4'} 1624 1626 peerDependencies: ··· 1629 1631 array.prototype.tosorted: 1.1.2 1630 1632 doctrine: 2.1.0 1631 1633 es-iterator-helpers: 1.0.15 1632 - eslint: 8.49.0 1634 + eslint: 8.51.0 1633 1635 estraverse: 5.3.0 1634 1636 jsx-ast-utils: 3.3.5 1635 1637 minimatch: 3.1.2 ··· 1638 1640 object.hasown: 1.1.3 1639 1641 object.values: 1.1.7 1640 1642 prop-types: 15.8.1 1641 - resolve: 2.0.0-next.4 1643 + resolve: 2.0.0-next.5 1642 1644 semver: 6.3.1 1643 1645 string.prototype.matchall: 4.0.10 1644 1646 dev: false ··· 1656 1658 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1657 1659 dev: false 1658 1660 1659 - /eslint@8.49.0: 1660 - resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==} 1661 + /eslint@8.51.0: 1662 + resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} 1661 1663 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1662 1664 hasBin: true 1663 1665 dependencies: 1664 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 1665 - '@eslint-community/regexpp': 4.8.1 1666 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) 1667 + '@eslint-community/regexpp': 4.9.1 1666 1668 '@eslint/eslintrc': 2.1.2 1667 - '@eslint/js': 8.49.0 1669 + '@eslint/js': 8.51.0 1668 1670 '@humanwhocodes/config-array': 0.11.11 1669 1671 '@humanwhocodes/module-importer': 1.0.1 1670 1672 '@nodelib/fs.walk': 1.2.8 ··· 1683 1685 file-entry-cache: 6.0.1 1684 1686 find-up: 5.0.0 1685 1687 glob-parent: 6.0.2 1686 - globals: 13.21.0 1688 + globals: 13.23.0 1687 1689 graphemer: 1.4.0 1688 1690 ignore: 5.2.4 1689 1691 imurmurhash: 0.1.4 ··· 1768 1770 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 1769 1771 engines: {node: ^10.12.0 || >=12.0.0} 1770 1772 dependencies: 1771 - flat-cache: 3.1.0 1773 + flat-cache: 3.1.1 1772 1774 dev: false 1773 1775 1774 1776 /fill-range@7.0.1: ··· 1786 1788 path-exists: 4.0.0 1787 1789 dev: false 1788 1790 1789 - /flat-cache@3.1.0: 1790 - resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} 1791 + /flat-cache@3.1.1: 1792 + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} 1791 1793 engines: {node: '>=12.0.0'} 1792 1794 dependencies: 1793 - flatted: 3.2.8 1794 - keyv: 4.5.3 1795 + flatted: 3.2.9 1796 + keyv: 4.5.4 1795 1797 rimraf: 3.0.2 1796 1798 dev: false 1797 1799 1798 - /flatted@3.2.8: 1799 - resolution: {integrity: sha512-6qu0W+A94UKNJRs3ffE8s/fWSHQbjqdNx8elGAe95IqnJA77P68TFz4+2cwC28ouAibiZdGBeV6DsvvMg+4vhQ==} 1800 + /flatted@3.2.9: 1801 + resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} 1800 1802 dev: false 1801 1803 1802 1804 /for-each@0.3.3: ··· 1805 1807 is-callable: 1.2.7 1806 1808 dev: false 1807 1809 1808 - /fraction.js@4.3.6: 1809 - resolution: {integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==} 1810 + /fraction.js@4.3.7: 1811 + resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} 1810 1812 dev: false 1811 1813 1812 1814 /fs-readdir-recursive@1.1.0: ··· 1825 1827 dev: false 1826 1828 optional: true 1827 1829 1828 - /function-bind@1.1.1: 1829 - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} 1830 + /function-bind@1.1.2: 1831 + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} 1830 1832 dev: false 1831 1833 1832 1834 /function.prototype.name@1.1.6: ··· 1851 1853 /get-intrinsic@1.2.1: 1852 1854 resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} 1853 1855 dependencies: 1854 - function-bind: 1.1.1 1855 - has: 1.0.3 1856 + function-bind: 1.1.2 1857 + has: 1.0.4 1856 1858 has-proto: 1.0.1 1857 1859 has-symbols: 1.0.3 1858 1860 dev: false ··· 1865 1867 get-intrinsic: 1.2.1 1866 1868 dev: false 1867 1869 1868 - /get-tsconfig@4.7.0: 1869 - resolution: {integrity: sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==} 1870 + /get-tsconfig@4.7.2: 1871 + resolution: {integrity: sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==} 1870 1872 dependencies: 1871 1873 resolve-pkg-maps: 1.0.0 1872 1874 dev: false ··· 1927 1929 engines: {node: '>=4'} 1928 1930 dev: false 1929 1931 1930 - /globals@13.21.0: 1931 - resolution: {integrity: sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==} 1932 + /globals@13.23.0: 1933 + resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} 1932 1934 engines: {node: '>=8'} 1933 1935 dependencies: 1934 1936 type-fest: 0.20.2 ··· 2004 2006 has-symbols: 1.0.3 2005 2007 dev: false 2006 2008 2007 - /has@1.0.3: 2008 - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} 2009 + /has@1.0.4: 2010 + resolution: {integrity: sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==} 2009 2011 engines: {node: '>= 0.4.0'} 2010 - dependencies: 2011 - function-bind: 1.1.1 2012 2012 dev: false 2013 2013 2014 2014 /ignore@5.2.4: ··· 2045 2045 engines: {node: '>= 0.4'} 2046 2046 dependencies: 2047 2047 get-intrinsic: 1.2.1 2048 - has: 1.0.3 2048 + has: 1.0.4 2049 2049 side-channel: 1.0.4 2050 2050 dev: false 2051 2051 ··· 2093 2093 /is-core-module@2.13.0: 2094 2094 resolution: {integrity: sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==} 2095 2095 dependencies: 2096 - has: 1.0.3 2096 + has: 1.0.4 2097 2097 dev: false 2098 2098 2099 2099 /is-date-object@1.0.5: ··· 2285 2285 object.values: 1.1.7 2286 2286 dev: false 2287 2287 2288 - /keyv@4.5.3: 2289 - resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} 2288 + /keyv@4.5.4: 2289 + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} 2290 2290 dependencies: 2291 2291 json-buffer: 3.0.1 2292 2292 dev: false ··· 2409 2409 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 2410 2410 dev: false 2411 2411 2412 - /next@13.4.19(@babel/core@7.22.19)(react-dom@18.2.0)(react@18.2.0): 2413 - resolution: {integrity: sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==} 2414 - engines: {node: '>=16.8.0'} 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'} 2415 2415 hasBin: true 2416 2416 peerDependencies: 2417 2417 '@opentelemetry/api': ^1.1.0 ··· 2424 2424 sass: 2425 2425 optional: true 2426 2426 dependencies: 2427 - '@next/env': 13.4.19 2428 - '@swc/helpers': 0.5.1 2427 + '@next/env': 13.5.4 2428 + '@swc/helpers': 0.5.2 2429 2429 busboy: 1.6.0 2430 - caniuse-lite: 1.0.30001534 2431 - postcss: 8.4.14 2430 + caniuse-lite: 1.0.30001547 2431 + postcss: 8.4.31 2432 2432 react: 18.2.0 2433 2433 react-dom: 18.2.0(react@18.2.0) 2434 - styled-jsx: 5.1.1(@babel/core@7.22.19)(react@18.2.0) 2434 + styled-jsx: 5.1.1(@babel/core@7.23.2)(react@18.2.0) 2435 2435 watchpack: 2.4.0 2436 - zod: 3.21.4 2437 2436 optionalDependencies: 2438 - '@next/swc-darwin-arm64': 13.4.19 2439 - '@next/swc-darwin-x64': 13.4.19 2440 - '@next/swc-linux-arm64-gnu': 13.4.19 2441 - '@next/swc-linux-arm64-musl': 13.4.19 2442 - '@next/swc-linux-x64-gnu': 13.4.19 2443 - '@next/swc-linux-x64-musl': 13.4.19 2444 - '@next/swc-win32-arm64-msvc': 13.4.19 2445 - '@next/swc-win32-ia32-msvc': 13.4.19 2446 - '@next/swc-win32-x64-msvc': 13.4.19 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 2447 2446 transitivePeerDependencies: 2448 2447 - '@babel/core' 2449 2448 - babel-plugin-macros ··· 2628 2627 engines: {node: '>= 6'} 2629 2628 dev: false 2630 2629 2631 - /postcss-import@15.1.0(postcss@8.4.29): 2630 + /postcss-import@15.1.0(postcss@8.4.31): 2632 2631 resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} 2633 2632 engines: {node: '>=14.0.0'} 2634 2633 peerDependencies: 2635 2634 postcss: ^8.0.0 2636 2635 dependencies: 2637 - postcss: 8.4.29 2636 + postcss: 8.4.31 2638 2637 postcss-value-parser: 4.2.0 2639 2638 read-cache: 1.0.0 2640 - resolve: 1.22.6 2639 + resolve: 1.22.8 2641 2640 dev: false 2642 2641 2643 - /postcss-js@4.0.1(postcss@8.4.29): 2642 + /postcss-js@4.0.1(postcss@8.4.31): 2644 2643 resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} 2645 2644 engines: {node: ^12 || ^14 || >= 16} 2646 2645 peerDependencies: 2647 2646 postcss: ^8.4.21 2648 2647 dependencies: 2649 2648 camelcase-css: 2.0.1 2650 - postcss: 8.4.29 2649 + postcss: 8.4.31 2651 2650 dev: false 2652 2651 2653 - /postcss-load-config@4.0.1(postcss@8.4.29): 2652 + /postcss-load-config@4.0.1(postcss@8.4.31): 2654 2653 resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} 2655 2654 engines: {node: '>= 14'} 2656 2655 peerDependencies: ··· 2663 2662 optional: true 2664 2663 dependencies: 2665 2664 lilconfig: 2.1.0 2666 - postcss: 8.4.29 2665 + postcss: 8.4.31 2667 2666 yaml: 2.3.2 2668 2667 dev: false 2669 2668 2670 - /postcss-nested@6.0.1(postcss@8.4.29): 2669 + /postcss-nested@6.0.1(postcss@8.4.31): 2671 2670 resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} 2672 2671 engines: {node: '>=12.0'} 2673 2672 peerDependencies: 2674 2673 postcss: ^8.2.14 2675 2674 dependencies: 2676 - postcss: 8.4.29 2675 + postcss: 8.4.31 2677 2676 postcss-selector-parser: 6.0.13 2678 2677 dev: false 2679 2678 ··· 2689 2688 resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} 2690 2689 dev: false 2691 2690 2692 - /postcss@8.4.14: 2693 - resolution: {integrity: sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==} 2694 - engines: {node: ^10 || ^12 || >=14} 2695 - dependencies: 2696 - nanoid: 3.3.6 2697 - picocolors: 1.0.0 2698 - source-map-js: 1.0.2 2699 - dev: false 2700 - 2701 - /postcss@8.4.29: 2702 - resolution: {integrity: sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==} 2691 + /postcss@8.4.31: 2692 + resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} 2703 2693 engines: {node: ^10 || ^12 || >=14} 2704 2694 dependencies: 2705 2695 nanoid: 3.3.6 ··· 2712 2702 engines: {node: '>= 0.8.0'} 2713 2703 dev: false 2714 2704 2715 - /prism-react-renderer@2.0.6(react@18.2.0): 2716 - resolution: {integrity: sha512-ERzmAI5UvrcTw5ivfEG20/dYClAsC84eSED5p9X3oKpm0xPV4A5clFK1mp7lPIdKmbLnQYsPTGiOI7WS6gWigw==} 2705 + /prism-react-renderer@2.1.0(react@18.2.0): 2706 + resolution: {integrity: sha512-I5cvXHjA1PVGbGm1MsWCpvBCRrYyxEri0MC7/JbfIfYfcXAxHyO5PaUjs3A8H5GW6kJcLhTHxxMaOZZpRZD2iQ==} 2717 2707 peerDependencies: 2718 2708 react: '>=16.0.0' 2719 2709 dependencies: 2720 - '@types/prismjs': 1.26.0 2710 + '@types/prismjs': 1.26.1 2721 2711 clsx: 1.2.1 2722 2712 react: 18.2.0 2723 2713 dev: false ··· 2807 2797 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 2808 2798 dev: false 2809 2799 2810 - /resolve@1.22.6: 2811 - resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} 2800 + /resolve@1.22.8: 2801 + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} 2812 2802 hasBin: true 2813 2803 dependencies: 2814 2804 is-core-module: 2.13.0 ··· 2816 2806 supports-preserve-symlinks-flag: 1.0.0 2817 2807 dev: false 2818 2808 2819 - /resolve@2.0.0-next.4: 2820 - resolution: {integrity: sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==} 2809 + /resolve@2.0.0-next.5: 2810 + resolution: {integrity: sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==} 2821 2811 hasBin: true 2822 2812 dependencies: 2823 2813 is-core-module: 2.13.0 ··· 2884 2874 resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} 2885 2875 engines: {node: '>= 0.4'} 2886 2876 dependencies: 2887 - define-data-property: 1.1.0 2877 + define-data-property: 1.1.1 2888 2878 functions-have-names: 1.2.3 2889 2879 has-property-descriptors: 1.0.0 2890 2880 dev: false ··· 2980 2970 engines: {node: '>=8'} 2981 2971 dev: false 2982 2972 2983 - /styled-jsx@5.1.1(@babel/core@7.22.19)(react@18.2.0): 2973 + /styled-jsx@5.1.1(@babel/core@7.23.2)(react@18.2.0): 2984 2974 resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} 2985 2975 engines: {node: '>= 12.0.0'} 2986 2976 peerDependencies: ··· 2993 2983 babel-plugin-macros: 2994 2984 optional: true 2995 2985 dependencies: 2996 - '@babel/core': 7.22.19 2986 + '@babel/core': 7.23.2 2997 2987 client-only: 0.0.1 2998 2988 react: 18.2.0 2999 2989 dev: false ··· 3050 3040 normalize-path: 3.0.0 3051 3041 object-hash: 3.0.0 3052 3042 picocolors: 1.0.0 3053 - postcss: 8.4.29 3054 - postcss-import: 15.1.0(postcss@8.4.29) 3055 - postcss-js: 4.0.1(postcss@8.4.29) 3056 - postcss-load-config: 4.0.1(postcss@8.4.29) 3057 - postcss-nested: 6.0.1(postcss@8.4.29) 3043 + postcss: 8.4.31 3044 + postcss-import: 15.1.0(postcss@8.4.31) 3045 + postcss-js: 4.0.1(postcss@8.4.31) 3046 + postcss-load-config: 4.0.1(postcss@8.4.31) 3047 + postcss-nested: 6.0.1(postcss@8.4.31) 3058 3048 postcss-selector-parser: 6.0.13 3059 - resolve: 1.22.6 3049 + resolve: 1.22.8 3060 3050 sucrase: 3.34.0 3061 3051 transitivePeerDependencies: 3062 3052 - ts-node ··· 3187 3177 which-boxed-primitive: 1.0.2 3188 3178 dev: false 3189 3179 3190 - /update-browserslist-db@1.0.11(browserslist@4.21.10): 3191 - resolution: {integrity: sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==} 3180 + /undici-types@5.25.3: 3181 + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} 3182 + dev: false 3183 + 3184 + /update-browserslist-db@1.0.13(browserslist@4.22.1): 3185 + resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} 3192 3186 hasBin: true 3193 3187 peerDependencies: 3194 3188 browserslist: '>= 4.21.0' 3195 3189 dependencies: 3196 - browserslist: 4.21.10 3190 + browserslist: 4.22.1 3197 3191 escalade: 3.1.1 3198 3192 picocolors: 1.0.0 3199 3193 dev: false ··· 3311 3305 resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} 3312 3306 engines: {node: '>=10'} 3313 3307 dev: false 3314 - 3315 - /zod@3.21.4: 3316 - resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==} 3317 - dev: false