chore(deps): bump linguist-js from 2.4.2 to 2.5.0 (#1057) [skip ci]

This commit is contained in:
dependabot[bot]
2022-05-16 19:23:43 +02:00
committed by GitHub
parent 26eb9d31f4
commit 7a01b33fb5
2 changed files with 18 additions and 17 deletions

33
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"express-rate-limit": "^6.4.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.4.2",
"linguist-js": "^2.5.0",
"marked": "^4.0.14",
"memory-cache": "^0.2.0",
"minimatch": "^5.0.1",
@@ -6265,12 +6265,12 @@
"dev": true
},
"node_modules/linguist-js": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.4.2.tgz",
"integrity": "sha512-Jpoibg5/T4NSA8upCrCEHMuz/bi79TBEu4C6UViuZMSgrZHd5JFEtZnJy8oyo0pGgwCP/3UFCRbdNcZBzPHNIA==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.5.0.tgz",
"integrity": "sha512-pvcqfddBB+T7Im7AVPAneAZh6d9lpDYs2EtPcx7jnmnc8JAhyDKSdazP43qmQ0PsnRhu8/jSh6BA4C9zhBCpow==",
"dependencies": {
"binary-extensions": "^2.2.0",
"commander": "^9.1.0",
"commander": "^9.2.0",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.5",
"ignore": "^5.2.0",
@@ -6279,16 +6279,17 @@
"node-cache": "^5.1.2"
},
"bin": {
"linguist": "bin/index.js"
"linguist": "bin/index.js",
"linguist-js": "bin/index.js"
},
"engines": {
"node": ">=12"
}
},
"node_modules/linguist-js/node_modules/commander": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz",
"integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.2.0.tgz",
"integrity": "sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==",
"engines": {
"node": "^12.20.0 || >=14"
}
@@ -14294,12 +14295,12 @@
"dev": true
},
"linguist-js": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.4.2.tgz",
"integrity": "sha512-Jpoibg5/T4NSA8upCrCEHMuz/bi79TBEu4C6UViuZMSgrZHd5JFEtZnJy8oyo0pGgwCP/3UFCRbdNcZBzPHNIA==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.5.0.tgz",
"integrity": "sha512-pvcqfddBB+T7Im7AVPAneAZh6d9lpDYs2EtPcx7jnmnc8JAhyDKSdazP43qmQ0PsnRhu8/jSh6BA4C9zhBCpow==",
"requires": {
"binary-extensions": "^2.2.0",
"commander": "^9.1.0",
"commander": "^9.2.0",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.5",
"ignore": "^5.2.0",
@@ -14309,9 +14310,9 @@
},
"dependencies": {
"commander": {
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.1.0.tgz",
"integrity": "sha512-i0/MaqBtdbnJ4XQs4Pmyb+oFQl+q0lsAmokVUH92SlSw4fkeAcG3bVon+Qt7hmtF+u3Het6o4VgrcY3qAoEB6w=="
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-9.2.0.tgz",
"integrity": "sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w=="
}
}
},

View File

@@ -46,7 +46,7 @@
"express-rate-limit": "^6.4.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.4.2",
"linguist-js": "^2.5.0",
"marked": "^4.0.14",
"memory-cache": "^0.2.0",
"minimatch": "^5.0.1",