diff --git a/package.json b/package.json index e333181..4560569 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@ui-kitten/eva-icons": "^4.4.1", "axios": "^0.19.2", "lodash": "^4.17.15", - "parse-link-header": "^1.0.1", + "parse-link-header": "^2.0.0", "querystring": "^0.2.0", "react": "16.9.0", "react-native": "0.61.5", diff --git a/yarn.lock b/yarn.lock index b0f5642..a8ebfe3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5660,10 +5660,10 @@ parse-json@^4.0.0: error-ex "^1.3.1" json-parse-better-errors "^1.0.1" -parse-link-header@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-1.0.1.tgz#bedfe0d2118aeb84be75e7b025419ec8a61140a7" - integrity sha1-vt/g0hGK64S+deewJUGeyKYRQKc= +parse-link-header@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/parse-link-header/-/parse-link-header-2.0.0.tgz#949353e284f8aa01f2ac857a98f692b57733f6b7" + integrity sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw== dependencies: xtend "~4.0.1"