diff --git a/package-lock.json b/package-lock.json index 6a418457f..03e490ea9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "dependencies": { "@cspell/cspell-bundled-dicts": "^8.17.2", "@cspell/cspell-types": "^8.17.2", - "@cspell/dict-cspell-bundle": "1.0.27", + "@cspell/dict-cspell-bundle": "1.0.28", "cspell": "^8.17.2", "regexp-worker": "^3.0.0" }, @@ -2373,9 +2373,10 @@ "license": "MIT" }, "node_modules/@cspell/dict-cspell-bundle": { - "version": "1.0.27", - "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.27.tgz", - "integrity": "sha512-IgNz11g4i84B2owa75BWlqiCb3gUL3si2vHwBJcNDcXyv0LWnp6uz+EMsPVreWtw58yT5FgGstaF7sPAsJaaFw==", + "version": "1.0.28", + "resolved": "https://registry.npmjs.org/@cspell/dict-cspell-bundle/-/dict-cspell-bundle-1.0.28.tgz", + "integrity": "sha512-qLv9aK6P6yhj4jePp0+XZ6063cnf+XER0nVTxSckswndUfBQPuNkDkkuU3+zNdb3sLGLNqqTVsyv/a/8z5/bEQ==", + "license": "MIT", "dependencies": { "@cspell/dict-ada": "^4.1.0", "@cspell/dict-al": "^1.1.0", @@ -2401,7 +2402,7 @@ "@cspell/dict-gaming-terms": "^1.1.0", "@cspell/dict-git": "^3.0.4", "@cspell/dict-golang": "^6.0.18", - "@cspell/dict-google": "^1.0.7", + "@cspell/dict-google": "^1.0.8", "@cspell/dict-haskell": "^4.0.5", "@cspell/dict-html": "^4.0.11", "@cspell/dict-html-symbol-entities": "^4.0.3", @@ -2415,7 +2416,7 @@ "@cspell/dict-markdown": "^2.0.9", "@cspell/dict-monkeyc": "^1.0.10", "@cspell/dict-node": "^5.0.6", - "@cspell/dict-npm": "^5.1.23", + "@cspell/dict-npm": "^5.1.24", "@cspell/dict-php": "^4.0.14", "@cspell/dict-powershell": "^5.0.14", "@cspell/dict-public-licenses": "^2.0.13", @@ -2544,9 +2545,10 @@ "integrity": "sha512-Mt+7NwfodDwUk7423DdaQa0YaA+4UoV3XSxQwZioqjpFBCuxfvvv4l80MxCTAAbK6duGj0uHbGTwpv8fyKYPKg==" }, "node_modules/@cspell/dict-google": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@cspell/dict-google/-/dict-google-1.0.7.tgz", - "integrity": "sha512-2ArNqLFUbjhzpPEMLiUUZKDpM4kBd3iWem6OPAp9PKIPhPsEQkkWJFLE5e0X68TdUUPH+ISM9BVmsB9GyRQBng==" + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@cspell/dict-google/-/dict-google-1.0.8.tgz", + "integrity": "sha512-BnMHgcEeaLyloPmBs8phCqprI+4r2Jb8rni011A8hE+7FNk7FmLE3kiwxLFrcZnnb7eqM0agW4zUaNoB0P+z8A==", + "license": "MIT" }, "node_modules/@cspell/dict-haskell": { "version": "4.0.5", @@ -2639,9 +2641,10 @@ "license": "MIT" }, "node_modules/@cspell/dict-npm": { - "version": "5.1.23", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.23.tgz", - "integrity": "sha512-/xK7G1/H5M73J3CAb3WmVXlMbK6zjZrfwmOOBiB7SSbK6h7/WmwRBuLC0UwO50x07NJUuVmJek5ELaNa81guVw==" + "version": "5.1.24", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.1.24.tgz", + "integrity": "sha512-yAyyHetElLR236sqWQkBtiLbzCGexV5zzLMHyQPptKQQK88BTQR5f9wXW2EtSgJw/4gUchpSWQWxMlkIfK/iQQ==", + "license": "MIT" }, "node_modules/@cspell/dict-php": { "version": "4.0.14", diff --git a/package.json b/package.json index d8be23eae..7ab3f8639 100644 --- a/package.json +++ b/package.json @@ -4051,7 +4051,7 @@ "dependencies": { "@cspell/cspell-bundled-dicts": "^8.17.2", "@cspell/cspell-types": "^8.17.2", - "@cspell/dict-cspell-bundle": "1.0.27", + "@cspell/dict-cspell-bundle": "1.0.28", "cspell": "^8.17.2", "regexp-worker": "^3.0.0" },