From 7a01b33fb5f147d5a5eee3d5d97f5999df4eaed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 19:23:43 +0200 Subject: [PATCH] chore(deps): bump linguist-js from 2.4.2 to 2.5.0 (#1057) [skip ci] --- package-lock.json | 33 +++++++++++++++++---------------- package.json | 2 +- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1012a1af..4fba4d60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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==" } } }, diff --git a/package.json b/package.json index 6116b6b1..de4f49cf 100644 --- a/package.json +++ b/package.json @@ -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",