diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 63689528..216d6a94 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -41,7 +41,7 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.19.0", "tekton-lint": "^0.5.2", - "typescript": "^4.3.2" + "typescript": "^4.3.4" } }, "node_modules/@babel/code-frame": { @@ -8992,9 +8992,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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -16593,9 +16593,9 @@ } }, "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==" }, "uc.micro": { "version": "1.0.6", diff --git a/dependencies/package.json b/dependencies/package.json index b2cc9ca0..d9b90dd0 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -36,6 +36,6 @@ "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.19.0", "tekton-lint": "^0.5.2", - "typescript": "^4.3.2" + "typescript": "^4.3.4" } }