mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 12:07:25 +00:00
build(deps-dev): bump ts-jest from 27.1.1 to 27.1.2
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.1.1 to 27.1.2. - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/kulshekhar/ts-jest/compare/v27.1.1...v27.1.2) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aa0c4c28fb
commit
c0a38c3932
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -24,7 +24,7 @@
|
|||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.4.4",
|
||||
"jest-junit": "^13.0.0",
|
||||
"ts-jest": "^27.1.1",
|
||||
"ts-jest": "^27.1.2",
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
},
|
||||
|
|
@ -5133,9 +5133,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest": {
|
||||
"version": "27.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
|
||||
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
|
||||
"version": "27.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
|
||||
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
@ -9441,9 +9441,9 @@
|
|||
}
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "27.1.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
|
||||
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
|
||||
"version": "27.1.2",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.2.tgz",
|
||||
"integrity": "sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.4.4",
|
||||
"jest-junit": "^13.0.0",
|
||||
"ts-jest": "^27.1.1",
|
||||
"ts-jest": "^27.1.2",
|
||||
"typescript": "^4.5.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue