Skip to content

Commit

Permalink
Merge pull request #93 from actions/dependabot/npm_and_yarn/eslint-8.…
Browse files Browse the repository at this point in the history
…40.0

Bump eslint from 8.38.0 to 8.40.0
  • Loading branch information
JamesMGreene committed Dec 4, 2023
2 parents f156874 + 2cbd45e commit 7d8c7a7
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 56 deletions.
6 changes: 3 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16802,7 +16802,7 @@ module.exports = require("zlib");
Object.defineProperty(exports, "__esModule", ({ value: true }));

/**
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/

/**
Expand Down Expand Up @@ -17121,7 +17121,7 @@ Object.freeze(KEYS);
*/

/**
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
* @typedef {import('./visitor-keys.js').VisitorKeys} VisitorKeys
*/

// List to ignore keys.
Expand Down Expand Up @@ -17951,7 +17951,7 @@ var espree = () => Parser => {
};
};

const version$1 = "9.5.1";
const version$1 = "9.5.2";

/**
* @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.

105 changes: 54 additions & 51 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 @@ -30,7 +30,7 @@
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"eslint": "^8.38.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-github": "^4.7.0",
"jest": "^29.5.0",
Expand Down

0 comments on commit 7d8c7a7

Please sign in to comment.