From fd5270605b46100bd1e0589dc37fa30116119a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 23:09:54 +0000 Subject: [PATCH] Bump typescript from 5.4.2 to 5.7.2 in /frontend/distiller Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.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.4.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/distiller/package-lock.json | 8 ++++---- frontend/distiller/package.json | 2 +- frontend/distiller/yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index 07656985..eacc4882 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -34,7 +34,7 @@ "react-dom": "^18.2.0", "react-redux": "^9.1.0", "react-router-dom": "^6.26.2", - "typescript": "~5.4.2", + "typescript": "~5.7.2", "use-local-storage-state": "^19.3.1" }, "devDependencies": { @@ -3725,9 +3725,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index 16db4a92..eee64792 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -29,7 +29,7 @@ "react-dom": "^18.2.0", "react-redux": "^9.1.0", "react-router-dom": "^6.26.2", - "typescript": "~5.4.2", + "typescript": "~5.7.2", "use-local-storage-state": "^19.3.1" }, "devDependencies": { diff --git a/frontend/distiller/yarn.lock b/frontend/distiller/yarn.lock index e34869c9..8717897f 100644 --- a/frontend/distiller/yarn.lock +++ b/frontend/distiller/yarn.lock @@ -2103,10 +2103,10 @@ tslib@^2.6.2: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae" integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== -typescript@~5.4.2: - version "5.4.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372" - integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ== +typescript@~5.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== uglify-js@^3.1.4: version "3.17.4"