From 0a6a00e595a2466e2dc619e38f66ecd037b6cadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 18:21:47 +0000 Subject: [PATCH] Update dependency typescript to v5.5.3 --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca859977..a4cea974 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "js-yaml": "4.1.0", "prettier": "3.3.3", "ts-jest": "29.2.3", - "typescript": "5.4.4" + "typescript": "5.5.3" } }, "node_modules/@actions/core": { @@ -7048,10 +7048,11 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 01458215..ef85d465 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,6 @@ "js-yaml": "4.1.0", "prettier": "3.3.3", "ts-jest": "29.2.3", - "typescript": "5.4.4" + "typescript": "5.5.3" } }