From baf8042d6fee7714f361f1a0b3b1d0066e008b2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 02:57:09 +0000 Subject: [PATCH] feat: upgrade typescript from 4.8.4 to 5.4.5 Snyk has created this PR to upgrade typescript from 4.8.4 to 5.4.5. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/contentstack-ghost/project/e48227ed-fe1d-4e8a-9606-3aee8c8c77ae?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 21 +++++++++++---------- package.json | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86a17a1..22a6a7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contentstack-react-starter-app", - "version": "2.0.4", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contentstack-react-starter-app", - "version": "2.0.4", + "version": "1.0.0", "license": "MIT", "dependencies": { "@contentstack/live-preview-utils": "^1.4.0", @@ -20,7 +20,7 @@ "react-dom": "^18.2.0", "react-loading-skeleton": "^3.3.1", "react-router-dom": "^6.14.2", - "typescript": "^4.8.4", + "typescript": "^5.4.5", "web-vitals": "^2.1.4" }, "devDependencies": { @@ -16435,15 +16435,16 @@ } }, "node_modules/typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -29584,9 +29585,9 @@ } }, "typescript": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", - "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==" + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/package.json b/package.json index 6f76fee..2af242e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-dom": "^18.2.0", "react-loading-skeleton": "^3.3.1", "react-router-dom": "^6.14.2", - "typescript": "^4.8.4", + "typescript": "^5.4.5", "web-vitals": "^2.1.4" }, "overrides": {