From 6c7470f4b1d4133039384885b6126a7ebfd71675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2020 18:48:03 +0000 Subject: [PATCH] Bump acorn in /mozilla-release/tools/lint/eslint/eslint-plugin-mozilla 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] --- .../lint/eslint/eslint-plugin-mozilla/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozilla-release/tools/lint/eslint/eslint-plugin-mozilla/package-lock.json b/mozilla-release/tools/lint/eslint/eslint-plugin-mozilla/package-lock.json index 94082733449..bd94dfc35f5 100644 --- a/mozilla-release/tools/lint/eslint/eslint-plugin-mozilla/package-lock.json +++ b/mozilla-release/tools/lint/eslint/eslint-plugin-mozilla/package-lock.json @@ -25,9 +25,9 @@ } }, "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 }, "acorn-jsx": {