Skip to content

Commit

Permalink
fix: update deps
Browse files Browse the repository at this point in the history
*note: `express-graphql` is not upgraded yet
  • Loading branch information
Luan committed Sep 17, 2021
1 parent 041940b commit 35a2e9a
Show file tree
Hide file tree
Showing 3 changed files with 2,015 additions and 2,701 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@
"@asymmetrik/sof-strategy": "^1.0.2",
"body-parser": "^1.18.3",
"compression": "^1.7.2",
"cross-env": "^5.2.0",
"cross-env": "^7.0.3",
"express": "^4.16.3",
"express-graphql": "^0.6.12",
"glob": "^7.1.2",
"graphql": "^15.5.3",
"graphql-outfields": "^0.9.1",
"helmet": "^3.12.1",
"helmet": "^4.6.0",
"moment-timezone": "^0.5.21",
"nodemon": "^1.17.5",
"nodemon": "^2.0.12",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"sanitize-html": "^1.18.2",
"superagent": "^3.8.3",
"validator": "^10.4.0",
"sanitize-html": "^2.5.1",
"superagent": "^6.1.0",
"validator": "^13.6.0",
"winston": "^3.0.0",
"xss": "^1.0.3"
},
"devDependencies": {
"conventional-changelog-cli": "^2.0.11",
"conventional-changelog-cli": "^2.1.1",
"coveralls": "^3.0.2",
"eslint": "^5.1.0",
"jest": "^24.9.0",
"prettier": "^1.15.3"
"eslint": "^7.32.0",
"jest": "^27.2.0",
"prettier": "^2.4.1"
},
"resolutions": {
"graphql": "^15.3.0"
Expand Down
3 changes: 1 addition & 2 deletions src/utils/schema.utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ describe('Schema Utils Test', () => {
};

expect(() => {
mapJsonToSchema(json, ContactSchema)
mapJsonToSchema(json, ContactSchema);
}).toThrow();

});
});
});

0 comments on commit 35a2e9a

Please sign in to comment.