From 68a1813cdc277f3c7f47b29542bf44e1c3ebb776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 23:23:11 +0000 Subject: [PATCH] build(deps): bump linguist-languages from 8.0.0 to 9.3.1 Bumps [linguist-languages](https://github.com/ikatyang-collab/linguist-languages) from 8.0.0 to 9.3.1. - [Release notes](https://github.com/ikatyang-collab/linguist-languages/releases) - [Commits](https://github.com/ikatyang-collab/linguist-languages/compare/v8.0.0...v9.3.1) --- updated-dependencies: - dependency-name: linguist-languages dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e3b0695e1..6ad6515bd 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "index.d.ts" ], "dependencies": { - "linguist-languages": "^8.0.0", + "linguist-languages": "^9.3.1", "php-parser": "^3.4.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index a574d3451..6c4a79934 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4895,10 +4895,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -linguist-languages@^8.0.0: - version "8.0.0" - resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-8.0.0.tgz#0ca116ca26bafcf0dd4780c8718aa3b8c0435fa8" - integrity sha512-qfzYmWmM/HOsrO/6YwN2f1DD39p3ObSuq8YgF9JLY9toQO39ZsPBPJoWwTtrqRvhkG+cQUgCOS9h/xRgwfqLxQ== +linguist-languages@^9.3.1: + version "9.3.1" + resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-9.3.1.tgz#f19a8ada0b509f68c70e021f30450d94d601c6a3" + integrity sha512-Mum2sqg3MyhgKfpulFhKZMAK/1VnV6m9vCV8YQCSqWs+pbKouKn9EqRshZjVWUaJjl6NTTDcYJk/1+C02siXEQ== locate-path@^5.0.0: version "5.0.0"