From daa5bfeb283abb226e961301eeda46a962c97b82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Oct 2024 01:08:24 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.4 to 5.6.3 Snyk has created this PR to upgrade typescript from 4.9.4 to 5.6.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/cachiman/project/ec36be52-c7e2-4414-981d-3ef034b875df?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/cron-utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cron-utils/package.json b/packages/cron-utils/package.json index b5cda96149b..27473593cf1 100644 --- a/packages/cron-utils/package.json +++ b/packages/cron-utils/package.json @@ -38,7 +38,7 @@ "nock": "^13.2.9", "sinon": "^15.0.0", "snap-shot-it": "^7.9.6", - "typescript": "^4.9.4" + "typescript": "^5.6.3" }, "engines": { "node": ">= 18"