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/03/18 09:53:12 UTC

[myfaces-tobago] branch master updated: chore(deps-dev): bump @types/jest in /tobago-theme

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 313984b  chore(deps-dev): bump @types/jest in /tobago-theme
313984b is described below

commit 313984b9c80f28270625042ed7990058e9671bc4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 18 07:46:18 2021 +0000

    chore(deps-dev): bump @types/jest in /tobago-theme
    
    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.20 to 26.0.21.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/package-lock.json | 6 +++---
 tobago-theme/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 3965428..011a0d8 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -859,9 +859,9 @@
       }
     },
     "@types/jest": {
-      "version": "26.0.20",
-      "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz",
-      "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==",
+      "version": "26.0.21",
+      "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.21.tgz",
+      "integrity": "sha512-ab9TyM/69yg7eew9eOwKMUmvIZAKEGZYlq/dhe5/0IMUd/QLJv5ldRMdddSn+u22N13FP3s5jYyktxuBwY0kDA==",
       "dev": true,
       "requires": {
         "jest-diff": "^26.0.0",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index d74a334..86075fc 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -68,7 +68,7 @@
   },
   "devDependencies": {
     "@popperjs/core": "^2.9.1",
-    "@types/jest": "^26.0.15",
+    "@types/jest": "^26.0.21",
     "@typescript-eslint/eslint-plugin": "^4.18.0",
     "@typescript-eslint/parser": "^4.18.0",
     "autoprefixer": "^9.8.6",