istanbul-lib-instrument
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -6,2 +6,9 @@ # Change Log | ||
## [6.0.2](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v6.0.1...istanbul-lib-instrument-v6.0.2) (2024-02-19) | ||
### Bug Fixes | ||
* **deps:** update deps addressing CVE-2023-45133 ([e67a405](https://github.com/istanbuljs/istanbuljs/commit/e67a4052ef647857fab9a465aaf293ff9d966b44)) | ||
## [6.0.1](https://github.com/istanbuljs/istanbuljs/compare/istanbul-lib-instrument-v6.0.0...istanbul-lib-instrument-v6.0.1) (2023-10-04) | ||
@@ -8,0 +15,0 @@ |
{ | ||
"name": "istanbul-lib-instrument", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Core istanbul API for JS code coverage", | ||
@@ -14,5 +14,5 @@ "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", | ||
"dependencies": { | ||
"@babel/core": "^7.12.3", | ||
"@babel/parser": "^7.14.7", | ||
"@istanbuljs/schema": "^0.1.2", | ||
"@babel/core": "^7.23.9", | ||
"@babel/parser": "^7.23.9", | ||
"@istanbuljs/schema": "^0.1.3", | ||
"istanbul-lib-coverage": "^3.2.0", | ||
@@ -22,3 +22,3 @@ "semver": "^7.5.4" | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.5", | ||
"@babel/cli": "^7.23.9", | ||
"chai": "^4.2.0", | ||
@@ -25,0 +25,0 @@ "clone": "^2.1.2", |
## istanbul-lib-instrument | ||
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-instrument.svg?branch=master)](https://travis-ci.org/istanbuljs/istanbul-lib-instrument) | ||
[![Build Status](https://travis-ci.org/istanbuljs/istanbul-lib-instrument.svg?branch=main)](https://travis-ci.org/istanbuljs/istanbul-lib-instrument) | ||
@@ -5,0 +5,0 @@ Istanbul instrumenter library. |
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
71505
Updated@babel/core@^7.23.9
Updated@babel/parser@^7.23.9
Updated@istanbuljs/schema@^0.1.3