jest-haste-map
Advanced tools
Comparing version 29.2.0 to 29.2.1
@@ -318,3 +318,3 @@ 'use strict'; | ||
async setupCachePath(options) { | ||
const rootDirHash = (0, _crypto().createHash)('sha256') | ||
const rootDirHash = (0, _crypto().createHash)('sha1') | ||
.update(options.rootDir) | ||
@@ -359,3 +359,3 @@ .digest('hex') | ||
static getCacheFilePath(tmpdir, id, ...extra) { | ||
const hash = (0, _crypto().createHash)('sha256').update(extra.join('')); | ||
const hash = (0, _crypto().createHash)('sha1').update(extra.join('')); | ||
return path().join( | ||
@@ -362,0 +362,0 @@ tmpdir, |
{ | ||
"name": "jest-haste-map", | ||
"version": "29.2.0", | ||
"version": "29.2.1", | ||
"repository": { | ||
@@ -20,3 +20,3 @@ "type": "git", | ||
"dependencies": { | ||
"@jest/types": "^29.2.0", | ||
"@jest/types": "^29.2.1", | ||
"@types/graceful-fs": "^4.1.3", | ||
@@ -28,4 +28,4 @@ "@types/node": "*", | ||
"jest-regex-util": "^29.2.0", | ||
"jest-util": "^29.2.0", | ||
"jest-worker": "^29.2.0", | ||
"jest-util": "^29.2.1", | ||
"jest-worker": "^29.2.1", | ||
"micromatch": "^4.0.4", | ||
@@ -35,3 +35,3 @@ "walker": "^1.0.8" | ||
"devDependencies": { | ||
"@jest/test-utils": "^29.2.0", | ||
"@jest/test-utils": "^29.2.1", | ||
"@types/fb-watchman": "^2.0.0", | ||
@@ -50,3 +50,3 @@ "@types/micromatch": "^4.0.1", | ||
}, | ||
"gitHead": "ee5b37a4f4433afcfffb0356cea47739d8092287" | ||
"gitHead": "4551c0fdd4d25b7206824957c7bcc6baf61e63bf" | ||
} |
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
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
121423
Updated@jest/types@^29.2.1
Updatedjest-util@^29.2.1
Updatedjest-worker@^29.2.1