You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/27 13:52:37 UTC

[airflow-cancel-workflow-runs] 21/44: Bump @actions/http-client from 1.0.4 to 1.0.8

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-cancel-workflow-runs.git

commit f4aa9bbae09d3063b190dd9ee1676cb3d768c45f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Apr 29 18:01:23 2020 +0000

    Bump @actions/http-client from 1.0.4 to 1.0.8
    
    Bumps [@actions/http-client](https://github.com/actions/http-client) from 1.0.4 to 1.0.8.
    - [Release notes](https://github.com/actions/http-client/releases)
    - [Changelog](https://github.com/actions/http-client/blob/master/RELEASES.md)
    - [Commits](https://github.com/actions/http-client/commits)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 121b6fc..8b8bf9d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -20,9 +20,9 @@
       }
     },
     "@actions/http-client": {
-      "version": "1.0.4",
-      "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.4.tgz",
-      "integrity": "sha512-6EzXhqapKKtYr21ZnFQVBYwfrYPKPCivuSkUN/66/BDakkH2EPjUZH8tZ3MgHdI+gQIdcsY0ybbxw9ZEOmJB6g==",
+      "version": "1.0.8",
+      "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.8.tgz",
+      "integrity": "sha512-G4JjJ6f9Hb3Zvejj+ewLLKLf99ZC+9v+yCxoYf9vSyH+WkzPLB2LuUtRMGNkooMqdugGBFStIKXOuvH1W+EctA==",
       "requires": {
         "tunnel": "0.0.6"
       }