Skip to content

Commit 5c1d442

Browse files
authored
Merge pull request #12 from jongan69/dependabot/npm_and_yarn/npm_and_yarn-53bea2807b
Bump the npm_and_yarn group across 1 directory with 4 updates
2 parents c070e98 + 115d49e commit 5c1d442

File tree

2 files changed

+92
-68
lines changed

2 files changed

+92
-68
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"jito-ts": "^4.2.0",
4545
"mongodb": "^6.12.0",
4646
"net": "^1.0.2",
47-
"next": "15.2.3",
47+
"next": "15.2.4",
4848
"process": "^0.11.10",
4949
"react": "18.2.0",
5050
"react-dom": "18.2.0",

yarn.lock

Lines changed: 91 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,12 @@
217217
"@babel/types" "^7.25.9"
218218

219219
"@babel/helpers@^7.26.10":
220-
version "7.26.10"
221-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
222-
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
220+
version "7.27.0"
221+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
222+
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
223223
dependencies:
224-
"@babel/template" "^7.26.9"
225-
"@babel/types" "^7.26.10"
224+
"@babel/template" "^7.27.0"
225+
"@babel/types" "^7.27.0"
226226

227227
"@babel/parser@^7.13.16", "@babel/parser@^7.20.0", "@babel/parser@^7.26.10", "@babel/parser@^7.26.9":
228228
version "7.26.10"
@@ -231,6 +231,13 @@
231231
dependencies:
232232
"@babel/types" "^7.26.10"
233233

234+
"@babel/parser@^7.27.0":
235+
version "7.27.0"
236+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
237+
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
238+
dependencies:
239+
"@babel/types" "^7.27.0"
240+
234241
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
235242
version "7.25.9"
236243
resolved "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz"
@@ -1043,9 +1050,9 @@
10431050
source-map-support "^0.5.16"
10441051

10451052
"@babel/runtime@^7.0.0", "@babel/runtime@^7.10.5", "@babel/runtime@^7.17.2", "@babel/runtime@^7.21.0", "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.0", "@babel/runtime@^7.8.4":
1046-
version "7.26.10"
1047-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
1048-
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
1053+
version "7.27.0"
1054+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
1055+
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
10491056
dependencies:
10501057
regenerator-runtime "^0.14.0"
10511058

@@ -1058,6 +1065,15 @@
10581065
"@babel/parser" "^7.26.9"
10591066
"@babel/types" "^7.26.9"
10601067

1068+
"@babel/template@^7.27.0":
1069+
version "7.27.0"
1070+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1071+
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1072+
dependencies:
1073+
"@babel/code-frame" "^7.26.2"
1074+
"@babel/parser" "^7.27.0"
1075+
"@babel/types" "^7.27.0"
1076+
10611077
"@babel/traverse@^7.20.0", "@babel/traverse@^7.25.9", "@babel/traverse@^7.26.10", "@babel/traverse@^7.26.5", "@babel/traverse@^7.26.8", "@babel/traverse@^7.26.9":
10621078
version "7.26.10"
10631079
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.26.10.tgz#43cca33d76005dbaa93024fae536cc1946a4c380"
@@ -1079,6 +1095,14 @@
10791095
"@babel/helper-string-parser" "^7.25.9"
10801096
"@babel/helper-validator-identifier" "^7.25.9"
10811097

1098+
"@babel/types@^7.27.0":
1099+
version "7.27.0"
1100+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1101+
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1102+
dependencies:
1103+
"@babel/helper-string-parser" "^7.25.9"
1104+
"@babel/helper-validator-identifier" "^7.25.9"
1105+
10821106
"@coral-xyz/anchor-errors@^0.30.1":
10831107
version "0.30.1"
10841108
resolved "https://registry.npmjs.org/@coral-xyz/anchor-errors/-/anchor-errors-0.30.1.tgz"
@@ -2262,10 +2286,10 @@
22622286
"@emnapi/runtime" "^1.3.1"
22632287
"@tybys/wasm-util" "^0.9.0"
22642288

2265-
2266-
version "15.2.3"
2267-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.2.3.tgz#037ee37c4d61fcbdbb212694cc33d7dcf6c7975a"
2268-
integrity sha512-a26KnbW9DFEUsSxAxKBORR/uD9THoYoKbkpFywMN/AFvboTt94b8+g/07T8J6ACsdLag8/PDU60ov4rPxRAixw==
2289+
2290+
version "15.2.4"
2291+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.2.4.tgz#060f8d8ddb02be5c825eab4ccd9ab619001efffb"
2292+
integrity sha512-+SFtMgoiYP3WoSswuNmxJOCwi06TdWE733D+WPjpXIe4LXGULwEaofiiAy6kbS0+XjM5xF5n3lKuBwN2SnqD9g==
22692293

22702294
22712295
version "15.2.3"
@@ -2274,45 +2298,45 @@
22742298
dependencies:
22752299
fast-glob "3.3.1"
22762300

