From 0240ede7186e293ac939024b2dc83beb5cb23a1e Mon Sep 17 00:00:00 2001 From: abisalehalliprasan Date: Wed, 13 May 2020 13:57:42 -0700 Subject: [PATCH] Release 3.0.1 --- package.json | 10 +++++----- sample/package.json | 10 ++++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index c655da3b..250d44bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intuit-oauth", - "version": "3.0.0", + "version": "3.0.1", "description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect", "main": "./src/OAuthClient.js", "scripts": { @@ -39,7 +39,7 @@ ], "check-coverage": true, "lines": 95, - "statements": 85, + "statements": 95, "functions": 90, "branches": 85, "reporter": [ @@ -73,8 +73,7 @@ "popsicle": "10.0.1", "query-string": "^6.12.1", "rsa-pem-from-mod-exp": "^0.8.4", - "winston": "^3.1.0", - "snyk": "^1.316.1" + "winston": "^3.1.0" }, "devDependencies": { "btoa": "^1.2.1", @@ -88,7 +87,8 @@ "nock": "^9.2.3", "nyc": "^15.0.1", "prettier": "^2.0.5", - "sinon": "^9.0.2" + "sinon": "^9.0.2", + "snyk": "^1.316.1" }, "snyk": true } diff --git a/sample/package.json b/sample/package.json index 15c20f5c..0c00146e 100644 --- a/sample/package.json +++ b/sample/package.json @@ -13,13 +13,15 @@ "homepage": "https://github.intuit.com/abisalehalliprasan/oauth-jsclient", "dependencies": { "body-parser": "latest", + "dotenv": "^5.0.1", + "ejs": "^2.5.2", "express": "^4.14.0", "express-session": "^1.14.2", - "path": "^0.12.7", - "ejs": "^2.5.2", - "dotenv": "^5.0.1", + "intuit-oauth": "^3.0.1", "ngrok": "^3.2.5", - "intuit-oauth": "^3.0.0", + "path": "^0.12.7" + }, + "devDependencies": { "snyk": "^1.316.1" }, "snyk": true