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": {