Skip to content

Commit 35692ad

Browse files
authored
Merge pull request #13891 from ethereum/dependabot/npm_and_yarn/next-14.2.10
chore(deps): bump next from 14.2.3 to 14.2.10
2 parents d12687b + 8ef9189 commit 35692ad

File tree

2 files changed

+65
-89
lines changed

2 files changed

+65
-89
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"lodash.merge": "^4.6.2",
6464
"lodash.shuffle": "^4.2.0",
6565
"lodash.union": "^4.6.0",
66-
"next": "^14.2.3",
66+
"next": "^14.2.10",
6767
"next-i18next": "^14.0.3",
6868
"next-mdx-remote": "^3.0.8",
6969
"next-sitemap": "^4.2.3",

yarn.lock

Lines changed: 64 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -3656,10 +3656,10 @@
36563656
dependencies:
36573657
webpack-bundle-analyzer "4.10.1"
36583658

3659-
"@next/env@14.2.3":
3660-
version "14.2.3"
3661-
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.3.tgz#d6def29d1c763c0afb397343a15a82e7d92353a0"
3662-
integrity sha512-W7fd7IbkfmeeY2gXrzJYDx8D2lWKbVoTIj1o1ScPHNzvp30s1AuoEFSdr39bC5sjxJaxTtq3OTCZboNp0lNWHA==
3659+
"@next/env@14.2.10":
3660+
version "14.2.10"
3661+
resolved "https://registry.yarnpkg.com/@next/env/-/env-14.2.10.tgz#1d3178340028ced2d679f84140877db4f420333c"
3662+
integrity sha512-dZIu93Bf5LUtluBXIv4woQw2cZVZ2DJTjax5/5DOs3lzEOeKLy7GxRSr4caK9/SCPdaW6bCgpye6+n4Dh9oJPw==
36633663

36643664
"@next/env@^13.4.3":
36653665
version "13.5.6"
@@ -3673,50 +3673,50 @@
36733673
dependencies:
36743674
glob "10.3.10"
36753675

