chore(deps): bump eslint from 8.26.0 to 8.27.0 (#1279) [skip ci]

This commit is contained in:
dependabot[bot]
2022-11-10 21:24:33 -05:00
committed by GitHub
parent 0f720e8352
commit 2cbb10d809
2 changed files with 9 additions and 16 deletions

23
package-lock.json generated
View File

@@ -13,15 +13,12 @@
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@faker-js/faker": "^7.6.0",
"@googlemaps/google-maps-services-js": "^3.3.16",
"@octokit/graphql": "^5.0.4",
"@octokit/rest": "^19.0.5",
"@primer/css": "^20.5.1",
"@primer/octicons": "^17.8.0",
"axios": "^1.1.3",
"chess.js": "^1.0.0-alpha.0",
"clipboard": "^2.0.11",
"color": "^4.2.3",
"compression": "^1.7.4",
"csso": "^5.0.5",
"d3": "^7.6.1",
@@ -31,20 +28,17 @@
"express": "^4.18.2",
"express-rate-limit": "^6.6.0",
"file-type": "^18.0.0",
"gifencoder": "^2.0.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.5.3",
"marked": "^4.2.1",
"memory-cache": "^0.2.0",
"minimatch": "^5.1.0",
"node-chartist": "^1.0.5",
"node-fetch": "^3.2.10",
"open-graph-scraper": "^4.11.1",
"png-js": "^1.0.0",
"prismjs": "^1.29.0",
"puppeteer": "^19.2.1",
"purgecss": "^5.0.0",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"sanitize-html": "^2.7.3",
"sharp": "^0.31.1",
@@ -53,11 +47,10 @@
"twemoji-parser": "^14.0.0",
"vue": "^2.7.1",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.6.1",
"yargs-parser": "^21.1.1"
"xml-formatter": "^2.6.1"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"jest": "^29.2.2",
"libxmljs2": "^0.31.0"
},
@@ -5097,9 +5090,9 @@
}
},
"node_modules/eslint": {
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz",
"integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==",
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.3.3",
@@ -14516,9 +14509,9 @@
}
},
"eslint": {
"version": "8.26.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.26.0.tgz",
"integrity": "sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==",
"version": "8.27.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.27.0.tgz",
"integrity": "sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.3.3",

View File

@@ -69,7 +69,7 @@
"xml-formatter": "^2.6.1"
},
"devDependencies": {
"eslint": "^8.26.0",
"eslint": "^8.27.0",
"jest": "^29.2.2",
"libxmljs2": "^0.31.0"
},