From 5c84cb30c1aa46338b8449eedabd1fd9c32a8684 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 12 Jan 2024 20:40:34 +0000 Subject: [PATCH] fix: upgrade typescript from 4.1.3 to 4.9.5 Snyk has created this PR to upgrade typescript from 4.1.3 to 4.9.5. See this package in npm: See this project in Snyk: https://app.snyk.io/org/vibhorgupta-gh/project/eaec85c3-3248-415b-beff-95ac1e95a930?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 46ae1e1..c49402b 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "prom-client": "^13.1.0", "ts-jest": "^26.4.0", "ts-node": "^9.0.0", - "typescript": "^4.0.3", + "typescript": "^4.9.5", "winston": "^3.3.3" }, "husky": { diff --git a/yarn.lock b/yarn.lock index 7c8672e..87d380e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5805,10 +5805,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.3: - version "4.1.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.3.tgz#519d582bd94cba0cf8934c7d8e8467e473f53bb7" - integrity sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== +typescript@^4.9.5: + version "4.9.5" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" + integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== undefsafe@^2.0.3: version "2.0.3"