Skip to content

Commit a86a6a8

Browse files
committed
Update minimum dependency versions.
Fixes #4
1 parent 728cad9 commit a86a6a8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
"url": "https://github.com/browserify/acorn-node/issues"
88
},
99
"dependencies": {
10-
"acorn": "^6.0.1",
10+
"acorn": "^6.0.2",
1111
"acorn-dynamic-import": "^4.0.0",
12-
"acorn-walk": "^6.0.1",
12+
"acorn-walk": "^6.1.0",
1313
"xtend": "^4.0.1"
1414
},
1515
"devDependencies": {
16-
"acorn-bigint": "^0.3.0",
16+
"acorn-bigint": "^0.3.1",
1717
"acorn-import-meta": "^0.3.0",
18-
"buble": "^0.19.3",
18+
"buble": "^0.19.6",
1919
"mkdirp": "^0.5.1",
2020
"standard": "^11.0.1",
21-
"tape": "^4.8.0"
21+
"tape": "^4.9.1"
2222
},
2323
"homepage": "https://github.com/browserify/acorn-node",
2424
"keywords": [

0 commit comments

Comments
 (0)