From 95888a790078b86b6f72821eae355e1e48e9e201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 22:13:31 +0000 Subject: [PATCH] Bump tmpl from 1.0.4 to 1.0.5 in /client Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/daaku/nodejs-tmpl/releases) - [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5) --- updated-dependencies: - dependency-name: tmpl dependency-type: indirect ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 18 ++++++++++++------ client/yarn.lock | 6 +++--- 2 files changed, 15 insertions(+), 9 deletions(-) mode change 100755 => 100644 client/package-lock.json diff --git a/client/package-lock.json b/client/package-lock.json old mode 100755 new mode 100644 index 977e523..32495ae --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1095,9 +1095,9 @@ "dev": true }, "@types/node": { - "version": "11.13.4", - "resolved": "https://nexus.solutions.consensys-uk.net/repository/komgo-npm-group/@types/node/-/node-11.13.4.tgz", - "integrity": "sha512-+rabAZZ3Yn7tF/XPGHupKIL5EcAbrLxnTr/hgQICxbeuAfWtT0UZSfULE+ndusckBItcv4o6ZeOJplQikVcLvQ==" + "version": "14.17.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.18.tgz", + "integrity": "sha512-haYyibw4pbteEhkSg0xdDLAI3679L75EJ799ymVrPxOA922bPx3ML59SoDsQ//rHlvqpu+e36kcbR3XRQtFblA==" }, "@types/prop-types": { "version": "15.7.0", @@ -15708,9 +15708,9 @@ } }, "tmpl": { - "version": "1.0.4", - "resolved": "https://nexus.solutions.consensys-uk.net/repository/komgo-npm-group/tmpl/-/tmpl-1.0.4.tgz", - "integrity": "sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE=" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" }, "to-arraybuffer": { "version": "1.0.1", @@ -15855,6 +15855,12 @@ "resolved": "https://nexus.solutions.consensys-uk.net/repository/komgo-npm-group/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, + "typescript": { + "version": "3.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.3.tgz", + "integrity": "sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==", + "dev": true + }, "uglify-js": { "version": "3.4.10", "resolved": "https://nexus.solutions.consensys-uk.net/repository/komgo-npm-group/uglify-js/-/uglify-js-3.4.10.tgz", diff --git a/client/yarn.lock b/client/yarn.lock index 5998067..a82ea04 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -10134,9 +10134,9 @@ tmp@^0.0.33: os-tmpdir "~1.0.2" tmpl@1.0.x: - version "1.0.4" - resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.4.tgz#23640dd7b42d00433911140820e5cf440e521dd1" - integrity sha1-I2QN17QtAEM5ERQIIOXPRA5SHdE= + version "1.0.5" + resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc" + integrity sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw== to-arraybuffer@^1.0.0: version "1.0.1"