Browse Source

Bump acorn from 7.1.0 to 7.1.1

Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/7.1.0...7.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 4 years ago
parent
commit
b6fafea2d6
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      package-lock.json

+ 3
- 3
package-lock.json View File

@@ -223,9 +223,9 @@
223 223
       }
224 224
     },
225 225
     "acorn": {
226
-      "version": "7.1.0",
227
-      "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.0.tgz",
228
-      "integrity": "sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==",
226
+      "version": "7.1.1",
227
+      "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz",
228
+      "integrity": "sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==",
229 229
       "dev": true
230 230
     },
231 231
     "acorn-jsx": {