From 7b2e7fbc88e236b8b915425ad43a19ef329d26c9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 22:16:45 +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-LODASH-567746 --- 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 efc07b8f6c3f73..672a5494e2d22c 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": "~8.3.6", "@commitlint/config-conventional": "~8.2.0", "eslint": "~6.4.0", "husky": "~3.0.5",