From 1f310d021b2118df784de01766869c1692cd4e40 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 11:37:34 +0000 Subject: [PATCH] chore(deps-dev): bump lolex from 4.1.0 to 4.2.0 Bumps [lolex](https://github.com/sinonjs/lolex) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/sinonjs/lolex/releases) - [Changelog](https://github.com/sinonjs/lolex/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/lolex/compare/v4.1.0...v4.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33e50f86..e2bfbb2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6233,9 +6233,9 @@ "dev": true }, "lolex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/lolex/-/lolex-4.1.0.tgz", - "integrity": "sha512-BYxIEXiVq5lGIXeVHnsFzqa1TxN5acnKnPCdlZSpzm8viNEOhiigupA4vTQ9HEFQ6nLTQ9wQOgBknJgzUYQ9Aw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/lolex/-/lolex-4.2.0.tgz", + "integrity": "sha512-gKO5uExCXvSm6zbF562EvM+rd1kQDnB9AZBbiQVzf1ZmdDpxUSvpnAaVOP83N/31mRK8Ml8/VE8DMvsAZQ+7wg==", "dev": true }, "loose-envify": {