From 847677c98d87a0d308caa8284fc026351405df2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 07:31:51 +0000 Subject: [PATCH] Bump typescript from 5.0.4 to 5.5.2 in /l2-frontend Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.5.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.5.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..defebae84f 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.5.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 6ddbec0672..79df49aeeb 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.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== unbox-primitive@^1.0.2: version "1.0.2"