diff --git a/package-lock.json b/package-lock.json index 1ece688e..672cb1b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "mocha": "10.3.0", - "typescript": "^5.4.3", + "typescript": "^5.5.3", "vsce": "^2.15.0", "vscode-extension-tester": "8.3.0", "vscode-extension-tester-locators": "^3.12.2", @@ -6035,9 +6035,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -10910,9 +10910,9 @@ } }, "typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true }, "uc.micro": { diff --git a/package.json b/package.json index b5f77448..651805e1 100644 --- a/package.json +++ b/package.json @@ -875,7 +875,7 @@ "eslint-config-prettier": "^9.1.0", "eslint": "^8.57.0", "mocha": "10.3.0", - "typescript": "^5.4.3", + "typescript": "^5.5.3", "vsce": "^2.15.0", "vscode-extension-tester": "8.3.0", "vscode-extension-tester-locators": "^3.12.2",