From 4d2c4d80ab731e91c6b1313c7cb41b3c346eda38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:38:58 +0000 Subject: [PATCH] chore(deps-dev): bump typescript in /samples/weather-forecast Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.5.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/v4.5.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- samples/weather-forecast/package.json | 2 +- samples/weather-forecast/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/samples/weather-forecast/package.json b/samples/weather-forecast/package.json index cafd22a..941f0f4 100644 --- a/samples/weather-forecast/package.json +++ b/samples/weather-forecast/package.json @@ -75,7 +75,7 @@ "react-svg-loader": "^3.0.3", "ts-loader": "^9.5.1", "ts-node": "10.9.2", - "typescript": "4.5.2", + "typescript": "5.7.2", "url-loader": "^4.1.1", "webpack": "^5.92.1", "webpack-cli": "^5.1.4", diff --git a/samples/weather-forecast/yarn.lock b/samples/weather-forecast/yarn.lock index d5d314b..5f358f2 100644 --- a/samples/weather-forecast/yarn.lock +++ b/samples/weather-forecast/yarn.lock @@ -7675,10 +7675,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.5.2: - version "4.5.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.2.tgz#8ac1fba9f52256fdb06fb89e4122fa6a346c2998" - integrity sha512-5BlMof9H1yGt0P8/WF+wPNw6GfctgGjXp5hkblpyT+8rkASSmkUKMXrxR0Xg8ThVCi/JnHQiKXeBaEwCeQwMFw== +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"