From 1013754cd4f0d67b1a03b554523f87ff4a75bf07 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:44:56 +0000 Subject: [PATCH] Update dependency @itprokyle/cspell-dict to ^1.2.7 (#9) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4e63337..792dd48 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.6", + "@itprokyle/cspell-dict": "^1.2.7", "cspell": "^8.14.2" } }, @@ -550,9 +550,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 bc2ff66..63121d7 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" }, "name": "hass-repository-edge",