diff --git a/package-lock.json b/package-lock.json index e688409..7a15435 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint-plugin-promise": "6.4.0", "eslint-plugin-unicorn": "54.0.0", "np": "10.0.6", - "typescript": "5.5.3" + "typescript": "5.5.4" }, "engines": { "node": ">=18.18.0" @@ -7052,9 +7052,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==", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 781355f..0f9f69e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "eslint-plugin-promise": "6.4.0", "eslint-plugin-unicorn": "54.0.0", "np": "10.0.6", - "typescript": "5.5.3" + "typescript": "5.5.4" }, "peerDependencies": { "@typescript-eslint/eslint-plugin": "^7.15.0",