From 7a51c944adb6b41edba206b33aa3f016efab782f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2020 10:29:16 +0000 Subject: [PATCH] Bump jest-date-mock from 1.0.7 to 1.0.8 Bumps [jest-date-mock](https://github.com/hustcc/jest-date-mock) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/hustcc/jest-date-mock/releases) - [Commits](https://github.com/hustcc/jest-date-mock/compare/v1.0.7...v1.0.8) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a66d36457..1317f4c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9160,9 +9160,9 @@ } }, "jest-date-mock": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.7.tgz", - "integrity": "sha512-ZgbYlURRhVpf52Jho4tlyUgpJJ+nYvhxIWhIIEdarmsSuTxFZlC9DmKCyQXsuEljfxK+7HsqdBX/L6rxwWraYw==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/jest-date-mock/-/jest-date-mock-1.0.8.tgz", + "integrity": "sha512-0Lyp+z9xvuNmLbK+5N6FOhSiBeux05Lp5bbveFBmYo40Aggl2wwxFoIrZ+rOWC8nDNcLeBoDd2miQdEDSf3iQw==", "dev": true }, "jest-diff": { diff --git a/package.json b/package.json index a59897f22..cda5dbe67 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "html-webpack-plugin": "3.2.0", "husky": "3.1.0", "jest": "24.9.0", - "jest-date-mock": "1.0.7", + "jest-date-mock": "1.0.8", "jest-junit": "10.0.0", "jest-preset-angular": "8.0.0", "jest-sonar-reporter": "2.0.0",