mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
Merge pull request #78 from actions/dependabot/npm_and_yarn/espree-9.5.0
Bump espree from 9.4.1 to 9.5.0
This commit is contained in:
12
dist/index.js
vendored
12
dist/index.js
vendored
@@ -17946,7 +17946,7 @@ var espree = () => Parser => {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
const version$1 = "9.4.1";
|
const version$1 = "9.5.0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @fileoverview Main Espree file that converts Acorn into Esprima output.
|
* @fileoverview Main Espree file that converts Acorn into Esprima output.
|
||||||
@@ -18081,6 +18081,7 @@ function parse(code, options) {
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
const version = version$1;
|
const version = version$1;
|
||||||
|
const name = "espree";
|
||||||
|
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
const VisitorKeys = (function() {
|
const VisitorKeys = (function() {
|
||||||
@@ -18090,16 +18091,16 @@ const VisitorKeys = (function() {
|
|||||||
// Derive node types from VisitorKeys
|
// Derive node types from VisitorKeys
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
const Syntax = (function() {
|
const Syntax = (function() {
|
||||||
let name,
|
let key,
|
||||||
types = {};
|
types = {};
|
||||||
|
|
||||||
if (typeof Object.create === "function") {
|
if (typeof Object.create === "function") {
|
||||||
types = Object.create(null);
|
types = Object.create(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (name in VisitorKeys) {
|
for (key in VisitorKeys) {
|
||||||
if (Object.hasOwnProperty.call(VisitorKeys, name)) {
|
if (Object.hasOwnProperty.call(VisitorKeys, key)) {
|
||||||
types[name] = name;
|
types[key] = key;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -18117,6 +18118,7 @@ const supportedEcmaVersions = getSupportedEcmaVersions();
|
|||||||
exports.Syntax = Syntax;
|
exports.Syntax = Syntax;
|
||||||
exports.VisitorKeys = VisitorKeys;
|
exports.VisitorKeys = VisitorKeys;
|
||||||
exports.latestEcmaVersion = latestEcmaVersion;
|
exports.latestEcmaVersion = latestEcmaVersion;
|
||||||
|
exports.name = name;
|
||||||
exports.parse = parse;
|
exports.parse = parse;
|
||||||
exports.supportedEcmaVersions = supportedEcmaVersions;
|
exports.supportedEcmaVersions = supportedEcmaVersions;
|
||||||
exports.tokenize = tokenize;
|
exports.tokenize = tokenize;
|
||||||
|
|||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
14
package-lock.json
generated
@@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"espree": "^9.4.1"
|
"espree": "^9.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.36.1",
|
||||||
@@ -2976,9 +2976,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/espree": {
|
"node_modules/espree": {
|
||||||
"version": "9.4.1",
|
"version": "9.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz",
|
||||||
"integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
|
"integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"acorn": "^8.8.0",
|
"acorn": "^8.8.0",
|
||||||
"acorn-jsx": "^5.3.2",
|
"acorn-jsx": "^5.3.2",
|
||||||
@@ -8469,9 +8469,9 @@
|
|||||||
"integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
|
"integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
|
||||||
},
|
},
|
||||||
"espree": {
|
"espree": {
|
||||||
"version": "9.4.1",
|
"version": "9.5.0",
|
||||||
"resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz",
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.5.0.tgz",
|
||||||
"integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==",
|
"integrity": "sha512-JPbJGhKc47++oo4JkEoTe2wjy4fmMwvFpgJT9cQzmfXKp22Dr6Hf1tdCteLz1h0P3t+mGvWZ+4Uankvh8+c6zw==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"acorn": "^8.8.0",
|
"acorn": "^8.8.0",
|
||||||
"acorn-jsx": "^5.3.2",
|
"acorn-jsx": "^5.3.2",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/github": "^5.1.1",
|
"@actions/github": "^5.1.1",
|
||||||
"espree": "^9.4.1"
|
"espree": "^9.5.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.36.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user