You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/05 08:38:57 UTC

[myfaces-tobago] branch main updated: build(deps): bump jasmine-core in /tobago-example/tobago-example-demo

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

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d6092b155 build(deps): bump jasmine-core in /tobago-example/tobago-example-demo
1d6092b155 is described below

commit 1d6092b155852fa480fcc405c4e470a456a4eee6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 1 16:57:04 2023 +0000

    build(deps): bump jasmine-core in /tobago-example/tobago-example-demo
    
    Bumps [jasmine-core](https://github.com/jasmine/jasmine) from 4.6.0 to 5.0.0.
    - [Release notes](https://github.com/jasmine/jasmine/releases)
    - [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md)
    - [Commits](https://github.com/jasmine/jasmine/compare/v4.6.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jasmine-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-example/tobago-example-demo/package-lock.json | 14 +++++++-------
 tobago-example/tobago-example-demo/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 49c92db526..87220447a8 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -10,7 +10,7 @@
       "license": "Apache-2.0",
       "dependencies": {
         "font-awesome": "4.7.0",
-        "jasmine-core": "^4.6.0",
+        "jasmine-core": "^5.0.0",
         "prismjs": "^1.29.0"
       },
       "devDependencies": {
@@ -1176,9 +1176,9 @@
       "dev": true
     },
     "node_modules/jasmine-core": {
-      "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=="
+      "version": "5.0.0",
+      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz",
+      "integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg=="
     },
     "node_modules/js-tokens": {
       "version": "4.0.0",
@@ -3173,9 +3173,9 @@
       "dev": true
     },
     "jasmine-core": {
-      "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=="
+      "version": "5.0.0",
+      "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.0.0.tgz",
+      "integrity": "sha512-BJLxZlSVyWPN/oyaS1IIvIjChghI9/xWsLAIJqL9J5Fz47CN3JNr8Lmik3S2S7QS2RxclYjvSVSXP7IR35PAmg=="
     },
     "js-tokens": {
       "version": "4.0.0",
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index f024220274..451b04f467 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -38,7 +38,7 @@
   },
   "dependencies": {
     "font-awesome": "4.7.0",
-    "jasmine-core": "^4.6.0",
+    "jasmine-core": "^5.0.0",
     "prismjs": "^1.29.0"
   },
   "devDependencies": {