From 9c058aa2efad100fd122aab36899af49f9af196e Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:58:38 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 27b8bb7d..9002b48c 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", - "c8": "^8.0.1", - "eslint": "^7.32.0", - "gts": "^3.1.1", + "c8": "^10.0.0", + "eslint": "^9.0.0", + "gts": "^5.0.0", "husky": "^8.0.3", "ts-mocha": "^10.0.0", "ts-proto": "^1.143.0",