From 97669d579291601161a510f262eafaf844b61a7d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 06:03:51 +0000 Subject: [PATCH] fix: upgrade typescript from 4.6.2 to 4.9.5 Snyk has created this PR to upgrade typescript from 4.6.2 to 4.9.5. See this package in yarn: typescript See this project in Snyk: https://app.snyk.io/org/makeuptehrani/project/cb4858da-fdfa-4bcd-8384-2d1c89342491?utm_source=github&utm_medium=referral&page=upgrade-pr --- deeplink-examples/package.json | 2 +- deeplink-examples/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/deeplink-examples/package.json b/deeplink-examples/package.json index 9dc3da5..1c3208e 100644 --- a/deeplink-examples/package.json +++ b/deeplink-examples/package.json @@ -14,7 +14,7 @@ "cors": "^2.8.5", "express": "^4.17.3", "express-handlebars": "^6.0.3", - "typescript": "^4.6.2" + "typescript": "^4.9.5" }, "devDependencies": { "@types/cors": "^2.8.12", diff --git a/deeplink-examples/yarn.lock b/deeplink-examples/yarn.lock index 77be676..076da7a 100644 --- a/deeplink-examples/yarn.lock +++ b/deeplink-examples/yarn.lock @@ -1252,10 +1252,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.6.2: - version "4.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" - integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== +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== uglify-js@^3.1.4: version "3.15.3"