From ad0681128cda675d76dbe5a00aa3c5e7bf951087 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 6 Oct 2022 11:56:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 - https://snyk.io/vuln/SNYK-JS-LODASH-450202 - https://snyk.io/vuln/SNYK-JS-LODASH-567746 - https://snyk.io/vuln/SNYK-JS-LODASH-608086 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2cabe27..5c53749 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,12 @@ "contentstack": "./bin/index.js" }, "dependencies": { - "async": "2.6.1", + "async": "2.6.4", "chalk": "2.4.1", "commander": "2.9.0", "debug": "4.1.0", - "lodash": "4.17.11", - "mkdirp": "0.5.1", + "lodash": "4.17.21", + "mkdirp": "0.5.2", "ncp": "2.0.0", "prompt": "1.0.0", "request": "2.88.0",