From 1bef97e32f41261531c5525b46c7e6ead1c97770 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:16:47 +0000 Subject: [PATCH] Build(deps-dev): bump typescript from 4.7.4 to 4.8.4 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.7.4...v4.8.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25ba1ca7..a606652f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10596,9 +10596,9 @@ } }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.4.tgz", + "integrity": "sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==", "dev": true }, "union-value": { diff --git a/package.json b/package.json index f9b0f791..a8b1d35a 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "js-yaml": "^4.1.0", "prettier": "^2.7.1", "ts-jest": "^26.5.6", - "typescript": "^4.7.4" + "typescript": "^4.8.4" } }