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.0.7 to 27.1.1
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.7 to 27.1.1. - [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.0.7...v27.1.1) --- updated-dependencies: - dependency-name: ts-jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bf5dc342fa
commit
f9ca2c5f64
2 changed files with 12 additions and 8 deletions
18
package-lock.json
generated
18
package-lock.json
generated
|
|
@ -24,7 +24,7 @@
|
|||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.3.1",
|
||||
"jest-junit": "^13.0.0",
|
||||
"ts-jest": "^27.0.7",
|
||||
"ts-jest": "^27.1.1",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
},
|
||||
|
|
@ -5132,9 +5132,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest": {
|
||||
"version": "27.0.7",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.7.tgz",
|
||||
"integrity": "sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
@ -5156,6 +5156,7 @@
|
|||
"@babel/core": ">=7.0.0-beta.0 <8",
|
||||
"@types/jest": "^27.0.0",
|
||||
"babel-jest": ">=27.0.0 <28",
|
||||
"esbuild": "~0.14.0",
|
||||
"jest": "^27.0.0",
|
||||
"typescript": ">=3.8 <5.0"
|
||||
},
|
||||
|
|
@ -5168,6 +5169,9 @@
|
|||
},
|
||||
"babel-jest": {
|
||||
"optional": true
|
||||
},
|
||||
"esbuild": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
@ -9435,9 +9439,9 @@
|
|||
}
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "27.0.7",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.7.tgz",
|
||||
"integrity": "sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"eslint-config-google": "^0.14.0",
|
||||
"jest": "^27.3.1",
|
||||
"jest-junit": "^13.0.0",
|
||||
"ts-jest": "^27.0.7",
|
||||
"ts-jest": "^27.1.1",
|
||||
"typescript": "^4.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue