diff --git a/package-lock.json b/package-lock.json index cf2b2e7..6f22b11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "conventional-changelog-config-spec": "2.1.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-recommended-bump": "7.0.1", - "detect-indent": "^6.1.0", + "detect-indent": "^7.0.2", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", "fast-xml-parser": "^5.5.6", @@ -2934,10 +2934,15 @@ } }, "node_modules/detect-indent": { - "version": "6.1.0", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-7.0.2.tgz", + "integrity": "sha512-y+8xyqdGLL+6sh0tVeHcfP/QDd8gUgbasolJJpY7NgeQGSZ739bDtSiaiDgtoicy+mtYB81dKLxO9xRhCyIB3A==", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/detect-newline": { diff --git a/package.json b/package.json index e02b2db..1ad556a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "conventional-changelog-config-spec": "2.1.0", "conventional-changelog-conventionalcommits": "6.1.0", "conventional-recommended-bump": "7.0.1", - "detect-indent": "^6.1.0", + "detect-indent": "^7.0.2", "detect-newline": "^3.1.0", "dotgitignore": "^2.1.0", "fast-xml-parser": "^5.5.6",