diff --git a/Jenkinsfile b/Jenkinsfile index 507e5d1f66..c8a0579d7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,7 +58,7 @@ pipeline { stage('Frontend') { steps { nodejs('node-v20') { - sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=2' + sh 'jest --ci --reporters=default --reporters=jest-junit --maxWorkers=4' } } } diff --git a/package-lock.json b/package-lock.json index 273514e832..859fbcf6e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.11.0", "@babel/register": "^7.7.7", - "@verdnatura/myt": "^1.5.34", + "@verdnatura/myt": "^1.6.0", "angular-mocks": "^1.7.9", "babel-jest": "^26.0.1", "babel-loader": "^8.2.4", @@ -3375,9 +3375,9 @@ } }, "node_modules/@verdnatura/myt": { - "version": "1.5.34", - "resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.5.34.tgz", - "integrity": "sha512-J8MHXsB0yQMTmMAKMzWETpL6bjN1UVY7D9QcB3oT4eKTQazSnxwMLKarJEex/bMM+wKfuQo+o8vvhEv6Xv9WAw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.6.0.tgz", + "integrity": "sha512-bQWWMTkvX4wQzojp//XmTRLFGTBuVJ+pwNZxSoIl4LjsidCq5FId48qpkFG9E/CBi3gaf7AkbYDD+A8pv1WMUQ==", "dev": true, "dependencies": { "@sqltools/formatter": "^1.2.5", @@ -30604,9 +30604,9 @@ } }, "@verdnatura/myt": { - "version": "1.5.34", - "resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.5.34.tgz", - "integrity": "sha512-J8MHXsB0yQMTmMAKMzWETpL6bjN1UVY7D9QcB3oT4eKTQazSnxwMLKarJEex/bMM+wKfuQo+o8vvhEv6Xv9WAw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@verdnatura/myt/-/myt-1.6.0.tgz", + "integrity": "sha512-bQWWMTkvX4wQzojp//XmTRLFGTBuVJ+pwNZxSoIl4LjsidCq5FId48qpkFG9E/CBi3gaf7AkbYDD+A8pv1WMUQ==", "dev": true, "requires": { "@sqltools/formatter": "^1.2.5", diff --git a/package.json b/package.json index b1f309896b..0d1fd41bd4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@babel/plugin-syntax-dynamic-import": "^7.7.4", "@babel/preset-env": "^7.11.0", "@babel/register": "^7.7.7", - "@verdnatura/myt": "^1.5.34", + "@verdnatura/myt": "^1.6.0", "angular-mocks": "^1.7.9", "babel-jest": "^26.0.1", "babel-loader": "^8.2.4",