chore(deps): update dependency trim-newlines to v5 (#1158)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-13 01:09:46 +09:00
committed by GitHub
parent aa0466c179
commit 3b7506a031
2 changed files with 14 additions and 10 deletions
+13 -9
View File
@@ -8839,12 +8839,16 @@
}
},
"node_modules/trim-newlines": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
"integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
"integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
"node": ">=14.16"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/trim-off-newlines": {
@@ -12731,7 +12735,7 @@
"object-assign": "^4.0.1",
"read-pkg-up": "^1.0.1",
"redent": "^1.0.0",
"trim-newlines": "3.0.1"
"trim-newlines": "5.0.0"
}
},
"path-exists": {
@@ -14182,7 +14186,7 @@
"normalize-package-data": "^3.0.0",
"read-pkg-up": "^7.0.1",
"redent": "^3.0.0",
"trim-newlines": "3.0.1",
"trim-newlines": "5.0.0",
"type-fest": "^0.18.0",
"yargs-parser": "^20.2.3"
},
@@ -15434,9 +15438,9 @@
}
},
"trim-newlines": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz",
"integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-5.0.0.tgz",
"integrity": "sha512-kstfs+hgwmdsOadN3KgA+C68wPJwnZq4DN6WMDCvZapDWEF34W2TyPKN2v2+BJnZgIz5QOfxFeldLyYvdgRAwg==",
"dev": true
},
"trim-off-newlines": {
+1 -1
View File
@@ -79,6 +79,6 @@
"typescript": "6.0.3"
},
"overrides": {
"trim-newlines": "3.0.1"
"trim-newlines": "5.0.0"
}
}