Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #29 from tanersener/development-react-native
Browse files Browse the repository at this point in the history
resolve security alerts for react-native apps
  • Loading branch information
tanersener authored May 20, 2022
2 parents 98e2451 + 3603238 commit 86d704c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion react-native/test-app-local-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"ffmpeg-kit-react-native": "file:../../../ffmpeg-kit/react-native",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "^0.66.4",
Expand Down
2 changes: 1 addition & 1 deletion react-native/test-app-local-dependency/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5063,7 +5063,7 @@ node-dir@^0.1.17:
dependencies:
minimatch "^3.0.2"

[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down
2 changes: 1 addition & 1 deletion react-native/test-app-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/material-top-tabs": "^5.3.10",
"@react-navigation/native": "^5.8.10",
"ffmpeg-kit-react-native": "4.5.2",
"node-fetch": "^2.6.1",
"node-fetch": "^2.6.7",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-native": "^0.65.1",
Expand Down
2 changes: 1 addition & 1 deletion react-native/test-app-npm/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5065,7 +5065,7 @@ node-dir@^0.1.17:
dependencies:
minimatch "^3.0.2"

[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
[email protected], node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7:
version "2.6.7"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
Expand Down

0 comments on commit 86d704c

Please sign in to comment.