diff --git a/package-lock.json b/package-lock.json index 65c40e5..90fabec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.4.3", + "typescript": "5.4.4", "typescript-eslint": "7.5.0" }, "devDependencies": { @@ -3390,9 +3390,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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index b7d4cc5..13838d2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "eslint-plugin-import": "2.29.1", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-unicorn": "52.0.0", - "typescript": "5.4.3", + "typescript": "5.4.4", "typescript-eslint": "7.5.0" }, "devDependencies": {