From e07f7c1a31e3d5caaf07f932997dbae0c76c2612 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 04:47:59 +0000 Subject: [PATCH] fix: deps/npm/node_modules/uuid/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- deps/npm/node_modules/uuid/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/npm/node_modules/uuid/package.json b/deps/npm/node_modules/uuid/package.json index efc07b8f6c3f..e997ada68615 100644 --- a/deps/npm/node_modules/uuid/package.json +++ b/deps/npm/node_modules/uuid/package.json @@ -17,7 +17,7 @@ "uuid": "./bin/uuid" }, "devDependencies": { - "@commitlint/cli": "~8.2.0", + "@commitlint/cli": "~9.0.0", "@commitlint/config-conventional": "~8.2.0", "eslint": "~6.4.0", "husky": "~3.0.5",