Skip to content

Commit

Permalink
Bump acorn-walk from 6.1.1 to 7.0.0 (#337)
Browse files Browse the repository at this point in the history
Bumps [acorn-walk](https://github.com/acornjs/acorn) from 6.1.1 to 7.0.0.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](acornjs/acorn@6.1.1...7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 5, 2020
1 parent 8db6bd7 commit c756088
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@types/estree": "0.0.39",
"acorn": "^6.0.5",
"acorn-walk": "^6.1.1",
"acorn-walk": "^7.0.0",
"astring": "^1.3.1",
"source-map": "^0.7.3"
},
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ acorn-globals@^4.1.0:
dependencies:
acorn "^5.0.0"

acorn-walk@^6.1.1:
version "6.1.1"
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
acorn-walk@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-7.0.0.tgz#c8ba6f0f1aac4b0a9e32d1f0af12be769528f36b"
integrity sha512-7Bv1We7ZGuU79zZbb6rRqcpxo3OY+zrdtloZWoyD8fmGX+FeXRjE+iuGkZjSXLVovLzrsvMGMy0EkwA0E0umxg==

acorn@^5.0.0, acorn@^5.3.0:
version "5.7.1"
Expand Down

0 comments on commit c756088

Please sign in to comment.