From c82e5b4b8ea1ef1ecbc69953830242aa111f0ace Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Sep 2025 02:52:31 +0000 Subject: [PATCH] fix: upgrade typescript from 4.7.4 to 4.9.5 Snyk has created this PR to upgrade typescript from 4.7.4 to 4.9.5. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/andrechia/project/df05115c-f3d4-43fe-9349-55db76db05ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- example/sample-dashboard/package-lock.json | 15 ++++++++------- example/sample-dashboard/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/example/sample-dashboard/package-lock.json b/example/sample-dashboard/package-lock.json index a88a0b2..bbe547f 100644 --- a/example/sample-dashboard/package-lock.json +++ b/example/sample-dashboard/package-lock.json @@ -20,7 +20,7 @@ "react-scripts": "5.0.1", "react-spinners": "^0.13.4", "terra-graphs": "file:../..", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -15474,9 +15474,10 @@ } }, "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -27503,9 +27504,9 @@ } }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==" + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/example/sample-dashboard/package.json b/example/sample-dashboard/package.json index a8cdd8a..cc868d5 100644 --- a/example/sample-dashboard/package.json +++ b/example/sample-dashboard/package.json @@ -15,7 +15,7 @@ "react-scripts": "5.0.1", "react-spinners": "^0.13.4", "terra-graphs": "file:../..", - "typescript": "^4.7.4", + "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "scripts": {