Skip to content

Commit

Permalink
fix: upgrade apollo-link-rest from 0.7.3 to 0.9.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade apollo-link-rest from 0.7.3 to 0.9.0.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/donni106/project/657a9c78-f7b4-424b-b054-fa6af433b13f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Aug 1, 2023
1 parent 5a3bae6 commit 23d3044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 40 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"apollo-link": "~1.2.12",
"apollo-link-context": "1.0.20",
"apollo-link-http": "1.5.17",
"apollo-link-rest": "~0.7.3",
"apollo-link-rest": "~0.9.0",
"expo": "~48.0.18",
"expo-application": "~5.1.1",
"expo-asset": "~8.9.1",
Expand Down
43 changes: 4 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3118,10 +3118,10 @@ [email protected]:
apollo-link-http-common "^0.2.16"
tslib "^1.9.3"

apollo-link-rest@~0.7.3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/apollo-link-rest/-/apollo-link-rest-0.7.3.tgz#c7f6caafc811c542f7ab119d7034c603e2987dc9"
integrity sha512-Cu60ZO/7de9preDsH3N3zHL40mrMfwgGbxPDdDEqRbes1Ms+DSRqBMv5yB641dSjSeZHKQW1ikQwc8GA8dBJKA==
apollo-link-rest@~0.9.0:
version "0.9.0"
resolved "https://registry.yarnpkg.com/apollo-link-rest/-/apollo-link-rest-0.9.0.tgz#a25dcae7cadd356e1fdf78665bc478d5c1c8d5ca"
integrity sha512-kuXjR56Y12w0TZcqwVaONKlipB6g3Ya1dAy4NMCaylPpNXq6tO+qzQFPUyDJC7B0JoJPIFjxPV2rAet4uGM4UQ==

apollo-link@^1.0.0, apollo-link@^1.2.14, apollo-link@~1.2.12:
version "1.2.14"
Expand Down Expand Up @@ -9631,41 +9631,6 @@ [email protected]:
version "0.71.8"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.8.tgz#4314145341c49448cf7465b93ced52a433a5e191"
integrity sha512-ftMAuhpgTkbHU9brrqsEyxcNrpYvXKeATY+if22Nfhhg1zW+6wn95w9otwTnA3xHkljPCbng8mUhmmERjGEl7g==
dependencies:
"@jest/create-cache-key-function" "^29.2.1"
"@react-native-community/cli" "10.2.2"
"@react-native-community/cli-platform-android" "10.2.0"
"@react-native-community/cli-platform-ios" "10.2.1"
"@react-native/assets" "1.0.0"
"@react-native/normalize-color" "2.1.0"
"@react-native/polyfills" "2.0.0"
abort-controller "^3.0.0"
anser "^1.4.9"
base64-js "^1.1.2"
deprecated-react-native-prop-types "^3.0.1"
event-target-shim "^5.0.1"
invariant "^2.2.4"
jest-environment-node "^29.2.1"
jsc-android "^250231.0.0"
memoize-one "^5.0.0"
metro-react-native-babel-transformer "0.73.9"
metro-runtime "0.73.9"
metro-source-map "0.73.9"
mkdirp "^0.5.1"
nullthrows "^1.1.1"
pretty-format "^26.5.2"
promise "^8.3.0"
react-devtools-core "^4.26.1"
react-native-codegen "^0.71.5"
react-native-gradle-plugin "^0.71.18"
react-refresh "^0.4.0"
react-shallow-renderer "^16.15.0"
regenerator-runtime "^0.13.2"
scheduler "^0.23.0"
stacktrace-parser "^0.1.3"
use-sync-external-store "^1.0.0"
whatwg-fetch "^3.0.0"
ws "^6.2.2"

react-query@^3.34.14:
version "3.39.3"
Expand Down

0 comments on commit 23d3044

Please sign in to comment.