From 7046607ab5632529c56382893c7fc7930e154f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 23:40:26 +0000 Subject: [PATCH] Update dependency typescript to v5.6.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 75b416f20..7a16b6e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.3.3", - "typescript": "5.6.2", + "typescript": "5.6.3", "typescript-plugin-css-modules": "5.1.0" }, "engines": { @@ -17526,9 +17526,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/package.json b/package.json index 1c5f7329e..242585a37 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.3.3", - "typescript": "5.6.2", + "typescript": "5.6.3", "typescript-plugin-css-modules": "5.1.0" } }