From 5380e8efc7c987fca7d3b45b6c7652ebc563fb45 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 31 Aug 2025 04:17:51 +0000 Subject: [PATCH] fix: upgrade typescript from 5.0.4 to 5.9.2 Snyk has created this PR to upgrade typescript from 5.0.4 to 5.9.2. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/andrechia/project/19397db2-fb75-4e43-ae65-1b4dc8742228?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1054005..6ccb163 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "react-syntax-highlighter": "^15.5.0", "styled-components": "^5.3.10", "tailwindcss": "3.3.2", - "typescript": "5.0.4" + "typescript": "^5.9.2" }, "devDependencies": { "@types/react-syntax-highlighter": "^15.5.6" @@ -5261,15 +5261,16 @@ } }, "node_modules/typescript": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.0.4.tgz", - "integrity": "sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==", + "version": "5.9.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.2.tgz", + "integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=12.20" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/package.json b/package.json index 974576f..11ecab8 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react-syntax-highlighter": "^15.5.0", "styled-components": "^5.3.10", "tailwindcss": "3.3.2", - "typescript": "5.0.4" + "typescript": "5.9.2" }, "devDependencies": { "@types/react-syntax-highlighter": "^15.5.6"