From 4f9d2b07bc54b976a56d3678947ee40735bc4de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 16:47:50 +0000 Subject: [PATCH] Bump acorn in /test/legacyEdge/testdata/breakOnLoad_webpack Bumps [acorn](https://github.com/acornjs/acorn) from 6.2.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.2.0...6.4.1) Signed-off-by: dependabot[bot] --- .../testdata/breakOnLoad_webpack/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/legacyEdge/testdata/breakOnLoad_webpack/package-lock.json b/test/legacyEdge/testdata/breakOnLoad_webpack/package-lock.json index 8fcc2a15..39ef04d9 100644 --- a/test/legacyEdge/testdata/breakOnLoad_webpack/package-lock.json +++ b/test/legacyEdge/testdata/breakOnLoad_webpack/package-lock.json @@ -191,9 +191,9 @@ "dev": true }, "acorn": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.2.0.tgz", - "integrity": "sha512-8oe72N3WPMjA+2zVG71Ia0nXZ8DpQH+QyyHO+p06jT8eg8FGG3FbcUIi8KziHlAfheJQZeoqbvq1mQSQHXKYLw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==", "dev": true }, "ajv": {