From 667e7d7ec01572f90674d1dafbe2cfb273ecabc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 23:51:03 +0000 Subject: [PATCH] build(deps): bump typescript from 5.2.2 to 5.6.2 in /dashboard Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.2.2 to 5.6.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.2.2...v5.6.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 | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 534a2a8f2..66c1de0eb 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.2.2" + "typescript": "5.6.2" }, "devDependencies": { "@commitlint/cli": "^19.4.0", @@ -21012,9 +21012,9 @@ } }, "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.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" diff --git a/dashboard/package.json b/dashboard/package.json index 3400c3524..ce88b51b7 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.2.2" + "typescript": "5.6.2" }, "devDependencies": { "@commitlint/cli": "^19.4.0",