Skip to content

Commit 739b9e6

Browse files
committed
Upgrade packages to address security vulnerabilites
1 parent 48a3a1d commit 739b9e6

File tree

3 files changed

+184
-196
lines changed

3 files changed

+184
-196
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: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"packages/*"
3636
],
3737
"resolutions": {
38-
"react-native-gesture-handler": "~2.12.0"
38+
"react-native-gesture-handler": "~2.12.0",
39+
"prop-types": "^15.8.1"
3940
},
4041
"devDependencies": {
4142
"@babel/cli": "^7.21.5",
@@ -57,7 +58,7 @@
5758
"jest-expo": "^49.0.0",
5859
"json-server": "^0.16.3",
5960
"lerna": "^5.6.2",
60-
"lint-staged": ">=13",
61+
"lint-staged": ">=15",
6162
"node-fetch": "^2.6.1",
6263
"patch-package": "^6.4.7",
6364
"postinstall-postinstall": "^2.1.0",
@@ -134,6 +135,6 @@
134135
"node": "16"
135136
},
136137
"engines": {
137-
"node": "16.x"
138+
"node": "18.x"
138139
}
139140
}

0 commit comments

Comments
 (0)