Skip to content

Commit

Permalink
chore(deps): update dependency esprima to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 13, 2018
1 parent c562661 commit cb61a1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"eslint": "4.19.1",
"eslint-plugin-ember": "5.4.0",
"eslint-plugin-node": "7.0.1",
"esprima": "4.0.0",
"esprima": "4.0.1",
"in-repo-a": "link:tests/dummy/lib/in-repo-a",
"in-repo-b": "link:tests/dummy/lib/in-repo-b",
"in-repo-c": "link:tests/dummy/lib/in-repo-c",
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3797,7 +3797,12 @@ espree@^3.5.4:
acorn "^5.5.0"
acorn-jsx "^3.0.0"

esprima@4.0.0, esprima@^4.0.0:
esprima@4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==

esprima@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
integrity sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==
Expand Down

0 comments on commit cb61a1c

Please sign in to comment.