2277-
2278-
version "15.2.3"
2279-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.2.3.tgz#2688c185651ef7a16e5642c85048cc4e151159fa"
2280-
integrity sha512-uaBhA8aLbXLqwjnsHSkxs353WrRgQgiFjduDpc7YXEU0B54IKx3vU+cxQlYwPCyC8uYEEX7THhtQQsfHnvv8dw==
2281-
2282-
2283-
version "15.2.3"
2284-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.3.tgz#3e802259b2c9a4e2ad55ff827f41f775b726fc7d"
2285-
integrity sha512-pVwKvJ4Zk7h+4hwhqOUuMx7Ib02u3gDX3HXPKIShBi9JlYllI0nU6TWLbPT94dt7FSi6mSBhfc2JrHViwqbOdw==
2286-
2287-
2288-
version "15.2.3"
2289-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.3.tgz#315d7b54b89153f125bdc3e40bcb7ccf94ef124b"
2290-
integrity sha512-50ibWdn2RuFFkOEUmo9NCcQbbV9ViQOrUfG48zHBCONciHjaUKtHcYFiCwBVuzD08fzvzkWuuZkd4AqbvKO7UQ==
2291-
2292-
2293-
version "15.2.3"
2294-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.3.tgz#a1a458eb7cf19c59d2014ee388a7305e9a77973f"
2295-
integrity sha512-2gAPA7P652D3HzR4cLyAuVYwYqjG0mt/3pHSWTCyKZq/N/dJcUAEoNQMyUmwTZWCJRKofB+JPuDVP2aD8w2J6Q==
2296-
2297-
2298-
version "15.2.3"
2299-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.3.tgz#a3cf22eda7601536ccd68e8ba4c1bfb4a1a33460"
2300-
integrity sha512-ODSKvrdMgAJOVU4qElflYy1KSZRM3M45JVbeZu42TINCMG3anp7YCBn80RkISV6bhzKwcUqLBAmOiWkaGtBA9w==
2301-
2302-
2303-
version "15.2.3"
2304-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.3.tgz#0e33c1224c76aa3078cc2249c80ef583f9d7a943"
2305-
integrity sha512-ZR9kLwCWrlYxwEoytqPi1jhPd1TlsSJWAc+H/CJHmHkf2nD92MQpSRIURR1iNgA/kuFSdxB8xIPt4p/T78kwsg==
2306-
2307-
2308-
version "15.2.3"
2309-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.3.tgz#4e0583fb981b931915a9ad22e579f9c9d5b803dd"
2310-
integrity sha512-+G2FrDcfm2YDbhDiObDU/qPriWeiz/9cRR0yMWJeTLGGX6/x8oryO3tt7HhodA1vZ8r2ddJPCjtLcpaVl7TE2Q==
2311-
2312-
2313-
version "15.2.3"
2314-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.3.tgz#727b90c7dcc2279344115a94b99d93d452956f02"
2315-
integrity sha512-gHYS9tc+G2W0ZC8rBL+H6RdtXIyk40uLiaos0yj5US85FNhbFEndMA2nW3z47nzOWiSvXTZ5kBClc3rD0zJg0w==
2301+
2302+
version "15.2.4"
2303+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.2.4.tgz#3a54f67aa2e0096a9147bd24dff1492e151819ae"
2304+
integrity sha512-1AnMfs655ipJEDC/FHkSr0r3lXBgpqKo4K1kiwfUf3iE68rDFXZ1TtHdMvf7D0hMItgDZ7Vuq3JgNMbt/+3bYw==
2305+
2306+
2307+
version "15.2.4"
2308+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.2.4.tgz#9b540f24afde1b7878623fdba9695344d26b7d67"
2309+
integrity sha512-3qK2zb5EwCwxnO2HeO+TRqCubeI/NgCe+kL5dTJlPldV/uwCnUgC7VbEzgmxbfrkbjehL4H9BPztWOEtsoMwew==
2310+
2311+
2312+
version "15.2.4"
2313+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.2.4.tgz#417a234c9f4dc5495094a8979859ac528c0f1f58"
2314+
integrity sha512-HFN6GKUcrTWvem8AZN7tT95zPb0GUGv9v0d0iyuTb303vbXkkbHDp/DxufB04jNVD+IN9yHy7y/6Mqq0h0YVaQ==
2315+
2316+
2317+
version "15.2.4"
2318+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.2.4.tgz#9bca76375508a175956f2d51f8547d0d6f9ffa64"
2319+
integrity sha512-Oioa0SORWLwi35/kVB8aCk5Uq+5/ZIumMK1kJV+jSdazFm2NzPDztsefzdmzzpx5oGCJ6FkUC7vkaUseNTStNA==
2320+
2321+
2322+
version "15.2.4"
2323+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.2.4.tgz#c3d5041d53a5b228bf521ed49649e0f2a7aff947"
2324+
integrity sha512-yb5WTRaHdkgOqFOZiu6rHV1fAEK0flVpaIN2HB6kxHVSy/dIajWbThS7qON3W9/SNOH2JWkVCyulgGYekMePuw==
2325+
2326+
2327+
version "15.2.4"
2328+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.2.4.tgz#b2a51a108b1c412c69a504556cde0517631768c7"
2329+
integrity sha512-Dcdv/ix6srhkM25fgXiyOieFUkz+fOYkHlydWCtB0xMST6X9XYI3yPDKBZt1xuhOytONsIFJFB08xXYsxUwJLw==
2330+
2331+
2332+
version "15.2.4"
2333+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.2.4.tgz#7d687b42512abd36f44c2c787d58a1590f174b69"
2334+
integrity sha512-dW0i7eukvDxtIhCYkMrZNQfNicPDExt2jPb9AZPpL7cfyUo7QSNl1DjsHjmmKp6qNAqUESyT8YFl/Aw91cNJJg==
2335+
2336+
2337+
version "15.2.4"
2338+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.2.4.tgz#779a0ea272fa4f509387f3b320e2d70803943a95"
2339+
integrity sha512-SbnWkJmkS7Xl3kre8SdMF6F/XDh1DTFEhp0jRTj/uB8iPKoU2bb2NDfcu+iifv1+mxQEd1g2vvSxcZbXSKyWiQ==
23162340

