From 9cb974eeb4b01f54601eee098d57ca3fa1298adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:06:18 +0000 Subject: [PATCH] build(deps): bump typescript from 5.6.2 to 5.7.2 in /dashboard Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 9 +++++---- dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 070820afd..0c9dbb11b 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -27,7 +27,7 @@ "react-dom": "18.3.1", "react-drag-drop-files": "^2.3.10", "react-simple-maps": "3.0.0", - "typescript": "5.6.2" + "typescript": "5.7.2" }, "devDependencies": { "@commitlint/cli": "^19.4.0", @@ -18149,9 +18149,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.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/dashboard/package.json b/dashboard/package.json index 7ee4a3bb0..fe0801bfe 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -37,7 +37,7 @@ "react-dom": "18.3.1", "react-drag-drop-files": "^2.3.10", "react-simple-maps": "3.0.0", - "typescript": "5.6.2" + "typescript": "5.7.2" }, "devDependencies": { "@commitlint/cli": "^19.4.0",