mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Merge pull request #129 from codecov/dependabot/npm_and_yarn/ts-jest-26.3.0
Bump ts-jest from 26.2.0 to 26.3.0
This commit is contained in:
commit
2df0a7632f
2 changed files with 22 additions and 12 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
|
@ -3677,11 +3677,12 @@
|
|||
}
|
||||
},
|
||||
"jest-util": {
|
||||
"version": "26.1.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.1.0.tgz",
|
||||
"integrity": "sha512-rNMOwFQevljfNGvbzNQAxdmXQ+NawW/J72dmddsK0E8vgxXCMtwQ/EH0BiWEIxh0hhMcTsxwAxINt7Lh46Uzbg==",
|
||||
"version": "26.3.0",
|
||||
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-26.3.0.tgz",
|
||||
"integrity": "sha512-4zpn6bwV0+AMFN0IYhH/wnzIQzRaYVrz1A8sYnRnj4UXDXbOVtWmlaZkO9mipFqZ13okIfN87aDoJWB7VH6hcw==",
|
||||
"requires": {
|
||||
"@jest/types": "^26.1.0",
|
||||
"@jest/types": "^26.3.0",
|
||||
"@types/node": "*",
|
||||
"chalk": "^4.0.0",
|
||||
"graceful-fs": "^4.2.4",
|
||||
"is-ci": "^2.0.0",
|
||||
|
|
@ -3689,16 +3690,25 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@jest/types": {
|
||||
"version": "26.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.1.0.tgz",
|
||||
"integrity": "sha512-GXigDDsp6ZlNMhXQDeuy/iYCDsRIHJabWtDzvnn36+aqFfG14JmFV0e/iXxY4SP9vbXSiPNOWdehU5MeqrYHBQ==",
|
||||
"version": "26.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.3.0.tgz",
|
||||
"integrity": "sha512-BDPG23U0qDeAvU4f99haztXwdAg3hz4El95LkAM+tHAqqhiVzRpEGHHU8EDxT/AnxOrA65YjLBwDahdJ9pTLJQ==",
|
||||
"requires": {
|
||||
"@types/istanbul-lib-coverage": "^2.0.0",
|
||||
"@types/istanbul-reports": "^1.1.1",
|
||||
"@types/istanbul-reports": "^3.0.0",
|
||||
"@types/node": "*",
|
||||
"@types/yargs": "^15.0.0",
|
||||
"chalk": "^4.0.0"
|
||||
}
|
||||
},
|
||||
"@types/istanbul-reports": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.0.tgz",
|
||||
"integrity": "sha512-nwKNbvnwJ2/mndE9ItP/zc2TCzw6uuodnF4EHYWD+gCQDVBuRQL5UzbZD0/ezy1iKsFU2ZQiDqg4M9dN4+wZgA==",
|
||||
"requires": {
|
||||
"@types/istanbul-lib-report": "*"
|
||||
}
|
||||
},
|
||||
"chalk": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
|
||||
|
|
@ -5245,9 +5255,9 @@
|
|||
}
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "26.2.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.2.0.tgz",
|
||||
"integrity": "sha512-9+y2qwzXdAImgLSYLXAb/Rhq9+K4rbt0417b8ai987V60g2uoNWBBmMkYgutI7D8Zhu+IbCSHbBtrHxB9d7xyA==",
|
||||
"version": "26.3.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.3.0.tgz",
|
||||
"integrity": "sha512-Jq2uKfx6bPd9+JDpZNMBJMdMQUC3sJ08acISj8NXlVgR2d5OqslEHOR2KHMgwymu8h50+lKIm0m0xj/ioYdW2Q==",
|
||||
"requires": {
|
||||
"@types/jest": "26.x",
|
||||
"bs-logger": "0.x",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"jest-junit": "^11.1.0",
|
||||
"request": "^2.88.2",
|
||||
"requestretry": "^4.1.1",
|
||||
"ts-jest": "^26.2.0",
|
||||
"ts-jest": "^26.3.0",
|
||||
"typescript": "^3.9.7",
|
||||
"yarn": "^1.22.4"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue