Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/api/eslint-8.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aknot242 authored Apr 23, 2024
2 parents fbf5a6f + e89195d commit 0f87f59
Show file tree
Hide file tree
Showing 10 changed files with 977 additions and 1,461 deletions.
314 changes: 132 additions & 182 deletions api/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.0",
"axios": "^1.6.8",
"body-parser": "^1.20.2",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express": "^4.19.2",
"express-openapi": "^12.1.3",
"mongodb": "^5.9.1",
"mongodb": "^5.9.2",
"node-fetch": "^3.3.2",
"swagger-ui-express": "^4.6.3"
},
"devDependencies": {
"@types/supertest": "^2.0.15",
"@types/supertest": "^6.0.2",
"c8": "^7.14.0",
"chai": "^4.3.10",
"chai": "^4.4.1",
"eslint": "^8.57.0",
"mocha": "^10.2.0",
"nodemon": "^2.0.22",
"sinon": "^15.2.0",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
}
}
Loading

0 comments on commit 0f87f59

Please sign in to comment.