chore(deps-dev): bump ts-jest from 27.0.6 to 27.0.7

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 27.0.6 to 27.0.7.
- [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.6...v27.0.7)

---
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:
dependabot[bot]
2021-10-18 17:09:02 +00:00
committed by probot-auto-merge[bot]
parent 67e87ca32e
commit 09c5c6c46f

12
package-lock.json generated
View File

@@ -5196,9 +5196,9 @@
}
},
"jest-util": {
"version": "27.2.5",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.5.tgz",
"integrity": "sha512-QRhDC6XxISntMzFRd/OQ6TGsjbzA5ONO0tlAj2ElHs155x1aEr0rkYJBEysG6H/gZVH3oGFzCdAB/GA8leh8NQ==",
"version": "27.3.0",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.3.0.tgz",
"integrity": "sha512-SFSDBGKkxXi4jClmU1WLp/cMMlb4YX6+5Lb0CUySxmonArio8yJ2NALMWvQuXchgySiH7Rb912hVZ2QZ6t3x7w==",
"dev": true,
"requires": {
"@jest/types": "^27.2.5",
@@ -9298,9 +9298,9 @@
"dev": true
},
"ts-jest": {
"version": "27.0.6",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.6.tgz",
"integrity": "sha512-XWkEBbrkyUWJdK9FwiCVdBZ7ZmT7sxcKtyVEZNmo7u8eQw6NHmtYEM2WpkX9VfnRI0DjSr6INfEHC9vCFhsFnQ==",
"version": "27.0.7",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.7.tgz",
"integrity": "sha512-O41shibMqzdafpuP+CkrOL7ykbmLh+FqQrXEmV9CydQ5JBk0Sj0uAEF5TNNe94fZWKm3yYvWa/IbyV4Yg1zK2Q==",
"dev": true,
"requires": {
"bs-logger": "0.x",