diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-21 13:56:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 13:56:22 +0000 |
commit | 51b7f23ebe768fac01165d66dc1630dae550200c (patch) | |
tree | beeab95ded3d4abe9d610967b158ddf83ef97015 | |
parent | ed12c971729f26c801c1d1b80b6cc821dc441539 (diff) | |
download | kronikarz-dependabot/npm_and_yarn/tmpl-1.0.5.tar.gz kronikarz-dependabot/npm_and_yarn/tmpl-1.0.5.zip |
Bump tmpl from 1.0.4 to 1.0.5 dependabot/npm_and_yarn/tmpl-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] <support@github.com>
-rw-r--r-- | package-lock.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json index fb1f415..6c6a0d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kronikarz", - "version": "2.2.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -13813,9 +13813,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-arraybuffer": { |