diff --git a/package-lock.json b/package-lock.json index b1b914de1..17c9cf343 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "express": "4.18.2", "fast-json-patch": "3.1.1", "http-status-codes": "2.2.0", - "node-fetch": "2.6.11", + "node-fetch": "2.6.12", "prom-client": "^14.2.0", "ramda": "0.29.0" }, @@ -2974,9 +2974,9 @@ } }, "node_modules/node-fetch": { - "version": "2.6.11", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz", - "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==", + "version": "2.6.12", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz", + "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==", "dependencies": { "whatwg-url": "^5.0.0" }, diff --git a/package.json b/package.json index c7cbcd91b..aa9e53965 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "express": "4.18.2", "fast-json-patch": "3.1.1", "http-status-codes": "2.2.0", - "node-fetch": "2.6.11", + "node-fetch": "2.6.12", "prom-client": "^14.2.0", "ramda": "0.29.0" },