From 6567363c6997dbab99888643b1e7c4aca5757a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Sep 2021 13:42:21 -0500 Subject: [PATCH] Bump typescript from 4.4.2 to 4.4.3 in /dependencies (#1960) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/package-lock.json | 14 +++++++------- dependencies/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 85938d75..4281849a 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -44,7 +44,7 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.20.1", "tekton-lint": "^0.5.2", - "typescript": "^4.4.2" + "typescript": "^4.4.3" } }, "node_modules/@babel/code-frame": { @@ -8943,9 +8943,9 @@ } }, "node_modules/typescript": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", - "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -16548,9 +16548,9 @@ } }, "typescript": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.2.tgz", - "integrity": "sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==" + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz", + "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA==" }, "uc.micro": { "version": "1.0.6", diff --git a/dependencies/package.json b/dependencies/package.json index 803b246a..71e1e54a 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -39,6 +39,6 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.20.1", "tekton-lint": "^0.5.2", - "typescript": "^4.4.2" + "typescript": "^4.4.3" } }