From c2214f0a377bf31e5f5f5861d146b4c03b95c13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 16:43:55 +0000 Subject: [PATCH] Bump typescript from 4.9.5 to 5.6.3 in /azure-upload-file-to-storage/api Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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/v4.9.5...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- azure-upload-file-to-storage/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-upload-file-to-storage/api/package.json b/azure-upload-file-to-storage/api/package.json index 45c9ea60..9733c10a 100644 --- a/azure-upload-file-to-storage/api/package.json +++ b/azure-upload-file-to-storage/api/package.json @@ -26,7 +26,7 @@ "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.8", "rimraf": "^5.0.0", - "typescript": "^4.0.0" + "typescript": "^5.6.3" }, "main": "dist/src/functions/*.js" }