From ce40a3e79be39be33dd6cd85a35cb8978466d16c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 02:23:24 +0000 Subject: [PATCH] fix: node_modules/object-assign/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-MICROMATCH-6838728 --- node_modules/object-assign/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/object-assign/package.json b/node_modules/object-assign/package.json index 3aa7326260..a7f9d6ba9d 100644 --- a/node_modules/object-assign/package.json +++ b/node_modules/object-assign/package.json @@ -34,7 +34,7 @@ "browser" ], "devDependencies": { - "ava": "^0.16.0", + "ava": "^2.0.0", "lodash": "^4.16.4", "matcha": "^0.7.0", "xo": "^0.16.0"