You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/12/29 16:17:48 UTC

[streampipes] branch dev updated: Bump shepherd.js from 9.1.1 to 11.0.1 in /ui (#939)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 2f2ba9707 Bump shepherd.js from 9.1.1 to 11.0.1 in /ui (#939)
2f2ba9707 is described below

commit 2f2ba9707518b5e5d2f9578e807b269407dffafd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 29 17:17:42 2022 +0100

    Bump shepherd.js from 9.1.1 to 11.0.1 in /ui (#939)
    
    Bumps [shepherd.js](https://github.com/shipshapecode/shepherd) from 9.1.1 to 11.0.1.
    - [Release notes](https://github.com/shipshapecode/shepherd/releases)
    - [Changelog](https://github.com/shipshapecode/shepherd/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/shipshapecode/shepherd/compare/v9.1.1...v11.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: shepherd.js
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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>
---
 ui/package-lock.json | 74 ++++++++++++++++++++++++++--------------------------
 ui/package.json      |  2 +-
 2 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index a32bc14dc..cdd35fb50 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -63,7 +63,7 @@
         "quill": "1.3.7",
         "roboto-fontface": "0.10.0",
         "rxjs": "^7.8.0",
-        "shepherd.js": "^9.1.1",
+        "shepherd.js": "^11.0.1",
         "showdown": "1.9.1",
         "stream-browserify": "3.0.0",
         "swagger-ui": "4.15.5",
@@ -5004,6 +5004,19 @@
         "url": "https://github.com/sponsors/sindresorhus"
       }
     },
+    "node_modules/@floating-ui/core": {
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.5.tgz",
+      "integrity": "sha512-iDdOsaCHZH/0FM0yNBYt+cJxJF9S5jrYWNtDZOiDFMiZ7uxMJ/71h8eTwoVifEAruv9p9rlMPYCGIgMjOz95FQ=="
+    },
+    "node_modules/@floating-ui/dom": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
+      "integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
+      "dependencies": {
+        "@floating-ui/core": "^1.0.5"
+      }
+    },
     "node_modules/@fortawesome/fontawesome-free": {
       "version": "5.15.4",
       "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz",
@@ -6104,15 +6117,6 @@
         "pick-by-alias": "^1.2.0"
       }
     },
-    "node_modules/@popperjs/core": {
-      "version": "2.11.6",
-      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
-      "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw==",
-      "funding": {
-        "type": "opencollective",
-        "url": "https://opencollective.com/popperjs"
-      }
-    },
     "node_modules/@rollup/plugin-json": {
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
@@ -23408,13 +23412,12 @@
       }
     },
     "node_modules/shepherd.js": {
-      "version": "9.1.1",
-      "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-9.1.1.tgz",
-      "integrity": "sha512-JS1zE/OulfqahISHLn8P3moFXB4QFvK7HGH42T5WW1TMmHWd4Ke95k6NQTfYFC56OaI0j9Y1E+i6C+5ZftLORg==",
+      "version": "11.0.1",
+      "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-11.0.1.tgz",
+      "integrity": "sha512-K387AM8A0IbEje9ZRHIGOQHLzFkMoNtQlxZp5Rgw4FGnfReq8C4mPJHX6qA5OFKg+1atI7VjGonbJDzYEghd6Q==",
       "dependencies": {
-        "@popperjs/core": "^2.11.5",
-        "deepmerge": "^4.2.2",
-        "smoothscroll-polyfill": "^0.4.4"
+        "@floating-ui/dom": "^1.0.10",
+        "deepmerge": "^4.2.2"
       },
       "engines": {
         "node": "12.* || 14.* || >= 16"
@@ -23667,11 +23670,6 @@
         "npm": ">= 3.0.0"
       }
     },
-    "node_modules/smoothscroll-polyfill": {
-      "version": "0.4.4",
-      "resolved": "https://registry.npmjs.org/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz",
-      "integrity": "sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg=="
-    },
     "node_modules/snapdragon": {
       "version": "0.8.2",
       "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
@@ -30995,6 +30993,19 @@
         }
       }
     },
+    "@floating-ui/core": {
+      "version": "1.0.5",
+      "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.0.5.tgz",
+      "integrity": "sha512-iDdOsaCHZH/0FM0yNBYt+cJxJF9S5jrYWNtDZOiDFMiZ7uxMJ/71h8eTwoVifEAruv9p9rlMPYCGIgMjOz95FQ=="
+    },
+    "@floating-ui/dom": {
+      "version": "1.1.0",
+      "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.1.0.tgz",
+      "integrity": "sha512-TSogMPVxbRe77QCj1dt8NmRiJasPvuc+eT5jnJ6YpLqgOD2zXc5UA3S1qwybN+GVCDNdKfpKy1oj8RpzLJvh6A==",
+      "requires": {
+        "@floating-ui/core": "^1.0.5"
+      }
+    },
     "@fortawesome/fontawesome-free": {
       "version": "5.15.4",
       "resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz",
@@ -31880,11 +31891,6 @@
         "pick-by-alias": "^1.2.0"
       }
     },
-    "@popperjs/core": {
-      "version": "2.11.6",
-      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
-      "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw=="
-    },
     "@rollup/plugin-json": {
       "version": "4.1.0",
       "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
@@ -45352,13 +45358,12 @@
       "dev": true
     },
     "shepherd.js": {
-      "version": "9.1.1",
-      "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-9.1.1.tgz",
-      "integrity": "sha512-JS1zE/OulfqahISHLn8P3moFXB4QFvK7HGH42T5WW1TMmHWd4Ke95k6NQTfYFC56OaI0j9Y1E+i6C+5ZftLORg==",
+      "version": "11.0.1",
+      "resolved": "https://registry.npmjs.org/shepherd.js/-/shepherd.js-11.0.1.tgz",
+      "integrity": "sha512-K387AM8A0IbEje9ZRHIGOQHLzFkMoNtQlxZp5Rgw4FGnfReq8C4mPJHX6qA5OFKg+1atI7VjGonbJDzYEghd6Q==",
       "requires": {
-        "@popperjs/core": "^2.11.5",
-        "deepmerge": "^4.2.2",
-        "smoothscroll-polyfill": "^0.4.4"
+        "@floating-ui/dom": "^1.0.10",
+        "deepmerge": "^4.2.2"
       }
     },
     "showdown": {
@@ -45556,11 +45561,6 @@
       "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
       "dev": true
     },
-    "smoothscroll-polyfill": {
-      "version": "0.4.4",
-      "resolved": "https://registry.npmjs.org/smoothscroll-polyfill/-/smoothscroll-polyfill-0.4.4.tgz",
-      "integrity": "sha512-TK5ZA9U5RqCwMpfoMq/l1mrH0JAR7y7KRvOBx0n2869aLxch+gT9GhN3yUfjiw+d/DiF1mKo14+hd62JyMmoBg=="
-    },
     "snapdragon": {
       "version": "0.8.2",
       "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
diff --git a/ui/package.json b/ui/package.json
index d05b819b1..40ccf2f2d 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -85,7 +85,7 @@
     "quill": "1.3.7",
     "roboto-fontface": "0.10.0",
     "rxjs": "^7.8.0",
-    "shepherd.js": "^9.1.1",
+    "shepherd.js": "^11.0.1",
     "showdown": "1.9.1",
     "stream-browserify": "3.0.0",
     "swagger-ui": "4.15.5",