Skip to content

Commit

Permalink
chore(deps): update dependency espree to v9 (#1748)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 8, 2022
1 parent 420a254 commit c41ba50
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 133 deletions.
49 changes: 29 additions & 20 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"chalk": "^4.0.0",
"escodegen": "^1.13.0",
"espree": "^7.1.0",
"espree": "^9.0.0",
"estraverse": "^5.1.0",
"glob": "^7.2.1",
"jsdoc": "^3.6.3",
Expand Down
137 changes: 26 additions & 111 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"chalk": "^4.0.0",
"escodegen": "^1.13.0",
"eslint": "^8.15.0",
"espree": "^7.1.0",
"espree": "^9.0.0",
"estraverse": "^5.1.0",
"gh-pages": "^4.0.0",
"git-raw-commits": "^2.0.3",
Expand Down

0 comments on commit c41ba50

Please sign in to comment.