From e0a52482107309201d193282ad5e3f32d248a73d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 19:48:05 +0000 Subject: [PATCH] fix: upgrade whatwg-fetch from 3.6.2 to 3.6.20 Snyk has created this PR to upgrade whatwg-fetch from 3.6.2 to 3.6.20. See this package in npm: whatwg-fetch See this project in Snyk: https://app.snyk.io/org/dltmurphy/project/d6766972-9c9e-4115-bd1c-e7491f9e1d30?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d9ae4ea7dc3..2ab160fc53d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "rxjs": "^7.4.0", "sweetalert2": "^10.16.6", "webcrypto-shim": "0.1.7", - "whatwg-fetch": "3.6.2", + "whatwg-fetch": "^3.6.20", "zone.js": "0.11.4" }, "devDependencies": { @@ -8128,7 +8128,9 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.2", + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==", "license": "MIT" }, "node_modules/whatwg-url": { @@ -13399,7 +13401,9 @@ "dev": true }, "whatwg-fetch": { - "version": "3.6.2" + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" }, "whatwg-url": { "version": "7.1.0", diff --git a/package.json b/package.json index f4fdfcc0645..43ef5f5adf5 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "rxjs": "^7.4.0", "sweetalert2": "^10.16.6", "webcrypto-shim": "0.1.7", - "whatwg-fetch": "3.6.2", + "whatwg-fetch": "3.6.20", "zone.js": "0.11.4" }, "engines": {