diff --git a/extensions/cspell-bundled-dictionaries/package-lock.json b/extensions/cspell-bundled-dictionaries/package-lock.json index c0d6f475..442c299d 100644 --- a/extensions/cspell-bundled-dictionaries/package-lock.json +++ b/extensions/cspell-bundled-dictionaries/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.8", "license": "MIT", "dependencies": { - "@cspell/dict-cspell-bundle": "^1.0.15" + "@cspell/dict-cspell-bundle": "^1.0.16" }, "engines": { "vscode": "^1.67.0" @@ -40,9 +40,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-companies": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.8.tgz", - "integrity": "sha512-4DVPBwEPWa97g3bgg80i3orGeOGnOiJ7tj3c7n6y7FmqkEgyXcnpxOq0n0HWzwRrwrJp9KIJbtMzSAEynIwyNw==", + "version": "3.1.9", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.1.9.tgz", + "integrity": "sha512-w7XEJ2B6x2jq9ws5XNyYgpYj2MxdZ3jW3PETLxjK7nc8pulCFmaGVgZ0JTnDWfJ3QMOczoagn5f9LM2PZ/CuJg==", "license": "MIT" }, "node_modules/@cspell/dict-cpp": { @@ -64,16 +64,16 @@ "license": "MIT" }, "node_modules/@cspell/dict-cspell-bundle": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.15.tgz", - "integrity": "sha512-MJnWcM59p0rCtxrnz1bGJ6VOfn65/UL1VHnNrsgeyqRmjcmIdFXUcw+SHU9lTadP1oJLTCfRA+AlvDQ3NdpN3Q==", + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.16.tgz", + "integrity": "sha512-Lg+U1FCaGVIFAVoWqCGtTufID5QOI+7odPkLNV8XtKQuS1tU9Q8civ97xLXMqE0EB2TaeqmKQXHcltMtVJxUbQ==", "license": "MIT", "dependencies": { "@cspell/dict-ada": "^4.0.5", "@cspell/dict-al": "^1.0.3", "@cspell/dict-aws": "^4.0.7", "@cspell/dict-bash": "^4.1.8", - "@cspell/dict-companies": "^3.1.8", + "@cspell/dict-companies": "^3.1.9", "@cspell/dict-cpp": "^6.0.2", "@cspell/dict-cryptocurrencies": "^5.0.3", "@cspell/dict-csharp": "^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.17", + "@cspell/dict-npm": "^5.1.18", "@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.19", + "@cspell/dict-software-terms": "^4.1.20", "@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.17", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.17.tgz", - "integrity": "sha512-RBx4yml+GbjgqmV2R9A8rO+uqjb8hV9arZXxVzW04TNdgGT/VjZnu6/3/QDzEp3DxnbSxknAbIii8BzpF/o5EQ==", + "version": "5.1.18", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.18.tgz", + "integrity": "sha512-/Nukl+DSxtEWSlb8svWFSpJVctAsM9SP+f5Q1n+qdDcXNKMb1bUCo/d3QZPwyOhuMjDawnsGBUAfp+iq7Mw83Q==", "license": "MIT" }, "node_modules/@cspell/dict-php": { @@ -375,9 +375,9 @@ "license": "MIT" }, "node_modules/@cspell/dict-software-terms": { - "version": "4.1.19", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.19.tgz", - "integrity": "sha512-6yQa3A8PGa2fJ7bnLI21nBnOa89Rjckdgq8kwvqvZgrAptV/KLfcXbGgFriICbu3GJqTVcnMMh1fLtz+pdwIEg==", + "version": "4.1.20", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-4.1.20.tgz", + "integrity": "sha512-ma51njqbk9ZKzZF9NpCZpZ+c50EwR5JTJ2LEXlX0tX+ExVbKpthhlDLhT2+mkUh5Zvj+CLf5F9z0qB4+X3re/w==", "license": "MIT" }, "node_modules/@cspell/dict-sql": { diff --git a/extensions/cspell-bundled-dictionaries/package.json b/extensions/cspell-bundled-dictionaries/package.json index b35ca717..2228fb02 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.15" + "@cspell/dict-cspell-bundle": "^1.0.16" } }