You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/08/25 08:36:50 UTC

[zeppelin] branch master updated: [ZEPPELIN-5802][MINOR] fix rimraf version (#4448)

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

jongyoul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new f297dbdc84 [ZEPPELIN-5802][MINOR] fix rimraf version (#4448)
f297dbdc84 is described below

commit f297dbdc841ae0b19303f62c7e8fbdc9bd407b81
Author: kkoldduck2 <vk...@naver.com>
AuthorDate: Thu Aug 25 17:36:44 2022 +0900

    [ZEPPELIN-5802][MINOR] fix rimraf version (#4448)
    
    * [MINOR] fix rimraf version
    
    * fix rimraf version in zeppelin-web/package-lock.json
---
 zeppelin-web/package-lock.json | 6 +++---
 zeppelin-web/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/zeppelin-web/package-lock.json b/zeppelin-web/package-lock.json
index c406a4a676..76ae490cc0 100644
--- a/zeppelin-web/package-lock.json
+++ b/zeppelin-web/package-lock.json
@@ -13230,9 +13230,9 @@
           }
         },
         "rimraf": {
-          "version": "2.7.1",
-          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
-          "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
+          "version": "3.0.2",
+          "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+          "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
           "dev": true,
           "requires": {
             "glob": "^7.1.3"
diff --git a/zeppelin-web/package.json b/zeppelin-web/package.json
index f0c621cd5c..892597d1ea 100644
--- a/zeppelin-web/package.json
+++ b/zeppelin-web/package.json
@@ -93,7 +93,7 @@
     "postcss-loader": "^3.0.0",
     "protractor": "^5.4.1",
     "raw-loader": "^0.5.1",
-    "rimraf": "^2.5.4",
+    "rimraf": "^3.0.2",
     "string-replace-webpack-plugin": "^0.1.3",
     "style-loader": "^0.13.1",
     "time-grunt": "^0.3.1",