Skip to content

Commit c756088

Browse files
Bump acorn-walk from 6.1.1 to 7.0.0 (#337)
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] <[email protected]>
1 parent 8db6bd7 commit c756088

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@types/estree": "0.0.39",
1111
"acorn": "^6.0.5",
12-
"acorn-walk": "^6.1.1",
12+
"acorn-walk": "^7.0.0",
1313
"astring": "^1.3.1",
1414
"source-map": "^0.7.3"
1515
},

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,10 @@ acorn-globals@^4.1.0:
101101
dependencies:
102102
acorn "^5.0.0"
103103

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

108109
acorn@^5.0.0, acorn@^5.3.0:
109110
version "5.7.1"

0 commit comments

Comments
 (0)