Skip to content

Commit c74261f

Browse files
chore(deps): update all non-major dependencies
1 parent 658bfa1 commit c74261f

File tree

2 files changed

+111
-96
lines changed

2 files changed

+111
-96
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,29 +45,29 @@
4545
"@types/jest": "^29.5.11",
4646
"@types/mdx": "^2.0.5",
4747
"@types/node": "20.16.5",
48-
"@types/react": "18.3.5",
48+
"@types/react": "18.3.7",
4949
"@types/react-dom": "18.3.0",
5050
"@typescript-eslint/eslint-plugin": "6.21.0",
5151
"@typescript-eslint/parser": "6.21.0",
5252
"babel-jest": "^29.6.1",
5353
"babel-preset-gatsby": "^3.13.0",
54-
"eslint": "8.57.0",
54+
"eslint": "8.57.1",
5555
"eslint-config-airbnb": "19.0.4",
5656
"eslint-config-airbnb-typescript": "17.1.0",
5757
"eslint-config-prettier": "9.1.0",
5858
"eslint-plugin-import": "2.30.0",
5959
"eslint-plugin-jsx-a11y": "6.10.0",
6060
"eslint-plugin-mdx": "^3.1.1",
6161
"eslint-plugin-prettier": "5.2.1",
62-
"eslint-plugin-react": "7.35.2",
62+
"eslint-plugin-react": "7.36.1",
6363
"eslint-plugin-react-hooks": "4.6.2",
6464
"identity-obj-proxy": "^3.0.0",
6565
"jest": "^29.6.1",
6666
"jest-environment-jsdom": "^29.6.1",
6767
"prettier": "3.3.3",
6868
"svg-sprite": "^2.0.2",
6969
"ts-node": "10.9.2",
70-
"typescript": "5.5.4"
70+
"typescript": "5.6.2"
7171
},
7272
"keywords": [
7373
"gatsby"

yarn.lock

+107-92
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@
5858
"@babel/highlight" "^7.24.2"
5959
picocolors "^1.0.0"
6060

61-
"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.8.3":
62-
version "7.23.5"
63-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
64-
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
65-
dependencies:
66-
"@babel/highlight" "^7.23.4"
67-
chalk "^2.4.2"
68-
69-
"@babel/code-frame@^7.24.7":
61+
"@babel/code-frame@^7.12.13", "@babel/code-frame@^7.24.7":
7062
version "7.24.7"
7163
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
7264
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
7365
dependencies:
7466
"@babel/highlight" "^7.24.7"
7567
picocolors "^1.0.0"
7668

69+
"@babel/code-frame@^7.16.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4", "@babel/code-frame@^7.22.13", "@babel/code-frame@^7.8.3":
70+
version "7.23.5"
71+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
72+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
73+
dependencies:
74+
"@babel/highlight" "^7.23.4"
75+
chalk "^2.4.2"
76+
7777
"@babel/compat-data@^7.20.5":
7878
version "7.23.5"
7979
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
@@ -508,12 +508,7 @@
508508
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
509509
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
510510

511-
"@babel/helper-validator-identifier@^7.22.20":
512-
version "7.22.20"
513-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
514-
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
515-
516-
"@babel/helper-validator-identifier@^7.24.7":
511+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.7":
517512
version "7.24.7"
518513
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
519514
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
@@ -568,22 +563,22 @@
568563
chalk "^2.4.2"
569564
js-tokens "^4.0.0"
570565

571-
"@babel/highlight@^7.23.4", "@babel/highlight@^7.24.2":
572-
version "7.24.2"
573-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
574-
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
566+
"@babel/highlight@^7.23.4", "@babel/highlight@^7.24.7":
567+
version "7.24.7"
568+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
569+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
575570
dependencies:
576-
"@babel/helper-validator-identifier" "^7.22.20"
571+
"@babel/helper-validator-identifier" "^7.24.7"
577572
chalk "^2.4.2"
578573
js-tokens "^4.0.0"
579574
picocolors "^1.0.0"
580575

581-
"@babel/highlight@^7.24.7":
582-
version "7.24.7"
583-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
584-
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
576+
"@babel/highlight@^7.24.2":
577+
version "7.24.2"
578+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
579+
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
585580
dependencies:
586-
"@babel/helper-validator-identifier" "^7.24.7"
581+
"@babel/helper-validator-identifier" "^7.22.20"
587582
chalk "^2.4.2"
588583
js-tokens "^4.0.0"
589584
picocolors "^1.0.0"
@@ -2024,10 +2019,10 @@
20242019
minimatch "^3.1.2"
20252020
strip-json-comments "^3.1.1"
20262021

2027-
"@eslint/[email protected].0":
2028-
version "8.57.0"
2029-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
2030-
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
2022+
"@eslint/[email protected].1":
2023+
version "8.57.1"
2024+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
2025+
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
20312026

20322027
"@formatjs/[email protected]":
20332028
version "2.0.0"
@@ -2346,12 +2341,12 @@
23462341
dependencies:
23472342
"@hapi/hoek" "^9.0.0"
23482343

2349-
"@humanwhocodes/config-array@^0.11.14":
2350-
version "0.11.14"
2351-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz#d78e481a039f7566ecc9660b4ea7fe6b1fec442b"
2352-
integrity sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==
2344+
"@humanwhocodes/config-array@^0.13.0":
2345+
version "0.13.0"
2346+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz#fb907624df3256d04b9aa2df50d7aa97ec648748"
2347+
integrity sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==
23532348
dependencies:
2354-
"@humanwhocodes/object-schema" "^2.0.2"
2349+
"@humanwhocodes/object-schema" "^2.0.3"
23552350
debug "^4.3.1"
23562351
minimatch "^3.0.5"
23572352

@@ -2374,10 +2369,10 @@
23742369
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
23752370
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
23762371

2377-
"@humanwhocodes/object-schema@^2.0.2":
2378-
version "2.0.2"
2379-
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
2380-
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
2372+
"@humanwhocodes/object-schema@^2.0.3":
2373+
version "2.0.3"
2374+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
2375+
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
23812376

23822377
"@isaacs/cliui@^8.0.2":
23832378
version "8.0.2"
@@ -3818,9 +3813,9 @@
38183813
"@types/istanbul-lib-report" "*"
38193814

38203815
"@types/jest@^29.5.11":
3821-
version "29.5.12"
3822-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544"
3823-
integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==
3816+
version "29.5.13"
3817+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc"
3818+
integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==
38243819
dependencies:
38253820
expect "^29.0.0"
38263821
pretty-format "^29.0.0"
@@ -3906,11 +3901,11 @@
39063901
form-data "^4.0.0"
39073902

39083903
"@types/node@*":
3909-
version "20.12.7"
3910-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
3911-
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
3904+
version "22.5.5"
3905+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.5.5.tgz#52f939dd0f65fc552a4ad0b392f3c466cc5d7a44"
3906+
integrity sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==
39123907
dependencies:
3913-
undici-types "~5.26.4"
3908+
undici-types "~6.19.2"
39143909

39153910
39163911
version "20.16.5"
@@ -3991,10 +3986,10 @@
39913986
"@types/scheduler" "*"
39923987
csstype "^3.0.2"
39933988

3994-
"@types/[email protected].5":
3995-
version "18.3.5"
3996-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f"
3997-
integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==
3989+
"@types/[email protected].7":
3990+
version "18.3.7"
3991+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.7.tgz#6decbfbb01f8d82d56ff5403394121940faa6569"
3992+
integrity sha512-KUnDCJF5+AiZd8owLIeVHqmW9yM4sqmDVf2JRJiBMFkGvkoZ4/WyV2lL4zVsoinmRS/W3FeEdZLEWFRofnT2FQ==
39983993
dependencies:
39993994
"@types/prop-types" "*"
40003995
csstype "^3.0.2"
@@ -4065,9 +4060,9 @@
40654060
integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==
40664061

40674062
"@types/yargs@^17.0.8":
4068-
version "17.0.32"
4069-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229"
4070-
integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==
4063+
version "17.0.33"
4064+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d"
4065+
integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==
40714066
dependencies:
40724067
"@types/yargs-parser" "*"
40734068

@@ -5232,7 +5227,14 @@ brace-expansion@^2.0.1:
52325227
dependencies:
52335228
balanced-match "^1.0.0"
52345229

5235-
braces@^3.0.2, braces@~3.0.2:
5230+
braces@^3.0.2, braces@^3.0.3:
5231+
version "3.0.3"
5232+
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
5233+
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
5234+
dependencies:
5235+
fill-range "^7.1.1"
5236+
5237+
braces@~3.0.2:
52365238
version "3.0.2"
52375239
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
52385240
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -6711,27 +6713,27 @@ electron-to-chromium@^1.4.820:
67116713
integrity sha512-OCcF+LwdgFGcsYPYC5keEEFC2XT0gBhrYbeGzHCx7i9qRFbzO/AqTmc/C/1xNhJj+JA7rzlN7mpBuStshh96Cg==
67126714

67136715
embla-carousel-autoplay@^8.0.0-rc17:
6714-
version "8.2.1"
6715-
resolved "https://registry.yarnpkg.com/embla-carousel-autoplay/-/embla-carousel-autoplay-8.2.1.tgz#001fb55964fde8766bddf4ed36865e25021bd48b"
6716-
integrity sha512-jhE2aNz5pbmICVkz3XyB3uACgkk4YvbnOZeMcoeIMjfycierQvmcice107w73kYaPrQSzCrHLNkKNmq9eA2iOQ==
6716+
version "8.3.0"
6717+
resolved "https://registry.yarnpkg.com/embla-carousel-autoplay/-/embla-carousel-autoplay-8.3.0.tgz#2878e7c67c7c6f5c4cb0a06a8cb06e53d8f32f2f"
6718+
integrity sha512-h7DFJLf9uQD+XDxr1NwA3/oFIjsnj/iED2RjET5u6/svMec46IbF1CYPhmB5Q/1Fc0WkcvhPpsEsrtVXQLxNzA==
67176719

67186720
embla-carousel-react@^8.0.0-rc17:
6719-
version "8.2.1"
6720-
resolved "https://registry.yarnpkg.com/embla-carousel-react/-/embla-carousel-react-8.2.1.tgz#0202bd6b04f749cf9a56ad86f4549f75b7bb43bb"
6721-
integrity sha512-YKtARk101mp00Zb6UAFkkvK+5XRo92LAtO9xLFeDnQ/XU9DqFhKnRy1CedRRj0/RSk6MTFDx3MqOQue3gJj9DA==
6721+
version "8.3.0"
6722+
resolved "https://registry.yarnpkg.com/embla-carousel-react/-/embla-carousel-react-8.3.0.tgz#8aa6b9b77c3e900349a7215cb31b7ead6a84a715"
6723+
integrity sha512-P1FlinFDcIvggcErRjNuVqnUR8anyo8vLMIH8Rthgofw7Nj8qTguCa2QjFAbzxAUTQTPNNjNL7yt0BGGinVdFw==
67226724
dependencies:
6723-
embla-carousel "8.2.1"
6724-
embla-carousel-reactive-utils "8.2.1"
6725+
embla-carousel "8.3.0"
6726+
embla-carousel-reactive-utils "8.3.0"
67256727

6726-
embla-carousel-reactive-utils@8.2.1:
6727-
version "8.2.1"
6728-
resolved "https://registry.yarnpkg.com/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.2.1.tgz#c62fdb6f77c6dcd68bcdaba62523acacb8e633fc"
6729-
integrity sha512-LXMVOOyv09ZKRxRQXYMX1FpVGcypsuxdcidNcNlBQUN2mK7hkmjVFQwwhfnnY39KMi88XYnYPBgMxfTe0vxSrA==
6728+
embla-carousel-reactive-utils@8.3.0:
6729+
version "8.3.0"
6730+
resolved "https://registry.yarnpkg.com/embla-carousel-reactive-utils/-/embla-carousel-reactive-utils-8.3.0.tgz#75f177ed2f6bdafbaab8f869f936692d08cd488e"
6731+
integrity sha512-EYdhhJ302SC4Lmkx8GRsp0sjUhEN4WyFXPOk0kGu9OXZSRMmcBlRgTvHcq8eKJE1bXWBsOi1T83B+BSSVZSmwQ==
67306732

6731-
embla-carousel@8.2.1:
6732-
version "8.2.1"
6733-
resolved "https://registry.yarnpkg.com/embla-carousel/-/embla-carousel-8.2.1.tgz#d156be420f47d9f61f444eb789c9901cce43f7f8"
6734-
integrity sha512-9mTDtyMZJhFuuW5pixhTT4iLiJB1l3dH3IpXUKCsgLlRlHCiySf/wLKy5xIAzmxIsokcQ50xea8wi7BCt0+Rxg==
6733+
embla-carousel@8.3.0:
6734+
version "8.3.0"
6735+
resolved "https://registry.yarnpkg.com/embla-carousel/-/embla-carousel-8.3.0.tgz#dc27c63c405aa98320cb36893e4be2fbdc787ee1"
6736+
integrity sha512-Ve8dhI4w28qBqR8J+aMtv7rLK89r1ZA5HocwFz6uMB/i5EiC7bGI7y+AM80yAVUJw3qqaZYK7clmZMUR8kM3UA==
67356737

67366738
emittery@^0.13.1:
67376739
version "0.13.1"
@@ -7410,10 +7412,10 @@ eslint-plugin-react-hooks@^4.6.0:
74107412
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
74117413
integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==
74127414

7413-
eslint-plugin-react@7.35.2:
7414-
version "7.35.2"
7415-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.35.2.tgz#d32500d3ec268656d5071918bfec78cfd8b070ed"
7416-
integrity sha512-Rbj2R9zwP2GYNcIak4xoAMV57hrBh3hTaR0k7hVjwCQgryE/pw5px4b13EYjduOI0hfXyZhwBxaGpOTbWSGzKQ==
7415+
eslint-plugin-react@7.36.1:
7416+
version "7.36.1"
7417+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.36.1.tgz#f1dabbb11f3d4ebe8b0cf4e54aff4aee81144ee5"
7418+
integrity sha512-/qwbqNXZoq+VP30s1d4Nc1C5GTxjJQjk4Jzs4Wq2qzxFM7dSmuG2UkIjg2USMLh3A/aVcUNrK7v0J5U1XEGGwA==
74177419
dependencies:
74187420
array-includes "^3.1.8"
74197421
array.prototype.findlast "^1.2.5"
@@ -7506,16 +7508,16 @@ eslint-webpack-plugin@^2.7.0:
75067508
normalize-path "^3.0.0"
75077509
schema-utils "^3.1.1"
75087510

7509-
7510-
version "8.57.0"
7511-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
7512-
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
7511+
7512+
version "8.57.1"
7513+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
7514+
integrity sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==
75137515
dependencies:
75147516
"@eslint-community/eslint-utils" "^4.2.0"
75157517
"@eslint-community/regexpp" "^4.6.1"
75167518
"@eslint/eslintrc" "^2.1.4"
7517-
"@eslint/js" "8.57.0"
7518-
"@humanwhocodes/config-array" "^0.11.14"
7519+
"@eslint/js" "8.57.1"
7520+
"@humanwhocodes/config-array" "^0.13.0"
75197521
"@humanwhocodes/module-importer" "^1.0.1"
75207522
"@nodelib/fs.walk" "^1.2.8"
75217523
"@ungap/structured-clone" "^1.2.0"
@@ -8025,10 +8027,10 @@ filesize@^8.0.6:
80258027
resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
80268028
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
80278029

8028-
fill-range@^7.0.1:
8029-
version "7.0.1"
8030-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
8031-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
8030+
fill-range@^7.0.1, fill-range@^7.1.1:
8031+
version "7.1.1"
8032+
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
8033+
integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
80328034
dependencies:
80338035
to-regex-range "^5.0.1"
80348036

@@ -12436,7 +12438,15 @@ micromark@^4.0.0:
1243612438
micromark-util-symbol "^2.0.0"
1243712439
micromark-util-types "^2.0.0"
1243812440

12439-
micromatch@^4.0.4, micromatch@^4.0.5:
12441+
micromatch@^4.0.4:
12442+
version "4.0.8"
12443+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
12444+
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
12445+
dependencies:
12446+
braces "^3.0.3"
12447+
picomatch "^2.3.1"
12448+
12449+
micromatch@^4.0.5:
1244012450
version "4.0.5"
1244112451
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
1244212452
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -13357,7 +13367,12 @@ physical-cpu-count@^2.0.0:
1335713367
resolved "https://registry.yarnpkg.com/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz#18de2f97e4bf7a9551ad7511942b5496f7aba660"
1335813368
integrity sha512-rxJOljMuWtYlvREBmd6TZYanfcPhNUKtGDZBjBBS8WG1dpN2iwPsRJZgQqN/OtJuiQckdRFOfzogqJClTrsi7g==
1335913369

13360-
picocolors@^1.0.0, picocolors@^1.0.1:
13370+
picocolors@^1.0.0:
13371+
version "1.1.0"
13372+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
13373+
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
13374+
13375+
picocolors@^1.0.1:
1336113376
version "1.0.1"
1336213377
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
1336313378
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
@@ -14026,9 +14041,9 @@ react-is@^17.0.1:
1402614041
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
1402714042

1402814043
react-is@^18.0.0:
14029-
version "18.2.0"
14030-
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
14031-
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
14044+
version "18.3.1"
14045+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
14046+
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
1403214047

1403314048
react-refresh@^0.14.0:
1403414049
version "0.14.0"
@@ -16082,10 +16097,10 @@ typedarray@^0.0.6:
1608216097
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1608316098
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1608416099

16085-
typescript@5.5.4:
16086-
version "5.5.4"
16087-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
16088-
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
16100+
typescript@5.6.2:
16101+
version "5.6.2"
16102+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
16103+
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
1608916104

1609016105
ua-parser-js@^1.0.35:
1609116106
version "1.0.37"

0 commit comments

Comments
 (0)