From 0393f74dc421605e1b5848784a01e8328a13b05c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 19:37:27 +0000 Subject: [PATCH] fix: node_modules/uuid/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-ROLLUP-8073097 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/uuid/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json index ff4aee856c..2492f75a1c 100644 --- a/node_modules/uuid/package.json +++ b/node_modules/uuid/package.json @@ -69,12 +69,12 @@ "eslint-plugin-promise": "4.2.1", "eslint-plugin-standard": "4.0.1", "husky": "4.2.5", - "jest": "25.5.4", + "jest": "27.0.2", "lint-staged": "10.2.11", "npm-run-all": "4.1.5", "prettier": "2.0.5", "random-seed": "0.3.0", - "rollup": "2.18.0", + "rollup": "3.29.5", "rollup-plugin-terser": "6.1.0", "runmd": "1.3.2", "standard-version": "8.0.2"