From b66b0f0830aa4088860c552baf60419891f78bae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 22:16:35 +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-SEMVER-3247795 --- deps/npm/node_modules/uuid/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deps/npm/node_modules/uuid/package.json b/deps/npm/node_modules/uuid/package.json index efc07b8f6c3f73..9cff70d49ee349 100644 --- a/deps/npm/node_modules/uuid/package.json +++ b/deps/npm/node_modules/uuid/package.json @@ -17,13 +17,13 @@ "uuid": "./bin/uuid" }, "devDependencies": { - "@commitlint/cli": "~8.2.0", + "@commitlint/cli": "~9.1.2", "@commitlint/config-conventional": "~8.2.0", - "eslint": "~6.4.0", - "husky": "~3.0.5", - "mocha": "6.2.0", + "eslint": "~7.0.0", + "husky": "~4.0.0", + "mocha": "6.2.1", "runmd": "1.2.1", - "standard-version": "7.0.0" + "standard-version": "9.1.1" }, "scripts": { "lint": "eslint .",