Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Dec 2, 2024
1 parent d3a581c commit 4624955
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 60 deletions.
161 changes: 106 additions & 55 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
],
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"axios": "^1.7.8",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^5.0.1",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^7.4.1",
"express-validator": "^7.2.0",
"graphql": "^16.9.0",
"graphql-http": "^1.22.2",
"graphql-http": "^1.22.3",
"graphql-tag": "^2.12.6",
"helmet": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongodb": "^6.10.0",
"mongoose": "^8.8.1",
"mongodb": "^6.11.0",
"mongoose": "^8.8.3",
"pino": "^9.5.0",
"pino-pretty": "^13.0.0",
"swagger-ui-express": "^5.0.1",
Expand All @@ -59,7 +59,7 @@
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^9.15.0",
"eslint": "^9.16.0",
"jest": "^29.7.0",
"jest-sonar-reporter": "^2.0.0",
"node-notifier": "^10.0.1",
Expand Down

0 comments on commit 4624955

Please sign in to comment.