From 0ced6c7e13fca70d5482535a146e1fceb8f1dd84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 09:28:18 -0500 Subject: [PATCH] [DEPENDABOT]: Bump typescript from 5.6.2 to 5.6.3 (#1427) 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5198a77..260a54e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "onchange": "^7.1.0", "prettier": "^3.3.3", "rollup": "^4.24.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "watchify": "^4.0.0", "webpack": "^5.95.0" } @@ -17363,9 +17363,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", diff --git a/package.json b/package.json index 441359c6..f552b3d8 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "onchange": "^7.1.0", "prettier": "^3.3.3", "rollup": "^4.24.0", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "watchify": "^4.0.0", "webpack": "^5.95.0" },