From ee5055c5d0d8e5d7b9b4e841fda84f93d3f5c094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:55:56 +0200 Subject: [PATCH] Bump whatwg-fetch from 3.6.16 to 3.6.17 (#9789) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.16 to 3.6.17. - [Release notes](https://github.com/github/fetch/releases) - [Commits](https://github.com/github/fetch/compare/v3.6.16...v3.6.17) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index eea6e62f7..45b18d8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.1", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.17", "which-polygon": "2.2.1" }, "devDependencies": { @@ -9695,9 +9695,9 @@ "license": "BSD-2-Clause" }, "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.17", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", + "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" }, "node_modules/whatwg-url": { "version": "6.5.0", @@ -16560,9 +16560,9 @@ "version": "0.0.0" }, "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.17", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", + "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" }, "whatwg-url": { "version": "6.5.0", diff --git a/package.json b/package.json index 735c053a5..6307099bc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.1", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.16", + "whatwg-fetch": "^3.6.17", "which-polygon": "2.2.1" }, "devDependencies": {