Skip to content

Commit 85572f0

Browse files
Bump the npm_and_yarn group across 2 directories with 2 updates (#121)
1 parent 6036732 commit 85572f0

File tree

4 files changed

+277
-49
lines changed

4 files changed

+277
-49
lines changed

example/package-lock.json

Lines changed: 206 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@babel/core": "^7.25.2",
2323
"@babel/preset-env": "^7.25.3",
24-
"@babel/runtime": "^7.25.0",
24+
"@babel/runtime": "^7.26.10",
2525
"@react-native-community/cli": "15.0.1",
2626
"@react-native-community/cli-platform-android": "15.0.1",
2727
"@react-native-community/cli-platform-ios": "15.0.1",

example/yarn.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@
204204
"@babel/types" "^7.25.9"
205205

206206
"@babel/helpers@^7.26.9":
207-
version "7.26.9"
208-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.9.tgz#28f3fb45252fc88ef2dc547c8a911c255fc9fef6"
209-
integrity sha512-Mz/4+y8udxBKdmzt/UjPACs4G3j5SshJJEFFKxlCGPydG4JAHXxjWjAwjd09tf6oINvl1VfMJo+nB7H2YKQ0dA==
207+
version "7.26.10"
208+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.10.tgz#6baea3cd62ec2d0c1068778d63cb1314f6637384"
209+
integrity sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==
210210
dependencies:
211211
"@babel/template" "^7.26.9"
212-
"@babel/types" "^7.26.9"
212+
"@babel/types" "^7.26.10"
213213

214214
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.23.9", "@babel/parser@^7.24.7", "@babel/parser@^7.25.3", "@babel/parser@^7.26.9":
215215
version "7.26.9"
@@ -989,10 +989,10 @@
989989
pirates "^4.0.6"
990990
source-map-support "^0.5.16"
991991

992-
"@babel/runtime@^7.25.0", "@babel/runtime@^7.8.4":
993-
version "7.26.9"
994-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.9.tgz#aa4c6facc65b9cb3f87d75125ffd47781b475433"
995-
integrity sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==
992+
"@babel/runtime@^7.25.0", "@babel/runtime@^7.26.10", "@babel/runtime@^7.8.4":
993+
version "7.26.10"
994+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.10.tgz#a07b4d8fa27af131a633d7b3524db803eb4764c2"
995+
integrity sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==
996996
dependencies:
997997
regenerator-runtime "^0.14.0"
998998

@@ -1039,6 +1039,14 @@
10391039
"@babel/helper-string-parser" "^7.25.9"
10401040
"@babel/helper-validator-identifier" "^7.25.9"
10411041

1042+
"@babel/types@^7.26.10":
1043+
version "7.26.10"
1044+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.10.tgz#396382f6335bd4feb65741eacfc808218f859259"
1045+
integrity sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==
1046+
dependencies:
1047+
"@babel/helper-string-parser" "^7.25.9"
1048+
"@babel/helper-validator-identifier" "^7.25.9"
1049+
10421050
"@bcoe/v8-coverage@^0.2.3":
10431051
version "0.2.3"
10441052
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)