diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index e6d1974cef..53cafb868d 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json @@ -28,7 +28,7 @@ "mocha": "^8.2.1", "rollup": "^2.51.1", "tslib": "^2.0.3", - "typescript": "^4.1.2", + "typescript": "^4.3.2", "typescript-formatter": "^7.2.2", "vsce": "^1.85.0", "vscode-test": "^1.5.1" @@ -3178,9 +3178,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==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -6000,9 +6000,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==", "dev": true }, "typescript-formatter": { diff --git a/editors/code/package.json b/editors/code/package.json index 8723024fd7..933fd8fda0 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -54,7 +54,7 @@ "mocha": "^8.2.1", "rollup": "^2.51.1", "tslib": "^2.0.3", - "typescript": "^4.1.2", + "typescript": "^4.3.2", "typescript-formatter": "^7.2.2", "vsce": "^1.85.0", "vscode-test": "^1.5.1"