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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-11-09 12:21:47 +01:00
committed by GitHub
parent e5efddb216
commit 168e608f25
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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": {