From 407dd198b32beed30874528a4f37dc9fbabaf167 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 07:50:22 +0000 Subject: [PATCH] fix: node_modules/keyv/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/keyv/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/keyv/package.json b/node_modules/keyv/package.json index e179afca87..57824b7dae 100644 --- a/node_modules/keyv/package.json +++ b/node_modules/keyv/package.json @@ -32,7 +32,7 @@ "json-buffer": "3.0.0" }, "devDependencies": { - "ava": "^0.25.0", + "ava": "^4.0.0", "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.0", "@keyv/mongo": "*", @@ -41,9 +41,9 @@ "@keyv/redis": "*", "@keyv/sqlite": "*", "@keyv/test-suite": "*", - "nyc": "^11.0.3", + "nyc": "^13.0.1", "this": "^1.0.2", "timekeeper": "^2.0.0", - "xo": "^0.20.1" + "xo": "^0.42.0" } } \ No newline at end of file