From 919477e649ff2e926b2efcc39a7b3482aac43c21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Apr 2020 14:49:15 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ACORN-559469 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index aab22da..b47aeb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -172,9 +172,9 @@ "dev": true }, "acorn": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.1.tgz", - "integrity": "sha512-d+nbxBUGKg7Arpsvbnlq61mc12ek3EY8EQldM3GPAhWJ1UVxC6TDGbIvUMNU6obBX3i1+ptCIzV4vq0gFPEGVQ==" + "version": "5.7.4", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz", + "integrity": "sha512-1D++VG7BhrtvQpNbBzovKNc1FLGGEE/oGe7b9xJm/RFHMBeUaUGpluV9RLjZa47YFdPcDAenEYuq9pQPcMdLJg==" }, "acorn-jsx": { "version": "5.0.2", diff --git a/package.json b/package.json index 6dee634..0efe723 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "tap": "^14.6.1" }, "dependencies": { - "acorn": "5.7.1", + "acorn": "5.7.4", "debug": "^4.1.1", "needle": "^2.4.0", "semver": "^6.3.0",