From 3e8ae6a0106be720cd22f31e00680e711e0dafa4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 17:41:44 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.5.3 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3) Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5da9609..6fef810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@chego/chego-sqlite", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -216,9 +216,9 @@ } }, "@chego/chego-database-boilerplate": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@chego/chego-database-boilerplate/-/chego-database-boilerplate-1.3.3.tgz", - "integrity": "sha512-dojnpU07zg6otNboDihdDJVUnI/HUWVw1JlGDZUv6vqjrfSIwV/YJ6aCN1VTla3ip1qUM7g3CY41adny8yJLLw==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/@chego/chego-database-boilerplate/-/chego-database-boilerplate-1.3.4.tgz", + "integrity": "sha512-UYiNWo0xlfaDzrOac5hAZcVJjDH92QHaPoAKYicjXBWmKta6QS7wHs2JuhkHpnsPUuTRgDo6tn5YtRpdH6nwkg==", "requires": { "@chego/chego-api": "2.1.1", "@chego/chego-tools": "2.1.0", @@ -2355,9 +2355,9 @@ "dev": true }, "handlebars": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz", - "integrity": "sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz", + "integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==", "dev": true, "requires": { "neo-async": "^2.6.0",