From 643876819a679656e4686299c27c2363696ef990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 13:14:21 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.7.2 in /l2-frontend Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.0.4 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.0.4...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- l2-frontend/package.json | 2 +- l2-frontend/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/l2-frontend/package.json b/l2-frontend/package.json index c1e3a4dadd..beb66d89d6 100644 --- a/l2-frontend/package.json +++ b/l2-frontend/package.json @@ -110,7 +110,7 @@ "sass-loader": "^10.1.1", "speed-measure-webpack-plugin": "^1.5.0", "thread-loader": "^4.0.1", - "typescript": "~5.0.4", + "typescript": "~5.7.2", "url-loader": "^4.1.1", "vue-eslint-parser": "^9.1.1", "webpack": "4", diff --git a/l2-frontend/yarn.lock b/l2-frontend/yarn.lock index 3f1b3c71ec..2338d73b6c 100644 --- a/l2-frontend/yarn.lock +++ b/l2-frontend/yarn.lock @@ -8849,10 +8849,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@~5.0.4: - version "5.0.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b" - integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw== +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== unbox-primitive@^1.0.2: version "1.0.2"