Skip to content

Commit 4b7bcaf

Browse files
uma maheshmahesh-uma
uma mahesh
authored andcommitted
fix: upgrade libraries to fix CVE issues
Fixes #239 Signed-off-by: uma mahesh <[email protected]>
1 parent 7ae5ea7 commit 4b7bcaf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "loopback",
33
"rules": {
4-
"max-len": ["error", 125, 4, {
4+
"max-len": ["error", 140, 4, {
55
"ignoreComments": true,
66
"ignoreUrls": true,
77
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)"

lib/migration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ function mixinMigration(MsSQL) {
356356
const self = this;
357357
const objModel = this._models[model];
358358
const modelPKIDs = this.idNames(model);
359-
let j=0;
359+
let j = 0;
360360

361361
const sql = [];
362362
const props = Object.keys(objModel.properties);

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"main": "index.js",
1818
"dependencies": {
1919
"async": "^3.1.0",
20-
"debug": "^4.1.1",
21-
"loopback-connector": "^4.8.0",
22-
"mssql": "^6.0.0",
20+
"debug": "^4.3.1",
21+
"loopback-connector": "^5.0.1",
22+
"mssql": "^6.4.0",
2323
"strong-globalize": "^5.0.0"
2424
},
2525
"devDependencies": {
2626
"bluebird": "^3.5.5",
27-
"eslint": "^6.0.1",
27+
"eslint": "^7.0.0",
2828
"eslint-config-loopback": "^13.1.0",
2929
"juggler-v3": "file:./deps/juggler-v3",
3030
"juggler-v4": "file:./deps/juggler-v4",

0 commit comments

Comments
 (0)