Skip to content

Commit

Permalink
fix(deps): update deps addressing CVE-2023-45133
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyAkers committed Feb 19, 2024
1 parent 5584b50 commit e67a405
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/istanbul-lib-instrument/package.json
@@ -1,6 +1,6 @@
{
"name": "istanbul-lib-instrument",
"version": "6.0.1",
"version": "6.0.2",
"description": "Core istanbul API for JS code coverage",
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
"main": "src/index.js",
Expand All @@ -11,14 +11,14 @@
"test": "nyc mocha"
},
"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",
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/cli": "^7.23.9",
"chai": "^4.2.0",
"clone": "^2.1.2",
"debug": "^4.1.1",
Expand Down

0 comments on commit e67a405

Please sign in to comment.