From b3d7cfc92e25112eac2ecb8733f4a557a7677abe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Apr 2023 16:44:22 +0000 Subject: [PATCH] fix: node_modules/mem/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-SERIALIZEJAVASCRIPT-570062 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- node_modules/mem/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/mem/package.json b/node_modules/mem/package.json index dba9edb686..fb51546095 100644 --- a/node_modules/mem/package.json +++ b/node_modules/mem/package.json @@ -37,10 +37,10 @@ "mimic-fn": "^3.0.0" }, "devDependencies": { - "ava": "^2.4.0", + "ava": "^4.0.0", "delay": "^4.1.0", - "serialize-javascript": "^2.1.0", - "tsd": "^0.11.0", - "xo": "^0.25.3" + "serialize-javascript": "^3.1.0", + "tsd": "^0.17.0", + "xo": "^0.42.0" } } \ No newline at end of file