From 1ff0141ef6e0110207a180386e9657e4b3aecd71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:09:11 +0000 Subject: [PATCH] fix(deps): update dependency typescript to v5.6.2 --- services/ui/package-lock.json | 14 +++++++------- services/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/ui/package-lock.json b/services/ui/package-lock.json index 3db0d704..1cbb2206 100644 --- a/services/ui/package-lock.json +++ b/services/ui/package-lock.json @@ -27,7 +27,7 @@ "react-simple-icons": "1.0.0-beta.5", "simple-icons": "11.15.0", "swr": "2.2.5", - "typescript": "5.4.5", + "typescript": "5.6.2", "web-vitals": "3.5.2" }, "devDependencies": { @@ -5718,9 +5718,9 @@ } }, "node_modules/typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -10146,9 +10146,9 @@ "dev": true }, "typescript": { - "version": "5.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", - "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==" + "version": "5.6.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", + "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==" }, "ufo": { "version": "1.3.1", diff --git a/services/ui/package.json b/services/ui/package.json index 0ff99945..ffa58d00 100644 --- a/services/ui/package.json +++ b/services/ui/package.json @@ -23,7 +23,7 @@ "react-simple-icons": "1.0.0-beta.5", "simple-icons": "11.15.0", "swr": "2.2.5", - "typescript": "5.4.5", + "typescript": "5.6.2", "web-vitals": "3.5.2" }, "overrides": {