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 2023/04/03 04:06:55 UTC

[streampipes] branch dev updated: Bump jasmine-core from 4.5.0 to 4.6.0 in /ui (#1474)

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 c627add09 Bump jasmine-core from 4.5.0 to 4.6.0 in /ui (#1474)
c627add09 is described below

commit c627add09f8c43083185c00d52c4d751e3aca01e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 3 06:06:46 2023 +0200

    Bump jasmine-core from 4.5.0 to 4.6.0 in /ui (#1474)
---
 ui/package-lock.json | 14 +++++++-------
 ui/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ui/package-lock.json b/ui/package-lock.json
index c4a2073a0..9d3ba8e2f 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -104,7 +104,7 @@
         "eslint-config-prettier": "^8.8.0",
         "html-webpack-plugin": "^5.5.0",
         "husky": "^8.0.2",
-        "jasmine-core": "^4.5.0",
+        "jasmine-core": "^4.6.0",
         "js-yaml": "^4.1.0",
         "karma": "~6.4.1",
         "karma-chrome-launcher": "~3.1.1",
@@ -16044,9 +16044,9 @@
       }
     },
     "node_modules/jasmine-core": {
-      "version": "4.5.0",
-      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz",
-      "integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==",
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz",
+      "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==",
       "dev": true
     },
     "node_modules/jest-worker": {
@@ -39677,9 +39677,9 @@
       }
     },
     "jasmine-core": {
-      "version": "4.5.0",
-      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.5.0.tgz",
-      "integrity": "sha512-9PMzyvhtocxb3aXJVOPqBDswdgyAeSB81QnLop4npOpbqnheaTEwPc9ZloQeVswugPManznQBjD8kWDTjlnHuw==",
+      "version": "4.6.0",
+      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz",
+      "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==",
       "dev": true
     },
     "jest-worker": {
diff --git a/ui/package.json b/ui/package.json
index fb852f952..2e5f69cf0 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -126,7 +126,7 @@
     "eslint-config-prettier": "^8.8.0",
     "html-webpack-plugin": "^5.5.0",
     "husky": "^8.0.2",
-    "jasmine-core": "^4.5.0",
+    "jasmine-core": "^4.6.0",
     "js-yaml": "^4.1.0",
     "karma": "~6.4.1",
     "karma-chrome-launcher": "~3.1.1",