From b9550099e4702dda0235fb210fa6296718ab503f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 06:45:40 +0000 Subject: [PATCH] chore: bump cspell-config-lib from 8.15.5 to 8.15.7 Bumps [cspell-config-lib](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-config-lib) from 8.15.5 to 8.15.7. - [Release notes](https://github.com/streetsidesoftware/cspell/releases) - [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-config-lib/CHANGELOG.md) - [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell-config-lib) --- updated-dependencies: - dependency-name: cspell-config-lib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 32 ++++++++++++++++++++++++++------ packages/_server/package.json | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e6430735d..705014ae0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9059,12 +9059,11 @@ } }, "node_modules/cspell-config-lib": { - "version": "8.15.5", - "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.5.tgz", - "integrity": "sha512-16XBjAlUWO46uEuUKHQvSeiU7hQzG9Pqg6lwKQOyZ/rVLZyihk7JGtnWuG83BbW0RFokB/BcgT1q6OegWJiEZw==", - "license": "MIT", + "version": "8.15.7", + "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.7.tgz", + "integrity": "sha512-orxPKLMLQjk+Px1wlZdMElsHlKFGiwlXhQcG/36hODFKsle9DnGqVefOjH6aWFO5DyDF+Z678leiO2F30wtXEQ==", "dependencies": { - "@cspell/cspell-types": "8.15.5", + "@cspell/cspell-types": "8.15.7", "comment-json": "^4.2.5", "yaml": "^2.6.0" }, @@ -9072,6 +9071,14 @@ "node": ">=18" } }, + "node_modules/cspell-config-lib/node_modules/@cspell/cspell-types": { + "version": "8.15.7", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.15.7.tgz", + "integrity": "sha512-QMbGJsUXTdV8/V9Gsc/kBgdkBwm4hvcChhQf6KE9yeg3CZlbd95NkFJuSiqp1phJOWMTzHCZ0Ro7v7P/LGKdVA==", + "engines": { + "node": ">=18" + } + }, "node_modules/cspell-dictionary": { "version": "8.15.5", "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.15.5.tgz", @@ -9182,6 +9189,19 @@ "node": ">=18" } }, + "node_modules/cspell-lib/node_modules/cspell-config-lib": { + "version": "8.15.5", + "resolved": "https://registry.npmjs.org/cspell-config-lib/-/cspell-config-lib-8.15.5.tgz", + "integrity": "sha512-16XBjAlUWO46uEuUKHQvSeiU7hQzG9Pqg6lwKQOyZ/rVLZyihk7JGtnWuG83BbW0RFokB/BcgT1q6OegWJiEZw==", + "dependencies": { + "@cspell/cspell-types": "8.15.5", + "comment-json": "^4.2.5", + "yaml": "^2.6.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/cspell-trie-lib": { "version": "8.15.5", "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.15.5.tgz", @@ -23768,7 +23788,7 @@ "@cspell/cspell-pipe": "^8.15.5", "@cspell/cspell-types": "^8.15.5", "@internal/common-utils": "file:../__utils", - "cspell-config-lib": "^8.15.5", + "cspell-config-lib": "^8.15.7", "cspell-gitignore": "^8.15.5", "cspell-glob": "^8.15.5", "cspell-io": "^8.15.5", diff --git a/packages/_server/package.json b/packages/_server/package.json index b9b5c2111b..e668649a79 100644 --- a/packages/_server/package.json +++ b/packages/_server/package.json @@ -43,7 +43,7 @@ "@cspell/cspell-pipe": "^8.15.5", "@cspell/cspell-types": "^8.15.5", "@internal/common-utils": "file:../__utils", - "cspell-config-lib": "^8.15.5", + "cspell-config-lib": "^8.15.7", "cspell-gitignore": "^8.15.5", "cspell-glob": "^8.15.5", "cspell-io": "^8.15.5",