aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot-preview[bot]2020-11-12 07:15:09 +0000
committerGravatar vitalyster2020-11-12 12:59:45 +0300
commitb9ed4fa687fc1ad2d3aa91ad439e5ee42abfbfca (patch)
treea42c55776846201a06dc7891b080539850c5a661
parent4a2b56a850f5bd4802c1001f0249f5ab34c6bb1e (diff)
Bump whatwg-fetch from 3.4.1 to 3.5.0
Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.4.1...v3.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 973199f6..94f7f070 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7791,9 +7791,9 @@
}
},
"whatwg-fetch": {
- "version": "3.4.1",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.4.1.tgz",
- "integrity": "sha512-sofZVzE1wKwO+EYPbWfiwzaKovWiZXf4coEzjGP9b2GBVgQRLQUZ2QcuPpQExGDAW5GItpEm6Tl4OU5mywnAoQ=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.5.0.tgz",
+ "integrity": "sha512-jXkLtsR42xhXg7akoDKvKWE40eJeI+2KZqcp2h3NsOrRnDvtWX36KcKl30dy+hxECivdk2BVUHVNrPtoMBUx6A=="
},
"which": {
"version": "2.0.2",
diff --git a/package.json b/package.json
index f35a18a3..5e1af358 100644
--- a/package.json
+++ b/package.json
@@ -51,6 +51,6 @@
"formdata-polyfill": "^3.0.20",
"svg4everybody": "^2.1.9",
"url-polyfill": "^1.1.12",
- "whatwg-fetch": "^3.4.1"
+ "whatwg-fetch": "^3.5.0"
}
}