From b9fbdb9ed563effc67a268e2ec99beeb1302e5d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:54:23 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 --- sam/ts/apple-notify/hello-world/package.json | 2 +- sam/ts/hello-world/src/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sam/ts/apple-notify/hello-world/package.json b/sam/ts/apple-notify/hello-world/package.json index fda3fef1..fd5f9016 100644 --- a/sam/ts/apple-notify/hello-world/package.json +++ b/sam/ts/apple-notify/hello-world/package.json @@ -29,6 +29,6 @@ "prettier": "^2.5.1", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", - "typescript": "^4.8.4" + "typescript": "^5.0.0" } } diff --git a/sam/ts/hello-world/src/package.json b/sam/ts/hello-world/src/package.json index fda3fef1..fd5f9016 100644 --- a/sam/ts/hello-world/src/package.json +++ b/sam/ts/hello-world/src/package.json @@ -29,6 +29,6 @@ "prettier": "^2.5.1", "ts-jest": "^29.0.5", "ts-node": "^10.9.1", - "typescript": "^4.8.4" + "typescript": "^5.0.0" } }