You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/12 07:14:03 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump ts-jest in /tobago-theme/tobago-theme-standard/npm

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e54fa63  chore(deps-dev): bump ts-jest in /tobago-theme/tobago-theme-standard/npm
e54fa63 is described below

commit e54fa6365f8d5f073f5945d7224c2f8825d61316
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 11 20:58:29 2021 +0000

    chore(deps-dev): bump ts-jest in /tobago-theme/tobago-theme-standard/npm
    
    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.4.4 to 26.5.1.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.4.4...v26.5.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-standard/npm/package-lock.json | 8 ++++----
 tobago-theme/tobago-theme-standard/npm/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/npm/package-lock.json b/tobago-theme/tobago-theme-standard/npm/package-lock.json
index c244ccb..e2c03fa 100644
--- a/tobago-theme/tobago-theme-standard/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/npm/package-lock.json
@@ -6048,9 +6048,9 @@
       }
     },
     "ts-jest": {
-      "version": "26.4.4",
-      "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.4.tgz",
-      "integrity": "sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==",
+      "version": "26.5.1",
+      "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.1.tgz",
+      "integrity": "sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==",
       "dev": true,
       "requires": {
         "@types/jest": "26.x",
@@ -6059,7 +6059,7 @@
         "fast-json-stable-stringify": "2.x",
         "jest-util": "^26.1.0",
         "json5": "2.x",
-        "lodash.memoize": "4.x",
+        "lodash": "4.x",
         "make-error": "1.x",
         "mkdirp": "1.x",
         "semver": "7.x",
diff --git a/tobago-theme/tobago-theme-standard/npm/package.json b/tobago-theme/tobago-theme-standard/npm/package.json
index 3cd5330..3b84fc9 100644
--- a/tobago-theme/tobago-theme-standard/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/npm/package.json
@@ -75,7 +75,7 @@
     "@rollup/plugin-node-resolve": "^11.1.1",
     "@rollup/plugin-replace": "^2.3.4",
     "sass": "^1.32.7",
-    "ts-jest": "^26.4.4",
+    "ts-jest": "^26.5.1",
     "tslint": "^6.1.3",
     "typescript": "^4.1.5",
     "uglify-js": "^3.12.7"