You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by co...@apache.org on 2023/06/17 01:03:38 UTC

[tinkerpop] 04/05: Bump web-vitals from 2.1.3 to 3.3.2 in /docs/gremlint

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

colegreer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit d8700f83d114ebd8a35b18fb67e716fb19a61ecd
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jun 16 20:15:07 2023 +0000

    Bump web-vitals from 2.1.3 to 3.3.2 in /docs/gremlint
    
    Bumps [web-vitals](https://github.com/GoogleChrome/web-vitals) from 2.1.3 to 3.3.2.
    - [Changelog](https://github.com/GoogleChrome/web-vitals/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/GoogleChrome/web-vitals/compare/v2.1.3...v3.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: web-vitals
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 docs/gremlint/package-lock.json | 6 +++---
 docs/gremlint/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/gremlint/package-lock.json b/docs/gremlint/package-lock.json
index 78ce4b0d36..ce48bf36b4 100644
--- a/docs/gremlint/package-lock.json
+++ b/docs/gremlint/package-lock.json
@@ -25867,9 +25867,9 @@
       }
     },
     "web-vitals": {
-      "version": "2.1.3",
-      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-2.1.3.tgz",
-      "integrity": "sha512-+ijpniAzcnQicXaXIN0/eHQAiV/jMt1oHGHTmz7VdAJPPkzzDhmoYPSpLgJTuFtUh+jCjxCoeTZPg7Ic+g8o7w=="
+      "version": "3.3.2",
+      "resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.3.2.tgz",
+      "integrity": "sha512-qRkpmSeKfEWAzNhtX541xA8gCJ+pqCqBmUlDVkVDSCSYUvfvNqF+k9g8I+uyreRcDBdfiJrd0/aLbTy5ydo49Q=="
     },
     "webidl-conversions": {
       "version": "6.1.0",
diff --git a/docs/gremlint/package.json b/docs/gremlint/package.json
index cdad240360..7d17a17a77 100644
--- a/docs/gremlint/package.json
+++ b/docs/gremlint/package.json
@@ -13,7 +13,7 @@
     "sharp-router": "^4.1.5",
     "styled-components": "^5.3.10",
     "typescript": "^4.7.3",
-    "web-vitals": "^2.1.3"
+    "web-vitals": "^3.3.2"
   },
   "scripts": {
     "predeploy": "npm run build",