From aacdcf1855750c662a8f442b8015e414bcf3a487 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Jun 2024 05:47:38 +0000 Subject: [PATCH] fix: upgrade whatwg-fetch from 3.6.16 to 3.6.20 Snyk has created this PR to upgrade whatwg-fetch from 3.6.16 to 3.6.20. See this package in npm: whatwg-fetch See this project in Snyk: https://app.snyk.io/org/victor-villacis/project/bca13e1b-d9dd-4719-bcaa-1ea87b6f0454?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c969044..d07e16e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "update": "^0.7.4", - "whatwg-fetch": "^3.6.16" + "whatwg-fetch": "^3.6.20" }, "devDependencies": { "@babel/cli": "^7.12.1", @@ -18838,9 +18838,10 @@ } }, "node_modules/whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "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-mimetype": { "version": "3.0.0", @@ -34040,9 +34041,9 @@ } }, "whatwg-fetch": { - "version": "3.6.16", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.16.tgz", - "integrity": "sha512-83avoGbZ0qtjtNrU3UTT3/Xd3uZ7DyfSYLuc1fL5iYs+93P+UkIVF6/6xpRVWeQcvbc7kSnVybSAVbd6QFW5Fg==" + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" }, "whatwg-mimetype": { "version": "3.0.0", diff --git a/package.json b/package.json index 96108fe..8d7b21a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "license": "MIT", "dependencies": { "update": "^0.7.4", - "whatwg-fetch": "3.6.16" + "whatwg-fetch": "3.6.20" }, "devDependencies": { "@babel/cli": "^7.12.1",