From ecf0cb51e8214c03cb96113010dce628e7cd1a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 19:05:48 +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 | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9067b41..fc195c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9495,9 +9495,10 @@ "license": "MIT" }, "node_modules/tmpl": { - "version": "1.0.4", - "dev": true, - "license": "BSD-3-Clause" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true }, "node_modules/to-fast-properties": { "version": "2.0.0", @@ -11593,7 +11594,8 @@ }, "acorn-jsx": { "version": "5.2.0", - "dev": true + "dev": true, + "requires": {} }, "acorn-walk": { "version": "6.2.0", @@ -13165,7 +13167,8 @@ }, "eslint-plugin-eslint-plugin": { "version": "2.1.0", - "dev": true + "dev": true, + "requires": {} }, "eslint-plugin-filenames": { "version": "1.3.2", @@ -14827,7 +14830,8 @@ }, "jest-pnp-resolver": { "version": "1.2.1", - "dev": true + "dev": true, + "requires": {} }, "jest-regex-util": { "version": "24.9.0", @@ -15113,7 +15117,8 @@ }, "ws": { "version": "7.2.1", - "dev": true + "dev": true, + "requires": {} } } }, @@ -16905,7 +16910,9 @@ "dev": true }, "tmpl": { - "version": "1.0.4", + "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": {