diff --git a/editors/code/package-lock.json b/editors/code/package-lock.json index cc00c4c0e8d..a1e8d70557a 100644 --- a/editors/code/package-lock.json +++ b/editors/code/package-lock.json @@ -29,7 +29,7 @@ "ovsx": "^0.8.1", "prettier": "^2.8.8", "tslib": "^2.6.0", - "typescript": "^5.1.3" + "typescript": "^5.1.6" }, "engines": { "vscode": "^1.78.0" @@ -3452,9 +3452,9 @@ } }, "node_modules/typescript": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.3.tgz", - "integrity": "sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==", + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz", + "integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/editors/code/package.json b/editors/code/package.json index cd8b40e3557..2f14f48667d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -61,7 +61,7 @@ "ovsx": "^0.8.1", "prettier": "^2.8.8", "tslib": "^2.6.0", - "typescript": "^5.1.3" + "typescript": "^5.1.6" }, "activationEvents": [ "workspaceContains:*/Cargo.toml",