You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/06/15 14:42:07 UTC

[cordova-osx] branch xcode created (now 32d7d8a)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch xcode
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git.


      at 32d7d8a  breaking(npm): bump dependencies

This branch includes the following new commits:

     new 32d7d8a  breaking(npm): bump dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-osx] 01/01: breaking(npm): bump dependencies

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch xcode
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git

commit 32d7d8a8af5076300593a2fda44db2dccc3b1a01
Author: Niklas Merz <ni...@apache.org>
AuthorDate: Mon Jun 15 16:41:09 2020 +0200

    breaking(npm): bump dependencies
    
    * xcode@3.0.1
---
 package-lock.json | 20 ++++++++++++++------
 package.json      |  2 +-
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 907267b..d093bd4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2879,7 +2879,8 @@
     "uuid": {
       "version": "3.4.0",
       "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
-      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
+      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
+      "dev": true
     },
     "v8-compile-cache": {
       "version": "2.1.1",
@@ -2989,12 +2990,19 @@
       }
     },
     "xcode": {
-      "version": "2.1.0",
-      "resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
-      "integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==",
+      "version": "3.0.1",
+      "resolved": "https://registry.npmjs.org/xcode/-/xcode-3.0.1.tgz",
+      "integrity": "sha512-kCz5k7J7XbJtjABOvkc5lJmkiDh8VhjVCGNiqdKCscmVpdVUpEAyXv1xmCLkQJ5dsHqx3IPO4XW+NTDhU/fatA==",
       "requires": {
-        "simple-plist": "^1.0.0",
-        "uuid": "^3.3.2"
+        "simple-plist": "^1.1.0",
+        "uuid": "^7.0.3"
+      },
+      "dependencies": {
+        "uuid": {
+          "version": "7.0.3",
+          "resolved": "https://registry.npmjs.org/uuid/-/uuid-7.0.3.tgz",
+          "integrity": "sha512-DPSke0pXhTZgoF/d+WSt2QaKMCFSfx7QegxEWT+JOuHF5aWrKEn0G+ztjuJg/gG8/ItK+rbPCD/yNv8yyih6Cg=="
+        }
       }
     },
     "xmlbuilder": {
diff --git a/package.json b/package.json
index 854a645..1de8c78 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
     "shelljs": "^0.5.3",
     "underscore": "^1.9.1",
     "unorm": "^1.4.1",
-    "xcode": "^2.0.0"
+    "xcode": "^3.0.1"
   },
   "devDependencies": {
     "@cordova/eslint-config": "^3.0.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org