diff --git a/package-lock.json b/package-lock.json index 1c5056a..8a62c5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "glob": "10.4.1", "rimraf": "5.0.7", "tsx": "4.16.0", - "typescript": "5.5.2" + "typescript": "5.5.3" }, "engines": { "node": "20.12.2" @@ -4949,9 +4949,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, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index ed45235..b4f7a53 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "glob": "10.4.1", "rimraf": "5.0.7", "tsx": "4.16.0", - "typescript": "5.5.2" + "typescript": "5.5.3" }, "license": "MIT" }