From 1a2f31107d1b358751b0b2aeb644a8b5b6d2d763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:41:04 +0000 Subject: [PATCH] chore(deps-dev): bump typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../modules/@shopify/checkout-kit-react-native/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json b/platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json index 0710a7f7..4cbfad14 100644 --- a/platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json +++ b/platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json @@ -67,7 +67,7 @@ "@shopify/checkout-kit-protocol": "workspace:*", "@microsoft/api-extractor": "^7.58.7", "react-native-builder-bob": "^0.23.2", - "typescript": "^5.9.2" + "typescript": "^5.9.3" }, "codegenConfig": { "name": "RNShopifyCheckoutKitSpec",