From 619b23ff62221756561399e16f9196e12f66a288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 20:13:55 +0200 Subject: [PATCH] chore(deps-dev): bump typescript from 4.3.2 to 4.3.4 (#219) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b4cd41f3f..360e1f09b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "husky": "^6.0.0", "prettier": "^2.3.1", "ts-node": "^10.0.0", - "typescript": "^4.3.2", + "typescript": "^4.3.4", "yamljs": "^0.3.0" } }, @@ -3267,9 +3267,9 @@ } }, "node_modules/typescript": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", - "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -5897,9 +5897,9 @@ "dev": true }, "typescript": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", - "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.4.tgz", + "integrity": "sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew==", "dev": true }, "universal-user-agent": { diff --git a/package.json b/package.json index 05664c9f2..bd125ec19 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "husky": "^6.0.0", "prettier": "^2.3.1", "ts-node": "^10.0.0", - "typescript": "^4.3.2", + "typescript": "^4.3.4", "yamljs": "^0.3.0" } }