288.diff (21217B)
1 diff --git a/package-lock.json b/package-lock.json 2 index a5cc447..af522c3 100644 3 --- a/package-lock.json 4 +++ b/package-lock.json 5 @@ -32,7 +32,7 @@ 6 "@types/react": "^18.0.26", 7 "@types/react-dom": "^18.0.10", 8 "@typescript-eslint/eslint-plugin": "^5.48.1", 9 - "@typescript-eslint/parser": "^5.48.0", 10 + "@typescript-eslint/parser": "^5.48.1", 11 "@vitejs/plugin-react-swc": "^3.0.1", 12 "@vitest/ui": "^0.26.3", 13 "autoprefixer": "^10.4.13", 14 @@ -1406,62 +1406,15 @@ 15 } 16 } 17 }, 18 - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": { 19 - "version": "5.48.1", 20 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 21 - "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 22 - "dev": true, 23 - "dependencies": { 24 - "@typescript-eslint/types": "5.48.1", 25 - "@typescript-eslint/visitor-keys": "5.48.1" 26 - }, 27 - "engines": { 28 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 29 - }, 30 - "funding": { 31 - "type": "opencollective", 32 - "url": "https://opencollective.com/typescript-eslint" 33 - } 34 - }, 35 - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { 36 - "version": "5.48.1", 37 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 38 - "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 39 - "dev": true, 40 - "engines": { 41 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 42 - }, 43 - "funding": { 44 - "type": "opencollective", 45 - "url": "https://opencollective.com/typescript-eslint" 46 - } 47 - }, 48 - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": { 49 + "node_modules/@typescript-eslint/parser": { 50 "version": "5.48.1", 51 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 52 - "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 53 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz", 54 + "integrity": "sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==", 55 "dev": true, 56 "dependencies": { 57 + "@typescript-eslint/scope-manager": "5.48.1", 58 "@typescript-eslint/types": "5.48.1", 59 - "eslint-visitor-keys": "^3.3.0" 60 - }, 61 - "engines": { 62 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 63 - }, 64 - "funding": { 65 - "type": "opencollective", 66 - "url": "https://opencollective.com/typescript-eslint" 67 - } 68 - }, 69 - "node_modules/@typescript-eslint/parser": { 70 - "version": "5.48.0", 71 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.0.tgz", 72 - "integrity": "sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==", 73 - "dev": true, 74 - "dependencies": { 75 - "@typescript-eslint/scope-manager": "5.48.0", 76 - "@typescript-eslint/types": "5.48.0", 77 - "@typescript-eslint/typescript-estree": "5.48.0", 78 + "@typescript-eslint/typescript-estree": "5.48.1", 79 "debug": "^4.3.4" 80 }, 81 "engines": { 82 @@ -1481,13 +1434,13 @@ 83 } 84 }, 85 "node_modules/@typescript-eslint/scope-manager": { 86 - "version": "5.48.0", 87 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz", 88 - "integrity": "sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==", 89 + "version": "5.48.1", 90 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 91 + "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 92 "dev": true, 93 "dependencies": { 94 - "@typescript-eslint/types": "5.48.0", 95 - "@typescript-eslint/visitor-keys": "5.48.0" 96 + "@typescript-eslint/types": "5.48.1", 97 + "@typescript-eslint/visitor-keys": "5.48.1" 98 }, 99 "engines": { 100 "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 101 @@ -1524,7 +1477,7 @@ 102 } 103 } 104 }, 105 - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { 106 + "node_modules/@typescript-eslint/types": { 107 "version": "5.48.1", 108 "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 109 "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 110 @@ -1537,7 +1490,7 @@ 111 "url": "https://opencollective.com/typescript-eslint" 112 } 113 }, 114 - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { 115 + "node_modules/@typescript-eslint/typescript-estree": { 116 "version": "5.48.1", 117 "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", 118 "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", 119 @@ -1564,63 +1517,6 @@ 120 } 121 } 122 }, 123 - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { 124 - "version": "5.48.1", 125 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 126 - "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 127 - "dev": true, 128 - "dependencies": { 129 - "@typescript-eslint/types": "5.48.1", 130 - "eslint-visitor-keys": "^3.3.0" 131 - }, 132 - "engines": { 133 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 134 - }, 135 - "funding": { 136 - "type": "opencollective", 137 - "url": "https://opencollective.com/typescript-eslint" 138 - } 139 - }, 140 - "node_modules/@typescript-eslint/types": { 141 - "version": "5.48.0", 142 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.0.tgz", 143 - "integrity": "sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==", 144 - "dev": true, 145 - "engines": { 146 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 147 - }, 148 - "funding": { 149 - "type": "opencollective", 150 - "url": "https://opencollective.com/typescript-eslint" 151 - } 152 - }, 153 - "node_modules/@typescript-eslint/typescript-estree": { 154 - "version": "5.48.0", 155 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz", 156 - "integrity": "sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==", 157 - "dev": true, 158 - "dependencies": { 159 - "@typescript-eslint/types": "5.48.0", 160 - "@typescript-eslint/visitor-keys": "5.48.0", 161 - "debug": "^4.3.4", 162 - "globby": "^11.1.0", 163 - "is-glob": "^4.0.3", 164 - "semver": "^7.3.7", 165 - "tsutils": "^3.21.0" 166 - }, 167 - "engines": { 168 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 169 - }, 170 - "funding": { 171 - "type": "opencollective", 172 - "url": "https://opencollective.com/typescript-eslint" 173 - }, 174 - "peerDependenciesMeta": { 175 - "typescript": { 176 - "optional": true 177 - } 178 - } 179 - }, 180 "node_modules/@typescript-eslint/utils": { 181 "version": "5.48.1", 182 "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.1.tgz", 183 @@ -1647,64 +1543,7 @@ 184 "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" 185 } 186 }, 187 - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { 188 - "version": "5.48.1", 189 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 190 - "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 191 - "dev": true, 192 - "dependencies": { 193 - "@typescript-eslint/types": "5.48.1", 194 - "@typescript-eslint/visitor-keys": "5.48.1" 195 - }, 196 - "engines": { 197 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 198 - }, 199 - "funding": { 200 - "type": "opencollective", 201 - "url": "https://opencollective.com/typescript-eslint" 202 - } 203 - }, 204 - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { 205 - "version": "5.48.1", 206 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 207 - "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 208 - "dev": true, 209 - "engines": { 210 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 211 - }, 212 - "funding": { 213 - "type": "opencollective", 214 - "url": "https://opencollective.com/typescript-eslint" 215 - } 216 - }, 217 - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { 218 - "version": "5.48.1", 219 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", 220 - "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", 221 - "dev": true, 222 - "dependencies": { 223 - "@typescript-eslint/types": "5.48.1", 224 - "@typescript-eslint/visitor-keys": "5.48.1", 225 - "debug": "^4.3.4", 226 - "globby": "^11.1.0", 227 - "is-glob": "^4.0.3", 228 - "semver": "^7.3.7", 229 - "tsutils": "^3.21.0" 230 - }, 231 - "engines": { 232 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 233 - }, 234 - "funding": { 235 - "type": "opencollective", 236 - "url": "https://opencollective.com/typescript-eslint" 237 - }, 238 - "peerDependenciesMeta": { 239 - "typescript": { 240 - "optional": true 241 - } 242 - } 243 - }, 244 - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { 245 + "node_modules/@typescript-eslint/visitor-keys": { 246 "version": "5.48.1", 247 "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 248 "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 249 @@ -1721,23 +1560,6 @@ 250 "url": "https://opencollective.com/typescript-eslint" 251 } 252 }, 253 - "node_modules/@typescript-eslint/visitor-keys": { 254 - "version": "5.48.0", 255 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz", 256 - "integrity": "sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==", 257 - "dev": true, 258 - "dependencies": { 259 - "@typescript-eslint/types": "5.48.0", 260 - "eslint-visitor-keys": "^3.3.0" 261 - }, 262 - "engines": { 263 - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" 264 - }, 265 - "funding": { 266 - "type": "opencollective", 267 - "url": "https://opencollective.com/typescript-eslint" 268 - } 269 - }, 270 "node_modules/@vitejs/plugin-react-swc": { 271 "version": "3.0.1", 272 "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.0.1.tgz", 273 @@ -8142,56 +7964,28 @@ 274 "regexpp": "^3.2.0", 275 "semver": "^7.3.7", 276 "tsutils": "^3.21.0" 277 - }, 278 - "dependencies": { 279 - "@typescript-eslint/scope-manager": { 280 - "version": "5.48.1", 281 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 282 - "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 283 - "dev": true, 284 - "requires": { 285 - "@typescript-eslint/types": "5.48.1", 286 - "@typescript-eslint/visitor-keys": "5.48.1" 287 - } 288 - }, 289 - "@typescript-eslint/types": { 290 - "version": "5.48.1", 291 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 292 - "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 293 - "dev": true 294 - }, 295 - "@typescript-eslint/visitor-keys": { 296 - "version": "5.48.1", 297 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 298 - "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 299 - "dev": true, 300 - "requires": { 301 - "@typescript-eslint/types": "5.48.1", 302 - "eslint-visitor-keys": "^3.3.0" 303 - } 304 - } 305 } 306 }, 307 "@typescript-eslint/parser": { 308 - "version": "5.48.0", 309 - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.0.tgz", 310 - "integrity": "sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==", 311 + "version": "5.48.1", 312 + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz", 313 + "integrity": "sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==", 314 "dev": true, 315 "requires": { 316 - "@typescript-eslint/scope-manager": "5.48.0", 317 - "@typescript-eslint/types": "5.48.0", 318 - "@typescript-eslint/typescript-estree": "5.48.0", 319 + "@typescript-eslint/scope-manager": "5.48.1", 320 + "@typescript-eslint/types": "5.48.1", 321 + "@typescript-eslint/typescript-estree": "5.48.1", 322 "debug": "^4.3.4" 323 } 324 }, 325 "@typescript-eslint/scope-manager": { 326 - "version": "5.48.0", 327 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.0.tgz", 328 - "integrity": "sha512-0AA4LviDtVtZqlyUQnZMVHydDATpD9SAX/RC5qh6cBd3xmyWvmXYF+WT1oOmxkeMnWDlUVTwdODeucUnjz3gow==", 329 + "version": "5.48.1", 330 + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 331 + "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 332 "dev": true, 333 "requires": { 334 - "@typescript-eslint/types": "5.48.0", 335 - "@typescript-eslint/visitor-keys": "5.48.0" 336 + "@typescript-eslint/types": "5.48.1", 337 + "@typescript-eslint/visitor-keys": "5.48.1" 338 } 339 }, 340 "@typescript-eslint/type-utils": { 341 @@ -8204,55 +7998,22 @@ 342 "@typescript-eslint/utils": "5.48.1", 343 "debug": "^4.3.4", 344 "tsutils": "^3.21.0" 345 - }, 346 - "dependencies": { 347 - "@typescript-eslint/types": { 348 - "version": "5.48.1", 349 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 350 - "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 351 - "dev": true 352 - }, 353 - "@typescript-eslint/typescript-estree": { 354 - "version": "5.48.1", 355 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", 356 - "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", 357 - "dev": true, 358 - "requires": { 359 - "@typescript-eslint/types": "5.48.1", 360 - "@typescript-eslint/visitor-keys": "5.48.1", 361 - "debug": "^4.3.4", 362 - "globby": "^11.1.0", 363 - "is-glob": "^4.0.3", 364 - "semver": "^7.3.7", 365 - "tsutils": "^3.21.0" 366 - } 367 - }, 368 - "@typescript-eslint/visitor-keys": { 369 - "version": "5.48.1", 370 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 371 - "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 372 - "dev": true, 373 - "requires": { 374 - "@typescript-eslint/types": "5.48.1", 375 - "eslint-visitor-keys": "^3.3.0" 376 - } 377 - } 378 } 379 }, 380 "@typescript-eslint/types": { 381 - "version": "5.48.0", 382 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.0.tgz", 383 - "integrity": "sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==", 384 + "version": "5.48.1", 385 + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 386 + "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 387 "dev": true 388 }, 389 "@typescript-eslint/typescript-estree": { 390 - "version": "5.48.0", 391 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz", 392 - "integrity": "sha512-7pjd94vvIjI1zTz6aq/5wwE/YrfIyEPLtGJmRfyNR9NYIW+rOvzzUv3Cmq2hRKpvt6e9vpvPUQ7puzX7VSmsEw==", 393 + "version": "5.48.1", 394 + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", 395 + "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", 396 "dev": true, 397 "requires": { 398 - "@typescript-eslint/types": "5.48.0", 399 - "@typescript-eslint/visitor-keys": "5.48.0", 400 + "@typescript-eslint/types": "5.48.1", 401 + "@typescript-eslint/visitor-keys": "5.48.1", 402 "debug": "^4.3.4", 403 "globby": "^11.1.0", 404 "is-glob": "^4.0.3", 405 @@ -8274,58 +8035,15 @@ 406 "eslint-scope": "^5.1.1", 407 "eslint-utils": "^3.0.0", 408 "semver": "^7.3.7" 409 - }, 410 - "dependencies": { 411 - "@typescript-eslint/scope-manager": { 412 - "version": "5.48.1", 413 - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", 414 - "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", 415 - "dev": true, 416 - "requires": { 417 - "@typescript-eslint/types": "5.48.1", 418 - "@typescript-eslint/visitor-keys": "5.48.1" 419 - } 420 - }, 421 - "@typescript-eslint/types": { 422 - "version": "5.48.1", 423 - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", 424 - "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", 425 - "dev": true 426 - }, 427 - "@typescript-eslint/typescript-estree": { 428 - "version": "5.48.1", 429 - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", 430 - "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", 431 - "dev": true, 432 - "requires": { 433 - "@typescript-eslint/types": "5.48.1", 434 - "@typescript-eslint/visitor-keys": "5.48.1", 435 - "debug": "^4.3.4", 436 - "globby": "^11.1.0", 437 - "is-glob": "^4.0.3", 438 - "semver": "^7.3.7", 439 - "tsutils": "^3.21.0" 440 - } 441 - }, 442 - "@typescript-eslint/visitor-keys": { 443 - "version": "5.48.1", 444 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 445 - "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 446 - "dev": true, 447 - "requires": { 448 - "@typescript-eslint/types": "5.48.1", 449 - "eslint-visitor-keys": "^3.3.0" 450 - } 451 - } 452 } 453 }, 454 "@typescript-eslint/visitor-keys": { 455 - "version": "5.48.0", 456 - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.0.tgz", 457 - "integrity": "sha512-5motVPz5EgxQ0bHjut3chzBkJ3Z3sheYVcSwS5BpHZpLqSptSmELNtGixmgj65+rIfhvtQTz5i9OP2vtzdDH7Q==", 458 + "version": "5.48.1", 459 + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", 460 + "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", 461 "dev": true, 462 "requires": { 463 - "@typescript-eslint/types": "5.48.0", 464 + "@typescript-eslint/types": "5.48.1", 465 "eslint-visitor-keys": "^3.3.0" 466 } 467 }, 468 diff --git a/package.json b/package.json 469 index 7a1c97e..1569cb3 100644 470 --- a/package.json 471 +++ b/package.json 472 @@ -37,7 +37,7 @@ 473 "@types/react": "^18.0.26", 474 "@types/react-dom": "^18.0.10", 475 "@typescript-eslint/eslint-plugin": "^5.48.1", 476 - "@typescript-eslint/parser": "^5.48.0", 477 + "@typescript-eslint/parser": "^5.48.1", 478 "@vitejs/plugin-react-swc": "^3.0.1", 479 "@vitest/ui": "^0.26.3", 480 "autoprefixer": "^10.4.13",