Skip to content

Commit 4eb5379

Browse files
chore(deps): aggregate updates from dependabot (#2847)
## Description Aggregate dependabot updates. ## Changes * #2844 * #2843 ## Test code and steps to reproduce <!-- Please include code that can be used to test this change and short description how this example should work. This snippet should be as minimal as possible and ready to be pasted into editor (don't exclude exports or remove "not important" parts of reproduction example) --> ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Updated documentation: <!-- For adding new props to native-stack --> - [ ] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx - [ ] Ensured that CI passes --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f15d1f8 commit 4eb5379

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@babel/core": "^7.25.2",
4242
"@babel/preset-env": "^7.25.3",
43-
"@babel/runtime": "^7.25.0",
43+
"@babel/runtime": "^7.26.10",
4444
"@react-native-community/cli": "15.0.1",
4545
"@react-native-community/cli-platform-android": "15.0.1",
4646
"@react-native-community/cli-platform-ios": "15.0.1",

Example/yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,15 @@ __metadata:
15421542
languageName: node
15431543
linkType: hard
15441544

1545+
"@babel/runtime@npm:^7.26.10":
1546+
version: 7.27.0
1547+
resolution: "@babel/runtime@npm:7.27.0"
1548+
dependencies:
1549+
regenerator-runtime: "npm:^0.14.0"
1550+
checksum: 10c0/35091ea9de48bd7fd26fb177693d64f4d195eb58ab2b142b893b7f3fa0f1d7c677604d36499ae0621a3703f35ba0c6a8f6c572cc8f7dc0317213841e493cf663
1551+
languageName: node
1552+
linkType: hard
1553+
15451554
"@babel/template@npm:^7.0.0, @babel/template@npm:^7.25.0, @babel/template@npm:^7.25.9, @babel/template@npm:^7.3.3":
15461555
version: 7.25.9
15471556
resolution: "@babel/template@npm:7.25.9"
@@ -3061,7 +3070,7 @@ __metadata:
30613070
dependencies:
30623071
"@babel/core": "npm:^7.25.2"
30633072
"@babel/preset-env": "npm:^7.25.3"
3064-
"@babel/runtime": "npm:^7.25.0"
3073+
"@babel/runtime": "npm:^7.26.10"
30653074
"@react-native-community/cli": "npm:15.0.1"
30663075
"@react-native-community/cli-platform-android": "npm:15.0.1"
30673076
"@react-native-community/cli-platform-ios": "npm:15.0.1"

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6765,13 +6765,13 @@ __metadata:
67656765
linkType: hard
67666766

67676767
"image-size@npm:^1.0.1":
6768-
version: 1.1.1
6769-
resolution: "image-size@npm:1.1.1"
6768+
version: 1.2.1
6769+
resolution: "image-size@npm:1.2.1"
67706770
dependencies:
67716771
queue: "npm:6.0.2"
67726772
bin:
67736773
image-size: bin/image-size.js
6774-
checksum: 10c0/2660470096d12be82195f7e80fe03274689fbd14184afb78eaf66ade7cd06352518325814f88af4bde4b26647889fe49e573129f6e7ba8f5ff5b85cc7f559000
6774+
checksum: 10c0/f8b3c19d4476513f1d7e55c3e6db80997b315444743e2040d545cbcaee59be03d2eb40c46be949a8372697b7003fdb0c04925d704390a7f606bc8181e25c0ed4
67756775
languageName: node
67766776
linkType: hard
67776777

0 commit comments

Comments
 (0)