dep: bump npm dependencies (#1587)

* dep: bump npm dependencies
  - fs-extra@11.1.1
  - nopt@7.1.0
  - @cordova/eslint-config@5.0.0
  - jasmine@4.6.0
* chore: apply eslint fix
This commit is contained in:
エリス
2023-04-06 12:35:00 +09:00
committed by GitHub
parent d4bfd5079b
commit c2013439bc
5 changed files with 1557 additions and 622 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ const Requirement = function (id, name, version, installed) {
this.name = name;
this.installed = installed || false;
this.metadata = {
version: version
version
};
};