From 8aa88d0d5d90861a21a5358bacb8cac20d990e8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 23:23:23 +0000 Subject: [PATCH] build(deps): bump linguist-languages from 8.0.0 to 9.3.2 Bumps [linguist-languages](https://github.com/ikatyang-collab/linguist-languages) from 8.0.0 to 9.3.2. - [Release notes](https://github.com/ikatyang-collab/linguist-languages/releases) - [Commits](https://github.com/ikatyang-collab/linguist-languages/compare/v8.0.0...v9.3.2) --- updated-dependencies: - dependency-name: linguist-languages dependency-version: 9.3.2 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 3114d65eb..2b762beff 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "index.d.ts" ], "dependencies": { - "linguist-languages": "^8.0.0", + "linguist-languages": "^9.3.2", "php-parser": "^3.4.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index d38a2adde..0404bd61d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5354,10 +5354,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.2: + version "9.3.2" + resolved "https://registry.yarnpkg.com/linguist-languages/-/linguist-languages-9.3.2.tgz#79f257ca7b2f5c471744a8b27341059ea4c35a81" + integrity sha512-AyYYwY2N7iG+tT+yAZmZbf+2PxVIbYfGtzDeT2qh4K/H8EvGbKCmeEdyzwTEGKK6PYcaaNqWv6aYYbCeN5LMTA== locate-path@^5.0.0: version "5.0.0"