From 3e1766f7850fd0ead40f1c66874b67b130fbc2fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:44:13 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 in /integration Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3. - [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.6.2...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integration/package-lock.json | 14 +++++++------- integration/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/integration/package-lock.json b/integration/package-lock.json index 6d75cb3afd7..4f87e82bf38 100644 --- a/integration/package-lock.json +++ b/integration/package-lock.json @@ -18,7 +18,7 @@ "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "urql": "^4.1.0", "vite": "^5.4.8", "vitest": "^2.1.2" @@ -7273,9 +7273,9 @@ } }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -13025,9 +13025,9 @@ "dev": true }, "typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "dev": true }, "ua-parser-js": { diff --git a/integration/package.json b/integration/package.json index 0d5fcab0c27..009b804707d 100644 --- a/integration/package.json +++ b/integration/package.json @@ -18,7 +18,7 @@ "graphql-codegen": "^0.4.0", "graphql-sse": "^2.5.3", "graphql-ws": "^5.16.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "urql": "^4.1.0", "vite": "^5.4.8", "vitest": "^2.1.2"