3676-
"@next/swc-darwin-arm64@14.2.3":
3677-
version "14.2.3"
3678-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.3.tgz#db1a05eb88c0224089b815ad10ac128ec79c2cdb"
3679-
integrity sha512-3pEYo/RaGqPP0YzwnlmPN2puaF2WMLM3apt5jLW2fFdXD9+pqcoTzRk+iZsf8ta7+quAe4Q6Ms0nR0SFGFdS1A==
3680-
3681-
"@next/swc-darwin-x64@14.2.3":
3682-
version "14.2.3"
3683-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.3.tgz#a3f8af05b5f9a52ac3082e66ac29e125ab1d7b9c"
3684-
integrity sha512-6adp7waE6P1TYFSXpY366xwsOnEXM+y1kgRpjSRVI2CBDOcbRjsJ67Z6EgKIqWIue52d2q/Mx8g9MszARj8IEA==
3685-
3686-
"@next/swc-linux-arm64-gnu@14.2.3":
3687-
version "14.2.3"
3688-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.3.tgz#4e63f43879285b52554bfd39e6e0cc78a9b27bbf"
3689-
integrity sha512-cuzCE/1G0ZSnTAHJPUT1rPgQx1w5tzSX7POXSLaS7w2nIUJUD+e25QoXD/hMfxbsT9rslEXugWypJMILBj/QsA==
3690-
3691-
"@next/swc-linux-arm64-musl@14.2.3":
3692-
version "14.2.3"
3693-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.3.tgz#ebdaed26214448b1e6f2c3e8b3cd29bfba387990"
3694-
integrity sha512-0D4/oMM2Y9Ta3nGuCcQN8jjJjmDPYpHX9OJzqk42NZGJocU2MqhBq5tWkJrUQOQY9N+In9xOdymzapM09GeiZw==
3695-
3696-
"@next/swc-linux-x64-gnu@14.2.3":
3697-
version "14.2.3"
3698-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.3.tgz#19e3bcc137c3b582a1ab867106817e5c90a20593"
3699-
integrity sha512-ENPiNnBNDInBLyUU5ii8PMQh+4XLr4pG51tOp6aJ9xqFQ2iRI6IH0Ds2yJkAzNV1CfyagcyzPfROMViS2wOZ9w==
3700-
3701-
"@next/swc-linux-x64-musl@14.2.3":
3702-
version "14.2.3"
3703-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.3.tgz#794a539b98e064169cf0ff7741b2a4fb16adec7d"
3704-
integrity sha512-BTAbq0LnCbF5MtoM7I/9UeUu/8ZBY0i8SFjUMCbPDOLv+un67e2JgyN4pmgfXBwy/I+RHu8q+k+MCkDN6P9ViQ==
3705-
3706-
"@next/swc-win32-arm64-msvc@14.2.3":
3707-
version "14.2.3"
3708-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.3.tgz#eda9fa0fbf1ff9113e87ac2668ee67ce9e5add5a"
3709-
integrity sha512-AEHIw/dhAMLNFJFJIJIyOFDzrzI5bAjI9J26gbO5xhAKHYTZ9Or04BesFPXiAYXDNdrwTP2dQceYA4dL1geu8A==
3710-
3711-
"@next/swc-win32-ia32-msvc@14.2.3":
3712-
version "14.2.3"
3713-
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.3.tgz#7c1190e3f640ab16580c6bdbd7d0e766b9920457"
3714-
integrity sha512-vga40n1q6aYb0CLrM+eEmisfKCR45ixQYXuBXxOOmmoV8sYST9k7E3US32FsY+CkkF7NtzdcebiFT4CHuMSyZw==
3715-
3716-
"@next/swc-win32-x64-msvc@14.2.3":
3717-
version "14.2.3"
3718-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.3.tgz#2be4e39ee25bfbd85be78eea17c0e7751dc4323c"
3719-
integrity sha512-Q1/zm43RWynxrO7lW4ehciQVj+5ePBhOK+/K2P7pLFX3JaJ/IZVC69SHidrmZSOkqz7ECIOhhy7XhAFG4JYyHA==
3676+
"@next/swc-darwin-arm64@14.2.10":
3677+
version "14.2.10"
3678+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.10.tgz#49d10ca4086fbd59ee68e204f75d7136eda2aa80"
3679+
integrity sha512-V3z10NV+cvMAfxQUMhKgfQnPbjw+Ew3cnr64b0lr8MDiBJs3eLnM6RpGC46nhfMZsiXgQngCJKWGTC/yDcgrDQ==
3680+
3681+
"@next/swc-darwin-x64@14.2.10":
3682+
version "14.2.10"
3683+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-14.2.10.tgz#0ebeae3afb8eac433882b79543295ab83624a1a8"
3684+
integrity sha512-Y0TC+FXbFUQ2MQgimJ/7Ina2mXIKhE7F+GUe1SgnzRmwFY3hX2z8nyVCxE82I2RicspdkZnSWMn4oTjIKz4uzA==
3685+
3686+
"@next/swc-linux-arm64-gnu@14.2.10":
3687+
version "14.2.10"
3688+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-14.2.10.tgz#7e602916d2fb55a3c532f74bed926a0137c16f20"
3689+
integrity sha512-ZfQ7yOy5zyskSj9rFpa0Yd7gkrBnJTkYVSya95hX3zeBG9E55Z6OTNPn1j2BTFWvOVVj65C3T+qsjOyVI9DQpA==
3690+
3691+
"@next/swc-linux-arm64-musl@14.2.10":
3692+
version "14.2.10"
3693+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-14.2.10.tgz#6b143f628ccee490b527562e934f8de578d4be47"
3694+
integrity sha512-n2i5o3y2jpBfXFRxDREr342BGIQCJbdAUi/K4q6Env3aSx8erM9VuKXHw5KNROK9ejFSPf0LhoSkU/ZiNdacpQ==
3695+
3696+
"@next/swc-linux-x64-gnu@14.2.10":
3697+
version "14.2.10"
3698+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-14.2.10.tgz#086f2f16a0678890a1eb46518c4dda381b046082"
3699+
integrity sha512-GXvajAWh2woTT0GKEDlkVhFNxhJS/XdDmrVHrPOA83pLzlGPQnixqxD8u3bBB9oATBKB//5e4vpACnx5Vaxdqg==
3700+
3701+
"@next/swc-linux-x64-musl@14.2.10":
3702+
version "14.2.10"
3703+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-14.2.10.tgz#1befef10ed8dbcc5047b5d637a25ae3c30a0bfc3"
3704+
integrity sha512-opFFN5B0SnO+HTz4Wq4HaylXGFV+iHrVxd3YvREUX9K+xfc4ePbRrxqOuPOFjtSuiVouwe6uLeDtabjEIbkmDA==
3705+
3706+
"@next/swc-win32-arm64-msvc@14.2.10":
3707+
version "14.2.10"
3708+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-14.2.10.tgz#731f52c3ae3c56a26cf21d474b11ae1529531209"
3709+
integrity sha512-9NUzZuR8WiXTvv+EiU/MXdcQ1XUvFixbLIMNQiVHuzs7ZIFrJDLJDaOF1KaqttoTujpcxljM/RNAOmw1GhPPQQ==
3710+
3711+
"@next/swc-win32-ia32-msvc@14.2.10":
3712+
version "14.2.10"
3713+
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-14.2.10.tgz#32723ef7f04e25be12af357cc72ddfdd42fd1041"
3714+
integrity sha512-fr3aEbSd1GeW3YUMBkWAu4hcdjZ6g4NBl1uku4gAn661tcxd1bHs1THWYzdsbTRLcCKLjrDZlNp6j2HTfrw+Bg==
3715+
3716+
"@next/swc-win32-x64-msvc@14.2.10":
3717+
version "14.2.10"
3718+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-14.2.10.tgz#ee1d036cb5ec871816f96baee7991035bb242455"
3719+
integrity sha512-UjeVoRGKNL2zfbcQ6fscmgjBAS/inHBh63mjIlfPg/NG8Yn2ztqylXt5qilYb6hoHIwaU2ogHknHWWmahJjgZQ==
37203720

