mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
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] <support@github.com>
This commit is contained in:
Generated
+8
-5
@@ -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": {
|
||||
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user