diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b140ab48..4d167e3e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -12889,9 +12889,9 @@ } }, "parse-link-header": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz", - "integrity": "sha1-vt/g0hGK64S+deewJUGeyKYRQKc=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-2.0.0.tgz", + "integrity": "sha512-xjU87V0VyHZybn2RrCX5TIFGxTVZE6zqqZWMPlIKiSKuWh/X5WZdt+w1Ki1nXB+8L/KtL+nZ4iq+sfI6MrhhMw==", "dev": true, "requires": { "xtend": "~4.0.1" diff --git a/package.json b/package.json index b16a5235..453f12f2 100644 --- a/package.json +++ b/package.json @@ -184,7 +184,7 @@ "mocha": "^8.4.0", "mock-require": "^3.0.3", "nock": "^13.2.1", - "parse-link-header": "^1.0.1", + "parse-link-header": "^2.0.0", "pkg": "^5.5.1", "publish-release": "^1.6.1", "rewire": "^5.0.0",