chore: update linguist-js to 2.1.1

This commit is contained in:
lowlighter
2021-09-12 20:06:21 -04:00
parent af8c476548
commit 516d815fb8
2 changed files with 18 additions and 19 deletions

35
package-lock.json generated
View File

@@ -25,7 +25,7 @@
"faker": "^5.5.3",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.0.0",
"linguist-js": "^2.1.1",
"marked": "^3.0.0",
"memory-cache": "^0.2.0",
"minimatch": "^3.0.4",
@@ -6436,11 +6436,12 @@
}
},
"node_modules/linguist-js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.0.0.tgz",
"integrity": "sha512-DPEhkPd1fMIiNedUuSJy9rZiLAXt9mbaMVYa7Daoe5U7+4aZgMsZI7sQJh3PdT+ETRsdbVZ8UK2wNsoeE/smhw==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.1.1.tgz",
"integrity": "sha512-+9YwBQTdf/R3/IV38WbGrk2RBVATV13P9eSGM6NI6ojtBgbT9ZzpPxTkHs/tJzipQaPVZHMamrlVSe/YEU29dg==",
"dependencies": {
"binary-extensions": "^2.2.0",
"commander": "^8.2.0",
"cross-fetch": "^3.1.4",
"glob-to-regexp": "^0.4.1",
"isbinaryfile": "^4.0.8",
@@ -6450,15 +6451,14 @@
"bin": {
"linguist": "bin/index.js"
},
"optionalDependencies": {
"commander": "^8.1.0"
"engines": {
"node": ">=12"
}
},
"node_modules/linguist-js/node_modules/commander": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.1.0.tgz",
"integrity": "sha512-mf45ldcuHSYShkplHHGKWb4TrmwQadxOn7v4WuhDJy0ZVoY5JFajaRDKD0PNe5qXzBX0rhovjTnP6Kz9LETcuA==",
"optional": true,
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==",
"engines": {
"node": ">= 12"
}
@@ -15081,12 +15081,12 @@
}
},
"linguist-js": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.0.0.tgz",
"integrity": "sha512-DPEhkPd1fMIiNedUuSJy9rZiLAXt9mbaMVYa7Daoe5U7+4aZgMsZI7sQJh3PdT+ETRsdbVZ8UK2wNsoeE/smhw==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.1.1.tgz",
"integrity": "sha512-+9YwBQTdf/R3/IV38WbGrk2RBVATV13P9eSGM6NI6ojtBgbT9ZzpPxTkHs/tJzipQaPVZHMamrlVSe/YEU29dg==",
"requires": {
"binary-extensions": "^2.2.0",
"commander": "^8.1.0",
"commander": "^8.2.0",
"cross-fetch": "^3.1.4",
"glob-to-regexp": "^0.4.1",
"isbinaryfile": "^4.0.8",
@@ -15095,10 +15095,9 @@
},
"dependencies": {
"commander": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.1.0.tgz",
"integrity": "sha512-mf45ldcuHSYShkplHHGKWb4TrmwQadxOn7v4WuhDJy0ZVoY5JFajaRDKD0PNe5qXzBX0rhovjTnP6Kz9LETcuA==",
"optional": true
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA=="
}
}
},

View File

@@ -41,7 +41,7 @@
"faker": "^5.5.3",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.0.0",
"linguist-js": "^2.1.1",
"marked": "^3.0.0",
"memory-cache": "^0.2.0",
"minimatch": "^3.0.4",