diff --git a/package-lock.json b/package-lock.json index 6985056..58e20ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "f-lib", "version": "0.0.0", "devDependencies": { - "@itprokyle/cspell-dict": "^1.2.6", + "@itprokyle/cspell-dict": "^1.2.7", "cspell": "^8.14.2", "pyright": "^1.1.379" } @@ -551,9 +551,9 @@ } }, "node_modules/@itprokyle/cspell-dict": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@itprokyle/cspell-dict/-/cspell-dict-1.2.6.tgz", - "integrity": "sha512-6H3lQAy2HjaZfq+PXWCHe+7nALGijkcbHOoeP2WBRDyChegeuVUbIwoOcDJecl0UYKtH0y5L0TENhLrpk9eV5A==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@itprokyle/cspell-dict/-/cspell-dict-1.2.7.tgz", + "integrity": "sha512-kZxWNxPqhx9H28QJCmAGi0CMiXMHkXRiuh383IGceeYjYxoCOkLAe5NlS3RD3bsWEFxJGMOLyyYRQugTYWHUFQ==", "dev": true, "license": "Apache-2.0", "peerDependencies": { diff --git a/package.json b/package.json index c2db91f..a3a3fe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@itprokyle/cspell-dict": "^1.2.6", + "@itprokyle/cspell-dict": "^1.2.7", "cspell": "^8.14.2", "pyright": "^1.1.379" },