5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-12-15 10:15:59 -05:00 committed by GitHub
parent e5febde8e7
commit 7bc0a10ff8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

24
package-lock.json generated
View file

@ -2694,9 +2694,9 @@
"dev": true "dev": true
}, },
"@types/yargs": { "@types/yargs": {
"version": "13.0.10", "version": "13.0.11",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-13.0.11.tgz",
"integrity": "sha512-MU10TSgzNABgdzKvQVW1nuuT+sgBMWeXNc3XOs5YXV5SDAK+PPja2eUuBNB9iqElu03xyEDqlnGw0jgl4nbqGQ==", "integrity": "sha512-NRqD6T4gktUrDi1o1wLH3EKC1o2caCr7/wR87ODcbVITQF106OM3sFN92ysZ++wqelOd1CTzatnOBRDYYG6wGQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/yargs-parser": "*" "@types/yargs-parser": "*"
@ -8377,9 +8377,9 @@
} }
}, },
"jest-when": { "jest-when": {
"version": "2.7.2", "version": "3.0.1",
"resolved": "https://registry.npmjs.org/jest-when/-/jest-when-2.7.2.tgz", "resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.0.1.tgz",
"integrity": "sha512-GuVzimG0wW18A5JlYwhHrvuwmWRAQpsnilRVdJktvrZX5V0++al1f/iwITE7+Cud8Rbw/U2eka4tyy7kvxIWnw==", "integrity": "sha512-JYnqL8dLCztVb4NKBEj+wsPGTLFNgwGlQX2Sq1GNebTQ7j0p23323jcbXGclRLC6T/RoJ+yJdd004WKT+i86VQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"bunyan": "^1.8.12", "bunyan": "^1.8.12",
@ -8975,9 +8975,9 @@
"dev": true "dev": true
}, },
"moment": { "moment": {
"version": "2.28.0", "version": "2.29.1",
"resolved": "https://registry.npmjs.org/moment/-/moment-2.28.0.tgz", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz",
"integrity": "sha512-Z5KOjYmnHyd/ukynmFd/WwyXHd7L4J9vTI/nn5Ap9AVUgaAE15VvQ9MOGmJJygEUklupqIrFnor/tjTwRU+tQw==", "integrity": "sha512-kHmoybcPV8Sqy59DwNDY3Jefr64lK/by/da0ViFcuA4DH0vQg5Q6Ze5VimxkfQNSC+Mls/Kx53s7TjP1RhFEDQ==",
"dev": true, "dev": true,
"optional": true "optional": true
}, },
@ -9026,9 +9026,9 @@
} }
}, },
"nan": { "nan": {
"version": "2.14.1", "version": "2.14.2",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.14.1.tgz", "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
"integrity": "sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==", "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
"dev": true, "dev": true,
"optional": true "optional": true
}, },

View file

@ -56,7 +56,7 @@
"@types/jest": "^26.0.13", "@types/jest": "^26.0.13",
"@zeit/ncc": "^0.22.3", "@zeit/ncc": "^0.22.3",
"jest": "^26.4.2", "jest": "^26.4.2",
"jest-when": "^2.7.2", "jest-when": "^3.0.1",
"semantic-release": "^17.1.1" "semantic-release": "^17.1.1"
} }
} }