Skip to content

Commit

Permalink
Update deps and fix vulnerabilities (#2424)
Browse files Browse the repository at this point in the history
* Fix vulnerabilities

* Update deps

* Use yarn-audit-fix for example project

* Fix minimatch vulnerability
  • Loading branch information
DmitriyKirakosyan committed Jan 18, 2023
1 parent 67debe6 commit c83dadf
Show file tree
Hide file tree
Showing 6 changed files with 4,830 additions and 4,620 deletions.
2 changes: 1 addition & 1 deletion Examples/CodePushDemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"react": "17.0.2",
"react-native": "0.67.1",
"react-native": "0.68.5",
"react-native-code-push": "7.0.4"
},
"resolutions": {
Expand Down
3,949 changes: 1,955 additions & 1,994 deletions Examples/CodePushDemoApp/yarn.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Examples/CodePushDemoAppCpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.67.1",
"react-native": "^0.68.5",
"react-native-code-push": "^7.0.0",
"react-native-windows": "^1.0.0"
},
Expand All @@ -23,7 +23,7 @@
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^3.0.1",
"appcenter-cli": "^2.10.7",
"appcenter-cli": "^2.13.0",
"babel-jest": "^27.2.5",
"eslint": "^8.0.0",
"jest": "^27.2.5",
Expand Down

0 comments on commit c83dadf

Please sign in to comment.