Merge pull request #33 from Studio-Hardware/dependabot/npm_and_yarn/ts-jest-27.1.1

build(deps-dev): bump ts-jest from 27.0.7 to 27.1.1
This commit is contained in:
ErçetinGüler 2021-12-10 22:01:57 +03:00 committed by GitHub
commit dde27a8cc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
package-lock.json generated
View file

@ -24,7 +24,7 @@
"eslint-config-google": "^0.14.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.1",
"typescript": "^4.5.2"
}
},
@ -5230,9 +5230,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.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
"dev": true,
"dependencies": {
"bs-logger": "0.x",
@ -5254,6 +5254,7 @@
"@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"
},
@ -5266,6 +5267,9 @@
},
"babel-jest": {
"optional": true
},
"esbuild": {
"optional": true
}
}
},
@ -9591,9 +9595,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.1",
"resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.1.1.tgz",
"integrity": "sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==",
"dev": true,
"requires": {
"bs-logger": "0.x",

View file

@ -39,7 +39,7 @@
"eslint-config-google": "^0.14.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"ts-jest": "^27.0.7",
"ts-jest": "^27.1.1",
"typescript": "^4.5.2"
}
}