37213721
"@nodelib/fs.scandir@2.1.5":
37223722
version "2.1.5"
@@ -6856,26 +6856,11 @@ camelcase@^6.2.0:
68566856
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
68576857
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
68586858

6859-
caniuse-lite@^1.0.30001579:
6860-
version "1.0.30001614"
6861-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001614.tgz#f894b4209376a0bf923d67d9c361d96b1dfebe39"
6862-
integrity sha512-jmZQ1VpmlRwHgdP1/uiKzgiAuGOfLEJsYFP4+GBou/QQ4U6IOJCB4NP1c+1p9RGLpwObcT94jA5/uO+F1vBbog==
6863-
6864-
caniuse-lite@^1.0.30001580:
6865-
version "1.0.30001581"
6866-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz#0dfd4db9e94edbdca67d57348ebc070dece279f4"
6867-
integrity sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==
6868-
6869-
caniuse-lite@^1.0.30001599:
6859+
caniuse-lite@^1.0.30001579, caniuse-lite@^1.0.30001580, caniuse-lite@^1.0.30001599, caniuse-lite@^1.0.30001629:
68706860
version "1.0.30001641"
68716861
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001641.tgz#3572862cd18befae3f637f2a1101cc033c6782ac"
68726862
integrity sha512-Phv5thgl67bHYo1TtMY/MurjkHhV4EDaCosezRXgZ8jzA/Ub+wjxAvbGvjoFENStinwi5kCyOYV3mi5tOGykwA==
68736863

6874-
caniuse-lite@^1.0.30001629:
6875-
version "1.0.30001636"
6876-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001636.tgz#b15f52d2bdb95fad32c2f53c0b68032b85188a78"
6877-
integrity sha512-bMg2vmr8XBsbL6Lr0UHXy/21m84FTxDLWn2FSqMd5PrlbMxwJlQnC2YWYxVgp66PZE+BBNF2jYQUBKCo1FDeZg==
6878-
68796864
case-sensitive-paths-webpack-plugin@^2.4.0:
68806865
version "2.4.0"
68816866
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.4.0.tgz#db64066c6422eed2e08cc14b986ca43796dbc6d4"
@@ -11400,28 +11385,28 @@ next-themes@^0.3.0:
1140011385
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.3.0.tgz#b4d2a866137a67d42564b07f3a3e720e2ff3871a"
1140111386
integrity sha512-/QHIrsYpd6Kfk7xakK4svpDI5mmXP0gfvCoJdGpZQ2TOrQZmsW0QxjaiLn8wbIKjtm4BTSqLoix4lxYYOnLJ/w==
1140211387

