You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2022/04/13 05:24:05 UTC

[superset] branch master updated: chore(deps): bump urijs from 1.19.8 to 1.19.11 in /superset-frontend (#19679)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6e8e29ce53 chore(deps): bump urijs from 1.19.8 to 1.19.11 in /superset-frontend (#19679)
6e8e29ce53 is described below

commit 6e8e29ce53faffbedfd8e9657d894d87d70eff54
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 12 23:23:58 2022 -0600

    chore(deps): bump urijs from 1.19.8 to 1.19.11 in /superset-frontend (#19679)
    
    Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.8 to 1.19.11.
    - [Release notes](https://github.com/medialize/URI.js/releases)
    - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
    - [Commits](https://github.com/medialize/URI.js/compare/v1.19.8...v1.19.11)
    
    ---
    updated-dependencies:
    - dependency-name: urijs
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 34 +++++++++++++++-------------------
 1 file changed, 15 insertions(+), 19 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 2e845ffab4..4cf5cdba13 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -26,7 +26,6 @@
         "@superset-ui/legacy-plugin-chart-chord": "file:./plugins/legacy-plugin-chart-chord",
         "@superset-ui/legacy-plugin-chart-country-map": "file:./plugins/legacy-plugin-chart-country-map",
         "@superset-ui/legacy-plugin-chart-event-flow": "file:./plugins/legacy-plugin-chart-event-flow",
-        "@superset-ui/legacy-plugin-chart-force-directed": "file:./plugins/legacy-plugin-chart-force-directed",
         "@superset-ui/legacy-plugin-chart-heatmap": "file:./plugins/legacy-plugin-chart-heatmap",
         "@superset-ui/legacy-plugin-chart-histogram": "file:./plugins/legacy-plugin-chart-histogram",
         "@superset-ui/legacy-plugin-chart-horizon": "file:./plugins/legacy-plugin-chart-horizon",
@@ -54499,9 +54498,9 @@
       }
     },
     "node_modules/urijs": {
-      "version": "1.19.8",
-      "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.8.tgz",
-      "integrity": "sha512-iIXHrjomQ0ZCuDRy44wRbyTZVnfVNLVo3Ksz1yxNyE5wV1IDZW2S5Jszy45DTlw/UdsnRT7DyDhIz7Gy+vJumw=="
+      "version": "1.19.11",
+      "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz",
+      "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="
     },
     "node_modules/urix": {
       "version": "0.1.0",
@@ -58656,7 +58655,6 @@
         "@superset-ui/legacy-plugin-chart-chord": "*",
         "@superset-ui/legacy-plugin-chart-country-map": "*",
         "@superset-ui/legacy-plugin-chart-event-flow": "*",
-        "@superset-ui/legacy-plugin-chart-force-directed": "*",
         "@superset-ui/legacy-plugin-chart-heatmap": "*",
         "@superset-ui/legacy-plugin-chart-histogram": "*",
         "@superset-ui/legacy-plugin-chart-horizon": "*",
@@ -59071,7 +59069,8 @@
       },
       "peerDependencies": {
         "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*"
+        "@superset-ui/core": "*",
+        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-country-map/node_modules/d3-array": {
@@ -59098,16 +59097,10 @@
     },
     "plugins/legacy-plugin-chart-force-directed": {
       "name": "@superset-ui/legacy-plugin-chart-force-directed",
-      "version": "0.18.25",
-      "license": "Apache-2.0",
+      "version": "0.0.1",
       "dependencies": {
         "d3": "^3.5.17",
         "prop-types": "^15.7.2"
-      },
-      "peerDependencies": {
-        "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*",
-        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-heatmap": {
@@ -59360,7 +59353,8 @@
       },
       "peerDependencies": {
         "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*"
+        "@superset-ui/core": "*",
+        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-sunburst": {
@@ -59373,7 +59367,8 @@
       },
       "peerDependencies": {
         "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*"
+        "@superset-ui/core": "*",
+        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-time-table": {
@@ -59403,7 +59398,8 @@
       },
       "peerDependencies": {
         "@superset-ui/chart-controls": "*",
-        "@superset-ui/core": "*"
+        "@superset-ui/core": "*",
+        "react": "^16.13.1"
       }
     },
     "plugins/legacy-plugin-chart-world-map": {
@@ -102581,9 +102577,9 @@
       }
     },
     "urijs": {
-      "version": "1.19.8",
-      "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.8.tgz",
-      "integrity": "sha512-iIXHrjomQ0ZCuDRy44wRbyTZVnfVNLVo3Ksz1yxNyE5wV1IDZW2S5Jszy45DTlw/UdsnRT7DyDhIz7Gy+vJumw=="
+      "version": "1.19.11",
+      "resolved": "https://registry.npmjs.org/urijs/-/urijs-1.19.11.tgz",
+      "integrity": "sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ=="
     },
     "urix": {
       "version": "0.1.0",