jest-resolve
Advanced tools
Comparing version 29.6.4 to 29.7.0
@@ -437,3 +437,3 @@ 'use strict'; | ||
/\$([0-9]+)/g, | ||
(_, index) => matches[parseInt(index, 10)] | ||
(_, index) => matches[parseInt(index, 10)] || '' | ||
) | ||
@@ -440,0 +440,0 @@ : moduleName => moduleName; |
{ | ||
"name": "jest-resolve", | ||
"version": "29.6.4", | ||
"version": "29.7.0", | ||
"repository": { | ||
@@ -22,6 +22,6 @@ "type": "git", | ||
"graceful-fs": "^4.2.9", | ||
"jest-haste-map": "^29.6.4", | ||
"jest-haste-map": "^29.7.0", | ||
"jest-pnp-resolver": "^1.2.2", | ||
"jest-util": "^29.6.3", | ||
"jest-validate": "^29.6.3", | ||
"jest-util": "^29.7.0", | ||
"jest-validate": "^29.7.0", | ||
"resolve": "^1.20.0", | ||
@@ -44,3 +44,3 @@ "resolve.exports": "^2.0.0", | ||
}, | ||
"gitHead": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd" | ||
"gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630" | ||
} |
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
65719
Updatedjest-haste-map@^29.7.0
Updatedjest-util@^29.7.0
Updatedjest-validate@^29.7.0