diff --git a/package.json b/package.json index c693094d1a64..a86147f48afd 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "json5": "2.2.0", "leven": "3.1.0", "lines-and-columns": "1.1.6", - "linguist-languages": "7.14.0", + "linguist-languages": "7.15.0", "lodash": "4.17.21", "mem": "8.1.1", "meriyah": "4.1.5", diff --git a/tests/integration/__tests__/__snapshots__/support-info.js.snap b/tests/integration/__tests__/__snapshots__/support-info.js.snap index c9928fd568c8..ccb51b57ae9f 100644 --- a/tests/integration/__tests__/__snapshots__/support-info.js.snap +++ b/tests/integration/__tests__/__snapshots__/support-info.js.snap @@ -455,6 +455,7 @@ exports[`CLI --support-info (stdout) 1`] = ` \\"filenames\\": [ \\".arcconfig\\", \\".htmlhintrc\\", + \\".imgbotconfig\\", \\".tern-config\\", \\".tern-project\\", \\".watchmanconfig\\", @@ -497,6 +498,7 @@ exports[`CLI --support-info (stdout) 1`] = ` \\".jscsrc\\", \\".jshintrc\\", \\".jslintrc\\", + \\"api-extractor.json\\", \\"devcontainer.json\\", \\"jsconfig.json\\", \\"language-configuration.json\\", @@ -707,7 +709,7 @@ exports[`CLI --support-info (stdout) 1`] = ` }, { \\"aceMode\\": \\"html\\", - \\"color\\": \\"#2c3e50\\", + \\"color\\": \\"#41b883\\", \\"extensions\\": [\\".vue\\"], \\"linguistLanguageId\\": 391, \\"name\\": \\"Vue\\", diff --git a/yarn.lock b/yarn.lock index b69926d68018..da5e7f5860c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5139,10 +5139,10 @@ lines-and-columns@1.1.6, lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -linguist-languages@7.14.0: - version "7.14.0" - resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.14.0.tgz#62a6bdbe1ef80d0715d16c0bb8e953ee93c95dfc" - integrity sha512-VqnUYHOSqRqAGnIl+7SCnFxK+sX0x7LXe5qn0TG6t9SViofQgN7272PLCFZ/lgkT7tAO5CA/2pCsZGlGvGhfWA== +linguist-languages@7.15.0: + version "7.15.0" + resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-7.15.0.tgz#a93bed6b93015d8133622cb05da6296890862bfa" + integrity sha512-qkSSNDjDDycZ2Wcw+GziNBB3nNo3ddYUInM/PL8Amgwbd9RQ/BKGj2/1d6mdxKgBFnUqZuaDbkIwkE4KUwwmtQ== load-json-file@^4.0.0: version "4.0.0"