From c6f264eda6d12891eed0a62023e6f0f89ba42f3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Sep 2024 08:58:16 +0000 Subject: [PATCH] fix: upgrade typescript from 5.2.2 to 5.5.4 Snyk has created this PR to upgrade typescript from 5.2.2 to 5.5.4. See this package in npm: typescript See this project in Snyk: https://app.snyk.io/org/folkmoz1/project/2f0b956c-5a86-4de0-9b6a-3ef990387b53?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6af6d4f..82f5bf2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "tailwind-merge": "^2.0.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "^1.0.7", - "typescript": "5.2.2", + "typescript": "^5.5.4", "zod": "^3.22.4", "zustand": "^4.4.7" }, @@ -4281,9 +4281,10 @@ "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index c5095d8..a15a2b7 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "tailwind-merge": "^2.0.0", "tailwindcss": "3.3.5", "tailwindcss-animate": "^1.0.7", - "typescript": "5.2.2", + "typescript": "5.5.4", "zod": "^3.22.4", "zustand": "^4.4.7" },