Skip to content

Commit

Permalink
Merge pull request #27 from snowflakedb/pr-26
Browse files Browse the repository at this point in the history
Pr 26
  • Loading branch information
ankit-bhatnagar167 authored Feb 8, 2019
2 parents a049658 + 536fc2e commit 95fa5b3
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
"version": "1.1.10",
"description": "Node.js driver for Snowflake",
"dependencies": {
"agent-base": "2.0.1",
"asn1.js-rfc2560": "5.0.0",
"asn1.js-rfc5280": "3.0.0",
"bignumber.js": "2.1.0",
"browser-request": "0.3.3",
"debug": "3.1.0",
"extend": "3.0.0",
"https-proxy-agent": "2.2.1",
"moment": "2.20.1",
"moment-timezone": "0.4.1",
"ocsp": "1.2.0",
"agent-base": "^2.1.1",
"asn1.js-rfc2560": "^5.0.0",
"asn1.js-rfc5280": "^3.0.0",
"bignumber.js": "^2.4.0",
"browser-request": "^0.3.3",
"debug": "^3.2.6",
"extend": "^3.0.2",
"https-proxy-agent": "^2.2.1",
"moment": "^2.23.0",
"moment-timezone": "^0.4.1",
"ocsp": "^1.2.0",
"request": "^2.88.0",
"simple-lru-cache": "0.0.2",
"simple-lru-cache": "^0.0.2",
"uuid": "^3.3.2",
"winston": "2.1.1"
"winston": "^3.1.0"
},
"devDependencies": {
"async": "^2.6.1",
"insert-module-globals": "^7.2.0",
"mocha": "^5.2.0",
"async": "^1.5.0",
"insert-module-globals": "7.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 95fa5b3

Please sign in to comment.