From 442be680fa15f4459809cd65a116d7aed1b7968a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 17:11:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fcadb67..583f69c 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "redis": "2.8.0", "firebase-admin": "7.4.0", - "mkdirp": "0.5.1", + "mkdirp": "0.5.2", "reflect-metadata": "0.1.13", "apollo-datasource-rest": "0.4.0", "apollo-datasource": "0.4.0",