From 6d5ceb033feae6847c69dbfb04eb8c9eb4a22105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:11:08 +0000 Subject: [PATCH] chore: bump typescript in /core-sdk-samples/higgs-shop-sample-app Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 to 5.8.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v4.9.5...v5.8.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../higgs-shop-sample-app/package-lock.json | 12 ++++++++---- core-sdk-samples/higgs-shop-sample-app/package.json | 2 +- core-sdk-samples/higgs-shop-sample-app/yarn.lock | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/core-sdk-samples/higgs-shop-sample-app/package-lock.json b/core-sdk-samples/higgs-shop-sample-app/package-lock.json index 5de4572f..83bd4370 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package-lock.json +++ b/core-sdk-samples/higgs-shop-sample-app/package-lock.json @@ -28,7 +28,7 @@ "react-router-dom": "^6.9.0", "react-scripts": "^5.0.1", "sideloaded-kit-example": "file:../../kit-samples/sideloaded-kit-example", - "typescript": "^4.9.5", + "typescript": "^5.8.2", "web-vitals": "^3.3.0" }, "devDependencies": { @@ -13797,14 +13797,16 @@ } }, "node_modules/typescript": { - "version": "4.9.5", + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/unbox-primitive": { @@ -22823,7 +22825,9 @@ } }, "typescript": { - "version": "4.9.5" + "version": "5.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", + "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==" }, "unbox-primitive": { "version": "1.0.2", diff --git a/core-sdk-samples/higgs-shop-sample-app/package.json b/core-sdk-samples/higgs-shop-sample-app/package.json index d8e0d039..bf4523cf 100644 --- a/core-sdk-samples/higgs-shop-sample-app/package.json +++ b/core-sdk-samples/higgs-shop-sample-app/package.json @@ -23,7 +23,7 @@ "react-dom": "^17.0.2", "react-router-dom": "^6.9.0", "react-scripts": "^5.0.1", - "typescript": "^4.9.5", + "typescript": "^5.8.2", "web-vitals": "^3.3.0" }, "scripts": { diff --git a/core-sdk-samples/higgs-shop-sample-app/yarn.lock b/core-sdk-samples/higgs-shop-sample-app/yarn.lock index 394e51bf..36595c26 100644 --- a/core-sdk-samples/higgs-shop-sample-app/yarn.lock +++ b/core-sdk-samples/higgs-shop-sample-app/yarn.lock @@ -9284,10 +9284,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.9.5: - version "4.9.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" - integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" + integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== unbox-primitive@^1.0.2: version "1.0.2"