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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/openwhisk-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 87303a0  Automatic Site Publish by Jenkins
87303a0 is described below

commit 87303a02f9b6e3cb0319c2c4ec8082236fe0ce55
Author: jenkins <[email protected]>
AuthorDate: Thu Jun 18 22:59:43 2020 +0000

    Automatic Site Publish by Jenkins
---
 documentation.html |  4 ++--
 feed.xml           |  2 +-
 package-lock.json  | 36 +++++++-----------------------------
 3 files changed, 10 insertions(+), 32 deletions(-)

diff --git a/documentation.html b/documentation.html
index 8b69a12..25ca49a 100644
--- a/documentation.html
+++ b/documentation.html
@@ -429,8 +429,8 @@ function addListenersToSections()
         <a class="indexable" id="programming-model-actions"></a>
         <h4>Actions</h4>
         <p>This section will answer some of the essential questions about
-          OpenWhisk Actions relative to the to the programming model.
-          If you want to more detailed information,
+          OpenWhisk Actions relative to the programming model.
+          If you want more detailed information,
           please read the project documentation on
         <a 
href="https://github.com/apache/openwhisk/blob/master/docs/actions.md#openwhisk-actions";>
           OpenWhisk Actions</a>.
diff --git a/feed.xml b/feed.xml
index 487d112..c5be73b 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,2 +1,2 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2020-06-12T20:18:16+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.3.0">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2020-06-18T22:59:39+00:00</updated><id>/feed.xml</id><title 
type="html">Apache OpenWhisk is a serverless, open source cloud 
platform</title><subtitle>An open source platform for serverless, event-driven 
code at any  [...]
 </subtitle></feed>
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index b2ec9cc..ddac7aa 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -712,22 +712,22 @@
       }
     },
     "es-abstract": {
-      "version": "1.17.5",
-      "resolved": 
"https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.5.tgz";,
-      "integrity": 
"sha512-BR9auzDbySxOcfog0tLECW8l28eRGpDpU3Dm3Hp4q/N+VtLTmyj4EUN088XZWQDW/hzj6sYRDXeOFsaAODKvpg==",
+      "version": "1.17.6",
+      "resolved": 
"https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.6.tgz";,
+      "integrity": 
"sha512-Fr89bON3WFyUi5EvAeI48QTWX0AyekGgLA8H+c+7fbfCkJwRWRMLd8CQedNEyJuoYYhmtEqY92pgte1FAhBlhw==",
       "dev": true,
       "requires": {
         "es-to-primitive": "^1.2.1",
         "function-bind": "^1.1.1",
         "has": "^1.0.3",
         "has-symbols": "^1.0.1",
-        "is-callable": "^1.1.5",
-        "is-regex": "^1.0.5",
+        "is-callable": "^1.2.0",
+        "is-regex": "^1.1.0",
         "object-inspect": "^1.7.0",
         "object-keys": "^1.1.1",
         "object.assign": "^4.1.0",
-        "string.prototype.trimleft": "^2.1.1",
-        "string.prototype.trimright": "^2.1.1"
+        "string.prototype.trimend": "^1.0.1",
+        "string.prototype.trimstart": "^1.0.1"
       }
     },
     "es-to-primitive": {
@@ -1455,28 +1455,6 @@
         "es-abstract": "^1.17.5"
       }
     },
-    "string.prototype.trimleft": {
-      "version": "2.1.2",
-      "resolved": 
"https://registry.npmjs.org/string.prototype.trimleft/-/string.prototype.trimleft-2.1.2.tgz";,
-      "integrity": 
"sha512-gCA0tza1JBvqr3bfAIFJGqfdRTyPae82+KTnm3coDXkZN9wnuW3HjGgN386D7hfv5CHQYCI022/rJPVlqXyHSw==",
-      "dev": true,
-      "requires": {
-        "define-properties": "^1.1.3",
-        "es-abstract": "^1.17.5",
-        "string.prototype.trimstart": "^1.0.0"
-      }
-    },
-    "string.prototype.trimright": {
-      "version": "2.1.2",
-      "resolved": 
"https://registry.npmjs.org/string.prototype.trimright/-/string.prototype.trimright-2.1.2.tgz";,
-      "integrity": 
"sha512-ZNRQ7sY3KroTaYjRS6EbNiiHrOkjihL9aQE/8gfQ4DtAC/aEBRHFJa44OmoWxGGqXuJlfKkZW4WcXErGr+9ZFg==",
-      "dev": true,
-      "requires": {
-        "define-properties": "^1.1.3",
-        "es-abstract": "^1.17.5",
-        "string.prototype.trimend": "^1.0.0"
-      }
-    },
     "string.prototype.trimstart": {
       "version": "1.0.1",
       "resolved": 
"https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.1.tgz";,

Reply via email to