From 927a54f2471ce74c9e6d55437e48e7f4f6f43c97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:14:16 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5.6.3 --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 4ae63a9..f8b6369 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -44,7 +44,7 @@ "tailwind-merge": "1.14.0", "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.6", "vitest": "1.6.0" } @@ -10183,9 +10183,9 @@ } }, "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", diff --git a/frontend/package.json b/frontend/package.json index 49602cf..c634741 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -43,7 +43,7 @@ "tailwind-merge": "1.14.0", "tailwindcss": "3.4.15", "tailwindcss-animate": "1.0.7", - "typescript": "5.6.2", + "typescript": "5.6.3", "vite": "5.4.6", "vitest": "1.6.0" }, diff --git a/package-lock.json b/package-lock.json index a8a4e95..889168f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "ts-loader": "9.5.1", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.6.2" + "typescript": "5.6.3" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -13064,9 +13064,9 @@ "integrity": "sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==" }, "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==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 0553edb..f8c435f 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "ts-loader": "9.5.1", "ts-node": "10.9.2", "tsconfig-paths": "4.2.0", - "typescript": "5.6.2" + "typescript": "5.6.3" }, "jest": { "moduleFileExtensions": [