Skip to content

Commit f372419

Browse files
Bump the dependencies group with 7 updates (#705)
1 parent bb402db commit f372419

File tree

2 files changed

+108
-108
lines changed

2 files changed

+108
-108
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@
1919
"@chakra-ui/icons": "^2.1.1",
2020
"@chakra-ui/react": "^2.8.2",
2121
"@chakra-ui/system": "^2.6.2",
22-
"@emotion/react": "^11.13.0",
22+
"@emotion/react": "^11.13.3",
2323
"@emotion/styled": "^11.13.0",
2424
"@fontsource-variable/inter": "^5.0.20",
2525
"@giscus/react": "^3.0.0",
2626
"@mdx-js/loader": "^3.0.1",
2727
"@mdx-js/react": "^3.0.1",
28-
"@next/mdx": "^14.2.5",
29-
"apexcharts": "3.51.0",
28+
"@next/mdx": "^14.2.7",
29+
"apexcharts": "3.53.0",
3030
"d3": "^7.9.0",
3131
"date-fns": "^3.0.0",
3232
"date-fns-tz": "^3.1.3",
3333
"feed": "^4.2.2",
34-
"framer-motion": "^11.3.21",
34+
"framer-motion": "^11.3.31",
3535
"gray-matter": "^4.0.3",
36-
"isomorphic-dompurify": "^2.14.0",
37-
"next": "^14.2.5",
36+
"isomorphic-dompurify": "^2.15.0",
37+
"next": "^14.2.7",
3838
"next-mdx-remote": "^5.0.0",
3939
"react": "^18.3.1",
4040
"react-apexcharts": "^1.4.1",
4141
"react-dom": "^18.3.1",
42-
"react-icons": "^5.2.1",
42+
"react-icons": "^5.3.0",
4343
"react-syntax-highlighter": "^15.5.0",
4444
"rehype-slug": "^6.0.0",
4545
"swr": "^2.2.5"

yarn.lock

Lines changed: 101 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -921,28 +921,28 @@
921921
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.9.0.tgz#745969d649977776b43fc7648c556aaa462b4102"
922922
integrity sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==
923923

924-
"@emotion/react@^11.13.0":
925-
version "11.13.0"
926-
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.0.tgz#a9ebf827b98220255e5760dac89fa2d38ca7b43d"
927-
integrity sha512-WkL+bw1REC2VNV1goQyfxjx1GYJkcc23CRQkXX+vZNLINyfI7o+uUn/rTGPt/xJ3bJHd5GcljgnxHf4wRw5VWQ==
924+
"@emotion/react@^11.13.3":
925+
version "11.13.3"
926+
resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.13.3.tgz#a69d0de2a23f5b48e0acf210416638010e4bd2e4"
927+
integrity sha512-lIsdU6JNrmYfJ5EbUCf4xW1ovy5wKQ2CkPRM4xogziOxH1nXxBSjpC9YqbFAP7circxMfYp+6x676BqWcEiixg==
928928
dependencies:
929929
"@babel/runtime" "^7.18.3"
930930
"@emotion/babel-plugin" "^11.12.0"
931931
"@emotion/cache" "^11.13.0"
932-
"@emotion/serialize" "^1.3.0"
932+
"@emotion/serialize" "^1.3.1"
933933
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
934934
"@emotion/utils" "^1.4.0"
935935
"@emotion/weak-memoize" "^0.4.0"
936936
hoist-non-react-statics "^3.3.1"
937937

938-
"@emotion/serialize@^1.2.0", "@emotion/serialize@^1.3.0":
939-
version "1.3.0"
940-
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.0.tgz#e07cadfc967a4e7816e0c3ffaff4c6ce05cb598d"
941-
integrity sha512-jACuBa9SlYajnpIVXB+XOXnfJHyckDfe6fOpORIM6yhBDlqGuExvDdZYHDQGoDf3bZXGv7tNr+LpLjJqiEQ6EA==
938+
"@emotion/serialize@^1.2.0", "@emotion/serialize@^1.3.0", "@emotion/serialize@^1.3.1":
939+
version "1.3.1"
940+
resolved "https://registry.yarnpkg.com/@emotion/serialize/-/serialize-1.3.1.tgz#490b660178f43d2de8e92b278b51079d726c05c3"
941+
integrity sha512-dEPNKzBPU+vFPGa+z3axPRn8XVDetYORmDC0wAiej+TNcOZE70ZMJa0X7JdeoM6q/nWTMZeLpN/fTnD9o8MQBA==
942942
dependencies:
943943
"@emotion/hash" "^0.9.2"
944944
"@emotion/memoize" "^0.9.0"
945-
"@emotion/unitless" "^0.9.0"
945+
"@emotion/unitless" "^0.10.0"
946946
"@emotion/utils" "^1.4.0"
947947
csstype "^3.0.2"
948948

@@ -963,10 +963,10 @@
963963
"@emotion/use-insertion-effect-with-fallbacks" "^1.1.0"
964964
"@emotion/utils" "^1.4.0"
965965

966-
"@emotion/unitless@^0.9.0":
967-
version "0.9.0"
968-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.9.0.tgz#8e5548f072bd67b8271877e51c0f95c76a66cbe2"
969-
integrity sha512-TP6GgNZtmtFaFcsOgExdnfxLLpRDla4Q66tnenA9CktvVSdNKDvMVuUah4QvWPIpNjrWsGg3qeGo9a43QooGZQ==
966+
"@emotion/unitless@^0.10.0":
967+
version "0.10.0"
968+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.10.0.tgz#2af2f7c7e5150f497bdabd848ce7b218a27cf745"
969+
integrity sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==
970970

971971
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0":
972972
version "1.1.0"
@@ -1159,10 +1159,10 @@
11591159
dependencies:
11601160
"@types/mdx" "^2.0.0"
11611161

1162-
"@next/env@14.2.5":
1163-
version "14.2.5"
1164-
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.5.tgz#1d9328ab828711d3517d0a1d505acb55e5ef7ad0"
1165-
integrity sha512-/zZGkrTOsraVfYjGP8uM0p6r0BDT6xWpkjdVbcz66PJVSpwXX3yNiRycxAuDfBKGWBrZBXRuK/YVlkNgxHGwmA==
1162+
"@next/env@14.2.7":
1163+
version "14.2.7"
1164+
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.7.tgz#40fcd6ccdd53fd7e6788a0604f39032c84bea112"
1165+
integrity sha512-OTx9y6I3xE/eih+qtthppwLytmpJVPM5PPoJxChFsbjIEFXIayG0h/xLzefHGJviAa3Q5+Fd+9uYojKkHDKxoQ==
11661166

11671167
"@next/eslint-plugin-next@14.2.7":
11681168
version "14.2.7"
@@ -1171,57 +1171,57 @@
11711171
dependencies:
11721172
glob "10.3.10"
11731173

1174-
"@next/mdx@^14.2.5":
1175-
version "14.2.5"
1176-
resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-14.2.5.tgz#22bda994aaf027651886e060ea1c8e95b28f015f"
1177-
integrity sha512-AROhSdXQg0/jt55iqxVSJqp9oaCyXwRe44/I17c77gDshZ6ex7VKBZDH0GljaxZ0Y4mScYUbFJJEh42Xw4X4Dg==
1174+
"@next/mdx@^14.2.7":
1175+
version "14.2.7"
1176+
resolved "https://registry.yarnpkg.com/@next/mdx/-/mdx-14.2.7.tgz#13c07b501b07059433eca76499dda512c05071a5"
1177+
integrity sha512-GeWQODkqa+0fWCVoc6fMZDXsxbsg386EqC+be9/UreJn/TTz/RWN2ZMHcRHY+sjLkOzfOAsRUjEdPckl10+qCg==
11781178
dependencies:
11791179
source-map "^0.7.0"
11801180

1181-
"@next/swc-darwin-arm64@14.2.5":
1182-
version "14.2.5"
1183-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.5.tgz#d0a160cf78c18731c51cc0bff131c706b3e9bb05"
1184-
integrity sha512-/9zVxJ+K9lrzSGli1///ujyRfon/ZneeZ+v4ptpiPoOU+GKZnm8Wj8ELWU1Pm7GHltYRBklmXMTUqM/DqQ99FQ==
1185-
1186-
"@next/swc-darwin-x64@14.2.5":
1187-
version "14.2.5"
1188-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.5.tgz#eb832a992407f6e6352eed05a073379f1ce0589c"
1189-
integrity sha512-vXHOPCwfDe9qLDuq7U1OYM2wUY+KQ4Ex6ozwsKxp26BlJ6XXbHleOUldenM67JRyBfVjv371oneEvYd3H2gNSA==
1190-
1191-
"@next/swc-linux-arm64-gnu@14.2.5":
1192-
version "14.2.5"
1193-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.5.tgz#098fdab57a4664969bc905f5801ef5a89582c689"
1194-
integrity sha512-vlhB8wI+lj8q1ExFW8lbWutA4M2ZazQNvMWuEDqZcuJJc78iUnLdPPunBPX8rC4IgT6lIx/adB+Cwrl99MzNaA==
1195-
1196-
"@next/swc-linux-arm64-musl@14.2.5":
1197-
version "14.2.5"
1198-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.5.tgz#243a1cc1087fb75481726dd289c7b219fa01f2b5"
1199-
integrity sha512-NpDB9NUR2t0hXzJJwQSGu1IAOYybsfeB+LxpGsXrRIb7QOrYmidJz3shzY8cM6+rO4Aojuef0N/PEaX18pi9OA==
1200-
1201-
"@next/swc-linux-x64-gnu@14.2.5":
1202-
version "14.2.5"
1203-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.5.tgz#b8a2e436387ee4a52aa9719b718992e0330c4953"
1204-
integrity sha512-8XFikMSxWleYNryWIjiCX+gU201YS+erTUidKdyOVYi5qUQo/gRxv/3N1oZFCgqpesN6FPeqGM72Zve+nReVXQ==
1205-
1206-
"@next/swc-linux-x64-musl@14.2.5":
1207-
version "14.2.5"
1208-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.5.tgz#cb8a9adad5fb8df86112cfbd363aab5c6d32757b"
1209-
integrity sha512-6QLwi7RaYiQDcRDSU/os40r5o06b5ue7Jsk5JgdRBGGp8l37RZEh9JsLSM8QF0YDsgcosSeHjglgqi25+m04IQ==
1210-
1211-
"@next/swc-win32-arm64-msvc@14.2.5":
1212-
version "14.2.5"
1213-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.5.tgz#81f996c1c38ea0900d4e7719cc8814be8a835da0"
1214-
integrity sha512-1GpG2VhbspO+aYoMOQPQiqc/tG3LzmsdBH0LhnDS3JrtDx2QmzXe0B6mSZZiN3Bq7IOMXxv1nlsjzoS1+9mzZw==
1215-
1216-
"@next/swc-win32-ia32-msvc@14.2.5":
1217-
version "14.2.5"
1218-
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.5.tgz#f61c74ce823e10b2bc150e648fc192a7056422e0"
1219-
integrity sha512-Igh9ZlxwvCDsu6438FXlQTHlRno4gFpJzqPjSIBZooD22tKeI4fE/YMRoHVJHmrQ2P5YL1DoZ0qaOKkbeFWeMg==
1220-
1221-
"@next/swc-win32-x64-msvc@14.2.5":
1222-
version "14.2.5"
1223-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.5.tgz#ed199a920efb510cfe941cd75ed38a7be21e756f"
1224-
integrity sha512-tEQ7oinq1/CjSG9uSTerca3v4AZ+dFa+4Yu6ihaG8Ud8ddqLQgFGcnwYls13H5X5CPDPZJdYxyeMui6muOLd4g==
1181+
"@next/swc-darwin-arm64@14.2.7":
1182+
version "14.2.7"
1183+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.7.tgz#6cd39ba5d5f43705de44e389d4b4f5d2df391927"
1184+
integrity sha512-UhZGcOyI9LE/tZL3h9rs/2wMZaaJKwnpAyegUVDGZqwsla6hMfeSj9ssBWQS9yA4UXun3pPhrFLVnw5KXZs3vw==
1185+
1186+
"@next/swc-darwin-x64@14.2.7":
1187+
version "14.2.7"
1188+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.7.tgz#a1d191a293443cf8df9451b8f13a348caa718cb7"
1189+
integrity sha512-ys2cUgZYRc+CbyDeLAaAdZgS7N1Kpyy+wo0b/gAj+SeOeaj0Lw/q+G1hp+DuDiDAVyxLBCJXEY/AkhDmtihUTA==
1190+
1191+
"@next/swc-linux-arm64-gnu@14.2.7":
1192+
version "14.2.7"
1193+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.7.tgz#9da3f993b3754b900fe7b469de51898fc51112f2"
1194+
integrity sha512-2xoWtE13sUJ3qrC1lwE/HjbDPm+kBQYFkkiVECJWctRASAHQ+NwjMzgrfqqMYHfMxFb5Wws3w9PqzZJqKFdWcQ==
1195+
1196+
"@next/swc-linux-arm64-musl@14.2.7":
1197+
version "14.2.7"
1198+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.7.tgz#f75662bdedd2d91ad7e05778274fa17659f1f02f"
1199+
integrity sha512-+zJ1gJdl35BSAGpkCbfyiY6iRTaPrt3KTl4SF/B1NyELkqqnrNX6cp4IjjjxKpd64/7enI0kf6b9O1Uf3cL0pw==
1200+
1201+
"@next/swc-linux-x64-gnu@14.2.7":
1202+
version "14.2.7"
1203+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.7.tgz#3c6c5b551a5af4fc8178bd5733c8063266034e79"
1204+
integrity sha512-m6EBqrskeMUzykBrv0fDX/28lWIBGhMzOYaStp0ihkjzIYJiKUOzVYD1gULHc8XDf5EMSqoH/0/TRAgXqpQwmw==
1205+
1206+
"@next/swc-linux-x64-musl@14.2.7":
1207+
version "14.2.7"
1208+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.7.tgz#16f92f00263d1fce91ae80e5f230eb1feea484e4"
1209+
integrity sha512-gUu0viOMvMlzFRz1r1eQ7Ql4OE+hPOmA7smfZAhn8vC4+0swMZaZxa9CSIozTYavi+bJNDZ3tgiSdMjmMzRJlQ==
1210+
1211+
"@next/swc-win32-arm64-msvc@14.2.7":
1212+
version "14.2.7"
1213+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.7.tgz#1224cb8a04cd9caad785a2187df9e85b49414a42"
1214+
integrity sha512-PGbONHIVIuzWlYmLvuFKcj+8jXnLbx4WrlESYlVnEzDsa3+Q2hI1YHoXaSmbq0k4ZwZ7J6sWNV4UZfx1OeOlbQ==
1215+
1216+
"@next/swc-win32-ia32-msvc@14.2.7":
1217+
version "14.2.7"
1218+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.7.tgz#9494aaf9cc50ddef600f8c1b2ed0f216b19f9294"
1219+
integrity sha512-BiSY5umlx9ed5RQDoHcdbuKTUkuFORDqzYKPHlLeS+STUWQKWziVOn3Ic41LuTBvqE0TRJPKpio9GSIblNR+0w==
1220+
1221+
"@next/swc-win32-x64-msvc@14.2.7":
1222+
version "14.2.7"
1223+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.7.tgz#75e1d90758cb10a547e1cdfb878871da28123682"
1224+
integrity sha512-pxsI23gKWRt/SPHFkDEsP+w+Nd7gK37Hpv0ngc5HpWy2e7cKx9zR/+Q2ptAUqICNTecAaGWvmhway7pj/JLEWA==
12251225

12261226
"@nodelib/fs.scandir@2.1.5":
12271227
version "2.1.5"
@@ -1684,10 +1684,10 @@ ansi-styles@^6.1.0:
16841684
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
16851685
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
16861686

1687-
apexcharts@3.51.0:
1688-
version "3.51.0"
1689-
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.51.0.tgz#f99d8a7f49045b61bab795522f35233faac5fe94"
1690-
integrity sha512-WpCdVdGiJjf9SAyEeg2rl3q5OqCcNqiEmH0+filMraUiH6Vqyn5GFeMMyH0pon44xjNr1G0xzIRERKRmsGEuRA==
1687+
apexcharts@3.53.0:
1688+
version "3.53.0"
1689+
resolved "https://registry.yarnpkg.com/apexcharts/-/apexcharts-3.53.0.tgz#9ea2b4d837d9faf2c0bff79d228db48e75b2220a"
1690+
integrity sha512-QESZHZY3w9LPQ64PGh1gEdfjYjJ5Jp+Dfy0D/CLjsLOPTpXzdxwlNMqRj+vPbTcP0nAHgjWv1maDqcEq6u5olw==
16911691
dependencies:
16921692
"@yr/monotone-cubic-spline" "^1.0.3"
16931693
svg.draggable.js "^2.2.2"
@@ -3114,10 +3114,10 @@ format@^0.2.0:
31143114
resolved "https://registry.yarnpkg.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
31153115
integrity sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==
31163116

3117-
framer-motion@^11.3.21:
3118-
version "11.3.21"
3119-
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.21.tgz#bdf06cf3ced9f14ddf055e098c1566795f353466"
3120-
integrity sha512-D+hfIsvzV8eL/iycld4K+tKlg2Q2LdwnrcBEohtGw3cG1AIuNYATbT5RUqIM1ndsAk+EfGhoSGf0UaiFodc5Tw==
3117+
framer-motion@^11.3.31:
3118+
version "11.3.31"
3119+
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.31.tgz#b49334b072c6c238d84c372e3c8f04ca59e03a88"
3120+
integrity sha512-Xmxs08WBXnc2tNzNZbFSpquI33lvleJg4Y+hmZ+vFkn+laN9ZnR3gbZnNGKDtuz7c/x3u8dLg05OU3EhLobCsg==
31213121
dependencies:
31223122
tslib "^2.4.0"
31233123

@@ -3749,14 +3749,14 @@ isexe@^2.0.0:
37493749
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
37503750
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
37513751

3752-
isomorphic-dompurify@^2.14.0:
3753-
version "2.14.0"
3754-
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.14.0.tgz#cb89df9f5d6595323e6176e212978a773bf21d1e"
3755-
integrity sha512-7xyjuzBf3P/HBt0PbOpmv5LuV38TmfvidBFvgyuSWVMLwCGDITBPHWsBZ/L1a8DpcGz5PEintBeGdlrKzUqt5A==
3752+
isomorphic-dompurify@^2.15.0:
3753+
version "2.15.0"
3754+
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-2.15.0.tgz#d3d35fe8cab700c4cf3c065da3dc86d508161502"
3755+
integrity sha512-RDHlyeVmwEDAPZuX1VaaBzSn9RrsfvswxH7faEQK9cTHC1dXeNuK6ElUeSr7locFyeLguut8ASfhQWxHB4Ttug==
37563756
dependencies:
37573757
"@types/dompurify" "^3.0.5"
37583758
dompurify "^3.1.6"
3759-
jsdom "^24.1.1"
3759+
jsdom "^25.0.0"
37603760

37613761
iterator.prototype@^1.1.2:
37623762
version "1.1.2"
@@ -3807,10 +3807,10 @@ js-yaml@^4.1.0:
38073807
dependencies:
38083808
argparse "^2.0.1"
38093809

3810-
jsdom@^24.1.1:
3811-
version "24.1.1"
3812-
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-24.1.1.tgz#f41df8f4f3b2fbfa7e1bdc5df62c9804fd14a9d0"
3813-
integrity sha512-5O1wWV99Jhq4DV7rCLIoZ/UIhyQeDR7wHVyZAHAshbrvZsLs+Xzz7gtwnlJTJDjleiTKh54F4dXrX70vJQTyJQ==
3810+
jsdom@^25.0.0:
3811+
version "25.0.0"
3812+
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-25.0.0.tgz#d1612b4ddab85af56821b2f731e15faae135f4e1"
3813+
integrity sha512-OhoFVT59T7aEq75TVw9xxEfkXgacpqAhQaYgP9y/fDqWQCMB/b1H66RfmPm/MaeaAIU9nDwMOVTlPN51+ao6CQ==
38143814
dependencies:
38153815
cssstyle "^4.0.1"
38163816
data-urls "^5.0.0"
@@ -4487,28 +4487,28 @@ next-mdx-remote@^5.0.0:
44874487
vfile "^6.0.1"
44884488
vfile-matter "^5.0.0"
44894489

4490-
next@^14.2.5:
4491-
version "14.2.5"
4492-
resolved "https://registry.yarnpkg.com/next/-/next-14.2.5.tgz#afe4022bb0b752962e2205836587a289270efbea"
4493-
integrity sha512-0f8aRfBVL+mpzfBjYfQuLWh2WyAwtJXCRfkPF4UJ5qd2YwrHczsrSzXU4tRMV0OAxR8ZJZWPFn6uhSC56UTsLA==
4490+
next@^14.2.7:
4491+
version "14.2.7"
4492+
resolved "https://registry.yarnpkg.com/next/-/next-14.2.7.tgz#e02d5d9622ff4b998e5c89adfd660c9bf6435970"
4493+
integrity sha512-4Qy2aK0LwH4eQiSvQWyKuC7JXE13bIopEQesWE0c/P3uuNRnZCQanI0vsrMLmUQJLAto+A+/8+sve2hd+BQuOQ==
44944494
dependencies:
4495-
"@next/env" "14.2.5"
4495+
"@next/env" "14.2.7"
44964496
"@swc/helpers" "0.5.5"
44974497
busboy "1.6.0"
44984498
caniuse-lite "^1.0.30001579"
44994499
graceful-fs "^4.2.11"
45004500
postcss "8.4.31"
45014501
styled-jsx "5.1.1"
45024502
optionalDependencies:
4503-
"@next/swc-darwin-arm64" "14.2.5"
4504-
"@next/swc-darwin-x64" "14.2.5"
4505-
"@next/swc-linux-arm64-gnu" "14.2.5"
4506-
"@next/swc-linux-arm64-musl" "14.2.5"
4507-
"@next/swc-linux-x64-gnu" "14.2.5"
4508-
"@next/swc-linux-x64-musl" "14.2.5"
4509-
"@next/swc-win32-arm64-msvc" "14.2.5"
4510-
"@next/swc-win32-ia32-msvc" "14.2.5"
4511-
"@next/swc-win32-x64-msvc" "14.2.5"
4503+
"@next/swc-darwin-arm64" "14.2.7"
4504+
"@next/swc-darwin-x64" "14.2.7"
4505+
"@next/swc-linux-arm64-gnu" "14.2.7"
4506+
"@next/swc-linux-arm64-musl" "14.2.7"
4507+
"@next/swc-linux-x64-gnu" "14.2.7"
4508+
"@next/swc-linux-x64-musl" "14.2.7"
4509+
"@next/swc-win32-arm64-msvc" "14.2.7"
4510+
"@next/swc-win32-ia32-msvc" "14.2.7"
4511+
"@next/swc-win32-x64-msvc" "14.2.7"
45124512

45134513
node-releases@^2.0.14:
45144514
version "2.0.14"
@@ -4849,10 +4849,10 @@ react-focus-lock@^2.9.4:
48494849
use-callback-ref "^1.3.0"
48504850
use-sidecar "^1.1.2"
48514851

4852-
react-icons@^5.2.1:
4853-
version "5.2.1"
4854-
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.2.1.tgz#28c2040917b2a2eda639b0f797bff1888e018e4a"
4855-
integrity sha512-zdbW5GstTzXaVKvGSyTaBalt7HSfuK5ovrzlpyiWHAFXndXTdd/1hdDHI4xBM1Mn7YriT6aqESucFl9kEXzrdw==
4852+
react-icons@^5.3.0:
4853+
version "5.3.0"
4854+
resolved "https://registry.yarnpkg.com/react-icons/-/react-icons-5.3.0.tgz#ccad07a30aebd40a89f8cfa7d82e466019203f1c"
4855+
integrity sha512-DnUk8aFbTyQPSkCfF8dbX6kQjXA9DktMeJqfjrg6cK9vwQVMxmcA3BfP4QoiztVmEHtwlTgLFsPuH2NskKT6eg==
48564856

48574857
react-is@^16.13.1, react-is@^16.7.0:
48584858
version "16.13.1"

0 commit comments

Comments
 (0)