From 643e0801b23f5f1f96786e70b2a08379fe909b1a Mon Sep 17 00:00:00 2001 From: Thibaut SABOT <9283289+thibautsabot@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:46:45 +0200 Subject: [PATCH] fix!: update `istanbul-lib-instrument` to v6 (#292) BREAKING-CHANGE: Drop support for Node versions 8 and 10 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6519163..83c9660 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-instrument": "^6.0.2", "test-exclude": "^6.0.0" }, "devDependencies": { @@ -22,8 +22,8 @@ "@babel/plugin-transform-modules-commonjs": "^7.24.1", "@babel/register": "^7.23.7", "chai": "^4.2.0", - "coveralls": "^3.0.9", - "cross-env": "^6.0.3", + "coveralls": "^3.1.1", + "cross-env": "^7.0.3", "mocha": "^6.2.2", "nyc": "^15.0.0", "pmock": "^0.2.3", @@ -67,6 +67,6 @@ }, "homepage": "https://github.com/istanbuljs/babel-plugin-istanbul#readme", "engines": { - "node": ">=8" + "node": ">=12" } }