Merge pull request #122 from Studio-Hardware/dependabot/npm_and_yarn/ts-jest-27.1.4

build(deps-dev): bump ts-jest from 27.1.3 to 27.1.4
This commit is contained in:
SPACE 2022-05-22 20:33:41 +03:00 committed by GitHub
commit 8280c78c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

15
package-lock.json generated
View file

@ -24,7 +24,7 @@
"eslint-config-google": "^0.14.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"typescript": "^4.6.2"
}
},
@ -5129,9 +5129,9 @@
}
},
"node_modules/ts-jest": {
"version": "27.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.3.tgz",
"integrity": "sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==",
"version": "27.1.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.4.tgz",
"integrity": "sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -5153,7 +5153,6 @@
"@babel/core": ">=7.0.0-beta.0 <8",
"@types/jest": "^27.0.0",
"babel-jest": ">=27.0.0 <28",
"esbuild": "~0.14.0",
"jest": "^27.0.0",
"typescript": ">=3.8 <5.0"
},
@ -9416,9 +9415,9 @@
}
},
"ts-jest": {
"version": "27.1.3",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.3.tgz",
"integrity": "sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==",
"version": "27.1.4",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.4.tgz",
"integrity": "sha512-qjkZlVPWVctAezwsOD1OPzbZ+k7zA5z3oxII4dGdZo5ggX/PL7kvwTM0pXTr10fAtbiVpJaL3bWd502zAhpgSQ==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View file

@ -39,7 +39,7 @@
"eslint-config-google": "^0.14.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.3",
"ts-jest": "^27.1.4",
"typescript": "^4.6.2"
}
}