External Libraries: Update the whatwg-fetch polyfill library.

This updates the `whatwg-fetch` library from version `3.6.2` to `3.6.17`, the latest current version.

This library is included and registered within WordPress as the `wp-polyfill-fetch` script and is no longer used by WordPress itself.

Props rajinsharwar, hareesh-pillai.
Fixes #59066.

git-svn-id: https://develop.svn.wordpress.org/trunk@56389 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2023-08-11 14:42:58 +00:00
parent 8d56facbeb
commit 0ca83e91ab
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -164,7 +164,7 @@
"regenerator-runtime": "0.13.11",
"tslib": "2.6.0",
"underscore": "1.13.6",
"whatwg-fetch": "3.6.2",
"whatwg-fetch": "3.6.17",
"wicg-inert": "3.1.2"
},
"scripts": {