mirror of
https://github.com/actions-rs/toolchain.git
synced 2024-11-13 04:56:32 +02:00
Bump @types/jest from 24.0.19 to 24.0.20
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.19 to 24.0.20. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f0a61e6769
commit
6696391ce4
2 changed files with 6 additions and 4 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -6,6 +6,8 @@
|
|||
"dependencies": {
|
||||
"@actions-rs/core": {
|
||||
"version": "0.0.7",
|
||||
"resolved": "https://npm.pkg.github.com/download/@actions-rs/core/0.0.7/e6165053ee1d66964afb7267f6e00b2a2a1c0ad4fa08f92166f8ae31a7bd2677",
|
||||
"integrity": "sha512-Quu+sSAX4jYKa4ehQugr3t9KGqqHs12EN/XNntA9FexheRcBKLRBisO/Ov31C1ntxwMMcv0XGmCXbQGBJkW0Yg==",
|
||||
"requires": {
|
||||
"@actions/core": "^1.1.3",
|
||||
"@actions/exec": "^1.0.1",
|
||||
|
@ -5418,9 +5420,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "24.0.19",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.19.tgz",
|
||||
"integrity": "sha512-YYiqfSjocv7lk5H/T+v5MjATYjaTMsUkbDnjGqSMoO88jWdtJXJV4ST/7DKZcoMHMBvB2SeSfyOzZfkxXHR5xg==",
|
||||
"version": "24.0.20",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-24.0.20.tgz",
|
||||
"integrity": "sha512-M8ebEkOpykGdLoRrmew7UowTZ1DANeeP0HiSIChl/4DGgmnSC1ntitNtkyNSXjMTsZvXuaxJrxjImEnRWNPsPw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/jest-diff": "*"
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@actions-rs/core": "^0.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^24.0.19",
|
||||
"@types/jest": "^24.0.20",
|
||||
"@types/node": "^12.11.1",
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"jest": "^24.9.0",
|
||||
|
|
Loading…
Reference in a new issue