From 20fbabdd3e018de5adc787b608a3da75b245e8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 17:50:07 +0000 Subject: [PATCH] Bump typescript from 4.3.5 to 4.9.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.5 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.5...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 39e1a3b..764bfce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "js-yaml": "^4.1.0", "prettier": "^2.4.1", "ts-jest": "^27.0.5", - "typescript": "^4.3.5" + "typescript": "^4.9.5" } }, "node_modules/@actions/core": { @@ -10038,9 +10038,9 @@ } }, "node_modules/typescript": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.5.tgz", - "integrity": "sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA==", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 22f3a58..2946431 100644 --- a/package.json +++ b/package.json @@ -45,6 +45,6 @@ "js-yaml": "^4.1.0", "prettier": "^2.4.1", "ts-jest": "^27.0.5", - "typescript": "^4.3.5" + "typescript": "^4.9.5" } }