diff --git a/package-lock.json b/package-lock.json index 951dfc582..918e552e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "buffer": "^6.0.3", "content-type": "^1.0.5", - "cookie": "0.4.0", + "cookie": "^0.7.2", "cross-fetch": "^3.1.6", "debug": "^4.3.3", "jose": "^4.13.1", @@ -35,7 +35,7 @@ "@types/brotli": "^1.3.4", "@types/co-body": "^5.1.1", "@types/content-type": "^1.1.5", - "@types/cookie": "0.3.3", + "@types/cookie": "^0.6.0", "@types/express": "4.16.1", "@types/hapi__hapi": "20.0.8", "@types/inflation": "^2.0.1", @@ -1367,9 +1367,9 @@ "dev": true }, "node_modules/@types/cookie": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.3.3.tgz", - "integrity": "sha512-LKVP3cgXBT9RYj+t+9FDKwS5tdI+rPBXaNSkma7hvqy35lc7mAokC2zsqWJH0LaqIt3B962nuYI77hsJoT1gow==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", "dev": true }, "node_modules/@types/cookies": { @@ -2723,9 +2723,9 @@ "dev": true }, "node_modules/cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "engines": { "node": ">= 0.6" } diff --git a/package.json b/package.json index c1bddbf95..fd1621acf 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "dependencies": { "buffer": "^6.0.3", "content-type": "^1.0.5", - "cookie": "0.4.0", + "cookie": "^0.7.2", "cross-fetch": "^3.1.6", "debug": "^4.3.3", "jose": "^4.13.1", @@ -139,7 +139,7 @@ "@types/brotli": "^1.3.4", "@types/co-body": "^5.1.1", "@types/content-type": "^1.1.5", - "@types/cookie": "0.3.3", + "@types/cookie": "^0.6.0", "@types/express": "4.16.1", "@types/hapi__hapi": "20.0.8", "@types/inflation": "^2.0.1",