From 70a117a38cfaf5518d0099adf70816bc5d196138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 15:53:36 +0100 Subject: [PATCH] Bump whatwg-fetch from 3.6.19 to 3.6.20 (#10087) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.19 to 3.6.20. - [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.19...v3.6.20) --- 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 ce936d8e0..a734edc57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.7", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.19", + "whatwg-fetch": "^3.6.20", "which-polygon": "2.2.1" }, "devDependencies": { @@ -8414,9 +8414,9 @@ "license": "BSD-2-Clause" }, "node_modules/whatwg-fetch": { - "version": "3.6.19", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", - "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" }, "node_modules/whatwg-url": { "version": "6.5.0", @@ -14280,9 +14280,9 @@ "version": "0.0.0" }, "whatwg-fetch": { - "version": "3.6.19", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.19.tgz", - "integrity": "sha512-d67JP4dHSbm2TrpFj8AbO8DnL1JXL5J9u0Kq2xW6d0TFDbCA3Muhdt8orXC22utleTVj7Prqt82baN6RBvnEgw==" + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" }, "whatwg-url": { "version": "6.5.0", diff --git a/package.json b/package.json index e192319ea..d324fac37 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "pbf": "^3.2.1", "polygon-clipping": "~0.15.7", "rbush": "3.0.1", - "whatwg-fetch": "^3.6.19", + "whatwg-fetch": "^3.6.20", "which-polygon": "2.2.1" }, "devDependencies": {