From 93510f488444329cac4d85b46c1f70a6ef78731c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 11:20:50 +0000 Subject: [PATCH] chore(deps): bump untildify from 4.0.0 to 6.0.0 Bumps [untildify](https://github.com/sindresorhus/untildify) from 4.0.0 to 6.0.0. - [Release notes](https://github.com/sindresorhus/untildify/releases) - [Commits](https://github.com/sindresorhus/untildify/compare/v4.0.0...v6.0.0) --- updated-dependencies: - dependency-name: untildify dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5c850e5..523f5d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "properties-parser": "^0.6.0", "semver": "^7.7.4", "string-argv": "^0.3.2", - "untildify": "^4.0.0", + "untildify": "^6.0.0", "which": "^6.0.1" }, "devDependencies": { @@ -4598,12 +4598,15 @@ } }, "node_modules/untildify": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", - "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-6.0.0.tgz", + "integrity": "sha512-sA2YTBvW2F463GvSbiZtso+dpuQV+B7xX9saX30SGrR5Fyx4AUcvA/zN+ShAkABKUKVyDaHECsJrHv5ToTuHsQ==", "license": "MIT", "engines": { - "node": ">=8" + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/uri-js": { diff --git a/package.json b/package.json index d582af24..72d148eb 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "properties-parser": "^0.6.0", "semver": "^7.7.4", "string-argv": "^0.3.2", - "untildify": "^4.0.0", + "untildify": "^6.0.0", "which": "^6.0.1" }, "devDependencies": {