From 296b2afdacbd65725c8a6b967d47fcbf255fa4f6 Mon Sep 17 00:00:00 2001 From: Sharala-Perumal Date: Thu, 15 Aug 2024 14:15:58 -0700 Subject: [PATCH 1/2] update @types/node to 22.2.0 --- express-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express-api/package.json b/express-api/package.json index 7b4be3ffc..8c04e43a1 100644 --- a/express-api/package.json +++ b/express-api/package.json @@ -54,7 +54,7 @@ "@types/jest": "29.5.10", "@types/morgan": "1.9.9", "@types/multer": "1.4.11", - "@types/node": "22.0.0", + "@types/node": "22.2.0", "@types/node-cron": "3.0.11", "@types/nunjucks": "3.2.6", "@types/supertest": "6.0.2", From 245618615c9c3936d9d462b3e59cfae2e0886040 Mon Sep 17 00:00:00 2001 From: Sharala-Perumal Date: Thu, 15 Aug 2024 14:19:02 -0700 Subject: [PATCH 2/2] Updated to latest version 22.3.0 --- express-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/express-api/package.json b/express-api/package.json index 8c04e43a1..2e172b793 100644 --- a/express-api/package.json +++ b/express-api/package.json @@ -54,7 +54,7 @@ "@types/jest": "29.5.10", "@types/morgan": "1.9.9", "@types/multer": "1.4.11", - "@types/node": "22.2.0", + "@types/node": "22.3.0", "@types/node-cron": "3.0.11", "@types/nunjucks": "3.2.6", "@types/supertest": "6.0.2",