Skip to content

Commit

Permalink
deps: upgrade to latest versions (pugjs#3184)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackschuster authored May 1, 2020
1 parent 3c2f560 commit c5fbd01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"pug"
],
"dependencies": {
"character-parser": "^2.1.1",
"character-parser": "^2.2.0",
"is-expression": "^3.0.0",
"pug-error": "^1.3.3"
},
"devDependencies": {
"acorn": "^7.1.0"
"acorn": "^7.1.1",
"acorn-walk": "^7.1.1"
},
"files": [
"index.js"
Expand Down
2 changes: 1 addition & 1 deletion test/check-lexer-functions.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var fs = require('fs');
var acorn = require('acorn');
var walk = require('acorn/dist/walk');
var walk = require('acorn-walk');

var hadErrors = false;

Expand Down

0 comments on commit c5fbd01

Please sign in to comment.