diff --git a/package-lock.json b/package-lock.json index 1548e13..55d35f7 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.2.0", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.5.2" + "typescript": "^5.5.3" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -6040,9 +6040,9 @@ } }, "node_modules/typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "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", @@ -10938,9 +10938,9 @@ } }, "typescript": { - "version": "5.5.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.2.tgz", - "integrity": "sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", + "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", "dev": true }, "unbox-primitive": { diff --git a/package.json b/package.json index 7557f97..24ac992 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "eslint-ava-rule-tester": "^5.0.1", "eslint-plugin-eslint-plugin": "^6.2.0", "eslint-plugin-optimize-regex": "^1.2.1", - "typescript": "^5.5.2" + "typescript": "^5.5.3" }, "peerDependencies": { "eslint": ">=8.51.0"