Bump ts-jest from 29.0.0 to 29.0.1
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 29.0.0 to 29.0.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/v29.0.0...v29.0.1) --- 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
b2ab3884f2
commit
25d292b3f0
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -21,7 +21,7 @@
|
|||
"miniflare": "^2.8.2",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier-plugin-toml": "^0.3.1",
|
||||
"ts-jest": "^29.0.0",
|
||||
"ts-jest": "^29.0.1",
|
||||
"typescript": "^4.5.5",
|
||||
"wrangler": "^2.0.29"
|
||||
}
|
||||
|
@ -6001,9 +6001,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/ts-jest": {
|
||||
"version": "29.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.0.tgz",
|
||||
"integrity": "sha512-OxUaigbv5Aon3OMLY9HBtwkGMs1upWE/URrmmVQFzzOcGlEPVuWzGmXUIkWGt/95Dj/T6MGuTrHHGL6kT6Yn8g==",
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
|
||||
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"bs-logger": "0.x",
|
||||
|
@ -11089,9 +11089,9 @@
|
|||
}
|
||||
},
|
||||
"ts-jest": {
|
||||
"version": "29.0.0",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.0.tgz",
|
||||
"integrity": "sha512-OxUaigbv5Aon3OMLY9HBtwkGMs1upWE/URrmmVQFzzOcGlEPVuWzGmXUIkWGt/95Dj/T6MGuTrHHGL6kT6Yn8g==",
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.0.1.tgz",
|
||||
"integrity": "sha512-htQOHshgvhn93QLxrmxpiQPk69+M1g7govO1g6kf6GsjCv4uvRV0znVmDrrvjUrVCnTYeY4FBxTYYYD4airyJA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"bs-logger": "0.x",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"miniflare": "^2.8.2",
|
||||
"prettier": "^2.5.1",
|
||||
"prettier-plugin-toml": "^0.3.1",
|
||||
"ts-jest": "^29.0.0",
|
||||
"ts-jest": "^29.0.1",
|
||||
"typescript": "^4.5.5",
|
||||
"wrangler": "^2.0.29"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue