From 283434f1e7b31de5eb8646609db532af67186935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 05:57:34 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.3 to 4.7.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.3 to 4.7.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.3...v4.7.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 57fbe0d..e97d6c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "rimraf": "^3.0.2", "rxjs-marbles": "^7.0.0", "ts-jest": "^27.0.3", - "typescript": "^4.0.3" + "typescript": "^4.7.2" } }, "node_modules/@babel/cli": { @@ -12287,9 +12287,9 @@ } }, "node_modules/typescript": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", - "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -22263,9 +22263,9 @@ } }, "typescript": { - "version": "4.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.3.tgz", - "integrity": "sha512-rUvLW0WtF7PF2b9yenwWUi9Da9euvDRhmH7BLyBG4DCFfOJ850LGNknmRpp8Z8kXNUPObdZQEfKOiHtXuQHHKA==", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.2.tgz", + "integrity": "sha512-Mamb1iX2FDUpcTRzltPxgWMKy3fhg0TN378ylbktPGPK/99KbDtMQ4W1hwgsbPAsG3a0xKa1vmw4VKZQbkvz5A==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index c1f9fce..fbdb58e 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "rimraf": "^3.0.2", "rxjs-marbles": "^7.0.0", "ts-jest": "^27.0.3", - "typescript": "^4.0.3" + "typescript": "^4.7.2" }, "dependencies": { "chalk": "^4.1.0",