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

This commit is contained in:
dependabot[bot] 2021-10-19 12:40:34 +02:00 committed by GitHub
parent d13f72d851
commit a1d2868343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -48,7 +48,7 @@
"rollup": "^2.58.0",
"rxjs": "^6.6.7",
"terser-webpack-plugin": "^5.2.4",
"ts-jest": "^27.0.6",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0",
@ -15402,9 +15402,9 @@
"dev": true
},
"node_modules/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,
"dependencies": {
"bs-logger": "0.x",
@ -28411,9 +28411,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",

View File

@ -63,7 +63,7 @@
"rollup": "^2.58.0",
"rxjs": "^6.6.7",
"terser-webpack-plugin": "^5.2.4",
"ts-jest": "^27.0.6",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"typescript": "~4.1.6",
"unminified-webpack-plugin": "^3.0.0",