From 3270531be606d8e36f72d0ca782384df95faeb58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Nov 2020 14:25:22 +0000 Subject: [PATCH] Build(deps): Bump acorn from 7.1.0 to 7.4.1 in /DataGatherer Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.4.1) Signed-off-by: dependabot[bot] --- DataGatherer/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DataGatherer/package-lock.json b/DataGatherer/package-lock.json index 4eb9ff3..32559c3 100644 --- a/DataGatherer/package-lock.json +++ b/DataGatherer/package-lock.json @@ -36,9 +36,9 @@ } }, "acorn": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz", - "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==", + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", "dev": true }, "acorn-node": {