From 9c7c7c89f53721f755e3eae0789db527d7ce07b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Nov 2024 15:07:29 +0000 Subject: [PATCH] fix: upgrade typescript from 5.6.2 to 5.6.3 Snyk has created this PR to upgrade typescript from 5.6.2 to 5.6.3. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/c52fb15f-8cf9-415f-b9a4-b908dcb828d2?utm_source=github&utm_medium=referral&page=upgrade-pr --- theme-sample/package-lock.json | 15 ++++++++------- theme-sample/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/theme-sample/package-lock.json b/theme-sample/package-lock.json index 00bebf749..236711e84 100644 --- a/theme-sample/package-lock.json +++ b/theme-sample/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@eslint/js": "^9.13.0", @@ -1452,9 +1452,10 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2679,9 +2680,9 @@ } }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==" }, "typescript-eslint": { "version": "8.11.0", diff --git a/theme-sample/package.json b/theme-sample/package.json index d4dfc46dd..aaa379187 100644 --- a/theme-sample/package.json +++ b/theme-sample/package.json @@ -26,7 +26,7 @@ ] }, "dependencies": { - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "devDependencies": { "@eslint/js": "^9.13.0",