chore(deps): upgrade linguist-js to 2.3.1

This commit is contained in:
lowlighter
2022-02-15 21:31:40 -05:00
parent a6932e9d4a
commit ec8c752f2c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"express-rate-limit": "^6.2.0",
"jimp": "^0.16.1",
"js-yaml": "^4.1.0",
"linguist-js": "^2.3.0",
"linguist-js": "^2.3.1",
"marked": "^4.0.12",
"memory-cache": "^0.2.0",
"minimatch": "^5.0.0",
@@ -6674,9 +6674,9 @@
}
},
"node_modules/linguist-js": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.0.tgz",
"integrity": "sha512-Y2EeUuH47MeJQwedv7WB8eE8arYmuQONGZJISFfIZd/SHJqBQ4r457/+/s6gnAy/ckS9AkK6Wv/g83DU+ZRNiA==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.1.tgz",
"integrity": "sha512-CAtMeLYMaxoo2nhfCqwMdwm73cVUN/rSHt3ocgsBBo4anKZAVyjA5RvkhJDlpP+2rkW8Sr4ooaPJDmGtzGs/Mw==",
"dependencies": {
"binary-extensions": "^2.2.0",
"commander": "^9.0.0",
@@ -15274,9 +15274,9 @@
}
},
"linguist-js": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.0.tgz",
"integrity": "sha512-Y2EeUuH47MeJQwedv7WB8eE8arYmuQONGZJISFfIZd/SHJqBQ4r457/+/s6gnAy/ckS9AkK6Wv/g83DU+ZRNiA==",
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/linguist-js/-/linguist-js-2.3.1.tgz",
"integrity": "sha512-CAtMeLYMaxoo2nhfCqwMdwm73cVUN/rSHt3ocgsBBo4anKZAVyjA5RvkhJDlpP+2rkW8Sr4ooaPJDmGtzGs/Mw==",
"requires": {
"binary-extensions": "^2.2.0",
"commander": "^9.0.0",

View File

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