From 2fd89a4a72d07784c1f88721aca02ab346d528f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2020 08:30:07 +0000 Subject: [PATCH] Bump acorn from 5.7.1 to 5.7.4 in /jsstrings Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4) Signed-off-by: dependabot[bot] --- jsstrings/package-lock.json | 6 +++--- jsstrings/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jsstrings/package-lock.json b/jsstrings/package-lock.json index 0648f52..d0a5624 100644 --- a/jsstrings/package-lock.json +++ b/jsstrings/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "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==" } } } diff --git a/jsstrings/package.json b/jsstrings/package.json index 781359e..242f8dc 100644 --- a/jsstrings/package.json +++ b/jsstrings/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "acorn": "^5.7.1" + "acorn": "^5.7.4" } }