23172341
"@ngraveio/bc-ur@^1.0.0", "@ngraveio/bc-ur@^1.1.5":
23182342
version "1.1.13"
@@ -7651,9 +7675,9 @@ ignore@^5.2.0, ignore@^5.3.1:
76517675
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
76527676

76537677
image-size@^1.0.2:
7654-
version "1.2.0"
7655-
resolved "https://registry.npmjs.org/image-size/-/image-size-1.2.0.tgz"
7656-
integrity sha512-4S8fwbO6w3GeCVN6OPtA9I5IGKkcDMPcKndtUlpJuCwu7JLjtj7JZpwqLuyY2nrmQT3AWsCJLSKPsc2mPBSl3w==
7678+
version "1.2.1"
7679+
resolved "https://registry.yarnpkg.com/image-size/-/image-size-1.2.1.tgz#ee118aedfe666db1a6ee12bed5821cde3740276d"
7680+
integrity sha512-rH+46sQJ2dlwfjfhCyNx5thzrv+dtmBIhPHk0zgRUukHzZ/kRueTJXoYYsclBaKcSMBWuGbOFXtioLpzTb5euw==
76577681
dependencies:
76587682
queue "6.0.2"
76597683

@@ -9075,27 +9099,27 @@ net@^1.0.2:
90759099
resolved "https://registry.npmjs.org/net/-/net-1.0.2.tgz"
90769100
integrity sha512-kbhcj2SVVR4caaVnGLJKmlk2+f+oLkjqdKeQlmUtz6nGzOpbcobwVIeSURNgraV/v3tlmGIX82OcPCl0K6RbHQ==
90779101

9078-
9079-
version "15.2.3"
9080-
resolved "https://registry.yarnpkg.com/next/-/next-15.2.3.tgz#1ac803c08076d47eb5b431cb625135616c6bec7e"
9081-
integrity sha512-x6eDkZxk2rPpu46E1ZVUWIBhYCLszmUY6fvHBFcbzJ9dD+qRX6vcHusaqqDlnY+VngKzKbAiG2iRCkPbmi8f7w==
9102+
9103+
version "15.2.4"
9104+
resolved "https://registry.yarnpkg.com/next/-/next-15.2.4.tgz#e05225e9511df98e3b2edc713e17f4c970bff961"
9105+
integrity sha512-VwL+LAaPSxEkd3lU2xWbgEOtrM8oedmyhBqaVNmgKB+GvZlCy9rgaEc+y2on0wv+l0oSFqLtYD6dcC1eAedUaQ==
90829106
dependencies:
9083-
"@next/env" "15.2.3"
9107+
"@next/env" "15.2.4"
90849108
"@swc/counter" "0.1.3"
90859109
"@swc/helpers" "0.5.15"
90869110
busboy "1.6.0"
90879111
caniuse-lite "^1.0.30001579"
90889112
postcss "8.4.31"
90899113
styled-jsx "5.1.6"
90909114
optionalDependencies:
9091-
"@next/swc-darwin-arm64" "15.2.3"
9092-
"@next/swc-darwin-x64" "15.2.3"
9093-
"@next/swc-linux-arm64-gnu" "15.2.3"
9094-
"@next/swc-linux-arm64-musl" "15.2.3"
9095-
"@next/swc-linux-x64-gnu" "15.2.3"
9096-
"@next/swc-linux-x64-musl" "15.2.3"
9097-
"@next/swc-win32-arm64-msvc" "15.2.3"
9098-
"@next/swc-win32-x64-msvc" "15.2.3"
9115+
"@next/swc-darwin-arm64" "15.2.4"
9116+
"@next/swc-darwin-x64" "15.2.4"
9117+
"@next/swc-linux-arm64-gnu" "15.2.4"
9118+
"@next/swc-linux-arm64-musl" "15.2.4"
9119+
"@next/swc-linux-x64-gnu" "15.2.4"
9120+
"@next/swc-linux-x64-musl" "15.2.4"
9121+
"@next/swc-win32-arm64-msvc" "15.2.4"
9122+
"@next/swc-win32-x64-msvc" "15.2.4"
90999123
sharp "^0.33.5"
91009124

91019125
no-case@^3.0.4:

0 commit comments

Comments
 (0)