Skip to content

Commit

Permalink
Merge pull request #35 from theBoEffect/sec20231023
Browse files Browse the repository at this point in the history
Sec20231023
  • Loading branch information
theBoEffect authored Oct 23, 2023
2 parents dda8c48 + 42a1c2f commit c7b774c
Show file tree
Hide file tree
Showing 4 changed files with 2,640 additions and 2,186 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boilerplate-service",
"version": "5.1.0",
"version": "5.2.0",
"description": "A microservice boilerplate that runs optionally as docker or lambda",
"private": false,
"license": "MIT",
Expand Down Expand Up @@ -34,12 +34,12 @@
"homepage": "https://github.com/theboeffect",
"logo": "https://cdn-images-1.medium.com/max/280/1*[email protected]",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.1.0",
"@hapi/boom": "^10.0.1",
"axios": "^1.3.4",
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"express-openapi-validate": "^0.6.1",
"json-schema-ref-parser": "^9.0.9",
"json-schema-resolve-allof": "^1.5.0",
"jsonpatch": "^3.1.0",
"jsonwebtoken": "^9.0.0",
Expand All @@ -62,18 +62,18 @@
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/morgan": "^1.9.4",
"@types/node": "^18.15.5",
"@types/node": "^20.8.7",
"@types/passport": "^1.0.12",
"@types/passport-http-bearer": "^1.0.37",
"@types/uuid": "^9.0.1",
"@types/yamljs": "^0.2.31",
"clipboardy": "^3.0.0",
"clipboardy": "^4.0.0",
"eslint": "^8.36.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.5.0",
"json-schema-to-typescript": "^12.0.0",
"json-schema-to-typescript": "^13.1.1",
"mockingoose": "^2.16.2",
"nodemon": "^2.0.22",
"nodemon": "^3.0.1",
"openapi-types": "^12.1.0",
"serverless": "^3.30.1",
"serverless-apigw-binary": "^0.4.4",
Expand All @@ -82,7 +82,7 @@
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"typescript": "^5.2.2",
"typescript-eslint": "^0.0.1-alpha.0"
}
}
1 change: 0 additions & 1 deletion src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ let i = 0;
const connect = {
connectOptions(): ConnectOptions {
return {
keepAlive: true,
connectTimeoutMS: 10000
};
},
Expand Down
1 change: 0 additions & 1 deletion src/test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ describe('Test connectjs', () => {
test('ensure mongoose options are correct', async () => {
try {
const mongoOptions = {
keepAlive: true,
connectTimeoutMS: 10000
};
const result = connect.connectOptions();
Expand Down
Loading

0 comments on commit c7b774c

Please sign in to comment.