Update dependency ts-jest to v27.1.2 (#43755)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-01-06 14:43:23 +00:00 committed by GitHub
parent a8eef45a44
commit bb7df6eb77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -217,7 +217,7 @@
"stylelint-config-sass-guidelines": "9.0.1", "stylelint-config-sass-guidelines": "9.0.1",
"terser-webpack-plugin": "5.3.0", "terser-webpack-plugin": "5.3.0",
"testing-library-selector": "0.2.1", "testing-library-selector": "0.2.1",
"ts-jest": "27.0.7", "ts-jest": "27.1.2",
"ts-loader": "9.2.6", "ts-loader": "9.2.6",
"ts-node": "10.4.0", "ts-node": "10.4.0",
"typescript": "4.4.3", "typescript": "4.4.3",

View File

@ -19732,7 +19732,7 @@ __metadata:
testing-library-selector: 0.2.1 testing-library-selector: 0.2.1
tether-drop: "https://github.com/torkelo/drop" tether-drop: "https://github.com/torkelo/drop"
tinycolor2: 1.4.1 tinycolor2: 1.4.1
ts-jest: 27.0.7 ts-jest: 27.1.2
ts-loader: 9.2.6 ts-loader: 9.2.6
ts-node: 10.4.0 ts-node: 10.4.0
tslib: 2.3.1 tslib: 2.3.1
@ -34014,9 +34014,9 @@ __metadata:
languageName: node languageName: node
linkType: hard linkType: hard
"ts-jest@npm:27.0.7": "ts-jest@npm:27.1.2":
version: 27.0.7 version: 27.1.2
resolution: "ts-jest@npm:27.0.7" resolution: "ts-jest@npm:27.1.2"
dependencies: dependencies:
bs-logger: 0.x bs-logger: 0.x
fast-json-stable-stringify: 2.x fast-json-stable-stringify: 2.x
@ -34030,6 +34030,7 @@ __metadata:
"@babel/core": ">=7.0.0-beta.0 <8" "@babel/core": ">=7.0.0-beta.0 <8"
"@types/jest": ^27.0.0 "@types/jest": ^27.0.0
babel-jest: ">=27.0.0 <28" babel-jest: ">=27.0.0 <28"
esbuild: ~0.14.0
jest: ^27.0.0 jest: ^27.0.0
typescript: ">=3.8 <5.0" typescript: ">=3.8 <5.0"
peerDependenciesMeta: peerDependenciesMeta:
@ -34039,9 +34040,11 @@ __metadata:
optional: true optional: true
babel-jest: babel-jest:
optional: true optional: true
esbuild:
optional: true
bin: bin:
ts-jest: cli.js ts-jest: cli.js
checksum: 3711361cb5ae54aac547b00f8ad118ec88333c391af4bff0420497e9faa296eace4e8272c627ecbf4be675af9f68c437e4c2ccc5693c6d744796ec7da6dda131 checksum: 2e7275f8a3545ec1340b37c458ace9244b5903e86861eb108beffff97d433f296c1254f76a41b573b1fe6245110b21bb62150bb88d55159f1dc7a929886535cb
languageName: node languageName: node
linkType: hard linkType: hard