diff --git a/package-lock.json b/package-lock.json index 1038a982..b40428a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "esbuild": "^0.20.2", "eslint": "^8.57.0", "tfx-cli": "^0.17.0", - "typescript": "^5.4.3" + "typescript": "^5.4.4" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4098,9 +4098,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.4.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", + "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 3a76ded7..da037cb2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@typescript-eslint/parser": "^7.5.0", "esbuild": "^0.20.2", "eslint": "^8.57.0", - "typescript": "^5.4.3", + "typescript": "^5.4.4", "tfx-cli": "^0.17.0" }, "scripts": {