diff --git a/package-lock.json b/package-lock.json index fadea51..c6eb884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "eslint": "8.57.0", "react": "18.3.1", "rimraf": "6.0.1", - "typescript": "5.5.3" + "typescript": "5.5.4" }, "peerDependencies": { "eslint": "^7.32.0 || ^8.0.0", @@ -4180,9 +4180,9 @@ } }, "node_modules/typescript": { - "version": "5.5.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz", - "integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 2c6980c..a24915a 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,6 @@ "eslint": "8.57.0", "react": "18.3.1", "rimraf": "6.0.1", - "typescript": "5.5.3" + "typescript": "5.5.4" } }