Skip to content

Commit 6190185

Browse files
committed
Upgrade packages to address security vulnerabilites
1 parent 42c4b4c commit 6190185

File tree

4 files changed

+188
-197
lines changed

4 files changed

+188
-197
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.18
21+
node-version: 18
2222
cache: "yarn"
2323
registry-url: https://registry.npmjs.org/
2424

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"packages/*"
3636
],
3737
"resolutions": {
38-
"react-native-gesture-handler": "~2.9.0"
38+
"react-native-gesture-handler": "~2.9.0",
39+
"prop-types": "^15.8.1"
3940
},
4041
"devDependencies": {
4142
"@babel/cli": "^7.21.5",
@@ -58,7 +59,7 @@
5859
"jest-expo": "^48.0.2",
5960
"json-server": "^0.16.3",
6061
"lerna": "^5.6.2",
61-
"lint-staged": ">=13",
62+
"lint-staged": ">=15",
6263
"node-fetch": "^2.6.1",
6364
"patch-package": "^6.4.7",
6465
"postinstall-postinstall": "^2.1.0",
@@ -132,9 +133,9 @@
132133
"not android <= 4.4",
133134
"not samsung <= 4"
134135
],
135-
"node": "16"
136+
"node": "18"
136137
},
137138
"engines": {
138-
"node": "16.x"
139+
"node": "18.x"
139140
}
140141
}

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@
7474
"react-native-youtube-iframe": "^2.2.2",
7575
"react-youtube": "^10.1.0"
7676
},
77+
"resolutions": {
78+
"prop-types": "^15.8.1"
79+
},
7780
"peerDependencies": {
7881
"react-native-avoid-softinput": "^4.0.1"
7982
},

0 commit comments

Comments
 (0)