Skip to content

Commit 56e8cf3

Browse files
Bump the npm_and_yarn group across 1 directory with 3 updates (#291)
Automatic merge of Dependabot PR
1 parent 2c03157 commit 56e8cf3

File tree

2 files changed

+51
-39
lines changed

2 files changed

+51
-39
lines changed

sandboxes/NotificationsSandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@babel/core": "^7.20.0",
2929
"@babel/preset-env": "^7.20.0",
30-
"@babel/runtime": "^7.27.0",
30+
"@babel/runtime": "^7.27.6",
3131
"@react-native/babel-preset": "0.74.83",
3232
"@react-native/eslint-config": "0.74.83",
3333
"@react-native/metro-config": "0.74.83",

sandboxes/NotificationsSandbox/yarn.lock

Lines changed: 50 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
js-tokens "^4.0.0"
2020
picocolors "^1.0.0"
2121

22+
"@babel/code-frame@^7.27.1":
23+
version "7.27.1"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.27.1.tgz#200f715e66d52a23b221a9435534a91cc13ad5be"
25+
integrity sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==
26+
dependencies:
27+
"@babel/helper-validator-identifier" "^7.27.1"
28+
js-tokens "^4.0.0"
29+
picocolors "^1.1.1"
30+
2231
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.25.9", "@babel/compat-data@^7.26.0":
2332
version "7.26.3"
2433
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.26.3.tgz#99488264a56b2aded63983abd6a417f03b92ed02"
@@ -191,11 +200,21 @@
191200
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
192201
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
193202

203+
"@babel/helper-string-parser@^7.27.1":
204+
version "7.27.1"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
206+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
207+
194208
"@babel/helper-validator-identifier@^7.25.9":
195209
version "7.25.9"
196210
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
197211
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
198212

213+
"@babel/helper-validator-identifier@^7.27.1":
214+
version "7.27.1"
215+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
216+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
217+
199218
"@babel/helper-validator-option@^7.25.9":
200219
version "7.25.9"
201220
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz#86e45bd8a49ab7e03f276577f96179653d41da72"
@@ -211,12 +230,12 @@
211230
"@babel/types" "^7.25.9"
212231

213232
"@babel/helpers@^7.26.0":
214-
version "7.27.0"
215-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.0.tgz#53d156098defa8243eab0f32fa17589075a1b808"
216-
integrity sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==
233+
version "7.27.6"
234+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.27.6.tgz#6456fed15b2cb669d2d1fabe84b66b34991d812c"
235+
integrity sha512-muE8Tt8M22638HU31A3CgfSUciwz1fhATfoVai05aPXGor//CdWDCbnlY1yvBPo07njuVOCNGCSp/GTt12lIug==
217236
dependencies:
218-
"@babel/template" "^7.27.0"
219-
"@babel/types" "^7.27.0"
237+
"@babel/template" "^7.27.2"
238+
"@babel/types" "^7.27.6"
220239

221240
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.3":
222241
version "7.26.3"
@@ -225,12 +244,12 @@
225244
dependencies:
226245
"@babel/types" "^7.26.3"
227246

228-
"@babel/parser@^7.27.0":
229-
version "7.27.0"
230-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.0.tgz#3d7d6ee268e41d2600091cbd4e145ffee85a44ec"
231-
integrity sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==
247+
"@babel/parser@^7.27.2":
248+
version "7.27.5"
249+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
250+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
232251
dependencies:
233-
"@babel/types" "^7.27.0"
252+
"@babel/types" "^7.27.3"
234253

235254
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
236255
version "7.25.9"
@@ -1073,12 +1092,10 @@
10731092
pirates "^4.0.6"
10741093
source-map-support "^0.5.16"
10751094

1076-
"@babel/runtime@^7.25.0", "@babel/runtime@^7.27.0", "@babel/runtime@^7.8.4":
1077-
version "7.27.0"
1078-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.0.tgz#fbee7cf97c709518ecc1f590984481d5460d4762"
1079-
integrity sha512-VtPOkrdPHZsKc/clNqyi9WUA8TINkZ4cGk63UUE3u4pmB2k+ZMQRDuIOagv8UVd6j7k0T3+RRIb7beKTebNbcw==
1080-
dependencies:
1081-
regenerator-runtime "^0.14.0"
1095+
"@babel/runtime@^7.25.0", "@babel/runtime@^7.27.6", "@babel/runtime@^7.8.4":
1096+
version "7.27.6"
1097+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.27.6.tgz#ec4070a04d76bae8ddbb10770ba55714a417b7c6"
1098+
integrity sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==
10821099

10831100
"@babel/template@^7.0.0", "@babel/template@^7.25.9", "@babel/template@^7.3.3":
10841101
version "7.25.9"
@@ -1089,14 +1106,14 @@
10891106
"@babel/parser" "^7.25.9"
10901107
"@babel/types" "^7.25.9"
10911108

1092-
"@babel/template@^7.27.0":
1093-
version "7.27.0"
1094-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.0.tgz#b253e5406cc1df1c57dcd18f11760c2dbf40c0b4"
1095-
integrity sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==
1109+
"@babel/template@^7.27.2":
1110+
version "7.27.2"
1111+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
1112+
integrity sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw==
10961113
dependencies:
1097-
"@babel/code-frame" "^7.26.2"
1098-
"@babel/parser" "^7.27.0"
1099-
"@babel/types" "^7.27.0"
1114+
"@babel/code-frame" "^7.27.1"
1115+
"@babel/parser" "^7.27.2"
1116+
"@babel/types" "^7.27.1"
11001117

11011118
"@babel/traverse@^7.20.0", "@babel/traverse@^7.25.9":
11021119
version "7.26.4"
@@ -1119,13 +1136,13 @@
11191136
"@babel/helper-string-parser" "^7.25.9"
11201137
"@babel/helper-validator-identifier" "^7.25.9"
11211138

1122-
"@babel/types@^7.27.0":
1123-
version "7.27.0"
1124-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.0.tgz#ef9acb6b06c3173f6632d993ecb6d4ae470b4559"
1125-
integrity sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==
1139+
"@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.6":
1140+
version "7.27.6"
1141+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
1142+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
11261143
dependencies:
1127-
"@babel/helper-string-parser" "^7.25.9"
1128-
"@babel/helper-validator-identifier" "^7.25.9"
1144+
"@babel/helper-string-parser" "^7.27.1"
1145+
"@babel/helper-validator-identifier" "^7.27.1"
11291146

11301147
"@bcoe/v8-coverage@^0.2.3":
11311148
version "0.2.3"
@@ -5849,7 +5866,7 @@ path-type@^4.0.0:
58495866
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
58505867
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
58515868

5852-
picocolors@^1.0.0, picocolors@^1.1.0:
5869+
picocolors@^1.0.0, picocolors@^1.1.0, picocolors@^1.1.1:
58535870
version "1.1.1"
58545871
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
58555872
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
@@ -6219,11 +6236,6 @@ regenerator-runtime@^0.13.2:
62196236
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
62206237
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
62216238

6222-
regenerator-runtime@^0.14.0:
6223-
version "0.14.1"
6224-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
6225-
integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
6226-
62276239
regenerator-transform@^0.15.2:
62286240
version "0.15.2"
62296241
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
@@ -7061,9 +7073,9 @@ undici-types@~6.20.0:
70617073
integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
70627074

70637075
undici@^6.19.5:
7064-
version "6.21.2"
7065-
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.2.tgz#49c5884e8f9039c65a89ee9018ef3c8e2f1f4928"
7066-
integrity sha512-uROZWze0R0itiAKVPsYhFov9LxrPMHLMEQFszeI2gCN6bnIIZ8twzBCJcN2LJrBBLfrP0t1FW0g+JmKVl8Vk1g==
7076+
version "6.21.3"
7077+
resolved "https://registry.yarnpkg.com/undici/-/undici-6.21.3.tgz#185752ad92c3d0efe7a7d1f6854a50f83b552d7a"
7078+
integrity sha512-gBLkYIlEnSp8pFbT64yFgGE6UIB9tAkhukC23PmMDCe5Nd+cRqKxSjw5y54MK2AZMgZfJWMaNE4nYUHgi1XEOw==
70677079

70687080
unicode-canonical-property-names-ecmascript@^2.0.0:
70697081
version "2.0.1"

0 commit comments

Comments
 (0)