You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2022/08/15 16:16:44 UTC

[openwhisk-client-js] branch master updated: Bump jszip from 3.4.0 to 3.7.0

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

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e74ba2  Bump jszip from 3.4.0 to 3.7.0
8e74ba2 is described below

commit 8e74ba2b3c2c52bee65f2cc84a09322dab06de8f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 15 13:25:44 2022 +0000

    Bump jszip from 3.4.0 to 3.7.0
    
    Bumps [jszip](https://github.com/Stuk/jszip) from 3.4.0 to 3.7.0.
    - [Release notes](https://github.com/Stuk/jszip/releases)
    - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md)
    - [Commits](https://github.com/Stuk/jszip/compare/v3.4.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: jszip
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 package-lock.json | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 9e18011..8c79259 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3003,7 +3003,7 @@
     "immediate": {
       "version": "3.0.6",
       "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
-      "integrity": "sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=",
+      "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
       "dev": true
     },
     "import-lazy": {
@@ -3605,9 +3605,9 @@
       }
     },
     "jszip": {
-      "version": "3.4.0",
-      "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.4.0.tgz",
-      "integrity": "sha512-gZAOYuPl4EhPTXT0GjhI3o+ZAz3su6EhLrKUoAivcKqyqC7laS5JEv4XWZND9BgcDcF83vI85yGbDmDR6UhrIg==",
+      "version": "3.7.0",
+      "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.7.0.tgz",
+      "integrity": "sha512-Y2OlFIzrDOPWUnpU0LORIcDn2xN7rC9yKffFM/7pGhQuhO+SUhfm2trkJ/S5amjFvem0Y+1EALz/MEPkvHXVNw==",
       "dev": true,
       "requires": {
         "lie": "~3.3.0",
@@ -5104,7 +5104,7 @@
     "set-immediate-shim": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
-      "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
+      "integrity": "sha512-Li5AOqrZWCVA2n5kryzEmqai6bKSIvpz5oUJHPVj6+dsbD3X1ixtsY5tEnsaNpH3pFAHmG8eIHUrtEtohrg+UQ==",
       "dev": true
     },
     "shebang-command": {