Skip to content

Commit

Permalink
Merge pull request #59 from actions/dependabot/npm_and_yarn/espree-9.4.1
Browse files Browse the repository at this point in the history
Bump espree from 9.4.0 to 9.4.1
  • Loading branch information
James M. Greene authored and GitHub committed Feb 16, 2023
2 parents 995b240 + ea72118 commit 24bc4a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18645,7 +18645,7 @@ var espree = () => Parser => {
};
};

const version$1 = "9.4.0";
const version$1 = "9.4.1";

/**
* @fileoverview Main Espree file that converts Acorn into Esprima output.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@actions/core": "^1.10.0",
"axios": "^1.3.0",
"espree": "^9.3.2"
"espree": "^9.4.1"
},
"devDependencies": {
"@vercel/ncc": "^0.34.0",
Expand Down

0 comments on commit 24bc4a6

Please sign in to comment.