From 585f41010c50e62efeb21628c6ea34abaf4e1296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:45:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 in /frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 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.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 11 +++++------ frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c70b565e..76947368 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -18,8 +18,8 @@ "@mui/lab": "^5.0.0-alpha.136", "@mui/material": "^5.15.14", "@mui/system": "^6.1.5", - "@mui/x-date-pickers": "^7.23.1", "@mui/x-data-grid": "^7.23.1", + "@mui/x-date-pickers": "^7.23.1", "@nivo/core": "^0.86.0", "@nivo/line": "^0.86.0", "base-ex": "^0.8.1", @@ -85,7 +85,7 @@ "jest": "^29.6.1", "prettier": "^3.3.3", "ts-node": "^10.9.2", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "webpack": "^5.95.0", "webpack-cli": "^5.1.4" } @@ -16880,11 +16880,10 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/frontend/package.json b/frontend/package.json index 68b058ca..3179f920 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "jest": "^29.6.1", "prettier": "^3.3.3", "ts-node": "^10.9.2", - "typescript": "^5.6.3", + "typescript": "^5.7.2", "webpack": "^5.95.0", "webpack-cli": "^5.1.4" },