Skip to content

Commit 316e7af

Browse files
Bump next from 14.2.7 to 14.2.10 (#711)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent def22c0 commit 316e7af

File tree

2 files changed

+71
-64
lines changed

2 files changed

+71
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"framer-motion": "^11.3.31",
3636
"gray-matter": "^4.0.3",
3737
"isomorphic-dompurify": "^2.15.0",
38-
"next": "^14.2.7",
38+
"next": "^14.2.10",
3939
"next-mdx-remote": "^5.0.0",
4040
"react": "^18.3.1",
4141
"react-apexcharts": "^1.4.1",

yarn.lock

Lines changed: 70 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,13 @@
355355
aria-hidden "^1.2.3"
356356
react-remove-scroll "^2.5.6"
357357

358+
"@chakra-ui/next-js@^2.2.0":
359+
version "2.2.0"
360+
resolved "https://registry.yarnpkg.com/@chakra-ui/next-js/-/next-js-2.2.0.tgz#80959c19f7509802c21dd73e23c32c60d918e4c7"
361+
integrity sha512-brCz0UEOlImX4Np2jDIaljZJkW6kiDSuXG5erxvYjZlklLhmti1zj0o1sSjt5yff1xndfgHoOJb+BYG5wx+vDg==
362+
dependencies:
363+
"@emotion/cache" "^11.11.0"
364+
358365
"@chakra-ui/number-input@2.1.2":
359366
version "2.1.2"
360367
resolved "https://registry.yarnpkg.com/@chakra-ui/number-input/-/number-input-2.1.2.tgz#dda9095fba6a4b89212332db02831b94120da163"
@@ -893,7 +900,7 @@
893900
source-map "^0.5.7"
894901
stylis "4.2.0"
895902

896-
"@emotion/cache@^11.13.0":
903+
"@emotion/cache@^11.11.0", "@emotion/cache@^11.13.0":
897904
version "11.13.1"
898905
resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.13.1.tgz#fecfc54d51810beebf05bf2a161271a1a91895d7"
899906
integrity sha512-iqouYkuEblRcXmylXIwwOodiEK5Ifl7JcX7o6V4jI3iW4mLXX3dmt5xwBtIkJiQEXFAI+pC8X0i67yiPkH9Ucw==
@@ -1159,10 +1166,10 @@
11591166
dependencies:
11601167
"@types/mdx" "^2.0.0"
11611168

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==
1169+
"@next/env@14.2.10":
1170+
version "14.2.10"
1171+
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.10.tgz#1d3178340028ced2d679f84140877db4f420333c"
1172+
integrity sha512-dZIu93Bf5LUtluBXIv4woQw2cZVZ2DJTjax5/5DOs3lzEOeKLy7GxRSr4caK9/SCPdaW6bCgpye6+n4Dh9oJPw==
11661173

11671174
"@next/eslint-plugin-next@14.2.7":
11681175
version "14.2.7"
@@ -1178,50 +1185,50 @@
11781185
dependencies:
11791186
source-map "^0.7.0"
11801187

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==
1188+
"@next/swc-darwin-arm64@14.2.10":
1189+
version "14.2.10"
1190+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.10.tgz#49d10ca4086fbd59ee68e204f75d7136eda2aa80"
1191+
integrity sha512-V3z10NV+cvMAfxQUMhKgfQnPbjw+Ew3cnr64b0lr8MDiBJs3eLnM6RpGC46nhfMZsiXgQngCJKWGTC/yDcgrDQ==
1192+
1193+
"@next/swc-darwin-x64@14.2.10":
1194+
version "14.2.10"
1195+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.10.tgz#0ebeae3afb8eac433882b79543295ab83624a1a8"
1196+
integrity sha512-Y0TC+FXbFUQ2MQgimJ/7Ina2mXIKhE7F+GUe1SgnzRmwFY3hX2z8nyVCxE82I2RicspdkZnSWMn4oTjIKz4uzA==
1197+
1198+
"@next/swc-linux-arm64-gnu@14.2.10":
1199+
version "14.2.10"
1200+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.10.tgz#7e602916d2fb55a3c532f74bed926a0137c16f20"
1201+
integrity sha512-ZfQ7yOy5zyskSj9rFpa0Yd7gkrBnJTkYVSya95hX3zeBG9E55Z6OTNPn1j2BTFWvOVVj65C3T+qsjOyVI9DQpA==
1202+
1203+
"@next/swc-linux-arm64-musl@14.2.10":
1204+
version "14.2.10"
1205+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.10.tgz#6b143f628ccee490b527562e934f8de578d4be47"
1206+
integrity sha512-n2i5o3y2jpBfXFRxDREr342BGIQCJbdAUi/K4q6Env3aSx8erM9VuKXHw5KNROK9ejFSPf0LhoSkU/ZiNdacpQ==
1207+
1208+
"@next/swc-linux-x64-gnu@14.2.10":
1209+
version "14.2.10"
1210+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.10.tgz#086f2f16a0678890a1eb46518c4dda381b046082"
1211+
integrity sha512-GXvajAWh2woTT0GKEDlkVhFNxhJS/XdDmrVHrPOA83pLzlGPQnixqxD8u3bBB9oATBKB//5e4vpACnx5Vaxdqg==
1212+
1213+
"@next/swc-linux-x64-musl@14.2.10":
1214+
version "14.2.10"
1215+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.10.tgz#1befef10ed8dbcc5047b5d637a25ae3c30a0bfc3"
1216+
integrity sha512-opFFN5B0SnO+HTz4Wq4HaylXGFV+iHrVxd3YvREUX9K+xfc4ePbRrxqOuPOFjtSuiVouwe6uLeDtabjEIbkmDA==
1217+
1218+
"@next/swc-win32-arm64-msvc@14.2.10":
1219+
version "14.2.10"
1220+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.10.tgz#731f52c3ae3c56a26cf21d474b11ae1529531209"
1221+
integrity sha512-9NUzZuR8WiXTvv+EiU/MXdcQ1XUvFixbLIMNQiVHuzs7ZIFrJDLJDaOF1KaqttoTujpcxljM/RNAOmw1GhPPQQ==
1222+
1223+
"@next/swc-win32-ia32-msvc@14.2.10":
1224+
version "14.2.10"
1225+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.10.tgz#32723ef7f04e25be12af357cc72ddfdd42fd1041"
1226+
integrity sha512-fr3aEbSd1GeW3YUMBkWAu4hcdjZ6g4NBl1uku4gAn661tcxd1bHs1THWYzdsbTRLcCKLjrDZlNp6j2HTfrw+Bg==
1227+
1228+
"@next/swc-win32-x64-msvc@14.2.10":
1229+
version "14.2.10"
1230+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.10.tgz#ee1d036cb5ec871816f96baee7991035bb242455"
1231+
integrity sha512-UjeVoRGKNL2zfbcQ6fscmgjBAS/inHBh63mjIlfPg/NG8Yn2ztqylXt5qilYb6hoHIwaU2ogHknHWWmahJjgZQ==
12251232

12261233
"@nodelib/fs.scandir@2.1.5":
12271234
version "2.1.5"
@@ -4471,28 +4478,28 @@ next-mdx-remote@^5.0.0:
44714478
vfile "^6.0.1"
44724479
vfile-matter "^5.0.0"
44734480

4474-
next@^14.2.7:
4475-
version "14.2.7"
4476-
resolved "https://registry.yarnpkg.com/next/-/next-14.2.7.tgz#e02d5d9622ff4b998e5c89adfd660c9bf6435970"
4477-
integrity sha512-4Qy2aK0LwH4eQiSvQWyKuC7JXE13bIopEQesWE0c/P3uuNRnZCQanI0vsrMLmUQJLAto+A+/8+sve2hd+BQuOQ==
4481+
next@^14.2.10:
4482+
version "14.2.10"
4483+
resolved "https://registry.yarnpkg.com/next/-/next-14.2.10.tgz#331981a4fecb1ae8af1817d4db98fc9687ee1cb6"
4484+
integrity sha512-sDDExXnh33cY3RkS9JuFEKaS4HmlWmDKP1VJioucCG6z5KuA008DPsDZOzi8UfqEk3Ii+2NCQSJrfbEWtZZfww==
44784485
dependencies:
4479-
"@next/env" "14.2.7"
4486+
"@next/env" "14.2.10"
44804487
"@swc/helpers" "0.5.5"
44814488
busboy "1.6.0"
44824489
caniuse-lite "^1.0.30001579"
44834490
graceful-fs "^4.2.11"
44844491
postcss "8.4.31"
44854492
styled-jsx "5.1.1"
44864493
optionalDependencies:
4487-
"@next/swc-darwin-arm64" "14.2.7"
4488-
"@next/swc-darwin-x64" "14.2.7"
4489-
"@next/swc-linux-arm64-gnu" "14.2.7"
4490-
"@next/swc-linux-arm64-musl" "14.2.7"
4491-
"@next/swc-linux-x64-gnu" "14.2.7"
4492-
"@next/swc-linux-x64-musl" "14.2.7"
4493-
"@next/swc-win32-arm64-msvc" "14.2.7"
4494-
"@next/swc-win32-ia32-msvc" "14.2.7"
4495-
"@next/swc-win32-x64-msvc" "14.2.7"
4494+
"@next/swc-darwin-arm64" "14.2.10"
4495+
"@next/swc-darwin-x64" "14.2.10"
4496+
"@next/swc-linux-arm64-gnu" "14.2.10"
4497+
"@next/swc-linux-arm64-musl" "14.2.10"
4498+
"@next/swc-linux-x64-gnu" "14.2.10"
4499+
"@next/swc-linux-x64-musl" "14.2.10"
4500+
"@next/swc-win32-arm64-msvc" "14.2.10"
4501+
"@next/swc-win32-ia32-msvc" "14.2.10"
4502+
"@next/swc-win32-x64-msvc" "14.2.10"
44964503

44974504
node-releases@^2.0.14:
44984505
version "2.0.14"

0 commit comments

Comments
 (0)