diff --git a/package.json b/package.json index 4837f1f..13c8482 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ta-math", - "version": "1.0.92", + "version": "1.0.93", "description": "Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data", "main": "dist/ta-math.js", "types": "dist/types/index.d.ts", @@ -25,7 +25,7 @@ "@babel/preset-env": "7.19.4", "assemblyscript": "0.21.6", "esm": "3.2.25", - "nyc": "15.1.0", + "nyc": "17.1.0", "rollup": "3.2.3", "rollup-plugin-babel": "4.4.0", "rollup-plugin-typescript2": "0.34.1",