From 1ac3660263895d69ee57e58e5241c411e22744e6 Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 9 Nov 2022 22:50:25 +0100 Subject: [PATCH] openvidu-node-client: Fix upstream depedency bumping typescript to 3.9.7 --- openvidu-node-client/package-lock.json | 14 +++++++------- openvidu-node-client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/openvidu-node-client/package-lock.json b/openvidu-node-client/package-lock.json index d59680c1..1626fcba 100644 --- a/openvidu-node-client/package-lock.json +++ b/openvidu-node-client/package-lock.json @@ -26,7 +26,7 @@ "ts-node": "9.1.1", "tslint": "6.1.3", "typedoc": "0.19.2", - "typescript": "3.8.3" + "typescript": "3.9.7" } }, "node_modules/@babel/code-frame": { @@ -4180,9 +4180,9 @@ } }, "node_modules/typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -7695,9 +7695,9 @@ "dev": true }, "typescript": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.8.3.tgz", - "integrity": "sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==", + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz", + "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==", "dev": true }, "uglify-js": { diff --git a/openvidu-node-client/package.json b/openvidu-node-client/package.json index 219daf71..ead9014e 100644 --- a/openvidu-node-client/package.json +++ b/openvidu-node-client/package.json @@ -19,7 +19,7 @@ "ts-node": "9.1.1", "tslint": "6.1.3", "typedoc": "0.19.2", - "typescript": "3.8.3" + "typescript": "3.9.7" }, "license": "Apache-2.0", "main": "lib/index.js",