diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 5842420d..0aa6d8fa 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.2.4" + "typescript": "^4.3.2" } }, "node_modules/@babel/code-frame": { @@ -8902,9 +8902,9 @@ } }, "node_modules/typescript": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", - "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -16478,9 +16478,9 @@ } }, "typescript": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.2.4.tgz", - "integrity": "sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==" + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.3.2.tgz", + "integrity": "sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==" }, "uc.micro": { "version": "1.0.6", diff --git a/dependencies/package.json b/dependencies/package.json index dcb057d8..9492c1d7 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.2.4" + "typescript": "^4.3.2" } }