You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by be...@apache.org on 2022/06/27 19:20:47 UTC

[tinkerpop] 01/04: Bumped the version of typescript in gremlint from 3.7.3 to 3.7.4

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

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

commit 058c57b356868833f3f95f105e015c760885b3f5
Author: Dave Bechberger <db...@amazon.com>
AuthorDate: Mon Jun 27 18:50:56 2022 +0000

    Bumped the version of typescript in gremlint from 3.7.3 to 3.7.4
---
 gremlint/package-lock.json | 6 +++---
 gremlint/package.json      | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gremlint/package-lock.json b/gremlint/package-lock.json
index 6aac9a1e7a..6a09d5d658 100644
--- a/gremlint/package-lock.json
+++ b/gremlint/package-lock.json
@@ -4588,9 +4588,9 @@
       }
     },
     "typescript": {
-      "version": "4.7.3",
-      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz",
-      "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==",
+      "version": "4.7.4",
+      "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz",
+      "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==",
       "dev": true
     },
     "union-value": {
diff --git a/gremlint/package.json b/gremlint/package.json
index 7079b901f2..23e5c4af17 100644
--- a/gremlint/package.json
+++ b/gremlint/package.json
@@ -41,7 +41,7 @@
     "ts-jest": "^26.4.2",
     "tslint": "^6.1.3",
     "tslint-config-prettier": "^1.18.0",
-    "typescript": "^4.7.3"
+    "typescript": "^4.7.4"
   },
   "files": [
     "lib/**/*"