You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/10/15 16:55:27 UTC

[myfaces-tobago] branch master updated: build(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 in /tobago-theme

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

lofwyr 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 9cdd984  build(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 in /tobago-theme
9cdd984 is described below

commit 9cdd9844c792e22386ffe9bf15eb2db3c49ddda6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Oct 15 16:09:13 2021 +0000

    build(deps-dev): bump ts-jest from 27.0.5 to 27.0.6 in /tobago-theme
    
    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.5 to 27.0.6.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.0.5...v27.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 31 +++++++++++++++++++++++--------
 tobago-theme/package.json      |  2 +-
 2 files changed, 24 insertions(+), 9 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index a9ad6e2..c5abc2b 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -4071,17 +4071,32 @@
       }
     },
     "jest-util": {
-      "version": "27.2.4",
-      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
-      "integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
+      "version": "27.2.5",
+      "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.5.tgz",
+      "integrity": "sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==",
       "dev": true,
       "requires": {
-        "@jest/types": "^27.2.4",
+        "@jest/types": "^27.2.5",
         "@types/node": "*",
         "chalk": "^4.0.0",
         "graceful-fs": "^4.2.4",
         "is-ci": "^3.0.0",
         "picomatch": "^2.2.3"
+      },
+      "dependencies": {
+        "@jest/types": {
+          "version": "27.2.5",
+          "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.5.tgz",
+          "integrity": "sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==",
+          "dev": true,
+          "requires": {
+            "@types/istanbul-lib-coverage": "^2.0.0",
+            "@types/istanbul-reports": "^3.0.0",
+            "@types/node": "*",
+            "@types/yargs": "^16.0.0",
+            "chalk": "^4.0.0"
+          }
+        }
       }
     },
     "jest-validate": {
@@ -5830,16 +5845,16 @@
       }
     },
     "ts-jest": {
-      "version": "27.0.5",
-      "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.5.tgz",
-      "integrity": "sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==",
+      "version": "27.0.6",
+      "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz",
+      "integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==",
       "dev": true,
       "requires": {
         "bs-logger": "0.x",
         "fast-json-stable-stringify": "2.x",
         "jest-util": "^27.0.0",
         "json5": "2.x",
-        "lodash": "4.x",
+        "lodash.memoize": "4.x",
         "make-error": "1.x",
         "semver": "7.x",
         "yargs-parser": "20.x"
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 87e9c93..dd890b9 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -87,7 +87,7 @@
     "rollup-plugin-terser": "^7.0.2",
     "rollup-plugin-typescript2": "^0.30.0",
     "sass": "^1.43.2",
-    "ts-jest": "^27.0.5",
+    "ts-jest": "^27.0.6",
     "tslib": "^2.3.1",
     "typescript": "^4.4.4",
     "uglify-js": "^3.14.2"