From 103dd89849e8dfcd3ece8b22fbb22786a5293045 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:49:24 +0100 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries (#1055) Co-authored-by: Jason3S <3740137+Jason3S@users.noreply.github.com> --- .../package-lock.json | 24 +++++++++---------- .../cspell-bundled-dictionaries/package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/extensions/cspell-bundled-dictionaries/package-lock.json b/extensions/cspell-bundled-dictionaries/package-lock.json index 08982ad8..1af779ea 100644 --- a/extensions/cspell-bundled-dictionaries/package-lock.json +++ b/extensions/cspell-bundled-dictionaries/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.6", "license": "MIT", "dependencies": { - "@cspell/dict-cspell-bundle": "^1.0.9" + "@cspell/dict-cspell-bundle": "^1.0.10" }, "engines": { "vscode": "^1.67.0" @@ -64,9 +64,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-cspell-bundle": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.9.tgz", - "integrity": "sha512-kN3dA4hhyOSio3npw6Fih/iGtM+BqEoLRj0iBy4DwbhxMf5BbVqilvcXg7/S+ANqMz3ZXp23AHu4YGPkUzS4Lw==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.10.tgz", + "integrity": "sha512-8qmBSjKbpPw53Fffo49Q82M8SRMX9VSG6o9QeDDzLZ935Oh/4qEMQcgZl/LBT7AEWV4LEigGH8TfRFJh8lgemw==", "license": "MIT", "dependencies": { "@cspell/dict-ada": "^4.0.5", @@ -107,7 +107,7 @@ "@cspell/dict-markdown": "^2.0.7", "@cspell/dict-monkeyc": "^1.0.9", "@cspell/dict-node": "^5.0.5", - "@cspell/dict-npm": "^5.1.12", + "@cspell/dict-npm": "^5.1.13", "@cspell/dict-php": "^4.0.13", "@cspell/dict-powershell": "^5.0.13", "@cspell/dict-public-licenses": "^2.0.11", @@ -116,7 +116,7 @@ "@cspell/dict-ruby": "^5.0.7", "@cspell/dict-rust": "^4.0.10", "@cspell/dict-scala": "^5.0.6", - "@cspell/dict-software-terms": "^4.1.16", + "@cspell/dict-software-terms": "^4.1.17", "@cspell/dict-sql": "^2.1.8", "@cspell/dict-svelte": "^1.0.5", "@cspell/dict-swift": "^2.0.4", @@ -318,9 +318,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-npm": { - "version": "5.1.12", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.12.tgz", - "integrity": "sha512-ZPyOXa7CdluSEZT1poDikD5pYbeUrRXzHmfpH0jVKVV8wdoQgxOy7I/btRprPeuF9ig5cYrLUo77r1iit1boLw==", + "version": "5.1.13", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.13.tgz", + "integrity": "sha512-7S1Pwq16M4sqvv/op7iHErc6Diz+DXsBYRMS0dDj6HUS44VXMvgejXa3RMd5jwBmcHzkInFm3DW1eb2exBs0cg==", "license": "MIT" }, "node_modules/@cspell/dict-php": { @@ -375,9 +375,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-software-terms": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.16.tgz", - "integrity": "sha512-3KHpurStLRLZhZYRqD3r6stWmC0BFFBdh8/pIbj204R5pIJOVUNjmcruvufaTAyuoNEeITpy54UUsYKO03YM6w==", + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.17.tgz", + "integrity": "sha512-QORIk1R5DV8oOQ+oAlUWE7UomaJwUucqu2srrc2+PmkoI6R1fJwwg2uHCPBWlIb4PGDNEdXLv9BAD13H+0wytQ==", "license": "MIT" }, "node_modules/@cspell/dict-sql": { diff --git a/extensions/cspell-bundled-dictionaries/package.json b/extensions/cspell-bundled-dictionaries/package.json index 6e4873cd..ec445997 100644 --- a/extensions/cspell-bundled-dictionaries/package.json +++ b/extensions/cspell-bundled-dictionaries/package.json @@ -63,6 +63,6 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-cspell-bundle": "^1.0.9" + "@cspell/dict-cspell-bundle": "^1.0.10" } }