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

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


The following commit(s) were added to refs/heads/master by this push:
     new f0c0685dbe0 Update ttypescript version. (#28133)
f0c0685dbe0 is described below

commit f0c0685dbe03144dfa482a0c83fd080c9a9f522e
Author: Robert Burke <lostl...@users.noreply.github.com>
AuthorDate: Mon Aug 28 16:27:42 2023 -0700

    Update ttypescript version. (#28133)
    
    Co-authored-by: lostluck <13907733+lostl...@users.noreply.github.com>
---
 sdks/typescript/package-lock.json | 14 +++++++-------
 sdks/typescript/package.json      |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sdks/typescript/package-lock.json 
b/sdks/typescript/package-lock.json
index 22cb6c1c5b1..51a10d2b4a8 100644
--- a/sdks/typescript/package-lock.json
+++ b/sdks/typescript/package-lock.json
@@ -23,7 +23,7 @@
         "queue-typescript": "^1.0.1",
         "serialize-closures": "^0.2.7",
         "ts-closure-transform": "^0.1.7",
-        "ttypescript": "^1.5.13",
+        "ttypescript": "^1.5.15",
         "uuid": "^8.3.2"
       },
       "bin": {
@@ -3839,9 +3839,9 @@
       }
     },
     "node_modules/ttypescript": {
-      "version": "1.5.13",
-      "resolved": 
"https://registry.npmjs.org/ttypescript/-/ttypescript-1.5.13.tgz";,
-      "integrity": 
"sha512-KT/RBfGGlVJFqEI8cVvI3nMsmYcFvPSZh8bU0qX+pAwbi7/ABmYkzn7l/K8skw0xmYjVCoyaV6WLsBQxdadybQ==",
+      "version": "1.5.15",
+      "resolved": 
"https://registry.npmjs.org/ttypescript/-/ttypescript-1.5.15.tgz";,
+      "integrity": 
"sha512-48ykDNHzFnPMnv4hYX1P8Q84TvCZyL1QlFxeuxsuZ48X2+ameBgPenvmCkHJtoOSxpoWTWi8NcgNrRnVDOmfSg==",
       "dependencies": {
         "resolve": ">=1.9.0"
       },
@@ -6970,9 +6970,9 @@
       }
     },
     "ttypescript": {
-      "version": "1.5.13",
-      "resolved": 
"https://registry.npmjs.org/ttypescript/-/ttypescript-1.5.13.tgz";,
-      "integrity": 
"sha512-KT/RBfGGlVJFqEI8cVvI3nMsmYcFvPSZh8bU0qX+pAwbi7/ABmYkzn7l/K8skw0xmYjVCoyaV6WLsBQxdadybQ==",
+      "version": "1.5.15",
+      "resolved": 
"https://registry.npmjs.org/ttypescript/-/ttypescript-1.5.15.tgz";,
+      "integrity": 
"sha512-48ykDNHzFnPMnv4hYX1P8Q84TvCZyL1QlFxeuxsuZ48X2+ameBgPenvmCkHJtoOSxpoWTWi8NcgNrRnVDOmfSg==",
       "requires": {
         "resolve": ">=1.9.0"
       },
diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json
index 506e82db22a..041121bd41e 100644
--- a/sdks/typescript/package.json
+++ b/sdks/typescript/package.json
@@ -50,7 +50,7 @@
     "queue-typescript": "^1.0.1",
     "serialize-closures": "^0.2.7",
     "ts-closure-transform": "^0.1.7",
-    "ttypescript": "^1.5.13",
+    "ttypescript": "^1.5.15",
     "uuid": "^8.3.2"
   },
   "main": "./dist/src/apache_beam/index.js",

Reply via email to