diff --git a/package-lock.json b/package-lock.json index 9a5d8ce..f6ea137 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-ava-rule-tester": "^5.0.1", "eslint-plugin-eslint-plugin": "^5.4.1", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -5191,9 +5191,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", @@ -9377,9 +9377,9 @@ } }, "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 }, "unbox-primitive": { diff --git a/package.json b/package.json index 3028d3b..d7b1c5a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-ava-rule-tester": "^5.0.1", "eslint-plugin-eslint-plugin": "^5.4.1", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.4.3" + "typescript": "^5.4.4" }, "peerDependencies": { "eslint": ">=8.51.0"