Skip to content

Commit

Permalink
fix(deps)!: upgrade semver CVE-2022-25883 (#731)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: minimum Node version bumped to 10.
  • Loading branch information
bcoe committed Jul 25, 2023
1 parent fb8cb4b commit d8399f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/istanbul-lib-instrument/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@babel/parser": "^7.14.7",
"@istanbuljs/schema": "^0.1.2",
"istanbul-lib-coverage": "^3.2.0",
"semver": "^6.3.0"
"semver": "^7.5.4"
},
"devDependencies": {
"@babel/cli": "^7.7.5",
Expand Down Expand Up @@ -45,6 +45,6 @@
"instrumentation"
],
"engines": {
"node": ">=8"
"node": ">=10"
}
}
4 changes: 2 additions & 2 deletions packages/nyc-config-hook-run-in-this-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"access": "public"
},
"dependencies": {
"semver": "^6.3.0"
"semver": "^7.5.4"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.2",
"nyc": "^15.0.0-beta.2"
},
"engines": {
"node": ">=8"
"node": ">=10"
}
}

0 comments on commit d8399f3

Please sign in to comment.