diff --git a/packages/html-templates/package-lock.json b/packages/html-templates/package-lock.json
index 58cb9d336a..8b7e3be313 100644
--- a/packages/html-templates/package-lock.json
+++ b/packages/html-templates/package-lock.json
@@ -24251,9 +24251,9 @@
}
},
"whatwg-fetch": {
- "version": "3.1.1",
- "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.1.1.tgz",
- "integrity": "sha512-UlBvc5VApYAwNutfXFeuC9Jp3QCMazcqobfNqSK/RghRr3F8b0+i/QELUlEPsHjDHfijio6H5KPJcZwYXhuZsA==",
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.2.0.tgz",
+ "integrity": "sha512-SdGPoQMMnzVYThUbSrEvqTlkvC1Ux27NehaJ/GUHBfNrh5Mjg+1/uRyFMwVnxO2MrikMWvWAqUGgQOfVU4hT7w==",
"dev": true
},
"whatwg-mimetype": {
diff --git a/packages/html-templates/package.json b/packages/html-templates/package.json
index bd13db894d..823375cd2b 100644
--- a/packages/html-templates/package.json
+++ b/packages/html-templates/package.json
@@ -73,6 +73,6 @@
"webpack": "4.43.0",
"webpack-cli": "3.3.12",
"webpack-merge": "4.2.2",
- "whatwg-fetch": "3.1.1"
+ "whatwg-fetch": "3.2.0"
}
}