From 8cb9de04d9f28cbe4e5a91bda68add2a6491ddb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2020 11:50:56 +0000 Subject: [PATCH] Bump acorn in /App/Talent.App.WebApp/wwwroot/js/react Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.1.0...6.4.1) Signed-off-by: dependabot[bot] --- App/Talent.App.WebApp/wwwroot/js/react/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App/Talent.App.WebApp/wwwroot/js/react/package-lock.json b/App/Talent.App.WebApp/wwwroot/js/react/package-lock.json index 7a133c17..0e4b45aa 100644 --- a/App/Talent.App.WebApp/wwwroot/js/react/package-lock.json +++ b/App/Talent.App.WebApp/wwwroot/js/react/package-lock.json @@ -235,9 +235,9 @@ "dev": true }, "acorn": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.0.tgz", - "integrity": "sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==", + "version": "6.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.1.tgz", + "integrity": "sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==", "dev": true }, "acorn-dynamic-import": {