From b49b2832ab70b7bc18bc18529ee6c2999cd97034 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Sep 2021 13:40:33 +0000 Subject: [PATCH] Bump tmpl from 1.0.4 to 1.0.5 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] --- package-lock.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16e525d..50e96b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3860,6 +3860,11 @@ "istanbul-lib-report": "^3.0.0" } }, + "iter-over": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/iter-over/-/iter-over-1.5.1.tgz", + "integrity": "sha512-sfaU+1/yZvaUmZ7jT79vEzVfasbq+GmC0/qQ8r2UtwWx+pvY4O86fdZLah0p4WptGwGZ9lgh+Sw/GHQa68LkJQ==" + }, "jest": { "version": "27.1.0", "resolved": "https://registry.npmjs.org/jest/-/jest-27.1.0.tgz", @@ -6638,9 +6643,9 @@ } }, "tmpl": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/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==", "dev": true }, "to-absolute-glob": {