Skip to content

Commit

Permalink
Adds missing peer dependencies: asn1.js-rfc2560, bn.js, lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
Normal Gaussian committed Apr 17, 2021
1 parent fcc0c40 commit ecf29f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
"description": "Node.js driver for Snowflake",
"dependencies": {
"agent-base": "^2.1.1",
"asn1.js": "^5.0.0",
"asn1.js-rfc2560": "^5.0.0",
"asn1.js-rfc5280": "^3.0.0",
"big-integer": "^1.6.43",
"bignumber.js": "^2.4.0",
"bn.js": "^4.0.0",
"browser-request": "^0.3.3",
"debug": "^3.2.6",
"extend": "^3.0.2",
"https-proxy-agent": "^3.0.0",
"lodash": "^4.17.15",
"mkdirp": "^1.0.3",
"moment": "^2.23.0",
"moment-timezone": "^0.5.15",
Expand All @@ -20,7 +23,6 @@
"requestretry": "^4.1.0",
"simple-lru-cache": "^0.0.2",
"uuid": "^3.3.2",
"lodash": "^4.17.15",
"winston": "^3.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit ecf29f5

Please sign in to comment.