build(deps-dev): bump whatwg-fetch from 3.6.17 to 3.6.20

Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.17 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.17...v3.6.20)

---
updated-dependencies:
- dependency-name: whatwg-fetch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-21 04:20:44 +00:00 committed by Klara Simickova
parent 0d30a96587
commit 4a641e8b16
2 changed files with 6 additions and 5 deletions

9
package-lock.json generated
View file

@ -86,7 +86,7 @@
"typescript": "5.1.6",
"uuid": "9.0.0",
"webpack-bundle-analyzer": "4.9.1",
"whatwg-fetch": "3.6.17"
"whatwg-fetch": "3.6.20"
},
"engines": {
"node": ">=16.0.0",
@ -20094,9 +20094,10 @@
}
},
"node_modules/whatwg-fetch": {
"version": "3.6.17",
"dev": true,
"license": "MIT"
"version": "3.6.20",
"resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz",
"integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==",
"dev": true
},
"node_modules/whatwg-mimetype": {
"version": "3.0.0",

View file

@ -111,7 +111,7 @@
"typescript": "5.1.6",
"uuid": "9.0.0",
"webpack-bundle-analyzer": "4.9.1",
"whatwg-fetch": "3.6.17"
"whatwg-fetch": "3.6.20"
},
"scripts": {
"lint": "npm-run-all lint:*",