From 577ba9f97bccbba1b851b4ac83b97c803cad545d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 12:03:56 +0000 Subject: [PATCH] chore(deps-dev): bump @opd/jest-preset-pangu from 1.4.0 to 1.4.1 Bumps [@opd/jest-preset-pangu](https://github.com/open-data-plan/pangu) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/open-data-plan/pangu/releases) - [Changelog](https://github.com/open-data-plan/pangu/blob/master/CHANGELOG.md) - [Commits](https://github.com/open-data-plan/pangu/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f2d998a..7b95ef54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4511,15 +4511,29 @@ } }, "@opd/jest-preset-pangu": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@opd/jest-preset-pangu/-/jest-preset-pangu-1.4.0.tgz", - "integrity": "sha512-Awvyj3OHc8TaP5n8CWnX55sNdaPucC90UiSv+AOjadkHJYpsLbp6s9fo8Tz/bs1mIvY10kLKLwPjTuqnuHYI6w==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/@opd/jest-preset-pangu/-/jest-preset-pangu-1.4.1.tgz", + "integrity": "sha512-8MeQ4Tn83v1nhow2kJ4Es0ul8z2lOppl7x3OuCQyV30Jz46CR58muunlthFcsbJYlHlYT0ptCvJii/xBHdTw7A==", "dev": true, "requires": { + "@types/jest": "^26.0.0", "babel-jest": "^26.0.1", "identity-obj-proxy": "^3.0.0", + "jest": "^26.0.1", "jest-canvas-mock": "^2.2.0", "regenerator-runtime": "^0.13.5" + }, + "dependencies": { + "@types/jest": { + "version": "26.0.0", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.0.tgz", + "integrity": "sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g==", + "dev": true, + "requires": { + "jest-diff": "^25.2.1", + "pretty-format": "^25.2.1" + } + } } }, "@opd/prettier-config-pangu": {