diff --git a/package-lock.json b/package-lock.json index c84ad61..b4314b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "hass-repository-edge", "version": "0.0.0", "devDependencies": { - "@itprokyle/cspell-dict": "^1.2.5", + "@itprokyle/cspell-dict": "^1.2.6", "cspell": "^8.14.2" } }, @@ -550,9 +550,9 @@ } }, "node_modules/@itprokyle/cspell-dict": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/@itprokyle/cspell-dict/-/cspell-dict-1.2.5.tgz", - "integrity": "sha512-Sb5W5j7rEEP5MgqmuJrDDQgVKsjhNVhh9Yghbo4m1l0SvWWK17E4P58WY4A3No4Xi9jrCMV/W51nGHA0xiJgbw==", + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@itprokyle/cspell-dict/-/cspell-dict-1.2.6.tgz", + "integrity": "sha512-6H3lQAy2HjaZfq+PXWCHe+7nALGijkcbHOoeP2WBRDyChegeuVUbIwoOcDJecl0UYKtH0y5L0TENhLrpk9eV5A==", "dev": true, "license": "Apache-2.0", "peerDependencies": { diff --git a/package.json b/package.json index 96f9087..bc2ff66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "@itprokyle/cspell-dict": "^1.2.5", + "@itprokyle/cspell-dict": "^1.2.6", "cspell": "^8.14.2" }, "name": "hass-repository-edge",