diff --git a/package-lock.json b/package-lock.json index 2374957..65370a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "conventional-changelog-conventionalcommits": "10.2.1", "conventional-recommended-bump": "12.1.0", "detect-indent": "^6.1.0", - "detect-newline": "^3.1.0", + "detect-newline": "^4.0.1", "dotgitignore": "^2.1.0", "fast-xml-parser": "^5.5.6", "figures": "^3.2.0", @@ -2094,10 +2094,15 @@ } }, "node_modules/detect-newline": { - "version": "3.1.0", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-4.0.1.tgz", + "integrity": "sha512-qE3Veg1YXzGHQhlA6jzebZN2qVf6NX+A7m7qlhCGG30dJixrAQhYOsJjsnBjJkCSmuOPpCk30145fr8FV0bzog==", "license": "MIT", "engines": { - "node": ">=8" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/dotgitignore": { diff --git a/package.json b/package.json index e25ca3c..a2a0b1c 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "conventional-changelog-conventionalcommits": "10.2.1", "conventional-recommended-bump": "12.1.0", "detect-indent": "^6.1.0", - "detect-newline": "^3.1.0", + "detect-newline": "^4.0.1", "dotgitignore": "^2.1.0", "fast-xml-parser": "^5.5.6", "figures": "^3.2.0",