From 51170064b2b5c30aa46abe6957c5ef6765481cae Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:39:16 +0100 Subject: [PATCH] fix: Workflow Bot -- Update Dictionaries (#1115) --- .../package-lock.json | 24 +++++++++---------- .../cspell-bundled-dictionaries/package.json | 2 +- package-lock.json | 12 +++++++++- 3 files changed, 24 insertions(+), 14 deletions(-) diff --git a/extensions/cspell-bundled-dictionaries/package-lock.json b/extensions/cspell-bundled-dictionaries/package-lock.json index eeb1e11f..0e0359c2 100644 --- a/extensions/cspell-bundled-dictionaries/package-lock.json +++ b/extensions/cspell-bundled-dictionaries/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.10", "license": "MIT", "dependencies": { - "@cspell/dict-cspell-bundle": "^1.0.21" + "@cspell/dict-cspell-bundle": "^1.0.22" }, "engines": { "vscode": "^1.67.0" @@ -34,9 +34,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-bash": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.9.tgz", - "integrity": "sha512-Gl7tE1dFgtZHUZTpzAA4/HyKE9QXJ1dyDrru98J4LdhTPaoyXW+b8hfr4y7n21zzEqE2zAW4fi3o85IY28uPTQ==", + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.10.tgz", + "integrity": "sha512-8n/W1tbjkLoXac0nC8N94IXZVf42Pye6ywP01gksYVu5dOr6pB9BA9N6Kop8rPJP4X0yQmFM8Ht+xpggyHpuMQ==", "license": "MIT" }, "node_modules/@cspell/dict-companies": { @@ -64,15 +64,15 @@ "license": "MIT" }, "node_modules/@cspell/dict-cspell-bundle": { - "version": "1.0.21", - "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.21.tgz", - "integrity": "sha512-z1C/krNOw+IuRvmN1bYI4GSKTLND2O4gqhpw2KpQR0pMBp6FNnvPhZVprV60haTT0ojvyV6s+OqzwL2xEbLrNg==", + "version": "1.0.22", + "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.22.tgz", + "integrity": "sha512-h+3OM5kR9/L6MX1lbWexO2EjkJwXSrBhIbPSVQvCWv1KY2jfDTFrsRIY5DlcaT+qgQsGZvYI3IqouPNYwNQthQ==", "license": "MIT", "dependencies": { "@cspell/dict-ada": "^4.0.6", "@cspell/dict-al": "^1.0.4", "@cspell/dict-aws": "^4.0.9", - "@cspell/dict-bash": "^4.1.9", + "@cspell/dict-bash": "^4.1.10", "@cspell/dict-companies": "^3.1.12", "@cspell/dict-cpp": "^6.0.3", "@cspell/dict-cryptocurrencies": "^5.0.4", @@ -107,7 +107,7 @@ "@cspell/dict-markdown": "^2.0.8", "@cspell/dict-monkeyc": "^1.0.10", "@cspell/dict-node": "^5.0.6", - "@cspell/dict-npm": "^5.1.21", + "@cspell/dict-npm": "^5.1.22", "@cspell/dict-php": "^4.0.14", "@cspell/dict-powershell": "^5.0.14", "@cspell/dict-public-licenses": "^2.0.12", @@ -318,9 +318,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-npm": { - "version": "5.1.21", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.21.tgz", - "integrity": "sha512-AHqgbnBPwdMUF6jV/vyf5lz1+9MpmQn8h2E/Px0jHYFri4VTZ5TNBa40NaTNC/L/U/ggbVQTSoBnqZ6rLFwGCg==", + "version": "5.1.22", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.22.tgz", + "integrity": "sha512-fZBTn8QHr8pAv1/I14CmdDWpVkovCfYpSYiGfV1SZkOjrsKLzPxsP84eaP3RijbFtYj3GMplVN27FR3H5oHfiw==", "license": "MIT" }, "node_modules/@cspell/dict-php": { diff --git a/extensions/cspell-bundled-dictionaries/package.json b/extensions/cspell-bundled-dictionaries/package.json index e5173a94..aa5fec9f 100644 --- a/extensions/cspell-bundled-dictionaries/package.json +++ b/extensions/cspell-bundled-dictionaries/package.json @@ -64,7 +64,7 @@ "test": "npm run test:cspell && npm run test:vscode" }, "dependencies": { - "@cspell/dict-cspell-bundle": "^1.0.21" + "@cspell/dict-cspell-bundle": "^1.0.22" }, "vsce": { "baseContentUrl": "https://raw.githubusercontent.com/streetsidesoftware/vscode-cspell-dict-extensions/refs/heads/main/extensions/cspell-bundled-dictionaries/", diff --git a/package-lock.json b/package-lock.json index 2d4ae7e6..938eaeb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10041,7 +10041,7 @@ "@vscode/test-electron": "^2.4.1", "chai": "^5.1.2", "chalk": "^5.4.1", - "commander": "^12.1.0", + "commander": "^13.0.0", "find-up": "^7.0.0", "glob": "^11.0.0", "kefir": "^3.8.8", @@ -10054,6 +10054,16 @@ "@types/vscode": "^1.96.0" } }, + "test-runner/node_modules/commander": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-13.0.0.tgz", + "integrity": "sha512-oPYleIY8wmTVzkvQq10AEok6YcTC4sRUBl8F9gVuwchGVUCTbl/vhLTaQqutuuySYOsu8YTgV+OxKc/8Yvx+mQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "test-runner/node_modules/glob": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.0.tgz",