diff --git a/package.json b/package.json index 54e457d31a40..2789e0a19600 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "mini-css-extract-plugin": "^2.6.1", "mkdirp": "^1.0.4", "modularscale-sass": "^3.0.3", - "node-fetch": "^3.2.8", + "node-fetch": "^3.2.9", "npm-run-all": "^4.1.1", "postcss": "^8.4.14", "postcss-loader": "^7.0.1", diff --git a/yarn.lock b/yarn.lock index a6ad80ba0b7c..18fe5b6d7335 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9066,10 +9066,10 @@ node-fetch@^2.6.7: dependencies: whatwg-url "^5.0.0" -node-fetch@^3.2.8: - version "3.2.8" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.8.tgz#0d9516dcf43a758d78d6dbe538adf0b1f6a4944e" - integrity sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg== +node-fetch@^3.2.9: + version "3.2.9" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d" + integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg== dependencies: data-uri-to-buffer "^4.0.0" fetch-blob "^3.1.4"