Skip to content

Commit 75ea7e3

Browse files
Upgraded and replaced node js dependencies to get rid of the warnings while docker build or npm build
1 parent 58c6326 commit 75ea7e3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
},
1919
"homepage": "https://github.com/makinhs/rest-api-tutorial#readme",
2020
"dependencies": {
21-
"body-parser": "1.7.0",
22-
"express": "^4.8.7",
23-
"jsonwebtoken": "^7.3.0",
24-
"moment": "^2.17.1",
25-
"moment-timezone": "^0.5.13",
26-
"mongoose": "^5.1.1",
27-
"node-uuid": "^1.4.8",
28-
"swagger-ui-express": "^2.0.13",
29-
"sync-request": "^4.0.2"
21+
"body-parser": "1.19.0",
22+
"express": "^4.17.1",
23+
"jsonwebtoken": "^8.5.1",
24+
"moment": "^2.24.0",
25+
"moment-timezone": "^0.5.27",
26+
"mongoose": "^5.7.9",
27+
"uuid": "^3.3.3",
28+
"swagger-ui-express": "^4.1.2",
29+
"sync-request": "^6.1.0"
3030
}
3131
}

0 commit comments

Comments
 (0)