From 0f59e6541b4b6b5422bc801afd2a4372b64c6850 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 8 Nov 2020 09:44:55 +0100 Subject: [PATCH] Use tslib import helpers. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package-lock.json | 6 +++--- package.json | 2 +- src/assets/configs-aws | 2 +- tsconfig.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3b13dd75..3941daf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8954,9 +8954,9 @@ } }, "ws": { - "version": "7.3.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz", - "integrity": "sha512-D3RuNkynyHmEJIpD2qrgVkc9DQ23OrN/moAwZX4L8DfvszsJxpjQuUq3LMx6HoYji9fbIOBY18XWBsAux1ZZUA==" + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.0.tgz", + "integrity": "sha512-kyFwXuV/5ymf+IXhS6f0+eAFvydbaBW3zjpT6hUdAh/hbVjTIB5EHBGi0bPoCLSK2wcuz3BrEkB9LrYv1Nm4NQ==" }, "xdg-basedir": { "version": "3.0.0", diff --git a/package.json b/package.json index ed6535c0..37a78fb6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "uuid": "^8.3.1", "winston": "^3.3.3", "worker-threads-pool": "^2.0.0", - "ws": "^7.3.1" + "ws": "^7.4.0" }, "optionalDependencies": { "bufferutil": "^4.0.2", diff --git a/src/assets/configs-aws b/src/assets/configs-aws index 8e44c9a8..bf358794 160000 --- a/src/assets/configs-aws +++ b/src/assets/configs-aws @@ -1 +1 @@ -Subproject commit 8e44c9a891f78706e07b5e26a931b1061b265def +Subproject commit bf35879442de356d38b5a5854bb4b0a924f7ce63 diff --git a/tsconfig.json b/tsconfig.json index 2fc552e7..4774c592 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,7 +22,7 @@ // "tsBuildInfoFile": "./", /* Specify file to store incremental compilation information */ // "removeComments": true, /* Do not emit comments to output. */ // "noEmit": true, /* Do not emit outputs. */ - // "importHelpers": true, /* Import emit helpers from 'tslib'. */ + "importHelpers": true, /* Import emit helpers from 'tslib'. */ // "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */ -- 2.34.1