From 168e608f258b2c319a3740c080800ff8bae9caab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:21:47 +0100 Subject: [PATCH] Bump whatwg-fetch from 3.6.17 to 3.6.19 (#9962) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.17 to 3.6.19. - [Release notes](https://github.com/github/fetch/releases) - [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/fetch/compare/v3.6.17...v3.6.19) --- 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 30c328076..72e29c4bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.1", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.17", + "whatwg-fetch": "^3.6.19", "which-polygon": "2.2.1" }, "devDependencies": { @@ -9836,9 +9836,9 @@ "license": "BSD-2-Clause" }, "node_modules/whatwg-fetch": { - "version": "3.6.17", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", - "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" }, "node_modules/whatwg-url": { "version": "6.5.0", @@ -16835,9 +16835,9 @@ "version": "0.0.0" }, "whatwg-fetch": { - "version": "3.6.17", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.17.tgz", - "integrity": "sha512-c4ghIvG6th0eudYwKZY5keb81wtFz9/WeAHAoy8+r18kcWlitUIrmGFQ2rWEl4UCKUilD3zCLHOIPheHx5ypRQ==" + "version": "3.6.19", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", + "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" }, "whatwg-url": { "version": "6.5.0", diff --git a/package.json b/package.json index 283973918..792305803 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.1", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.17", + "whatwg-fetch": "^3.6.19", "which-polygon": "2.2.1" }, "devDependencies": {