From cbd8ffc1b99f74f557474783aa94242632c7e8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 02:04:45 +0000 Subject: [PATCH] chore(deps-dev): bump @cspell/dict-latex from 5.0.0 to 5.1.0 Bumps [@cspell/dict-latex](https://github.com/streetsidesoftware/cspell-dicts/tree/HEAD/dictionaries/latex) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/streetsidesoftware/cspell-dicts/releases) - [Changelog](https://github.com/streetsidesoftware/cspell-dicts/blob/main/dictionaries/latex/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell-dicts/commits/@cspell/dict-latex@5.1.0/dictionaries/latex) --- updated-dependencies: - dependency-name: "@cspell/dict-latex" dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c67d86a..58a3987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "devDependencies": { "@cspell/dict-en_us": "^4.4.9", "@cspell/dict-it-it": "^3.1.0", - "@cspell/dict-latex": "^5.0.0", + "@cspell/dict-latex": "^5.1.0", "@cspell/dict-markdown": "^2.0.1", "@cspell/dict-npm": "^5.2.4", "cspell": "^9.6.0", @@ -399,9 +399,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-latex": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-5.0.0.tgz", - "integrity": "sha512-HUrIqUVohM6P0+5b7BsdAdb0STIv0aaFBvguI7pLcreljlcX3FSPUxea7ticzNlCNeVrEaiEn/ws9m6rYUeuNw==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-5.1.0.tgz", + "integrity": "sha512-qxT4guhysyBt0gzoliXYEBYinkAdEtR2M7goRaUH0a7ltCsoqqAeEV8aXYRIdZGcV77gYSobvu3jJL038tlPAw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 0e04112..5f33ac2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@cspell/dict-en_us": "^4.4.9", "@cspell/dict-it-it": "^3.1.0", - "@cspell/dict-latex": "^5.0.0", + "@cspell/dict-latex": "^5.1.0", "@cspell/dict-markdown": "^2.0.1", "@cspell/dict-npm": "^5.2.4", "cspell": "^9.6.0",