From 602602f69ab73ac36c27df170868cb4f65599d90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:13:07 +0000 Subject: [PATCH] chore: update dependency typescript to ^5.4.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1903839c..72f6304d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "mocha": "^10.4.0", "nyc": "^15.1.0", "should": "^13.2.3", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "engines": { "node": ">=18" @@ -5339,9 +5339,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 5cdba4d3..36815e06 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "mocha": "^10.4.0", "nyc": "^15.1.0", "should": "^13.2.3", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "dependencies": { "async": "^3.2.5",