From 46a3da394a0da4a45e94fda6110d586df1157bfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 04:16:48 +0000 Subject: [PATCH] Bump typescript from 5.6.2 to 5.6.3 in /src/TodoApp 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] --- src/TodoApp/package-lock.json | 8 ++++---- src/TodoApp/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/TodoApp/package-lock.json b/src/TodoApp/package-lock.json index e12f3ada..382498b6 100644 --- a/src/TodoApp/package-lock.json +++ b/src/TodoApp/package-lock.json @@ -25,7 +25,7 @@ "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsify": "^5.0.4", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4" } @@ -10239,9 +10239,9 @@ "peer": true }, "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/src/TodoApp/package.json b/src/TodoApp/package.json index b339cae6..5091fe2c 100644 --- a/src/TodoApp/package.json +++ b/src/TodoApp/package.json @@ -34,7 +34,7 @@ "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "tsify": "^5.0.4", - "typescript": "^5.6.2", + "typescript": "^5.6.3", "webpack": "^5.95.0", "webpack-cli": "^5.1.4" },