chore(deps): update dependency ts-jest to v26.5.1 (#261)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-02-10 01:27:55 +03:00 committed by GitHub
parent d8edcba915
commit 1e08c0052d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 15 deletions

View File

@ -35,7 +35,7 @@
"jest": "26.6.3",
"prettier": "2.1.2",
"supertest": "6.1.3",
"ts-jest": "26.5.0",
"ts-jest": "26.5.1",
"ts-loader": "8.0.16",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",
@ -1004,7 +1004,6 @@
"jest-resolve": "^26.6.2",
"jest-util": "^26.6.2",
"jest-worker": "^26.6.2",
"node-notifier": "^8.0.0",
"slash": "^3.0.0",
"source-map": "^0.6.0",
"string-length": "^4.0.1",
@ -3543,7 +3542,6 @@
"dependencies": {
"anymatch": "~3.1.1",
"braces": "~3.0.2",
"fsevents": "~2.1.2",
"glob-parent": "~5.1.0",
"is-binary-path": "~2.1.0",
"is-glob": "~4.0.1",
@ -3644,7 +3642,6 @@
"integrity": "sha512-7Qg2Jrep1S/+Q3EceiZtQcDPWxhAvBw+ERf1162v4sikJrvojMHFqXt8QIVha8UlH9rgU0BeWPytZ9/TzYqlUw==",
"dev": true,
"dependencies": {
"colors": "^1.1.2",
"object-assign": "^4.1.0",
"string-width": "^2.1.1"
},
@ -4400,8 +4397,7 @@
"esprima": "^4.0.1",
"estraverse": "^4.2.0",
"esutils": "^2.0.2",
"optionator": "^0.8.1",
"source-map": "~0.6.1"
"optionator": "^0.8.1"
},
"bin": {
"escodegen": "bin/escodegen.js",
@ -7149,7 +7145,6 @@
"@types/node": "*",
"anymatch": "^3.0.3",
"fb-watchman": "^2.0.0",
"fsevents": "^2.1.2",
"graceful-fs": "^4.2.4",
"jest-regex-util": "^26.0.0",
"jest-serializer": "^26.6.2",
@ -8519,7 +8514,6 @@
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"dev": true,
"dependencies": {
"graceful-fs": "^4.1.6",
"universalify": "^2.0.0"
},
"optionalDependencies": {
@ -11784,9 +11778,9 @@
}
},
"node_modules/ts-jest": {
"version": "26.5.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz",
"integrity": "sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==",
"version": "26.5.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.1.tgz",
"integrity": "sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==",
"dev": true,
"dependencies": {
"@types/jest": "26.x",
@ -21934,9 +21928,9 @@
"dev": true
},
"ts-jest": {
"version": "26.5.0",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.0.tgz",
"integrity": "sha512-Ya4IQgvIFNa2Mgq52KaO8yBw2W8tWp61Ecl66VjF0f5JaV8u50nGoptHVILOPGoI7SDnShmEqnYQEmyHdQ+56g==",
"version": "26.5.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.5.1.tgz",
"integrity": "sha512-G7Rmo3OJMvlqE79amJX8VJKDiRcd7/r61wh9fnvvG8cAjhA9edklGw/dCxRSQmfZ/z8NDums5srSVgwZos1qfg==",
"dev": true,
"requires": {
"@types/jest": "26.x",

View File

@ -46,7 +46,7 @@
"jest": "26.6.3",
"prettier": "2.1.2",
"supertest": "6.1.3",
"ts-jest": "26.5.0",
"ts-jest": "26.5.1",
"ts-loader": "8.0.16",
"ts-node": "9.1.1",
"tsconfig-paths": "3.9.0",