From 7bc0a10ff8a600a3bd76fc10341b4941cf6a724b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 10:15:59 -0500 Subject: [PATCH] chore(deps-dev): bump jest-when from 2.7.2 to 3.0.1 (#147) Bumps [jest-when](https://github.com/timkindberg/jest-when) from 2.7.2 to 3.0.1. - [Release notes](https://github.com/timkindberg/jest-when/releases) - [Commits](https://github.com/timkindberg/jest-when/compare/v2.7.2...v3.0.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2614ed2..231f3c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2694,9 +2694,9 @@ "dev": true }, "@types/yargs": { - "version": "13.0.10", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.10.tgz", - "integrity": "sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ==", + "version": "13.0.11", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.11.tgz", + "integrity": "sha512-NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ==", "dev": true, "requires": { "@types/yargs-parser": "*" @@ -8377,9 +8377,9 @@ } }, "jest-when": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/jest-when/-/jest-when-2.7.2.tgz", - "integrity": "sha512-GuVzimG0wW18A5JlYwhHrvuwmWRAQpsnilRVdJktvrZX5V0++al1f/iwITE7+Cud8Rbw/U2eka4tyy7kvxIWnw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.0.1.tgz", + "integrity": "sha512-JYnqL8dLCztVb4NKBEj+wsPGTLFNgwGlQX2Sq1GNebTQ7j0p23323jcbXGclRLC6T/RoJ+yJdd004WKT+i86VQ==", "dev": true, "requires": { "bunyan": "^1.8.12", @@ -8975,9 +8975,9 @@ "dev": true }, "moment": { - "version": "2.28.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz", - "integrity": "sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==", + "version": "2.29.1", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", + "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==", "dev": true, "optional": true }, @@ -9026,9 +9026,9 @@ } }, "nan": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", - "integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", + "version": "2.14.2", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz", + "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==", "dev": true, "optional": true }, diff --git a/package.json b/package.json index 567da4d..798edc2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/jest": "^26.0.13", "@zeit/ncc": "^0.22.3", "jest": "^26.4.2", - "jest-when": "^2.7.2", + "jest-when": "^3.0.1", "semantic-release": "^17.1.1" } }