Skip to content

Commit

Permalink
Merge pull request #186 from strongloop/update-oracle-v4
Browse files Browse the repository at this point in the history
update oracledb to v4
  • Loading branch information
nabdelgadir authored Jul 29, 2019
2 parents ea19dca + db66cbb commit ce8442c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"posttest": "npm run lint"
},
"dependencies": {
"async": "^2.6.3",
"async": "^3.1.0",
"debug": "^4.1.1",
"loopback-connector": "^4.8.0",
"oracledb": "^3.1.2",
"oracledb": "^4.0.0",
"strong-globalize": "^5.0.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions test/oracle.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ describe('lazyConnect', function() {
port: 4,
lazyConnect: false,
debug: false,
username: 'user',
};
const ds = getDS(dsConfig);

Expand Down

0 comments on commit ce8442c

Please sign in to comment.