From 1c166bb792bc323b0cba282724ce0efb51b86303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 20:16:07 -0500 Subject: [PATCH] chore(deps): bump linguist-js from 2.3.1 to 2.4.0 (#907) --- package-lock.json | 26 +++++++++++++++++++------- package.json | 2 +- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddd9ee4f..05641edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 8911c756..5edb10de 100644 --- a/package.json +++ b/package.json @@ -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",