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/02/18 08:25:19 UTC

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

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 174d0fa  chore(deps-dev): bump ajv in /tobago-theme/tobago-theme-standard/npm
174d0fa is described below

commit 174d0fa7d15e980ae652dbb565394bfc7f90ae77
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 18 07:07:44 2021 +0000

    chore(deps-dev): bump ajv in /tobago-theme/tobago-theme-standard/npm
    
    Bumps [ajv](https://github.com/ajv-validator/ajv) from 7.1.0 to 7.1.1.
    - [Release notes](https://github.com/ajv-validator/ajv/releases)
    - [Commits](https://github.com/ajv-validator/ajv/compare/v7.1.0...v7.1.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-standard/npm/package-lock.json | 6 +++---
 tobago-theme/tobago-theme-standard/npm/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-theme/tobago-theme-standard/npm/package-lock.json b/tobago-theme/tobago-theme-standard/npm/package-lock.json
index 9214ed4..f83bedd 100644
--- a/tobago-theme/tobago-theme-standard/npm/package-lock.json
+++ b/tobago-theme/tobago-theme-standard/npm/package-lock.json
@@ -968,9 +968,9 @@
       "dev": true
     },
     "ajv": {
-      "version": "7.1.0",
-      "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.0.tgz",
-      "integrity": "sha512-svS9uILze/cXbH0z2myCK2Brqprx/+JJYK5pHicT/GQiBfzzhUVAIT6MwqJg8y4xV/zoGsUeuPuwtoiKSGE15g==",
+      "version": "7.1.1",
+      "resolved": "https://registry.npmjs.org/ajv/-/ajv-7.1.1.tgz",
+      "integrity": "sha512-ga/aqDYnUy/o7vbsRTFhhTsNeXiYb5JWDIcRIeZfwRNCefwjNTVYCGdGSUrEmiu3yDK3vFvNbgJxvrQW4JXrYQ==",
       "dev": true,
       "requires": {
         "fast-deep-equal": "^3.1.1",
diff --git a/tobago-theme/tobago-theme-standard/npm/package.json b/tobago-theme/tobago-theme-standard/npm/package.json
index d4284d1..208598d 100644
--- a/tobago-theme/tobago-theme-standard/npm/package.json
+++ b/tobago-theme/tobago-theme-standard/npm/package.json
@@ -60,7 +60,7 @@
     "tobago-core": "file:../../../tobago-core/npm",
     "@popperjs/core": "^2.7.0",
     "@types/jest": "^26.0.15",
-    "ajv": "^7.1.0",
+    "ajv": "^7.1.1",
     "ajv-keywords": "^4.0.0",
     "autoprefixer": "^9.8.6",
     "bootstrap": "5.0.0-beta2",