diff --git a/package.json b/package.json index 8d9ec3a4..8c72e4c2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "^4.18.2", "express-rate-limit": "^6.7.0", "monk": "^7.3.4", - "node-fetch": "^3.3.1", + "node-fetch": "^3.3.2", "qs": "^6.11.2", "typescript": "^5.1.6", "web-vitals": "^3.3.2" diff --git a/yarn.lock b/yarn.lock index 4a656647..e3f62c00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1988,10 +1988,10 @@ node-domexception@^1.0.0: resolved "https://registry.yarnpkg.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5" integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ== -node-fetch@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.1.tgz#b3eea7b54b3a48020e46f4f88b9c5a7430d20b2e" - integrity sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow== +node-fetch@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.3.2.tgz#d1e889bacdf733b4ff3b2b243eb7a12866a0b78b" + integrity sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA== dependencies: data-uri-to-buffer "^4.0.0" fetch-blob "^3.1.4"