From 6fe8c974436ac4a5d69aa5faf53d64e445387105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 01:12:34 +0000 Subject: [PATCH] Bump typescript from 4.2.4 to 4.9.3 in /Authorization Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.4 to 4.9.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Authorization/package-lock.json | 6 +++--- Authorization/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Authorization/package-lock.json b/Authorization/package-lock.json index 6318e8f..86814ef 100644 --- a/Authorization/package-lock.json +++ b/Authorization/package-lock.json @@ -9022,9 +9022,9 @@ } }, "typescript": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", - "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "version": "4.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.3.tgz", + "integrity": "sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==", "dev": true }, "union-value": { diff --git a/Authorization/package.json b/Authorization/package.json index 8db5831..a7a7678 100644 --- a/Authorization/package.json +++ b/Authorization/package.json @@ -73,7 +73,7 @@ "ts-loader": "^9.2.2", "ts-node": "^9.0.0", "tsconfig-paths": "^3.9.0", - "typescript": "^4.2.4" + "typescript": "^4.9.3" }, "jest": { "moduleFileExtensions": [