From 91cf25110c31fcf0d19ed4c7e7647751583d0e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 08:36:45 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d402d5..e9bf968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -677,9 +677,9 @@ "dev": true }, "@jspolicy/webpack-plugin": { - "version": "0.0.4", - "resolved": "https://registry.npmjs.org/@jspolicy/webpack-plugin/-/webpack-plugin-0.0.4.tgz", - "integrity": "sha512-GlSMPGEjrkf0utPrgA+RKYvfQlCn3+4Walj7NEwZJwKJGznmDcX2jUUjyzO0wQCL6RHmd3+33+58YfbhhX2QNw==", + "version": "0.0.5", + "resolved": "https://registry.npmjs.org/@jspolicy/webpack-plugin/-/webpack-plugin-0.0.5.tgz", + "integrity": "sha512-hBU84u1o3+Mc2lVlhBjhkpUMzXWcJg7QdjmXe+pGjRO3XLx32jBDEkhYVbtffuypP2ZCFk5+QrHwVwrE/c92Pg==", "dev": true, "requires": { "path": "^0.12.7", @@ -6372,9 +6372,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-fast-properties": {