From 8f13a38b5add5c89d7e02248fb5c986824e361dd Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 26 Mar 2024 08:46:52 +0000
Subject: [PATCH] chore(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#1036)
---
package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index 0651297..b46cbbf 100644
--- a/package.json
+++ b/package.json
@@ -96,7 +96,7 @@
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
- "@types/node": "^20.11.25",
+ "@types/node": "^20.11.29",
"@types/pretty-time": "^1.1.5",
"@types/source-map-support": "^0.5.10",
"@types/ws": "^8.5.10",
@@ -104,6 +104,6 @@
"esbuild": "^0.19.9",
"prettier": "^3.2.4",
"tsx": "^4.7.1",
- "typescript": "^5.4.2"
+ "typescript": "^5.4.3"
}
}
--
Gitblit v1.10.0