From b77cc123efb51a4f54fb0669a844117df42cac88 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:51:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DATALOADER-8248488 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27b8bb7d..f99bb20b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "gts": "^3.1.1", "husky": "^8.0.3", "ts-mocha": "^10.0.0", - "ts-proto": "^1.143.0", + "ts-proto": "^1.153.2", "typedoc": "^0.24.7", "typescript": "^5.0.2" },