You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2022/09/13 01:35:10 UTC

[servicecomb-service-center] branch master updated: Bump jszip from 3.6.0 to 3.10.1 in /ux (#1340)

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

tianxiaoliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a9ffccd Bump jszip from 3.6.0 to 3.10.1 in /ux (#1340)
0a9ffccd is described below

commit 0a9ffccde777632d86fe22f300a207c57af34553
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Sep 13 09:35:04 2022 +0800

    Bump jszip from 3.6.0 to 3.10.1 in /ux (#1340)
    
    Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.10.1.
    - [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.6.0...v3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: jszip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 ux/package-lock.json | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/ux/package-lock.json b/ux/package-lock.json
index 8ace50a7..fc69d830 100644
--- a/ux/package-lock.json
+++ b/ux/package-lock.json
@@ -7337,15 +7337,15 @@
       }
     },
     "jszip": {
-      "version": "3.6.0",
-      "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.6.0.tgz",
-      "integrity": "sha512-jgnQoG9LKnWO3mnVNBnfhkh0QknICd1FGSrXcgrl67zioyJ4wgx25o9ZqwNtrROSflGBCGYnJfjrIyRIby1OoQ==",
+      "version": "3.10.1",
+      "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
+      "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
       "dev": true,
       "requires": {
         "lie": "~3.3.0",
         "pako": "~1.0.2",
         "readable-stream": "~2.3.6",
-        "set-immediate-shim": "~1.0.1"
+        "setimmediate": "^1.0.5"
       },
       "dependencies": {
         "readable-stream": {
@@ -12095,12 +12095,6 @@
       "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
       "dev": true
     },
-    "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=",
-      "dev": true
-    },
     "set-value": {
       "version": "2.0.1",
       "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",