jest-config
Advanced tools
Comparing version 27.0.2 to 27.0.3
@@ -737,3 +737,4 @@ 'use strict'; | ||
testEnvironment: | ||
options.testEnvironment || _Defaults.default.testEnvironment | ||
options.testEnvironment || | ||
require.resolve(_Defaults.default.testEnvironment) | ||
}); | ||
@@ -1221,3 +1222,5 @@ | ||
{ | ||
filePath: options.testSequencer || _Defaults.default.testSequencer, | ||
filePath: | ||
options.testSequencer || | ||
require.resolve(_Defaults.default.testSequencer), | ||
rootDir: options.rootDir | ||
@@ -1224,0 +1227,0 @@ } |
{ | ||
"name": "jest-config", | ||
"version": "27.0.2", | ||
"version": "27.0.3", | ||
"repository": { | ||
@@ -26,3 +26,3 @@ "type": "git", | ||
"@babel/core": "^7.1.0", | ||
"@jest/test-sequencer": "^27.0.2", | ||
"@jest/test-sequencer": "^27.0.3", | ||
"@jest/types": "^27.0.2", | ||
@@ -35,10 +35,10 @@ "babel-jest": "^27.0.2", | ||
"is-ci": "^3.0.0", | ||
"jest-circus": "^27.0.2", | ||
"jest-environment-jsdom": "^27.0.2", | ||
"jest-environment-node": "^27.0.2", | ||
"jest-circus": "^27.0.3", | ||
"jest-environment-jsdom": "^27.0.3", | ||
"jest-environment-node": "^27.0.3", | ||
"jest-get-type": "^27.0.1", | ||
"jest-jasmine2": "^27.0.2", | ||
"jest-jasmine2": "^27.0.3", | ||
"jest-regex-util": "^27.0.1", | ||
"jest-resolve": "^27.0.2", | ||
"jest-runner": "^27.0.2", | ||
"jest-runner": "^27.0.3", | ||
"jest-util": "^27.0.2", | ||
@@ -66,3 +66,3 @@ "jest-validate": "^27.0.2", | ||
}, | ||
"gitHead": "7ca8a22b8453e95c63842ee6aa4d8d8d8b4f9612" | ||
"gitHead": "d10f645b04ba9febb7308392e635c0351d0f027c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
129419
4026
6
Updated@jest/test-sequencer@^27.0.3
Updatedjest-circus@^27.0.3
Updatedjest-jasmine2@^27.0.3
Updatedjest-runner@^27.0.3