Skip to content

Commit

Permalink
fix: address npm audit issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Samaritan1011001 committed Jul 11, 2024
1 parent aa1f810 commit 179cfc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@
"nx": "16.7.0",
"xml2js": "0.5.0",
"tar": "6.2.1"
},
"overrides": {
"tar": "6.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/rtn-web-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react-native": "0.70.0",
"react-native": "0.72.3",
"react-native": "^0.72.15",

This comment has been minimized.

Copy link
@jimblanc

jimblanc Jul 11, 2024

Contributor

Why was this change needed?

This comment has been minimized.

Copy link
@Samaritan1011001

Samaritan1011001 Jul 18, 2024

Author Member

To resolve fix npm audit issues, it was one of the high sev warnings shown. I can actually just fix it to 0.72.15 and remove the ^

"typescript": "5.1.6"
},
"repository": {
Expand Down

0 comments on commit 179cfc9

Please sign in to comment.