From 7a2856777db3e570a29574101c42f830f6fcf685 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 09:39:35 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.5 to 5.9.3 Snyk has created this PR to upgrade typescript from 4.9.5 to 5.9.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/lcsogthb/project/c2b95214-2aa7-47c9-b51d-ab7a1c993cf2?utm_source=github&utm_medium=referral&page=upgrade-pr --- aq-dashboard/package-lock.json | 10 +++++----- aq-dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aq-dashboard/package-lock.json b/aq-dashboard/package-lock.json index 3f52d63..ecf2992 100644 --- a/aq-dashboard/package-lock.json +++ b/aq-dashboard/package-lock.json @@ -24,7 +24,7 @@ "react-dom": "^19.1.0", "react-leaflet": "^5.0.0", "react-scripts": "5.0.1", - "typescript": "^4.9.5", + "typescript": "^5.9.3", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -16510,16 +16510,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", - "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { diff --git a/aq-dashboard/package.json b/aq-dashboard/package.json index 5fc8fe9..32049f8 100644 --- a/aq-dashboard/package.json +++ b/aq-dashboard/package.json @@ -20,7 +20,7 @@ "react-dom": "^19.1.0", "react-leaflet": "^5.0.0", "react-scripts": "5.0.1", - "typescript": "^4.9.5", + "typescript": "^5.9.3", "web-vitals": "^2.1.4" }, "scripts": {