this repo has no description
0
fork

Configure Feed

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

update dependencies, fix like bomb for bsky

alice 7015e85e 3a3a1c0a

+419 -387
+6 -6
package.json
··· 9 9 "lint": "next lint" 10 10 }, 11 11 "dependencies": { 12 - "@babel/preset-typescript": "^7.22.5", 13 - "@types/node": "^20.5.1", 14 - "@types/react": "^18.2.20", 12 + "@babel/preset-typescript": "^7.22.15", 13 + "@types/node": "^20.6.2", 14 + "@types/react": "^18.2.21", 15 15 "@types/react-dom": "^18.2.7", 16 16 "autoprefixer": "^10.4.15", 17 17 "bookmarkleter": "^1.1.0", 18 - "eslint": "^8.47.0", 18 + "eslint": "^8.49.0", 19 19 "eslint-config-next": "^13.4.19", 20 20 "next": "^13.4.19", 21 - "postcss": "^8.4.28", 21 + "postcss": "^8.4.29", 22 22 "prism-react-renderer": "^2.0.6", 23 23 "react": "^18.2.0", 24 24 "react-dom": "^18.2.0", 25 25 "tailwindcss": "^3.3.3", 26 - "typescript": "^5.1.6" 26 + "typescript": "^5.2.2" 27 27 } 28 28 }
+412 -380
pnpm-lock.yaml
··· 6 6 7 7 dependencies: 8 8 '@babel/preset-typescript': 9 - specifier: ^7.22.5 10 - version: 7.22.5(@babel/core@7.22.10) 9 + specifier: ^7.22.15 10 + version: 7.22.15(@babel/core@7.22.19) 11 11 '@types/node': 12 - specifier: ^20.5.1 13 - version: 20.5.1 12 + specifier: ^20.6.2 13 + version: 20.6.2 14 14 '@types/react': 15 - specifier: ^18.2.20 16 - version: 18.2.20 15 + specifier: ^18.2.21 16 + version: 18.2.21 17 17 '@types/react-dom': 18 18 specifier: ^18.2.7 19 19 version: 18.2.7 20 20 autoprefixer: 21 21 specifier: ^10.4.15 22 - version: 10.4.15(postcss@8.4.28) 22 + version: 10.4.15(postcss@8.4.29) 23 23 bookmarkleter: 24 24 specifier: ^1.1.0 25 25 version: 1.1.0 26 26 eslint: 27 - specifier: ^8.47.0 28 - version: 8.47.0 27 + specifier: ^8.49.0 28 + version: 8.49.0 29 29 eslint-config-next: 30 30 specifier: ^13.4.19 31 - version: 13.4.19(eslint@8.47.0)(typescript@5.1.6) 31 + version: 13.4.19(eslint@8.49.0)(typescript@5.2.2) 32 32 next: 33 33 specifier: ^13.4.19 34 - version: 13.4.19(@babel/core@7.22.10)(react-dom@18.2.0)(react@18.2.0) 34 + version: 13.4.19(@babel/core@7.22.19)(react-dom@18.2.0)(react@18.2.0) 35 35 postcss: 36 - specifier: ^8.4.28 37 - version: 8.4.28 36 + specifier: ^8.4.29 37 + version: 8.4.29 38 38 prism-react-renderer: 39 39 specifier: ^2.0.6 40 40 version: 2.0.6(react@18.2.0) ··· 48 48 specifier: ^3.3.3 49 49 version: 3.3.3 50 50 typescript: 51 - specifier: ^5.1.6 52 - version: 5.1.6 51 + specifier: ^5.2.2 52 + version: 5.2.2 53 53 54 54 packages: 55 55 ··· 71 71 '@jridgewell/trace-mapping': 0.3.19 72 72 dev: false 73 73 74 - /@babel/code-frame@7.22.10: 75 - resolution: {integrity: sha512-/KKIMG4UEL35WmI9OlvMhurwtytjvXoFcGNrOvyG9zIzA8YmPjVtIZUf7b05+TPO7G7/GEmLHDaoCgACHl9hhA==} 74 + /@babel/code-frame@7.22.13: 75 + resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} 76 76 engines: {node: '>=6.9.0'} 77 77 dependencies: 78 - '@babel/highlight': 7.22.10 78 + '@babel/highlight': 7.22.13 79 79 chalk: 2.4.2 80 80 dev: false 81 81 ··· 84 84 engines: {node: '>=6.9.0'} 85 85 dev: false 86 86 87 - /@babel/core@7.22.10: 88 - resolution: {integrity: sha512-fTmqbbUBAwCcre6zPzNngvsI0aNrPZe77AeqvDxWM9Nm+04RrJ3CAmGHA9f7lJQY6ZMhRztNemy4uslDxTX4Qw==} 87 + /@babel/core@7.22.19: 88 + resolution: {integrity: sha512-Q8Yj5X4LHVYTbLCKVz0//2D2aDmHF4xzCdEttYvKOnWvErGsa6geHXD6w46x64n5tP69VfeH+IfSrdyH3MLhwA==} 89 89 engines: {node: '>=6.9.0'} 90 90 dependencies: 91 91 '@ampproject/remapping': 2.2.1 92 - '@babel/code-frame': 7.22.10 93 - '@babel/generator': 7.22.10 94 - '@babel/helper-compilation-targets': 7.22.10 95 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) 96 - '@babel/helpers': 7.22.10 97 - '@babel/parser': 7.22.10 98 - '@babel/template': 7.22.5 99 - '@babel/traverse': 7.22.10 100 - '@babel/types': 7.22.10 92 + '@babel/code-frame': 7.22.13 93 + '@babel/generator': 7.22.15 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 98 + '@babel/template': 7.22.15 99 + '@babel/traverse': 7.22.19 100 + '@babel/types': 7.22.19 101 101 convert-source-map: 1.9.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.22.10: 111 - resolution: {integrity: sha512-79KIf7YiWjjdZ81JnLujDRApWtl7BxTqWD88+FFdQEIOG8LJ0etDOM7CXuIgGJa55sGOwZVwuEsaLEm0PJ5/+A==} 110 + /@babel/generator@7.22.15: 111 + resolution: {integrity: sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==} 112 112 engines: {node: '>=6.9.0'} 113 113 dependencies: 114 - '@babel/types': 7.22.10 114 + '@babel/types': 7.22.19 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.10 124 + '@babel/types': 7.22.19 125 125 dev: false 126 126 127 - /@babel/helper-compilation-targets@7.22.10: 128 - resolution: {integrity: sha512-JMSwHD4J7SLod0idLq5PKgI+6g/hLD/iuWBq08ZX49xE14VpVEojJ5rHWptpirV2j020MvypRLAXAO50igCJ5Q==} 127 + /@babel/helper-compilation-targets@7.22.15: 128 + resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} 129 129 engines: {node: '>=6.9.0'} 130 130 dependencies: 131 131 '@babel/compat-data': 7.22.9 132 - '@babel/helper-validator-option': 7.22.5 132 + '@babel/helper-validator-option': 7.22.15 133 133 browserslist: 4.21.10 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.10(@babel/core@7.22.10): 139 - resolution: {integrity: sha512-5IBb77txKYQPpOEdUdIhBx8VrZyDCQ+H82H0+5dX1TmuscP5vJKEE3cKurjtIw/vFwzbVH48VweE78kVDBrqjA==} 138 + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.22.19): 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.10 144 + '@babel/core': 7.22.19 145 145 '@babel/helper-annotate-as-pure': 7.22.5 146 146 '@babel/helper-environment-visitor': 7.22.5 147 147 '@babel/helper-function-name': 7.22.5 148 - '@babel/helper-member-expression-to-functions': 7.22.5 148 + '@babel/helper-member-expression-to-functions': 7.22.15 149 149 '@babel/helper-optimise-call-expression': 7.22.5 150 - '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.10) 150 + '@babel/helper-replace-supers': 7.22.9(@babel/core@7.22.19) 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 ··· 162 162 resolution: {integrity: sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==} 163 163 engines: {node: '>=6.9.0'} 164 164 dependencies: 165 - '@babel/template': 7.22.5 166 - '@babel/types': 7.22.10 165 + '@babel/template': 7.22.15 166 + '@babel/types': 7.22.19 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.10 173 + '@babel/types': 7.22.19 174 174 dev: false 175 175 176 - /@babel/helper-member-expression-to-functions@7.22.5: 177 - resolution: {integrity: sha512-aBiH1NKMG0H2cGZqspNvsaBe6wNGjbJjuLy29aU+eDZjSbbN53BaxlpB02xm9v34pLTZ1nIQPFYn2qMZoa5BQQ==} 176 + /@babel/helper-member-expression-to-functions@7.22.15: 177 + resolution: {integrity: sha512-qLNsZbgrNh0fDQBCPocSL8guki1hcPvltGDv/NxvUoABwFq7GkKSu1nRXeJkVZc+wJvne2E0RKQz+2SQrz6eAA==} 178 178 engines: {node: '>=6.9.0'} 179 179 dependencies: 180 - '@babel/types': 7.22.10 180 + '@babel/types': 7.22.19 181 181 dev: false 182 182 183 - /@babel/helper-module-imports@7.22.5: 184 - resolution: {integrity: sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==} 183 + /@babel/helper-module-imports@7.22.15: 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.10 187 + '@babel/types': 7.22.19 188 188 dev: false 189 189 190 - /@babel/helper-module-transforms@7.22.9(@babel/core@7.22.10): 191 - resolution: {integrity: sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==} 190 + /@babel/helper-module-transforms@7.22.19(@babel/core@7.22.19): 191 + resolution: {integrity: sha512-m6h1cJvn+OJ+R3jOHp30faq5xKJ7VbjwDj5RGgHuRlU9hrMeKsGC+JpihkR5w1g7IfseCPPtZ0r7/hB4UKaYlA==} 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.10 196 + '@babel/core': 7.22.19 197 197 '@babel/helper-environment-visitor': 7.22.5 198 - '@babel/helper-module-imports': 7.22.5 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.5 201 + '@babel/helper-validator-identifier': 7.22.19 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.10 208 + '@babel/types': 7.22.19 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.10): 216 + /@babel/helper-replace-supers@7.22.9(@babel/core@7.22.19): 217 217 resolution: {integrity: sha512-LJIKvvpgPOPUThdYqcX6IXRuIcTkcAub0IaDRGCZH0p5GPUp7PhRU9QVgFcDDd51BaPkk77ZjqFwh6DZTAEmGg==} 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.10 222 + '@babel/core': 7.22.19 223 223 '@babel/helper-environment-visitor': 7.22.5 224 - '@babel/helper-member-expression-to-functions': 7.22.5 224 + '@babel/helper-member-expression-to-functions': 7.22.15 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.10 232 + '@babel/types': 7.22.19 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.10 239 + '@babel/types': 7.22.19 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.10 246 + '@babel/types': 7.22.19 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.5: 255 - resolution: {integrity: sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==} 254 + /@babel/helper-validator-identifier@7.22.19: 255 + resolution: {integrity: sha512-Tinq7ybnEPFFXhlYOYFiSjespWQk0dq2dRNAiMdRTOYQzEGqnnNyrTxPYHP5r6wGjlF1rFgABdDV0g8EwD6Qbg==} 256 256 engines: {node: '>=6.9.0'} 257 257 dev: false 258 258 259 - /@babel/helper-validator-option@7.22.5: 260 - resolution: {integrity: sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==} 259 + /@babel/helper-validator-option@7.22.15: 260 + resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} 261 261 engines: {node: '>=6.9.0'} 262 262 dev: false 263 263 264 - /@babel/helpers@7.22.10: 265 - resolution: {integrity: sha512-a41J4NW8HyZa1I1vAndrraTlPZ/eZoga2ZgS7fEr0tZJGVU4xqdE80CEm0CcNjha5EZ8fTBYLKHF0kqDUuAwQw==} 264 + /@babel/helpers@7.22.15: 265 + resolution: {integrity: sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==} 266 266 engines: {node: '>=6.9.0'} 267 267 dependencies: 268 - '@babel/template': 7.22.5 269 - '@babel/traverse': 7.22.10 270 - '@babel/types': 7.22.10 268 + '@babel/template': 7.22.15 269 + '@babel/traverse': 7.22.19 270 + '@babel/types': 7.22.19 271 271 transitivePeerDependencies: 272 272 - supports-color 273 273 dev: false 274 274 275 - /@babel/highlight@7.22.10: 276 - resolution: {integrity: sha512-78aUtVcT7MUscr0K5mIEnkwxPE0MaxkR5RxRwuHaQ+JuU5AmTPhY+do2mdzVTnIJJpyBglql2pehuBIWHug+WQ==} 275 + /@babel/highlight@7.22.13: 276 + resolution: {integrity: sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==} 277 277 engines: {node: '>=6.9.0'} 278 278 dependencies: 279 - '@babel/helper-validator-identifier': 7.22.5 279 + '@babel/helper-validator-identifier': 7.22.19 280 280 chalk: 2.4.2 281 281 js-tokens: 4.0.0 282 282 dev: false 283 283 284 - /@babel/parser@7.22.10: 285 - resolution: {integrity: sha512-lNbdGsQb9ekfsnjFGhEiF4hfFqGgfOP3H3d27re3n+CGhNuTSUEQdfWk556sTLNTloczcdM5TYF2LhzmDQKyvQ==} 284 + /@babel/parser@7.22.16: 285 + resolution: {integrity: sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==} 286 286 engines: {node: '>=6.0.0'} 287 287 hasBin: true 288 288 dependencies: 289 - '@babel/types': 7.22.10 289 + '@babel/types': 7.22.19 290 290 dev: false 291 291 292 - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.10): 292 + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.22.19): 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.10 298 + '@babel/core': 7.22.19 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.10): 302 + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.22.19): 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.10 308 + '@babel/core': 7.22.19 309 309 '@babel/helper-plugin-utils': 7.22.5 310 310 dev: false 311 311 312 - /@babel/plugin-transform-modules-commonjs@7.22.5(@babel/core@7.22.10): 313 - resolution: {integrity: sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==} 312 + /@babel/plugin-transform-modules-commonjs@7.22.15(@babel/core@7.22.19): 313 + resolution: {integrity: sha512-jWL4eh90w0HQOTKP2MoXXUpVxilxsB2Vl4ji69rSjS3EcZ/v4sBmn+A3NpepuJzBhOaEBbR7udonlHHn5DWidg==} 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.10 319 - '@babel/helper-module-transforms': 7.22.9(@babel/core@7.22.10) 318 + '@babel/core': 7.22.19 319 + '@babel/helper-module-transforms': 7.22.19(@babel/core@7.22.19) 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.10(@babel/core@7.22.10): 325 - resolution: {integrity: sha512-7++c8I/ymsDo4QQBAgbraXLzIM6jmfao11KgIBEYZRReWzNWH9NtNgJcyrZiXsOPh523FQm6LfpLyy/U5fn46A==} 324 + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.22.19): 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.10 330 + '@babel/core': 7.22.19 331 331 '@babel/helper-annotate-as-pure': 7.22.5 332 - '@babel/helper-create-class-features-plugin': 7.22.10(@babel/core@7.22.10) 332 + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.22.19) 333 333 '@babel/helper-plugin-utils': 7.22.5 334 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.10) 334 + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.22.19) 335 335 dev: false 336 336 337 - /@babel/preset-typescript@7.22.5(@babel/core@7.22.10): 338 - resolution: {integrity: sha512-YbPaal9LxztSGhmndR46FmAbkJ/1fAsw293tSU+I5E5h+cnJ3d4GTwyUgGYmOXJYdGA+uNePle4qbaRzj2NISQ==} 337 + /@babel/preset-typescript@7.22.15(@babel/core@7.22.19): 338 + resolution: {integrity: sha512-HblhNmh6yM+cU4VwbBRpxFhxsTdfS1zsvH9W+gEjD0ARV9+8B4sNfpI6GuhePti84nuvhiwKS539jKPFHskA9A==} 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.10 343 + '@babel/core': 7.22.19 344 344 '@babel/helper-plugin-utils': 7.22.5 345 - '@babel/helper-validator-option': 7.22.5 346 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.22.10) 347 - '@babel/plugin-transform-modules-commonjs': 7.22.5(@babel/core@7.22.10) 348 - '@babel/plugin-transform-typescript': 7.22.10(@babel/core@7.22.10) 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) 349 349 dev: false 350 350 351 - /@babel/runtime@7.22.10: 352 - resolution: {integrity: sha512-21t/fkKLMZI4pqP2wlmsQAWnYW1PDyKyyUV4vCi+B25ydmdaYTKXPwCj0BzSUnZf4seIiYvSA3jcZ3gdsMFkLQ==} 351 + /@babel/runtime@7.22.15: 352 + resolution: {integrity: sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==} 353 353 engines: {node: '>=6.9.0'} 354 354 dependencies: 355 355 regenerator-runtime: 0.14.0 ··· 360 360 engines: {node: '>=6.9.0'} 361 361 dev: false 362 362 363 - /@babel/template@7.22.5: 364 - resolution: {integrity: sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==} 363 + /@babel/template@7.22.15: 364 + resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} 365 365 engines: {node: '>=6.9.0'} 366 366 dependencies: 367 - '@babel/code-frame': 7.22.10 368 - '@babel/parser': 7.22.10 369 - '@babel/types': 7.22.10 367 + '@babel/code-frame': 7.22.13 368 + '@babel/parser': 7.22.16 369 + '@babel/types': 7.22.19 370 370 dev: false 371 371 372 - /@babel/traverse@7.22.10: 373 - resolution: {integrity: sha512-Q/urqV4pRByiNNpb/f5OSv28ZlGJiFiiTh+GAHktbIrkPhPbl90+uW6SmpoLyZqutrg9AEaEf3Q/ZBRHBXgxig==} 372 + /@babel/traverse@7.22.19: 373 + resolution: {integrity: sha512-ZCcpVPK64krfdScRbpxF6xA5fz7IOsfMwx1tcACvCzt6JY+0aHkBk7eIU8FRDSZRU5Zei6Z4JfgAxN1bqXGECg==} 374 374 engines: {node: '>=6.9.0'} 375 375 dependencies: 376 - '@babel/code-frame': 7.22.10 377 - '@babel/generator': 7.22.10 376 + '@babel/code-frame': 7.22.13 377 + '@babel/generator': 7.22.15 378 378 '@babel/helper-environment-visitor': 7.22.5 379 379 '@babel/helper-function-name': 7.22.5 380 380 '@babel/helper-hoist-variables': 7.22.5 381 381 '@babel/helper-split-export-declaration': 7.22.6 382 - '@babel/parser': 7.22.10 383 - '@babel/types': 7.22.10 382 + '@babel/parser': 7.22.16 383 + '@babel/types': 7.22.19 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.10: 391 - resolution: {integrity: sha512-obaoigiLrlDZ7TUQln/8m4mSqIW2QFeOrCQc9r+xsaHGNoplVNYlRVpsfE8Vj35GEm2ZH4ZhrNYogs/3fj85kg==} 390 + /@babel/types@7.22.19: 391 + resolution: {integrity: sha512-P7LAw/LbojPzkgp5oznjE6tQEIWbp4PkkfrZDINTro9zgBRtI324/EYsiSI7lhPbpIQ+DCeR2NNmMWANGGfZsg==} 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.5 395 + '@babel/helper-validator-identifier': 7.22.19 396 396 to-fast-properties: 2.0.0 397 397 dev: false 398 398 399 - /@eslint-community/eslint-utils@4.4.0(eslint@8.47.0): 399 + /@eslint-community/eslint-utils@4.4.0(eslint@8.49.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.47.0 405 + eslint: 8.49.0 406 406 eslint-visitor-keys: 3.4.3 407 407 dev: false 408 408 409 - /@eslint-community/regexpp@4.6.2: 410 - resolution: {integrity: sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==} 409 + /@eslint-community/regexpp@4.8.1: 410 + resolution: {integrity: sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==} 411 411 engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} 412 412 dev: false 413 413 ··· 428 428 - supports-color 429 429 dev: false 430 430 431 - /@eslint/js@8.47.0: 432 - resolution: {integrity: sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==} 431 + /@eslint/js@8.49.0: 432 + resolution: {integrity: sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==} 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.10: 437 - resolution: {integrity: sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==} 436 + /@humanwhocodes/config-array@0.11.11: 437 + resolution: {integrity: sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==} 438 438 engines: {node: '>=10.10.0'} 439 439 dependencies: 440 440 '@humanwhocodes/object-schema': 1.2.1 ··· 595 595 fastq: 1.15.0 596 596 dev: false 597 597 598 - /@rushstack/eslint-patch@1.3.3: 599 - resolution: {integrity: sha512-0xd7qez0AQ+MbHatZTlI1gu5vkG8r7MYRUJAHPAHJBmGLs16zpkrpAVLvjQKQOqaXPDUBwOiJzNc00znHSCVBw==} 598 + /@rushstack/eslint-patch@1.4.0: 599 + resolution: {integrity: sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==} 600 600 dev: false 601 601 602 602 /@swc/helpers@0.5.1: ··· 609 609 resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} 610 610 dev: false 611 611 612 - /@types/node@20.5.1: 613 - resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} 612 + /@types/node@20.6.2: 613 + resolution: {integrity: sha512-Y+/1vGBHV/cYk6OI1Na/LHzwnlNCAfU3ZNGrc1LdRe/LAIbdDPTTv/HU3M7yXN448aTVDq3eKRm2cg7iKLb8gw==} 614 614 dev: false 615 615 616 616 /@types/prismjs@1.26.0: ··· 624 624 /@types/react-dom@18.2.7: 625 625 resolution: {integrity: sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==} 626 626 dependencies: 627 - '@types/react': 18.2.20 627 + '@types/react': 18.2.21 628 628 dev: false 629 629 630 - /@types/react@18.2.20: 631 - resolution: {integrity: sha512-WKNtmsLWJM/3D5mG4U84cysVY31ivmyw85dE84fOCk5Hx78wezB/XEjVPWl2JTZ5FkEeaTJf+VgUAUn3PE7Isw==} 630 + /@types/react@18.2.21: 631 + resolution: {integrity: sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==} 632 632 dependencies: 633 633 '@types/prop-types': 15.7.5 634 634 '@types/scheduler': 0.16.3 ··· 639 639 resolution: {integrity: sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==} 640 640 dev: false 641 641 642 - /@typescript-eslint/parser@6.4.1(eslint@8.47.0)(typescript@5.1.6): 643 - resolution: {integrity: sha512-610G6KHymg9V7EqOaNBMtD1GgpAmGROsmfHJPXNLCU9bfIuLrkdOygltK784F6Crboyd5tBFayPB7Sf0McrQwg==} 642 + /@typescript-eslint/parser@6.7.0(eslint@8.49.0)(typescript@5.2.2): 643 + resolution: {integrity: sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==} 644 644 engines: {node: ^16.0.0 || >=18.0.0} 645 645 peerDependencies: 646 646 eslint: ^7.0.0 || ^8.0.0 ··· 649 649 typescript: 650 650 optional: true 651 651 dependencies: 652 - '@typescript-eslint/scope-manager': 6.4.1 653 - '@typescript-eslint/types': 6.4.1 654 - '@typescript-eslint/typescript-estree': 6.4.1(typescript@5.1.6) 655 - '@typescript-eslint/visitor-keys': 6.4.1 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 656 656 debug: 4.3.4 657 - eslint: 8.47.0 658 - typescript: 5.1.6 657 + eslint: 8.49.0 658 + typescript: 5.2.2 659 659 transitivePeerDependencies: 660 660 - supports-color 661 661 dev: false 662 662 663 - /@typescript-eslint/scope-manager@6.4.1: 664 - resolution: {integrity: sha512-p/OavqOQfm4/Hdrr7kvacOSFjwQ2rrDVJRPxt/o0TOWdFnjJptnjnZ+sYDR7fi4OimvIuKp+2LCkc+rt9fIW+A==} 663 + /@typescript-eslint/scope-manager@6.7.0: 664 + resolution: {integrity: sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==} 665 665 engines: {node: ^16.0.0 || >=18.0.0} 666 666 dependencies: 667 - '@typescript-eslint/types': 6.4.1 668 - '@typescript-eslint/visitor-keys': 6.4.1 667 + '@typescript-eslint/types': 6.7.0 668 + '@typescript-eslint/visitor-keys': 6.7.0 669 669 dev: false 670 670 671 - /@typescript-eslint/types@6.4.1: 672 - resolution: {integrity: sha512-zAAopbNuYu++ijY1GV2ylCsQsi3B8QvfPHVqhGdDcbx/NK5lkqMnCGU53amAjccSpk+LfeONxwzUhDzArSfZJg==} 671 + /@typescript-eslint/types@6.7.0: 672 + resolution: {integrity: sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==} 673 673 engines: {node: ^16.0.0 || >=18.0.0} 674 674 dev: false 675 675 676 - /@typescript-eslint/typescript-estree@6.4.1(typescript@5.1.6): 677 - resolution: {integrity: sha512-xF6Y7SatVE/OyV93h1xGgfOkHr2iXuo8ip0gbfzaKeGGuKiAnzS+HtVhSPx8Www243bwlW8IF7X0/B62SzFftg==} 676 + /@typescript-eslint/typescript-estree@6.7.0(typescript@5.2.2): 677 + resolution: {integrity: sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==} 678 678 engines: {node: ^16.0.0 || >=18.0.0} 679 679 peerDependencies: 680 680 typescript: '*' ··· 682 682 typescript: 683 683 optional: true 684 684 dependencies: 685 - '@typescript-eslint/types': 6.4.1 686 - '@typescript-eslint/visitor-keys': 6.4.1 685 + '@typescript-eslint/types': 6.7.0 686 + '@typescript-eslint/visitor-keys': 6.7.0 687 687 debug: 4.3.4 688 688 globby: 11.1.0 689 689 is-glob: 4.0.3 690 690 semver: 7.5.4 691 - ts-api-utils: 1.0.2(typescript@5.1.6) 692 - typescript: 5.1.6 691 + ts-api-utils: 1.0.3(typescript@5.2.2) 692 + typescript: 5.2.2 693 693 transitivePeerDependencies: 694 694 - supports-color 695 695 dev: false 696 696 697 - /@typescript-eslint/visitor-keys@6.4.1: 698 - resolution: {integrity: sha512-y/TyRJsbZPkJIZQXrHfdnxVnxyKegnpEvnRGNam7s3TRR2ykGefEWOhaef00/UUN3IZxizS7BTO3svd3lCOJRQ==} 697 + /@typescript-eslint/visitor-keys@6.7.0: 698 + resolution: {integrity: sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==} 699 699 engines: {node: ^16.0.0 || >=18.0.0} 700 700 dependencies: 701 - '@typescript-eslint/types': 6.4.1 701 + '@typescript-eslint/types': 6.7.0 702 702 eslint-visitor-keys: 3.4.3 703 703 dev: false 704 704 ··· 777 777 is-array-buffer: 3.0.2 778 778 dev: false 779 779 780 - /array-includes@3.1.6: 781 - resolution: {integrity: sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==} 780 + /array-includes@3.1.7: 781 + resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} 782 782 engines: {node: '>= 0.4'} 783 783 dependencies: 784 784 call-bind: 1.0.2 785 - define-properties: 1.2.0 786 - es-abstract: 1.22.1 785 + define-properties: 1.2.1 786 + es-abstract: 1.22.2 787 787 get-intrinsic: 1.2.1 788 788 is-string: 1.0.7 789 789 dev: false ··· 793 793 engines: {node: '>=8'} 794 794 dev: false 795 795 796 - /array.prototype.findlastindex@1.2.2: 797 - resolution: {integrity: sha512-tb5thFFlUcp7NdNF6/MpDk/1r/4awWG1FIz3YqDf+/zJSTezBb+/5WViH41obXULHVpDzoiCLpJ/ZO9YbJMsdw==} 796 + /array.prototype.findlastindex@1.2.3: 797 + resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} 798 798 engines: {node: '>= 0.4'} 799 799 dependencies: 800 800 call-bind: 1.0.2 801 - define-properties: 1.2.0 802 - es-abstract: 1.22.1 801 + define-properties: 1.2.1 802 + es-abstract: 1.22.2 803 803 es-shim-unscopables: 1.0.0 804 804 get-intrinsic: 1.2.1 805 805 dev: false 806 806 807 - /array.prototype.flat@1.3.1: 808 - resolution: {integrity: sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==} 807 + /array.prototype.flat@1.3.2: 808 + resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} 809 809 engines: {node: '>= 0.4'} 810 810 dependencies: 811 811 call-bind: 1.0.2 812 - define-properties: 1.2.0 813 - es-abstract: 1.22.1 812 + define-properties: 1.2.1 813 + es-abstract: 1.22.2 814 814 es-shim-unscopables: 1.0.0 815 815 dev: false 816 816 817 - /array.prototype.flatmap@1.3.1: 818 - resolution: {integrity: sha512-8UGn9O1FDVvMNB0UlLv4voxRMze7+FpHyF5mSMRjWHUMlpoDViniy05870VlxhfgTnLbpuwTzvD76MTtWxB/mQ==} 817 + /array.prototype.flatmap@1.3.2: 818 + resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} 819 819 engines: {node: '>= 0.4'} 820 820 dependencies: 821 821 call-bind: 1.0.2 822 - define-properties: 1.2.0 823 - es-abstract: 1.22.1 822 + define-properties: 1.2.1 823 + es-abstract: 1.22.2 824 824 es-shim-unscopables: 1.0.0 825 825 dev: false 826 826 827 - /array.prototype.reduce@1.0.5: 828 - resolution: {integrity: sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==} 827 + /array.prototype.reduce@1.0.6: 828 + resolution: {integrity: sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==} 829 829 engines: {node: '>= 0.4'} 830 830 dependencies: 831 831 call-bind: 1.0.2 832 - define-properties: 1.2.0 833 - es-abstract: 1.22.1 832 + define-properties: 1.2.1 833 + es-abstract: 1.22.2 834 834 es-array-method-boxes-properly: 1.0.0 835 835 is-string: 1.0.7 836 836 dev: false 837 837 838 - /array.prototype.tosorted@1.1.1: 839 - resolution: {integrity: sha512-pZYPXPRl2PqWcsUs6LOMn+1f1532nEoPTYowBtqLwAW+W8vSVhkIGnmOX1t/UQjD6YGI0vcD2B1U7ZFGQH9jnQ==} 838 + /array.prototype.tosorted@1.1.2: 839 + resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} 840 840 dependencies: 841 841 call-bind: 1.0.2 842 - define-properties: 1.2.0 843 - es-abstract: 1.22.1 842 + define-properties: 1.2.1 843 + es-abstract: 1.22.2 844 844 es-shim-unscopables: 1.0.0 845 845 get-intrinsic: 1.2.1 846 846 dev: false 847 847 848 - /arraybuffer.prototype.slice@1.0.1: 849 - resolution: {integrity: sha512-09x0ZWFEjj4WD8PDbykUwo3t9arLn8NIzmmYEJFpYekOAQjpkGSyrQhNoRTcwwcFRu+ycWF78QZ63oWTqSjBcw==} 848 + /arraybuffer.prototype.slice@1.0.2: 849 + resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==} 850 850 engines: {node: '>= 0.4'} 851 851 dependencies: 852 852 array-buffer-byte-length: 1.0.0 853 853 call-bind: 1.0.2 854 - define-properties: 1.2.0 854 + define-properties: 1.2.1 855 + es-abstract: 1.22.2 855 856 get-intrinsic: 1.2.1 856 857 is-array-buffer: 3.0.2 857 858 is-shared-array-buffer: 1.0.2 ··· 867 868 has-symbols: 1.0.3 868 869 dev: false 869 870 870 - /autoprefixer@10.4.15(postcss@8.4.28): 871 + /autoprefixer@10.4.15(postcss@8.4.29): 871 872 resolution: {integrity: sha512-KCuPB8ZCIqFdA4HwKXsvz7j6gvSDNhDP7WnUjBleRkKjPdvCmHFuQ77ocavI8FT6NdvlBnE2UFr2H4Mycn8Vew==} 872 873 engines: {node: ^10 || ^12 || >=14} 873 874 hasBin: true ··· 875 876 postcss: ^8.1.0 876 877 dependencies: 877 878 browserslist: 4.21.10 878 - caniuse-lite: 1.0.30001522 879 - fraction.js: 4.2.1 879 + caniuse-lite: 1.0.30001534 880 + fraction.js: 4.3.6 880 881 normalize-range: 0.1.2 881 882 picocolors: 1.0.0 882 - postcss: 8.4.28 883 + postcss: 8.4.29 883 884 postcss-value-parser: 4.2.0 884 885 dev: false 885 886 ··· 888 889 engines: {node: '>= 0.4'} 889 890 dev: false 890 891 891 - /axe-core@4.7.2: 892 - resolution: {integrity: sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==} 892 + /axe-core@4.8.1: 893 + resolution: {integrity: sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==} 893 894 engines: {node: '>=4'} 894 895 dev: false 895 896 ··· 931 932 resolution: {integrity: sha512-H1ExfmvTxKWQZYcty1My6XRhoZm04/5MNb2DdZsC08r7y/rowipC0s9sszKA7jgW9mYYDdFnU68XohB+zP35qQ==} 932 933 hasBin: true 933 934 dependencies: 934 - '@babel/core': 7.22.10 935 + '@babel/core': 7.22.19 935 936 babel-preset-minify: 0.5.2 936 937 fs-readdir-recursive: 1.1.0 937 938 lodash: 4.17.21 ··· 1121 1122 engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} 1122 1123 hasBin: true 1123 1124 dependencies: 1124 - caniuse-lite: 1.0.30001522 1125 - electron-to-chromium: 1.4.497 1125 + caniuse-lite: 1.0.30001534 1126 + electron-to-chromium: 1.4.523 1126 1127 node-releases: 2.0.13 1127 1128 update-browserslist-db: 1.0.11(browserslist@4.21.10) 1128 1129 dev: false ··· 1156 1157 engines: {node: '>=4'} 1157 1158 dev: false 1158 1159 1159 - /caniuse-lite@1.0.30001522: 1160 - resolution: {integrity: sha512-TKiyTVZxJGhsTszLuzb+6vUZSjVOAhClszBr2Ta2k9IwtNBT/4dzmL6aywt0HCgEZlmwJzXJd8yNiob6HgwTRg==} 1160 + /caniuse-lite@1.0.30001534: 1161 + resolution: {integrity: sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==} 1161 1162 dev: false 1162 1163 1163 1164 /chalk@2.4.2: ··· 1285 1286 resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} 1286 1287 dev: false 1287 1288 1288 - /define-properties@1.2.0: 1289 - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} 1289 + /define-data-property@1.1.0: 1290 + resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} 1290 1291 engines: {node: '>= 0.4'} 1291 1292 dependencies: 1293 + get-intrinsic: 1.2.1 1294 + gopd: 1.0.1 1295 + has-property-descriptors: 1.0.0 1296 + dev: false 1297 + 1298 + /define-properties@1.2.1: 1299 + resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} 1300 + engines: {node: '>= 0.4'} 1301 + dependencies: 1302 + define-data-property: 1.1.0 1292 1303 has-property-descriptors: 1.0.0 1293 1304 object-keys: 1.1.1 1294 1305 dev: false ··· 1327 1338 esutils: 2.0.3 1328 1339 dev: false 1329 1340 1330 - /electron-to-chromium@1.4.497: 1331 - resolution: {integrity: sha512-9cvj6XkrgyxDySKJWYVIyq7p9bOAkH3M3jANgvWNX/F2jIAfbBN4oBNLJg1i68I8wAKVuih2IL4y1n9hqbL3Aw==} 1341 + /electron-to-chromium@1.4.523: 1342 + resolution: {integrity: sha512-9AreocSUWnzNtvLcbpng6N+GkXnCcBR80IQkxRC9Dfdyg4gaWNUPBujAHUpKkiUkoSoR9UlhA4zD/IgBklmhzg==} 1332 1343 dev: false 1333 1344 1334 1345 /emoji-regex@9.2.2: ··· 1343 1354 tapable: 2.2.1 1344 1355 dev: false 1345 1356 1346 - /es-abstract@1.22.1: 1347 - resolution: {integrity: sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==} 1357 + /es-abstract@1.22.2: 1358 + resolution: {integrity: sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==} 1348 1359 engines: {node: '>= 0.4'} 1349 1360 dependencies: 1350 1361 array-buffer-byte-length: 1.0.0 1351 - arraybuffer.prototype.slice: 1.0.1 1362 + arraybuffer.prototype.slice: 1.0.2 1352 1363 available-typed-arrays: 1.0.5 1353 1364 call-bind: 1.0.2 1354 1365 es-set-tostringtag: 2.0.1 1355 1366 es-to-primitive: 1.2.1 1356 - function.prototype.name: 1.1.5 1367 + function.prototype.name: 1.1.6 1357 1368 get-intrinsic: 1.2.1 1358 1369 get-symbol-description: 1.0.0 1359 1370 globalthis: 1.0.3 ··· 1374 1385 object-inspect: 1.12.3 1375 1386 object-keys: 1.1.1 1376 1387 object.assign: 4.1.4 1377 - regexp.prototype.flags: 1.5.0 1378 - safe-array-concat: 1.0.0 1388 + regexp.prototype.flags: 1.5.1 1389 + safe-array-concat: 1.0.1 1379 1390 safe-regex-test: 1.0.0 1380 - string.prototype.trim: 1.2.7 1381 - string.prototype.trimend: 1.0.6 1382 - string.prototype.trimstart: 1.0.6 1391 + string.prototype.trim: 1.2.8 1392 + string.prototype.trimend: 1.0.7 1393 + string.prototype.trimstart: 1.0.7 1383 1394 typed-array-buffer: 1.0.0 1384 1395 typed-array-byte-length: 1.0.0 1385 1396 typed-array-byte-offset: 1.0.0 ··· 1392 1403 resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} 1393 1404 dev: false 1394 1405 1395 - /es-iterator-helpers@1.0.13: 1396 - resolution: {integrity: sha512-LK3VGwzvaPWobO8xzXXGRUOGw8Dcjyfk62CsY/wfHN75CwsJPbuypOYJxK6g5RyEL8YDjIWcl6jgd8foO6mmrA==} 1406 + /es-iterator-helpers@1.0.15: 1407 + resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} 1397 1408 dependencies: 1398 1409 asynciterator.prototype: 1.0.0 1399 1410 call-bind: 1.0.2 1400 - define-properties: 1.2.0 1401 - es-abstract: 1.22.1 1411 + define-properties: 1.2.1 1412 + es-abstract: 1.22.2 1402 1413 es-set-tostringtag: 2.0.1 1403 1414 function-bind: 1.1.1 1404 1415 get-intrinsic: 1.2.1 ··· 1407 1418 has-proto: 1.0.1 1408 1419 has-symbols: 1.0.3 1409 1420 internal-slot: 1.0.5 1410 - iterator.prototype: 1.1.0 1411 - safe-array-concat: 1.0.0 1421 + iterator.prototype: 1.1.2 1422 + safe-array-concat: 1.0.1 1412 1423 dev: false 1413 1424 1414 1425 /es-set-tostringtag@2.0.1: ··· 1450 1461 engines: {node: '>=10'} 1451 1462 dev: false 1452 1463 1453 - /eslint-config-next@13.4.19(eslint@8.47.0)(typescript@5.1.6): 1464 + /eslint-config-next@13.4.19(eslint@8.49.0)(typescript@5.2.2): 1454 1465 resolution: {integrity: sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==} 1455 1466 peerDependencies: 1456 1467 eslint: ^7.23.0 || ^8.0.0 ··· 1460 1471 optional: true 1461 1472 dependencies: 1462 1473 '@next/eslint-plugin-next': 13.4.19 1463 - '@rushstack/eslint-patch': 1.3.3 1464 - '@typescript-eslint/parser': 6.4.1(eslint@8.47.0)(typescript@5.1.6) 1465 - eslint: 8.47.0 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 1466 1477 eslint-import-resolver-node: 0.3.9 1467 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) 1468 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.0) 1469 - eslint-plugin-jsx-a11y: 6.7.1(eslint@8.47.0) 1470 - eslint-plugin-react: 7.33.2(eslint@8.47.0) 1471 - eslint-plugin-react-hooks: 4.6.0(eslint@8.47.0) 1472 - typescript: 5.1.6 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) 1483 + typescript: 5.2.2 1473 1484 transitivePeerDependencies: 1474 1485 - eslint-import-resolver-webpack 1475 1486 - supports-color ··· 1480 1491 dependencies: 1481 1492 debug: 3.2.7 1482 1493 is-core-module: 2.13.0 1483 - resolve: 1.22.4 1494 + resolve: 1.22.6 1484 1495 transitivePeerDependencies: 1485 1496 - supports-color 1486 1497 dev: false 1487 1498 1488 - /eslint-import-resolver-typescript@3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0): 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): 1489 1500 resolution: {integrity: sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==} 1490 1501 engines: {node: ^14.18.0 || >=16.0.0} 1491 1502 peerDependencies: ··· 1494 1505 dependencies: 1495 1506 debug: 4.3.4 1496 1507 enhanced-resolve: 5.15.0 1497 - eslint: 8.47.0 1498 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.0) 1499 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.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) 1500 1511 fast-glob: 3.3.1 1501 1512 get-tsconfig: 4.7.0 1502 1513 is-core-module: 2.13.0 ··· 1508 1519 - supports-color 1509 1520 dev: false 1510 1521 1511 - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.0): 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): 1512 1523 resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} 1513 1524 engines: {node: '>=4'} 1514 1525 peerDependencies: ··· 1529 1540 eslint-import-resolver-webpack: 1530 1541 optional: true 1531 1542 dependencies: 1532 - '@typescript-eslint/parser': 6.4.1(eslint@8.47.0)(typescript@5.1.6) 1543 + '@typescript-eslint/parser': 6.7.0(eslint@8.49.0)(typescript@5.2.2) 1533 1544 debug: 3.2.7 1534 - eslint: 8.47.0 1545 + eslint: 8.49.0 1535 1546 eslint-import-resolver-node: 0.3.9 1536 - eslint-import-resolver-typescript: 3.6.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-plugin-import@2.28.1)(eslint@8.47.0) 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) 1537 1548 transitivePeerDependencies: 1538 1549 - supports-color 1539 1550 dev: false 1540 1551 1541 - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.0): 1552 + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.0)(eslint-import-resolver-typescript@3.6.0)(eslint@8.49.0): 1542 1553 resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} 1543 1554 engines: {node: '>=4'} 1544 1555 peerDependencies: ··· 1548 1559 '@typescript-eslint/parser': 1549 1560 optional: true 1550 1561 dependencies: 1551 - '@typescript-eslint/parser': 6.4.1(eslint@8.47.0)(typescript@5.1.6) 1552 - array-includes: 3.1.6 1553 - array.prototype.findlastindex: 1.2.2 1554 - array.prototype.flat: 1.3.1 1555 - array.prototype.flatmap: 1.3.1 1562 + '@typescript-eslint/parser': 6.7.0(eslint@8.49.0)(typescript@5.2.2) 1563 + array-includes: 3.1.7 1564 + array.prototype.findlastindex: 1.2.3 1565 + array.prototype.flat: 1.3.2 1566 + array.prototype.flatmap: 1.3.2 1556 1567 debug: 3.2.7 1557 1568 doctrine: 2.1.0 1558 - eslint: 8.47.0 1569 + eslint: 8.49.0 1559 1570 eslint-import-resolver-node: 0.3.9 1560 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.4.1)(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.0)(eslint@8.47.0) 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) 1561 1572 has: 1.0.3 1562 1573 is-core-module: 2.13.0 1563 1574 is-glob: 4.0.3 1564 1575 minimatch: 3.1.2 1565 - object.fromentries: 2.0.6 1566 - object.groupby: 1.0.0 1567 - object.values: 1.1.6 1576 + object.fromentries: 2.0.7 1577 + object.groupby: 1.0.1 1578 + object.values: 1.1.7 1568 1579 semver: 6.3.1 1569 1580 tsconfig-paths: 3.14.2 1570 1581 transitivePeerDependencies: ··· 1573 1584 - supports-color 1574 1585 dev: false 1575 1586 1576 - /eslint-plugin-jsx-a11y@6.7.1(eslint@8.47.0): 1587 + /eslint-plugin-jsx-a11y@6.7.1(eslint@8.49.0): 1577 1588 resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==} 1578 1589 engines: {node: '>=4.0'} 1579 1590 peerDependencies: 1580 1591 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 1581 1592 dependencies: 1582 - '@babel/runtime': 7.22.10 1593 + '@babel/runtime': 7.22.15 1583 1594 aria-query: 5.3.0 1584 - array-includes: 3.1.6 1585 - array.prototype.flatmap: 1.3.1 1595 + array-includes: 3.1.7 1596 + array.prototype.flatmap: 1.3.2 1586 1597 ast-types-flow: 0.0.7 1587 - axe-core: 4.7.2 1598 + axe-core: 4.8.1 1588 1599 axobject-query: 3.2.1 1589 1600 damerau-levenshtein: 1.0.8 1590 1601 emoji-regex: 9.2.2 1591 - eslint: 8.47.0 1602 + eslint: 8.49.0 1592 1603 has: 1.0.3 1593 1604 jsx-ast-utils: 3.3.5 1594 1605 language-tags: 1.0.5 1595 1606 minimatch: 3.1.2 1596 - object.entries: 1.1.6 1597 - object.fromentries: 2.0.6 1607 + object.entries: 1.1.7 1608 + object.fromentries: 2.0.7 1598 1609 semver: 6.3.1 1599 1610 dev: false 1600 1611 1601 - /eslint-plugin-react-hooks@4.6.0(eslint@8.47.0): 1612 + /eslint-plugin-react-hooks@4.6.0(eslint@8.49.0): 1602 1613 resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} 1603 1614 engines: {node: '>=10'} 1604 1615 peerDependencies: 1605 1616 eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 1606 1617 dependencies: 1607 - eslint: 8.47.0 1618 + eslint: 8.49.0 1608 1619 dev: false 1609 1620 1610 - /eslint-plugin-react@7.33.2(eslint@8.47.0): 1621 + /eslint-plugin-react@7.33.2(eslint@8.49.0): 1611 1622 resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} 1612 1623 engines: {node: '>=4'} 1613 1624 peerDependencies: 1614 1625 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 1615 1626 dependencies: 1616 - array-includes: 3.1.6 1617 - array.prototype.flatmap: 1.3.1 1618 - array.prototype.tosorted: 1.1.1 1627 + array-includes: 3.1.7 1628 + array.prototype.flatmap: 1.3.2 1629 + array.prototype.tosorted: 1.1.2 1619 1630 doctrine: 2.1.0 1620 - es-iterator-helpers: 1.0.13 1621 - eslint: 8.47.0 1631 + es-iterator-helpers: 1.0.15 1632 + eslint: 8.49.0 1622 1633 estraverse: 5.3.0 1623 1634 jsx-ast-utils: 3.3.5 1624 1635 minimatch: 3.1.2 1625 - object.entries: 1.1.6 1626 - object.fromentries: 2.0.6 1627 - object.hasown: 1.1.2 1628 - object.values: 1.1.6 1636 + object.entries: 1.1.7 1637 + object.fromentries: 2.0.7 1638 + object.hasown: 1.1.3 1639 + object.values: 1.1.7 1629 1640 prop-types: 15.8.1 1630 1641 resolve: 2.0.0-next.4 1631 1642 semver: 6.3.1 1632 - string.prototype.matchall: 4.0.8 1643 + string.prototype.matchall: 4.0.10 1633 1644 dev: false 1634 1645 1635 1646 /eslint-scope@7.2.2: ··· 1645 1656 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1646 1657 dev: false 1647 1658 1648 - /eslint@8.47.0: 1649 - resolution: {integrity: sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==} 1659 + /eslint@8.49.0: 1660 + resolution: {integrity: sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==} 1650 1661 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} 1651 1662 hasBin: true 1652 1663 dependencies: 1653 - '@eslint-community/eslint-utils': 4.4.0(eslint@8.47.0) 1654 - '@eslint-community/regexpp': 4.6.2 1664 + '@eslint-community/eslint-utils': 4.4.0(eslint@8.49.0) 1665 + '@eslint-community/regexpp': 4.8.1 1655 1666 '@eslint/eslintrc': 2.1.2 1656 - '@eslint/js': 8.47.0 1657 - '@humanwhocodes/config-array': 0.11.10 1667 + '@eslint/js': 8.49.0 1668 + '@humanwhocodes/config-array': 0.11.11 1658 1669 '@humanwhocodes/module-importer': 1.0.1 1659 1670 '@nodelib/fs.walk': 1.2.8 1660 1671 ajv: 6.12.6 ··· 1757 1768 resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} 1758 1769 engines: {node: ^10.12.0 || >=12.0.0} 1759 1770 dependencies: 1760 - flat-cache: 3.0.4 1771 + flat-cache: 3.1.0 1761 1772 dev: false 1762 1773 1763 1774 /fill-range@7.0.1: ··· 1775 1786 path-exists: 4.0.0 1776 1787 dev: false 1777 1788 1778 - /flat-cache@3.0.4: 1779 - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} 1780 - engines: {node: ^10.12.0 || >=12.0.0} 1789 + /flat-cache@3.1.0: 1790 + resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} 1791 + engines: {node: '>=12.0.0'} 1781 1792 dependencies: 1782 - flatted: 3.2.7 1793 + flatted: 3.2.8 1794 + keyv: 4.5.3 1783 1795 rimraf: 3.0.2 1784 1796 dev: false 1785 1797 1786 - /flatted@3.2.7: 1787 - resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} 1798 + /flatted@3.2.8: 1799 + resolution: {integrity: sha512-6qu0W+A94UKNJRs3ffE8s/fWSHQbjqdNx8elGAe95IqnJA77P68TFz4+2cwC28ouAibiZdGBeV6DsvvMg+4vhQ==} 1788 1800 dev: false 1789 1801 1790 1802 /for-each@0.3.3: ··· 1793 1805 is-callable: 1.2.7 1794 1806 dev: false 1795 1807 1796 - /fraction.js@4.2.1: 1797 - resolution: {integrity: sha512-/KxoyCnPM0GwYI4NN0Iag38Tqt+od3/mLuguepLgCAKPn0ZhC544nssAW0tG2/00zXEYl9W+7hwAIpLHo6Oc7Q==} 1808 + /fraction.js@4.3.6: 1809 + resolution: {integrity: sha512-n2aZ9tNfYDwaHhvFTkhFErqOMIb8uyzSQ+vGJBjZyanAKZVbGUQ1sngfk9FdkBw7G26O7AgNjLcecLffD1c7eg==} 1798 1810 dev: false 1799 1811 1800 1812 /fs-readdir-recursive@1.1.0: ··· 1817 1829 resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} 1818 1830 dev: false 1819 1831 1820 - /function.prototype.name@1.1.5: 1821 - resolution: {integrity: sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==} 1832 + /function.prototype.name@1.1.6: 1833 + resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} 1822 1834 engines: {node: '>= 0.4'} 1823 1835 dependencies: 1824 1836 call-bind: 1.0.2 1825 - define-properties: 1.2.0 1826 - es-abstract: 1.22.1 1837 + define-properties: 1.2.1 1838 + es-abstract: 1.22.2 1827 1839 functions-have-names: 1.2.3 1828 1840 dev: false 1829 1841 ··· 1926 1938 resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} 1927 1939 engines: {node: '>= 0.4'} 1928 1940 dependencies: 1929 - define-properties: 1.2.0 1941 + define-properties: 1.2.1 1930 1942 dev: false 1931 1943 1932 1944 /globby@11.1.0: ··· 2206 2218 resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} 2207 2219 dev: false 2208 2220 2209 - /iterator.prototype@1.1.0: 2210 - resolution: {integrity: sha512-rjuhAk1AJ1fssphHD0IFV6TWL40CwRZ53FrztKx43yk2v6rguBYsY4Bj1VU4HmoMmKwZUlx7mfnhDf9cOp4YTw==} 2221 + /iterator.prototype@1.1.2: 2222 + resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} 2211 2223 dependencies: 2212 - define-properties: 1.2.0 2224 + define-properties: 1.2.1 2213 2225 get-intrinsic: 1.2.1 2214 2226 has-symbols: 1.0.3 2215 - has-tostringtag: 1.0.0 2216 - reflect.getprototypeof: 1.0.3 2227 + reflect.getprototypeof: 1.0.4 2228 + set-function-name: 2.0.1 2217 2229 dev: false 2218 2230 2219 - /jiti@1.19.3: 2220 - resolution: {integrity: sha512-5eEbBDQT/jF1xg6l36P+mWGGoH9Spuy0PCdSr2dtWRDGC6ph/w9ZCL4lmESW8f8F7MwT3XKescfP0wnZWAKL9w==} 2231 + /jiti@1.20.0: 2232 + resolution: {integrity: sha512-3TV69ZbrvV6U5DfQimop50jE9Dl6J8O1ja1dvBbMba/sZ3YBEQqJ2VZRoQPVnhlzjNtU1vaXRZVrVjU4qtm8yA==} 2221 2233 hasBin: true 2222 2234 dev: false 2223 2235 ··· 2236 2248 resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} 2237 2249 engines: {node: '>=4'} 2238 2250 hasBin: true 2251 + dev: false 2252 + 2253 + /json-buffer@3.0.1: 2254 + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} 2239 2255 dev: false 2240 2256 2241 2257 /json-schema-traverse@0.4.1: ··· 2263 2279 resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} 2264 2280 engines: {node: '>=4.0'} 2265 2281 dependencies: 2266 - array-includes: 3.1.6 2267 - array.prototype.flat: 1.3.1 2282 + array-includes: 3.1.7 2283 + array.prototype.flat: 1.3.2 2268 2284 object.assign: 4.1.4 2269 - object.values: 1.1.6 2285 + object.values: 1.1.7 2286 + dev: false 2287 + 2288 + /keyv@4.5.3: 2289 + resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} 2290 + dependencies: 2291 + json-buffer: 3.0.1 2270 2292 dev: false 2271 2293 2272 2294 /language-subtag-registry@0.3.22: ··· 2387 2409 resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} 2388 2410 dev: false 2389 2411 2390 - /next@13.4.19(@babel/core@7.22.10)(react-dom@18.2.0)(react@18.2.0): 2412 + /next@13.4.19(@babel/core@7.22.19)(react-dom@18.2.0)(react@18.2.0): 2391 2413 resolution: {integrity: sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==} 2392 2414 engines: {node: '>=16.8.0'} 2393 2415 hasBin: true ··· 2405 2427 '@next/env': 13.4.19 2406 2428 '@swc/helpers': 0.5.1 2407 2429 busboy: 1.6.0 2408 - caniuse-lite: 1.0.30001522 2430 + caniuse-lite: 1.0.30001534 2409 2431 postcss: 8.4.14 2410 2432 react: 18.2.0 2411 2433 react-dom: 18.2.0(react@18.2.0) 2412 - styled-jsx: 5.1.1(@babel/core@7.22.10)(react@18.2.0) 2434 + styled-jsx: 5.1.1(@babel/core@7.22.19)(react@18.2.0) 2413 2435 watchpack: 2.4.0 2414 2436 zod: 3.21.4 2415 2437 optionalDependencies: ··· 2465 2487 engines: {node: '>= 0.4'} 2466 2488 dependencies: 2467 2489 call-bind: 1.0.2 2468 - define-properties: 1.2.0 2490 + define-properties: 1.2.1 2469 2491 has-symbols: 1.0.3 2470 2492 object-keys: 1.1.1 2471 2493 dev: false 2472 2494 2473 - /object.entries@1.1.6: 2474 - resolution: {integrity: sha512-leTPzo4Zvg3pmbQ3rDK69Rl8GQvIqMWubrkxONG9/ojtFE2rD9fjMKfSI5BxW3osRH1m6VdzmqK8oAY9aT4x5w==} 2495 + /object.entries@1.1.7: 2496 + resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} 2475 2497 engines: {node: '>= 0.4'} 2476 2498 dependencies: 2477 2499 call-bind: 1.0.2 2478 - define-properties: 1.2.0 2479 - es-abstract: 1.22.1 2500 + define-properties: 1.2.1 2501 + es-abstract: 1.22.2 2480 2502 dev: false 2481 2503 2482 - /object.fromentries@2.0.6: 2483 - resolution: {integrity: sha512-VciD13dswC4j1Xt5394WR4MzmAQmlgN72phd/riNp9vtD7tp4QQWJ0R4wvclXcafgcYK8veHRed2W6XeGBvcfg==} 2504 + /object.fromentries@2.0.7: 2505 + resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} 2484 2506 engines: {node: '>= 0.4'} 2485 2507 dependencies: 2486 2508 call-bind: 1.0.2 2487 - define-properties: 1.2.0 2488 - es-abstract: 1.22.1 2509 + define-properties: 1.2.1 2510 + es-abstract: 1.22.2 2489 2511 dev: false 2490 2512 2491 - /object.getownpropertydescriptors@2.1.6: 2492 - resolution: {integrity: sha512-lq+61g26E/BgHv0ZTFgRvi7NMEPuAxLkFU7rukXjc/AlwH4Am5xXVnIXy3un1bg/JPbXHrixRkK1itUzzPiIjQ==} 2513 + /object.getownpropertydescriptors@2.1.7: 2514 + resolution: {integrity: sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==} 2493 2515 engines: {node: '>= 0.8'} 2494 2516 dependencies: 2495 - array.prototype.reduce: 1.0.5 2517 + array.prototype.reduce: 1.0.6 2496 2518 call-bind: 1.0.2 2497 - define-properties: 1.2.0 2498 - es-abstract: 1.22.1 2499 - safe-array-concat: 1.0.0 2519 + define-properties: 1.2.1 2520 + es-abstract: 1.22.2 2521 + safe-array-concat: 1.0.1 2500 2522 dev: false 2501 2523 2502 - /object.groupby@1.0.0: 2503 - resolution: {integrity: sha512-70MWG6NfRH9GnbZOikuhPPYzpUpof9iW2J9E4dW7FXTqPNb6rllE6u39SKwwiNh8lCwX3DDb5OgcKGiEBrTTyw==} 2524 + /object.groupby@1.0.1: 2525 + resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} 2504 2526 dependencies: 2505 2527 call-bind: 1.0.2 2506 - define-properties: 1.2.0 2507 - es-abstract: 1.22.1 2528 + define-properties: 1.2.1 2529 + es-abstract: 1.22.2 2508 2530 get-intrinsic: 1.2.1 2509 2531 dev: false 2510 2532 2511 - /object.hasown@1.1.2: 2512 - resolution: {integrity: sha512-B5UIT3J1W+WuWIU55h0mjlwaqxiE5vYENJXIXZ4VFe05pNYrkKuK0U/6aFcb0pKywYJh7IhfoqUfKVmrJJHZHw==} 2533 + /object.hasown@1.1.3: 2534 + resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} 2513 2535 dependencies: 2514 - define-properties: 1.2.0 2515 - es-abstract: 1.22.1 2536 + define-properties: 1.2.1 2537 + es-abstract: 1.22.2 2516 2538 dev: false 2517 2539 2518 - /object.values@1.1.6: 2519 - resolution: {integrity: sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==} 2540 + /object.values@1.1.7: 2541 + resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} 2520 2542 engines: {node: '>= 0.4'} 2521 2543 dependencies: 2522 2544 call-bind: 1.0.2 2523 - define-properties: 1.2.0 2524 - es-abstract: 1.22.1 2545 + define-properties: 1.2.1 2546 + es-abstract: 1.22.2 2525 2547 dev: false 2526 2548 2527 2549 /once@1.4.0: ··· 2606 2628 engines: {node: '>= 6'} 2607 2629 dev: false 2608 2630 2609 - /postcss-import@15.1.0(postcss@8.4.28): 2631 + /postcss-import@15.1.0(postcss@8.4.29): 2610 2632 resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} 2611 2633 engines: {node: '>=14.0.0'} 2612 2634 peerDependencies: 2613 2635 postcss: ^8.0.0 2614 2636 dependencies: 2615 - postcss: 8.4.28 2637 + postcss: 8.4.29 2616 2638 postcss-value-parser: 4.2.0 2617 2639 read-cache: 1.0.0 2618 - resolve: 1.22.4 2640 + resolve: 1.22.6 2619 2641 dev: false 2620 2642 2621 - /postcss-js@4.0.1(postcss@8.4.28): 2643 + /postcss-js@4.0.1(postcss@8.4.29): 2622 2644 resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} 2623 2645 engines: {node: ^12 || ^14 || >= 16} 2624 2646 peerDependencies: 2625 2647 postcss: ^8.4.21 2626 2648 dependencies: 2627 2649 camelcase-css: 2.0.1 2628 - postcss: 8.4.28 2650 + postcss: 8.4.29 2629 2651 dev: false 2630 2652 2631 - /postcss-load-config@4.0.1(postcss@8.4.28): 2653 + /postcss-load-config@4.0.1(postcss@8.4.29): 2632 2654 resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} 2633 2655 engines: {node: '>= 14'} 2634 2656 peerDependencies: ··· 2641 2663 optional: true 2642 2664 dependencies: 2643 2665 lilconfig: 2.1.0 2644 - postcss: 8.4.28 2645 - yaml: 2.3.1 2666 + postcss: 8.4.29 2667 + yaml: 2.3.2 2646 2668 dev: false 2647 2669 2648 - /postcss-nested@6.0.1(postcss@8.4.28): 2670 + /postcss-nested@6.0.1(postcss@8.4.29): 2649 2671 resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} 2650 2672 engines: {node: '>=12.0'} 2651 2673 peerDependencies: 2652 2674 postcss: ^8.2.14 2653 2675 dependencies: 2654 - postcss: 8.4.28 2676 + postcss: 8.4.29 2655 2677 postcss-selector-parser: 6.0.13 2656 2678 dev: false 2657 2679 ··· 2676 2698 source-map-js: 1.0.2 2677 2699 dev: false 2678 2700 2679 - /postcss@8.4.28: 2680 - resolution: {integrity: sha512-Z7V5j0cq8oEKyejIKfpD8b4eBy9cwW2JWPk0+fB1HOAMsfHbnAXLLS+PfVWlzMSLQaWttKDt607I0XHmpE67Vw==} 2701 + /postcss@8.4.29: 2702 + resolution: {integrity: sha512-cbI+jaqIeu/VGqXEarWkRCCffhjgXc0qjBtXpqJhTBohMUjUQnbBr0xqX3vEKudc4iviTewcJo5ajcec5+wdJw==} 2681 2703 engines: {node: ^10 || ^12 || >=14} 2682 2704 dependencies: 2683 2705 nanoid: 3.3.6 ··· 2751 2773 picomatch: 2.3.1 2752 2774 dev: false 2753 2775 2754 - /reflect.getprototypeof@1.0.3: 2755 - resolution: {integrity: sha512-TTAOZpkJ2YLxl7mVHWrNo3iDMEkYlva/kgFcXndqMgbo/AZUmmavEkdXV+hXtE4P8xdyEKRzalaFqZVuwIk/Nw==} 2776 + /reflect.getprototypeof@1.0.4: 2777 + resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} 2756 2778 engines: {node: '>= 0.4'} 2757 2779 dependencies: 2758 2780 call-bind: 1.0.2 2759 - define-properties: 1.2.0 2760 - es-abstract: 1.22.1 2781 + define-properties: 1.2.1 2782 + es-abstract: 1.22.2 2761 2783 get-intrinsic: 1.2.1 2762 2784 globalthis: 1.0.3 2763 2785 which-builtin-type: 1.1.3 ··· 2767 2789 resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} 2768 2790 dev: false 2769 2791 2770 - /regexp.prototype.flags@1.5.0: 2771 - resolution: {integrity: sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==} 2792 + /regexp.prototype.flags@1.5.1: 2793 + resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} 2772 2794 engines: {node: '>= 0.4'} 2773 2795 dependencies: 2774 2796 call-bind: 1.0.2 2775 - define-properties: 1.2.0 2776 - functions-have-names: 1.2.3 2797 + define-properties: 1.2.1 2798 + set-function-name: 2.0.1 2777 2799 dev: false 2778 2800 2779 2801 /resolve-from@4.0.0: ··· 2785 2807 resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==} 2786 2808 dev: false 2787 2809 2788 - /resolve@1.22.4: 2789 - resolution: {integrity: sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==} 2810 + /resolve@1.22.6: 2811 + resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} 2790 2812 hasBin: true 2791 2813 dependencies: 2792 2814 is-core-module: 2.13.0 ··· 2821 2843 queue-microtask: 1.2.3 2822 2844 dev: false 2823 2845 2824 - /safe-array-concat@1.0.0: 2825 - resolution: {integrity: sha512-9dVEFruWIsnie89yym+xWTAYASdpw3CJV7Li/6zBewGf9z2i1j31rP6jnY0pHEO4QZh6N0K11bFjWmdR8UGdPQ==} 2846 + /safe-array-concat@1.0.1: 2847 + resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} 2826 2848 engines: {node: '>=0.4'} 2827 2849 dependencies: 2828 2850 call-bind: 1.0.2 ··· 2858 2880 lru-cache: 6.0.0 2859 2881 dev: false 2860 2882 2883 + /set-function-name@2.0.1: 2884 + resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} 2885 + engines: {node: '>= 0.4'} 2886 + dependencies: 2887 + define-data-property: 1.1.0 2888 + functions-have-names: 1.2.3 2889 + has-property-descriptors: 1.0.0 2890 + dev: false 2891 + 2861 2892 /shebang-command@2.0.0: 2862 2893 resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} 2863 2894 engines: {node: '>=8'} ··· 2893 2924 engines: {node: '>=10.0.0'} 2894 2925 dev: false 2895 2926 2896 - /string.prototype.matchall@4.0.8: 2897 - resolution: {integrity: sha512-6zOCOcJ+RJAQshcTvXPHoxoQGONa3e/Lqx90wUA+wEzX78sg5Bo+1tQo4N0pohS0erG9qtCqJDjNCQBjeWVxyg==} 2927 + /string.prototype.matchall@4.0.10: 2928 + resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} 2898 2929 dependencies: 2899 2930 call-bind: 1.0.2 2900 - define-properties: 1.2.0 2901 - es-abstract: 1.22.1 2931 + define-properties: 1.2.1 2932 + es-abstract: 1.22.2 2902 2933 get-intrinsic: 1.2.1 2903 2934 has-symbols: 1.0.3 2904 2935 internal-slot: 1.0.5 2905 - regexp.prototype.flags: 1.5.0 2936 + regexp.prototype.flags: 1.5.1 2937 + set-function-name: 2.0.1 2906 2938 side-channel: 1.0.4 2907 2939 dev: false 2908 2940 2909 - /string.prototype.trim@1.2.7: 2910 - resolution: {integrity: sha512-p6TmeT1T3411M8Cgg9wBTMRtY2q9+PNy9EV1i2lIXUN/btt763oIfxwN3RR8VU6wHX8j/1CFy0L+YuThm6bgOg==} 2941 + /string.prototype.trim@1.2.8: 2942 + resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} 2911 2943 engines: {node: '>= 0.4'} 2912 2944 dependencies: 2913 2945 call-bind: 1.0.2 2914 - define-properties: 1.2.0 2915 - es-abstract: 1.22.1 2946 + define-properties: 1.2.1 2947 + es-abstract: 1.22.2 2916 2948 dev: false 2917 2949 2918 - /string.prototype.trimend@1.0.6: 2919 - resolution: {integrity: sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==} 2950 + /string.prototype.trimend@1.0.7: 2951 + resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} 2920 2952 dependencies: 2921 2953 call-bind: 1.0.2 2922 - define-properties: 1.2.0 2923 - es-abstract: 1.22.1 2954 + define-properties: 1.2.1 2955 + es-abstract: 1.22.2 2924 2956 dev: false 2925 2957 2926 - /string.prototype.trimstart@1.0.6: 2927 - resolution: {integrity: sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==} 2958 + /string.prototype.trimstart@1.0.7: 2959 + resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} 2928 2960 dependencies: 2929 2961 call-bind: 1.0.2 2930 - define-properties: 1.2.0 2931 - es-abstract: 1.22.1 2962 + define-properties: 1.2.1 2963 + es-abstract: 1.22.2 2932 2964 dev: false 2933 2965 2934 2966 /strip-ansi@6.0.1: ··· 2948 2980 engines: {node: '>=8'} 2949 2981 dev: false 2950 2982 2951 - /styled-jsx@5.1.1(@babel/core@7.22.10)(react@18.2.0): 2983 + /styled-jsx@5.1.1(@babel/core@7.22.19)(react@18.2.0): 2952 2984 resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} 2953 2985 engines: {node: '>= 12.0.0'} 2954 2986 peerDependencies: ··· 2961 2993 babel-plugin-macros: 2962 2994 optional: true 2963 2995 dependencies: 2964 - '@babel/core': 7.22.10 2996 + '@babel/core': 7.22.19 2965 2997 client-only: 0.0.1 2966 2998 react: 18.2.0 2967 2999 dev: false ··· 3012 3044 fast-glob: 3.3.1 3013 3045 glob-parent: 6.0.2 3014 3046 is-glob: 4.0.3 3015 - jiti: 1.19.3 3047 + jiti: 1.20.0 3016 3048 lilconfig: 2.1.0 3017 3049 micromatch: 4.0.5 3018 3050 normalize-path: 3.0.0 3019 3051 object-hash: 3.0.0 3020 3052 picocolors: 1.0.0 3021 - postcss: 8.4.28 3022 - postcss-import: 15.1.0(postcss@8.4.28) 3023 - postcss-js: 4.0.1(postcss@8.4.28) 3024 - postcss-load-config: 4.0.1(postcss@8.4.28) 3025 - postcss-nested: 6.0.1(postcss@8.4.28) 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) 3026 3058 postcss-selector-parser: 6.0.13 3027 - resolve: 1.22.4 3059 + resolve: 1.22.6 3028 3060 sucrase: 3.34.0 3029 3061 transitivePeerDependencies: 3030 3062 - ts-node ··· 3064 3096 is-number: 7.0.0 3065 3097 dev: false 3066 3098 3067 - /ts-api-utils@1.0.2(typescript@5.1.6): 3068 - resolution: {integrity: sha512-Cbu4nIqnEdd+THNEsBdkolnOXhg0I8XteoHaEKgvsxpsbWda4IsUut2c187HxywQCvveojow0Dgw/amxtSKVkQ==} 3099 + /ts-api-utils@1.0.3(typescript@5.2.2): 3100 + resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} 3069 3101 engines: {node: '>=16.13.0'} 3070 3102 peerDependencies: 3071 3103 typescript: '>=4.2.0' 3072 3104 dependencies: 3073 - typescript: 5.1.6 3105 + typescript: 5.2.2 3074 3106 dev: false 3075 3107 3076 3108 /ts-interface-checker@0.1.13: ··· 3140 3172 is-typed-array: 1.1.12 3141 3173 dev: false 3142 3174 3143 - /typescript@5.1.6: 3144 - resolution: {integrity: sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==} 3175 + /typescript@5.2.2: 3176 + resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} 3145 3177 engines: {node: '>=14.17'} 3146 3178 hasBin: true 3147 3179 dev: false ··· 3180 3212 resolution: {integrity: sha512-PBdZ03m1kBnQ5cjjO0ZvJMJS+QsbyIcFwi4hY4U76OQsCO9JrOYjbCFgIF76ccFg9xnJo7ZHPkqyj1GqmdS7MA==} 3181 3213 dependencies: 3182 3214 call-bind: 1.0.2 3183 - define-properties: 1.2.0 3215 + define-properties: 1.2.1 3184 3216 for-each: 0.3.3 3185 3217 has-proto: 1.0.1 3186 3218 has-symbols: 1.0.3 3187 - object.getownpropertydescriptors: 2.1.6 3188 - safe-array-concat: 1.0.0 3219 + object.getownpropertydescriptors: 2.1.7 3220 + safe-array-concat: 1.0.1 3189 3221 dev: false 3190 3222 3191 3223 /watchpack@2.4.0: ··· 3210 3242 resolution: {integrity: sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==} 3211 3243 engines: {node: '>= 0.4'} 3212 3244 dependencies: 3213 - function.prototype.name: 1.1.5 3245 + function.prototype.name: 1.1.6 3214 3246 has-tostringtag: 1.0.0 3215 3247 is-async-function: 2.0.0 3216 3248 is-date-object: 1.0.5 ··· 3264 3296 resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} 3265 3297 dev: false 3266 3298 3267 - /yaml@2.3.1: 3268 - resolution: {integrity: sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==} 3299 + /yaml@2.3.2: 3300 + resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} 3269 3301 engines: {node: '>= 14'} 3270 3302 dev: false 3271 3303
+1 -1
src/app/likebomb/page.tsx
··· 46 46 var l = window.location.hostname; 47 47 switch (true) { 48 48 case l.includes('bsky.app'): 49 - var likeButtons = $$('div[aria-label^="Like ("]'); 49 + var likeButtons = $$('button[aria-label^="Like ("]'); 50 50 var filteredLikeButtons = [...likeButtons].filter(likeButton => !!likeButton.offsetParent); 51 51 filteredLikeButtons.forEach(e => e.click()); 52 52 break;