From a7907a36d090882ee6c942961973165c25035e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 17:26:18 +0000 Subject: [PATCH] Bump handlebars from 4.1.2 to 4.5.3 in /packages/sample-jest 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] --- packages/sample-jest/package-lock.json | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/packages/sample-jest/package-lock.json b/packages/sample-jest/package-lock.json index ab87743..cf9f840 100644 --- a/packages/sample-jest/package-lock.json +++ b/packages/sample-jest/package-lock.json @@ -1,6 +1,6 @@ { "name": "sample-jest", - "version": "0.0.1", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -409,6 +409,24 @@ "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", "dev": true }, + "@typefixture/core": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@typefixture/core/-/core-0.0.3.tgz", + "integrity": "sha512-eAEXLUNwTrMoKpQXf0wt8tQUCaTVEquA5sVRRd3GBbPTogLFKFfqBbBh/uouCVrilx3E0UGnk2OlXTSSIYxtww==", + "dev": true, + "requires": { + "ts-morph": "2.3.0" + } + }, + "@typefixture/jest": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/@typefixture/jest/-/jest-0.0.3.tgz", + "integrity": "sha512-mduwkqhLW/VCXIG9wqdGo2wlw6LID1wBAh4UTP7C2MJFrnF+0oTZnaIoo2XL6CNnpa4WWRyDuo40MkF+guPA1Q==", + "dev": true, + "requires": { + "@typefixture/core": "^0.0.3" + } + }, "@types/babel__core": { "version": "7.1.2", "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.2.tgz", @@ -2319,9 +2337,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",