Bump ts-jest from 27.0.7 to 27.1.5 (#137)

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

---
updated-dependencies:
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-03 01:52:52 +00:00
committed by GitHub
parent e553c2b249
commit dc54a94bda
2 changed files with 11 additions and 8 deletions

17
package-lock.json generated
View File

@@ -24,7 +24,7 @@
"jest-circus": "^29.3.1",
"js-yaml": "^4.1.0",
"prettier": "^2.8.1",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.5",
"typescript": "^4.5.2"
}
},
@@ -7029,9 +7029,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.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz",
"integrity": "sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@@ -7065,6 +7065,9 @@
},
"babel-jest": {
"optional": true
},
"esbuild": {
"optional": true
}
}
},
@@ -12872,9 +12875,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.5",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.5.tgz",
"integrity": "sha512-Xv6jBQPoBEvBq/5i2TeSG9tt/nqkbpcurrEG1b+2yfBrcJelOZF9Ml6dmyMh7bcW9JyFbRYpR5rxROSlBLTZHA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View File

@@ -42,7 +42,7 @@
"jest-circus": "^29.3.1",
"js-yaml": "^4.1.0",
"prettier": "^2.8.1",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.5",
"typescript": "^4.5.2"
}
}