istanbul-lib-instrument
Advanced tools
Comparing version 5.2.1 to 6.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [6.0.0](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.2.1...istanbul-lib-instrument-v6.0.0) (2023-07-25) | ||
### ⚠ BREAKING CHANGES | ||
* **deps:** minimum Node version bumped to 10. | ||
### Bug Fixes | ||
* **deps:** upgrade semver CVE-2022-25883 ([#731](https://github.com/istanbuljs/istanbuljs/issues/731)) ([d8399f3](https://github.com/istanbuljs/istanbuljs/commit/d8399f39eab6767a6fca5ef3b1b458a14d48775a)) | ||
## [5.2.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v5.2.0...istanbul-lib-instrument-v5.2.1) (2022-10-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "istanbul-lib-instrument", | ||
"version": "5.2.1", | ||
"version": "6.0.0", | ||
"description": "Core istanbul API for JS code coverage", | ||
@@ -18,3 +18,3 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"istanbul-lib-coverage": "^3.2.0", | ||
"semver": "^6.3.0" | ||
"semver": "^7.5.4" | ||
}, | ||
@@ -49,4 +49,4 @@ "devDependencies": { | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
} | ||
} |
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
70634
+ Addedsemver@7.6.3(transitive)
Updatedsemver@^7.5.4