mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93510f4884 |
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