diff --git a/package.json b/package.json index 22e5baa..2de47df 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "concurrently": "^4.1.0", "dotenv": "^8.0.0", "express": "^4.17.1", - "parse-link-header": "^1.0.1", + "parse-link-header": "^2.0.0", "path": "^0.12.7", "react-router-dom": "^5.0.1", "request": "^2.88.0", diff --git a/yarn.lock b/yarn.lock index eb66385..e7bcb67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1455,10 +1455,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"