diff --git a/sample-projects/helloworld-sample/package-lock.json b/sample-projects/helloworld-sample/package-lock.json index b6e56e4f8..eae88384b 100644 --- a/sample-projects/helloworld-sample/package-lock.json +++ b/sample-projects/helloworld-sample/package-lock.json @@ -17,7 +17,7 @@ "chai": "^4.4.1", "eslint": "^8.57.0", "mocha": "^10.3.0", - "typescript": "^5.4.2", + "typescript": "^5.4.3", "vscode-extension-tester": "^7.3.2" }, "engines": { @@ -4438,9 +4438,9 @@ } }, "node_modules/typescript": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz", - "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", + "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/sample-projects/helloworld-sample/package.json b/sample-projects/helloworld-sample/package.json index 895525727..1bc79a956 100644 --- a/sample-projects/helloworld-sample/package.json +++ b/sample-projects/helloworld-sample/package.json @@ -43,7 +43,7 @@ "chai": "^4.4.1", "eslint": "^8.57.0", "mocha": "^10.3.0", - "typescript": "^5.4.2", + "typescript": "^5.4.3", "vscode-extension-tester": "^7.3.2" } }