Skip to content

Commit 1546db4

Browse files
committed
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230
1 parent 2f87799 commit 1546db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"eslint-plugin-react-native": "^4.0.0",
5252
"eslint-plugin-standard": "^4.0.0",
5353
"i": "^0.3.5",
54-
"jest": "^26.0.1",
54+
"jest": "^27.0.0",
5555
"react": "16.11.0",
56-
"react-native": "^0.68.0",
56+
"react-native": "^0.75.0",
5757
"ts-jest": "^26.0.0",
5858
"typescript": "^3.9.5"
5959
},

0 commit comments

Comments
 (0)