chore(deps): bump linguist-js from 2.3.1 to 2.4.0 (#907)

This commit is contained in:
dependabot[bot]
2022-02-21 20:16:07 -05:00
committed by GitHub
parent 564777b848
commit 1c166bb792
2 changed files with 20 additions and 8 deletions

26
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"express-rate-limit": "^6.3.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.3.1",
"linguist-js": "^2.4.0",
"marked": "^4.0.12",
"memory-cache": "^0.2.0",
"minimatch": "^5.0.0",
@@ -3134,6 +3134,11 @@
"node": ">= 10"
}
},
"node_modules/common-path-prefix": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
"integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
},
"node_modules/compressible": {
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
@@ -6674,12 +6679,13 @@
}
},
"node_modules/linguist-js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.1.tgz",
"integrity": "sha512-CAtMeLYMaxoo2nhfCqwMdwm73cVUN/rSHt3ocgsBBo4anKZAVyjA5RvkhJDlpP+2rkW8Sr4ooaPJDmGtzGs/Mw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.4.0.tgz",
"integrity": "sha512-8JC92RN5/bW/mxukQvLJBkqwRlRWIgm1SImJRqSTJEf4IwdCj5GSi/VTXVt8lOWfPEI6BBY810qt1z7FVsTvjw==",
"dependencies": {
"binary-extensions": "^2.2.0",
"commander": "^9.0.0",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.5",
"glob-to-regexp": "~0.4.1",
"isbinaryfile": "^4.0.8",
@@ -12591,6 +12597,11 @@
"resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw=="
},
"common-path-prefix": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz",
"integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w=="
},
"compressible": {
"version": "2.0.18",
"resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
@@ -15274,12 +15285,13 @@
}
},
"linguist-js": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.1.tgz",
"integrity": "sha512-CAtMeLYMaxoo2nhfCqwMdwm73cVUN/rSHt3ocgsBBo4anKZAVyjA5RvkhJDlpP+2rkW8Sr4ooaPJDmGtzGs/Mw==",
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.4.0.tgz",
"integrity": "sha512-8JC92RN5/bW/mxukQvLJBkqwRlRWIgm1SImJRqSTJEf4IwdCj5GSi/VTXVt8lOWfPEI6BBY810qt1z7FVsTvjw==",
"requires": {
"binary-extensions": "^2.2.0",
"commander": "^9.0.0",
"common-path-prefix": "^3.0.0",
"cross-fetch": "^3.1.5",
"glob-to-regexp": "~0.4.1",
"isbinaryfile": "^4.0.8",

View File

@@ -47,7 +47,7 @@
"express-rate-limit": "^6.3.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.3.1",
"linguist-js": "^2.4.0",
"marked": "^4.0.12",
"memory-cache": "^0.2.0",
"minimatch": "^5.0.0",