From 64795059afc9962db0c1d3c4946af40bf5728f0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Dec 2024 00:39:08 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.5 to 5.7.2 Snyk has created this PR to upgrade typescript from 4.9.5 to 5.7.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/nerds-github/project/3534e268-71e5-4ad0-89b9-b962dbd532fc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 704442c2..99dc7858 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@openapitools/openapi-generator-cli": "2.5.2", "@types/node": "^18.8.3", "openapi-typescript-codegen": "^0.23.0", - "typescript": "^4.9.5" + "typescript": "^5.7.2" }, "author": "casaos", "license": "Apache-2.0"