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

chore(deps-dev): bump jest-when from 3.5.1 to 3.5.2 (#388)

Bumps [jest-when](https://github.com/timkindberg/jest-when) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/timkindberg/jest-when/releases)
- [Commits](https://github.com/timkindberg/jest-when/compare/v3.5.1...v3.5.2)

---
updated-dependencies:
- dependency-name: jest-when
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-26 16:28:06 -07:00 committed by GitHub
parent f558cc7838
commit 132f1c6930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/jest": "^28.1.3",
"@zeit/ncc": "^0.22.3",
"jest": "^28.1.1",
"jest-when": "^3.5.1",
"jest-when": "^3.5.2",
"mock-http-server": "^1.4.5",
"semantic-release": "^19.0.5"
},
@ -5660,9 +5660,9 @@
}
},
"node_modules/jest-when": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.5.1.tgz",
"integrity": "sha512-o+HiaIVCg1IC95sMDKHU9G5v5N5l3UHqXvJpf0PgAMThZeQo4Hf5Sgoj+wpCBRGg4/KtzSAZZZEKNiLqE0i4eQ==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.5.2.tgz",
"integrity": "sha512-4rDvnhaWh08RcPsoEVXgxRnUIE9wVIbZtGqZ5x2Wm9Ziz9aQs89PipQFmOK0ycbEhVAgiV3MUeTXp3Ar4s2FcQ==",
"dev": true,
"peerDependencies": {
"jest": ">= 25"
@ -14990,9 +14990,9 @@
}
},
"jest-when": {
"version": "3.5.1",
"resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.5.1.tgz",
"integrity": "sha512-o+HiaIVCg1IC95sMDKHU9G5v5N5l3UHqXvJpf0PgAMThZeQo4Hf5Sgoj+wpCBRGg4/KtzSAZZZEKNiLqE0i4eQ==",
"version": "3.5.2",
"resolved": "https://registry.npmjs.org/jest-when/-/jest-when-3.5.2.tgz",
"integrity": "sha512-4rDvnhaWh08RcPsoEVXgxRnUIE9wVIbZtGqZ5x2Wm9Ziz9aQs89PipQFmOK0ycbEhVAgiV3MUeTXp3Ar4s2FcQ==",
"dev": true,
"requires": {}
},

View file

@ -57,7 +57,7 @@
"@types/jest": "^28.1.3",
"@zeit/ncc": "^0.22.3",
"jest": "^28.1.1",
"jest-when": "^3.5.1",
"jest-when": "^3.5.2",
"mock-http-server": "^1.4.5",
"semantic-release": "^19.0.5"
}