diff --git a/package-lock.json b/package-lock.json index 3d5a961..92cfd2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "eslint-ava-rule-tester": "^5.0.1", "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -5788,9 +5788,9 @@ } }, "node_modules/typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -10406,9 +10406,9 @@ } }, "typescript": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz", - "integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 570d465..fcc3abd 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-ava-rule-tester": "^5.0.1", "eslint-plugin-eslint-plugin": "^6.0.0", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.4.4" + "typescript": "^5.4.5" }, "peerDependencies": { "eslint": ">=8.51.0"