diff --git a/package.json b/package.json index d762f508b..009e968a4 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "conventional-changelog-config-spec": "2.1.0", "conventional-changelog-conventionalcommits": "7.0.2", "conventional-recommended-bump": "7.0.1", - "detect-indent": "^6.0.0", + "detect-indent": "^7.0.0", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", "find-up": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 4c15e0063..12d557c30 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2107,10 +2107,10 @@ define-properties@^1.2.1: has-property-descriptors "^1.0.0" object-keys "^1.1.1" -detect-indent@^6.0.0: - version "6.1.0" - resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6" - integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA== +detect-indent@^7.0.0: + version "7.0.1" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-7.0.1.tgz#cbb060a12842b9c4d333f1cac4aa4da1bb66bc25" + integrity sha512-Mc7QhQ8s+cLrnUfU/Ji94vG/r8M26m8f++vyres4ZoojaRDpZ1eSIh/EpzLNwlWuvzSZ3UbDFspjFvTDXe6e/g== detect-newline@^3.0.0, detect-newline@^3.1.0: version "3.1.0"