From e455d9efec9e9b29aebbb31a0bf49526b6855a92 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 14 Mar 2022 14:49:28 -0700 Subject: [PATCH] fix(dependencies): Ensuring I'm using exact versions. npm audit = 0 vulns --- package-lock.json | 28 ++++++++++++++-------------- package.json | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 696f1a4..c2506ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@psf/bch-js", - "version": "5.0.0", + "version": "6.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@psf/bch-js", - "version": "5.0.0", + "version": "6.0.0", "license": "MIT", "dependencies": { "@chris.troutner/bip32-utils": "1.0.5", @@ -14,7 +14,7 @@ "@psf/bitcoincash-ops": "2.0.0", "@psf/bitcoincashjs-lib": "4.0.2", "@psf/coininfo": "4.0.0", - "axios": "^0.21.4", + "axios": "0.26.1", "bc-bip68": "1.0.5", "bchaddrjs-slp": "0.2.5", "bigi": "1.4.2", @@ -35,7 +35,7 @@ "wif": "2.0.6" }, "devDependencies": { - "apidoc": "^0.50.5", + "apidoc": "0.50.5", "assert": "2.0.0", "chai": "4.1.2", "coveralls": "3.0.2", @@ -45,9 +45,9 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-standard": "4.0.0", - "husky": "^4.3.8", + "husky": "4.3.8", "lodash.clonedeep": "4.5.0", - "mocha": "^9.2.1", + "mocha": "9.2.1", "node-mocks-http": "1.7.0", "nyc": "15.1.0", "semantic-release": "^19.0.2", @@ -1740,12 +1740,12 @@ "dev": true }, "node_modules/axios": { - "version": "0.21.4", - "resolved": "http://94.130.170.209:4873/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "version": "0.26.1", + "resolved": "http://94.130.170.209:4873/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.14.0" + "follow-redirects": "^1.14.8" } }, "node_modules/balanced-match": { @@ -16179,11 +16179,11 @@ "dev": true }, "axios": { - "version": "0.21.4", - "resolved": "http://94.130.170.209:4873/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "version": "0.26.1", + "resolved": "http://94.130.170.209:4873/axios/-/axios-0.26.1.tgz", + "integrity": "sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==", "requires": { - "follow-redirects": "^1.14.0" + "follow-redirects": "^1.14.8" } }, "balanced-match": { diff --git a/package.json b/package.json index 6724753..0d5a3f8 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@psf/bitcoincash-ops": "2.0.0", "@psf/bitcoincashjs-lib": "4.0.2", "@psf/coininfo": "4.0.0", - "axios": "^0.21.4", + "axios": "0.26.1", "bc-bip68": "1.0.5", "bchaddrjs-slp": "0.2.5", "bigi": "1.4.2", @@ -63,7 +63,7 @@ "wif": "2.0.6" }, "devDependencies": { - "apidoc": "^0.50.5", + "apidoc": "0.50.5", "assert": "2.0.0", "chai": "4.1.2", "coveralls": "3.0.2", @@ -73,9 +73,9 @@ "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-standard": "4.0.0", - "husky": "^4.3.8", + "husky": "4.3.8", "lodash.clonedeep": "4.5.0", - "mocha": "^9.2.1", + "mocha": "9.2.1", "node-mocks-http": "1.7.0", "nyc": "15.1.0", "semantic-release": "^19.0.2",