mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-24 10:02:53 +08:00
dep: bump npm dependencies 20240515 (#1713)
* dep: bump android-versions@2.0.0 * dep: bump properties-parser@0.6.0 * dep: bump which@4.0.0 * chore: rebuilt package-lock w/ lockfileVersion 3 * dep(dev): bump @cordova/eslint-config@5.1.0 * dep: bump dedent@1.5.3 * dep: bump fast-glob@3.3.2 * dep: bump fs-extra@11.2.0 * dep(dev): bump jasmine@5.1.0 * dep(dev): bump nopt@7.2.1 * dep(dev): bump rewire@7.0.0 * dep: bump semver@7.6.2 * chore: rebuilt package-lock after package updates
This commit is contained in:
parent
c2f315c0ff
commit
3c5df42df5
5898
package-lock.json
generated
5898
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
22
package.json
22
package.json
@ -24,28 +24,28 @@
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"android-versions": "^1.8.1",
|
||||
"android-versions": "^2.0.0",
|
||||
"cordova-common": "^5.0.0",
|
||||
"dedent": "^1.0.1",
|
||||
"dedent": "^1.5.3",
|
||||
"execa": "^5.1.1",
|
||||
"fast-glob": "^3.2.12",
|
||||
"fs-extra": "^11.1.1",
|
||||
"fast-glob": "^3.3.2",
|
||||
"fs-extra": "^11.2.0",
|
||||
"is-path-inside": "^3.0.3",
|
||||
"nopt": "^7.1.0",
|
||||
"properties-parser": "^0.3.1",
|
||||
"semver": "^7.3.8",
|
||||
"nopt": "^7.2.1",
|
||||
"properties-parser": "^0.6.0",
|
||||
"semver": "^7.6.2",
|
||||
"string-argv": "^0.3.1",
|
||||
"untildify": "^4.0.0",
|
||||
"which": "^3.0.0"
|
||||
"which": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cordova/eslint-config": "^5.0.0",
|
||||
"@cordova/eslint-config": "^5.1.0",
|
||||
"cordova-js": "^6.1.0",
|
||||
"elementtree": "^0.1.7",
|
||||
"jasmine": "^4.6.0",
|
||||
"jasmine": "^5.1.0",
|
||||
"jasmine-spec-reporter": "^7.0.0",
|
||||
"nyc": "^15.1.0",
|
||||
"rewire": "^6.0.0"
|
||||
"rewire": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.13.0"
|
||||
|
Loading…
Reference in New Issue
Block a user