Skip to content

Commit

Permalink
Update distributables after Dependabot 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 8, 2023
1 parent d5e5fcf commit 2cbd45e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

0 comments on commit 2cbd45e

Please sign in to comment.