Skip to content

Commit a952673

Browse files
committed
fix: react-native-git-upgrade/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
1 parent f199a93 commit a952673

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

react-native-git-upgrade/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"minimist": "^1.2.0",
2323
"npmlog": "^4.0.0",
2424
"promise": "^7.1.1",
25-
"rimraf": "^2.5.4",
25+
"rimraf": "^4.0.0",
2626
"semver": "^5.0.3",
2727
"shelljs": "^0.7.5",
28-
"yeoman-environment": "1.5.3"
28+
"yeoman-environment": "3.0.0"
2929
}
3030
}

0 commit comments

Comments
 (0)