From 5ad3d19eab09346adecc0cec0ba7c952c2c5e6e3 Mon Sep 17 00:00:00 2001 From: Konstantin Lazukin <37901074+Enflow-io@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:03:41 +0300 Subject: [PATCH 1/2] Update node-fetch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68c0d40c3..c0ad3cb88 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/lodash": "^4.14.191", "@types/mocha": "^5.2.7", "@types/node": "^14.14.31", - "@types/node-fetch": "^2.6.4", + "@types/node-fetch": "^2.6.13", "@types/sinon": "^10.0.13", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", From 0abd4d010d8238cbc4df90cd02ac8d1c965a039a Mon Sep 17 00:00:00 2001 From: Konstantin Lazukin <37901074+Enflow-io@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:29:53 +0300 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c0ad3cb88..8a98d2c86 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@types/lodash": "^4.14.191", "@types/mocha": "^5.2.7", "@types/node": "^14.14.31", - "@types/node-fetch": "^2.6.13", + "@types/node-fetch": "^2.6.4", "@types/sinon": "^10.0.13", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", @@ -123,7 +123,7 @@ "humanize-duration": "^3.24.0", "key-encoder": "^2.0.3", "lodash": "^4.17.21", - "node-fetch": "^2.6.11", + "node-fetch": "2.6.13", "reflect-metadata": "^0.1.13", "ts-results": "npm:@casperlabs/ts-results@^3.3.4", "typedjson": "^1.6.0-rc2"