11403-
next@^14.2.3:
11404-
version "14.2.3"
11405-
resolved "https://registry.yarnpkg.com/next/-/next-14.2.3.tgz#f117dd5d5f20c307e7b8e4f9c1c97d961008925d"
11406-
integrity sha512-dowFkFTR8v79NPJO4QsBUtxv0g9BrS/phluVpMAt2ku7H+cbcBJlopXjkWlwxrk/xGqMemr7JkGPGemPrLLX7A==
11388+
next@^14.2.10:
11389+
version "14.2.10"
11390+
resolved "https://registry.yarnpkg.com/next/-/next-14.2.10.tgz#331981a4fecb1ae8af1817d4db98fc9687ee1cb6"
11391+
integrity sha512-sDDExXnh33cY3RkS9JuFEKaS4HmlWmDKP1VJioucCG6z5KuA008DPsDZOzi8UfqEk3Ii+2NCQSJrfbEWtZZfww==
1140711392
dependencies:
11408-
"@next/env" "14.2.3"
11393+
"@next/env" "14.2.10"
1140911394
"@swc/helpers" "0.5.5"
1141011395
busboy "1.6.0"
1141111396
caniuse-lite "^1.0.30001579"
1141211397
graceful-fs "^4.2.11"
1141311398
postcss "8.4.31"
1141411399
styled-jsx "5.1.1"
1141511400
optionalDependencies:
11416-
"@next/swc-darwin-arm64" "14.2.3"
11417-
"@next/swc-darwin-x64" "14.2.3"
11418-
"@next/swc-linux-arm64-gnu" "14.2.3"
11419-
"@next/swc-linux-arm64-musl" "14.2.3"
11420-
"@next/swc-linux-x64-gnu" "14.2.3"
11421-
"@next/swc-linux-x64-musl" "14.2.3"
11422-
"@next/swc-win32-arm64-msvc" "14.2.3"
11423-
"@next/swc-win32-ia32-msvc" "14.2.3"
11424-
"@next/swc-win32-x64-msvc" "14.2.3"
11401+
"@next/swc-darwin-arm64" "14.2.10"
11402+
"@next/swc-darwin-x64" "14.2.10"
11403+
"@next/swc-linux-arm64-gnu" "14.2.10"
11404+
"@next/swc-linux-arm64-musl" "14.2.10"
11405+
"@next/swc-linux-x64-gnu" "14.2.10"
11406+
"@next/swc-linux-x64-musl" "14.2.10"
11407+
"@next/swc-win32-arm64-msvc" "14.2.10"
11408+
"@next/swc-win32-ia32-msvc" "14.2.10"
11409+
"@next/swc-win32-x64-msvc" "14.2.10"
1142511410

1142611411
no-case@^3.0.4:
1142711412
version "3.0.4"
@@ -12170,16 +12155,7 @@ postcss@8.4.31:
1217012155
picocolors "^1.0.0"
1217112156
source-map-js "^1.0.2"
1217212157

12173-
postcss@^8.2.14, postcss@^8.4.33, postcss@^8.4.38:
12174-
version "8.4.38"
12175-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
12176-
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
12177-
dependencies:
12178-
nanoid "^3.3.7"
12179-
picocolors "^1.0.0"
12180-
source-map-js "^1.2.0"
12181-
12182-
postcss@^8.4.23, postcss@^8.4.39:
12158+
postcss@^8.2.14, postcss@^8.4.23, postcss@^8.4.33, postcss@^8.4.38, postcss@^8.4.39:
1218312159
version "8.4.39"
1218412160
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.39.tgz#aa3c94998b61d3a9c259efa51db4b392e1bde0e3"
1218512161
integrity sha512-0vzE+lAiG7hZl1/9I8yzKLx3aR9Xbof3fBHKunvMfOCYAtMhrsnccJY2iTURb9EZd5+pLuiNV9/c/GZJOHsgIw==

0 commit comments

Comments
 (0)