chore(deps): bump linguist-js from 2.1.4 to 2.2.0 (#762)

This commit is contained in:
dependabot[bot]
2022-01-12 22:25:48 -05:00
committed by GitHub
parent 4b91934f50
commit f94e64038a
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"faker": "^5.5.3", "faker": "^5.5.3",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"linguist-js": "^2.1.4", "linguist-js": "^2.2.0",
"marked": "^4.0.3", "marked": "^4.0.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",
@@ -6391,12 +6391,12 @@
} }
}, },
"node_modules/linguist-js": { "node_modules/linguist-js": {
"version": "2.1.4", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.1.4.tgz", "resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.2.0.tgz",
"integrity": "sha512-k/c0GphUXHRaSGrRA3IpxB9Dr8mHcQutMNV0eYlDu3DAv+Ou3YxHBEjDmgk18AzJf+jRROq609Ao7yR82Z8kmA==", "integrity": "sha512-bWZtBevWgwy6+7Hd0nSDYeR7feUOsI53ffJYVS2kr3z1E9cumreaUlM8sg7/lh/DL/GX0GK9ZwmOFlUFeyeJag==",
"dependencies": { "dependencies": {
"binary-extensions": "^2.2.0", "binary-extensions": "^2.2.0",
"commander": "^8.2.0", "commander": "^8.3.0",
"cross-fetch": "^3.1.4", "cross-fetch": "^3.1.4",
"glob-to-regexp": "~0.4.1", "glob-to-regexp": "~0.4.1",
"isbinaryfile": "^4.0.8", "isbinaryfile": "^4.0.8",
@@ -6411,9 +6411,9 @@
} }
}, },
"node_modules/linguist-js/node_modules/commander": { "node_modules/linguist-js/node_modules/commander": {
"version": "8.2.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==", "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
"engines": { "engines": {
"node": ">= 12" "node": ">= 12"
} }
@@ -14920,12 +14920,12 @@
} }
}, },
"linguist-js": { "linguist-js": {
"version": "2.1.4", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.1.4.tgz", "resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.2.0.tgz",
"integrity": "sha512-k/c0GphUXHRaSGrRA3IpxB9Dr8mHcQutMNV0eYlDu3DAv+Ou3YxHBEjDmgk18AzJf+jRROq609Ao7yR82Z8kmA==", "integrity": "sha512-bWZtBevWgwy6+7Hd0nSDYeR7feUOsI53ffJYVS2kr3z1E9cumreaUlM8sg7/lh/DL/GX0GK9ZwmOFlUFeyeJag==",
"requires": { "requires": {
"binary-extensions": "^2.2.0", "binary-extensions": "^2.2.0",
"commander": "^8.2.0", "commander": "^8.3.0",
"cross-fetch": "^3.1.4", "cross-fetch": "^3.1.4",
"glob-to-regexp": "~0.4.1", "glob-to-regexp": "~0.4.1",
"isbinaryfile": "^4.0.8", "isbinaryfile": "^4.0.8",
@@ -14934,9 +14934,9 @@
}, },
"dependencies": { "dependencies": {
"commander": { "commander": {
"version": "8.2.0", "version": "8.3.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-8.2.0.tgz", "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
"integrity": "sha512-LLKxDvHeL91/8MIyTAD5BFMNtoIwztGPMiM/7Bl8rIPmHCZXRxmSWr91h57dpOpnQ6jIUqEWdXE/uBYMfiVZDA==" "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
} }
} }
}, },

View File

@@ -42,7 +42,7 @@
"faker": "^5.5.3", "faker": "^5.5.3",
"jimp": "^0.16.1", "jimp": "^0.16.1",
"js-yaml": "^4.1.0", "js-yaml": "^4.1.0",
"linguist-js": "^2.1.4", "linguist-js": "^2.2.0",
"marked": "^4.0.3", "marked": "^4.0.3",
"memory-cache": "^0.2.0", "memory-cache": "^0.2.0",
"minimatch": "^3.0.4", "minimatch": "^3.0.4",