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

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

commit 0bf5fb168a678951d3b9d0d2f9aca97ddcd71893
Merge: 2e27370881 0cb8398400
Author: Cole-Greer <[email protected]>
AuthorDate: Wed Aug 28 18:23:39 2024 -0700

    Merge branch '3.6-dev' into 3.7-dev

 gremlin-go/go.mod                                  |   2 +-
 gremlin-go/go.sum                                  |   4 +-
 .../gremlin-javascript/package-lock.json           | 340 +++++++++++++--------
 .../javascript/gremlin-javascript/package.json     |   2 +-
 .../src/main/python/examples/requirements.txt      |   2 +-
 gremlint/package-lock.json                         |  30 +-
 gremlint/package.json                              |   2 +-
 7 files changed, 228 insertions(+), 154 deletions(-)

diff --cc gremlin-go/go.mod
index 3659929472,e0a15d1da6..5264554bd6
--- a/gremlin-go/go.mod
+++ b/gremlin-go/go.mod
@@@ -25,8 -25,7 +25,8 @@@ require 
        github.com/gorilla/websocket v1.5.2
        github.com/nicksnyder/go-i18n/v2 v2.4.0
        github.com/stretchr/testify v1.9.0
-       golang.org/x/text v0.16.0
+       golang.org/x/text v0.17.0
 +      gopkg.in/yaml.v3 v3.0.1
  )
  
  require (
diff --cc 
gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
index 345382c6e7,b0e3c7a061..4c1e1ee4eb
--- 
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
+++ 
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
@@@ -3838,28 -3758,13 +3885,25 @@@
        "integrity": 
"sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
        "dev": true
      },
 +    "node_modules/uuid": {
 +      "version": "9.0.1",
 +      "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz";,
 +      "integrity": 
"sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
 +      "funding": [
 +        "https://github.com/sponsors/broofa";,
 +        "https://github.com/sponsors/ctavan";
 +      ],
 +      "bin": {
 +        "uuid": "dist/bin/uuid"
 +      }
 +    },
      "node_modules/v8flags": {
-       "version": "3.2.0",
-       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz";,
-       "integrity": 
"sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
+       "version": "4.0.1",
+       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-4.0.1.tgz";,
+       "integrity": 
"sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==",
        "dev": true,
-       "dependencies": {
-         "homedir-polyfill": "^1.0.1"
-       },
        "engines": {
-         "node": ">= 0.10"
+         "node": ">= 10.13.0"
        }
      },
      "node_modules/verror": {
@@@ -6888,19 -6760,11 +6965,16 @@@
        "integrity": 
"sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
        "dev": true
      },
 +    "uuid": {
 +      "version": "9.0.1",
 +      "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz";,
 +      "integrity": 
"sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA=="
 +    },
      "v8flags": {
-       "version": "3.2.0",
-       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-3.2.0.tgz";,
-       "integrity": 
"sha512-mH8etigqMfiGWdeXpaaqGfs6BndypxusHHcv2qSHyZkGEznCd/qAXCWWRzeowtL54147cktFOC4P5y+kl8d8Jg==",
-       "dev": true,
-       "requires": {
-         "homedir-polyfill": "^1.0.1"
-       }
+       "version": "4.0.1",
+       "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-4.0.1.tgz";,
+       "integrity": 
"sha512-fcRLaS4H/hrZk9hYwbdRM35D0U8IYMfEClhXxCivOojl+yTRAZH3Zy2sSy6qVCiGbV9YAtPssP6jaChqC9vPCg==",
+       "dev": true
      },
      "verror": {
        "version": "1.10.1",

Reply via email to