From 60d533f6f5bcc92e2f91dc4017b1a7eb305870f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 May 2026 02:43:20 +0000 Subject: [PATCH] feat: upgrade typescript from 4.9.5 to 6.0.3 Snyk has created this PR to upgrade typescript from 4.9.5 to 6.0.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/contentstack-devex/project/e6e7be35-5588-433d-8352-1ac9c417a4ec?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 52 +++++------------------------------------------ package.json | 2 +- 2 files changed, 6 insertions(+), 48 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09bfc6b..df1b682 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.2.0", "react-loading-skeleton": "^3.4.0", "react-router-dom": "^6.22.1", - "typescript": "^4.9.5", + "typescript": "^6.0.3", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -1669,9 +1669,6 @@ "arm" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1686,9 +1683,6 @@ "arm" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1703,9 +1697,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1720,9 +1711,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1737,9 +1725,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1754,9 +1739,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1771,9 +1753,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1788,9 +1767,6 @@ "ppc64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1805,9 +1781,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1822,9 +1795,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -1839,9 +1809,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1855,9 +1822,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -1872,9 +1836,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -6158,9 +6119,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -6880,16 +6838,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": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "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/package.json b/package.json index bf23fcf..9f09060 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "react-dom": "^18.2.0", "react-loading-skeleton": "^3.4.0", "react-router-dom": "^6.22.1", - "typescript": "^4.9.5", + "typescript": "^6.0.3", "web-vitals": "^2.1.4" }, "overrides": {