From 50cb64f174acef14e984b0e97a4613b141029ad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Oct 2020 09:14:51 +0000 Subject: [PATCH] Bump acorn from 6.3.0 to 6.4.2 in /Licensing/NetCore/ElectronStandalone Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.2. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.2) Signed-off-by: dependabot[bot] --- Licensing/NetCore/ElectronStandalone/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Licensing/NetCore/ElectronStandalone/package-lock.json b/Licensing/NetCore/ElectronStandalone/package-lock.json index a37b1cc..da4d242 100644 --- a/Licensing/NetCore/ElectronStandalone/package-lock.json +++ b/Licensing/NetCore/ElectronStandalone/package-lock.json @@ -105,9 +105,9 @@ "dev": true }, "acorn": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.3.0.tgz", - "integrity": "sha512-/czfa8BwS88b9gWQVhc8eknunSA2DoJpJyTQkhheIf5E48u1N0R4q/YxxsAeqRrmK9TQ/uYfgLDfZo91UlANIA==", + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", "dev": true }, "acorn-jsx": {