Skip to content

Commit

Permalink
chore: update dependencies, rm unused lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
tokebe committed Oct 20, 2023
1 parent dc21923 commit f4f21b9
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,60 +41,61 @@
"@types/pascal-case": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"artillery": "^1.6.2",
"cookie-parser": "~1.4.4",
"coveralls": "^3.1.0",
"eslint": "^8.51.0",
"artillery": "^1.7.9",
"cookie-parser": "~1.4.6",
"coveralls": "^3.1.1",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"http-errors": "~1.6.3",
"jest": "^29.7.0",
"lerna": "^6.6.1",
"lerna": "^6.6.2",
"morgan": "~1.9.1",
"nodemon": "^2.0.20",
"nodemon": "^2.0.22",
"prettier": "^3.0.3",
"pug": "^3.0.2",
"rimraf": "^3.0.2",
"supertest": "^6.1.3",
"supertest": "^6.3.3",
"supports-color": "^7.2.0",
"ts-jest": "^29.1.1",
"typescript": "5.2.2"
},
"dependencies": {
"@biothings-explorer/query_graph_handler": "file:../query_graph_handler",
"@biothings-explorer/smartapi-kg": "file:../smartapi-kg",
"@bull-board/express": "^5.0.0",
"@sentry/node": "^7.57.0",
"@sentry/profiling-node": "^1.0.8",
"@bull-board/express": "^5.9.1",
"@sentry/node": "^7.74.1",
"@sentry/profiling-node": "^1.2.1",
"axios": "^0.27.2",
"body-parser": "^1.19.0",
"bull": "^4.10.4",
"body-parser": "^1.20.2",
"bull": "^4.11.4",
"compression": "^1.7.4",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"debug": "^4.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.3",
"express-rate-limit": "^5.2.6",
"express-winston": "^4.1.0",
"helmet": "^4.4.1",
"debug": "^4.3.4",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"express-rate-limit": "^5.5.1",
"express-winston": "^4.2.0",
"helmet": "^4.6.0",
"husky": "^4.3.8",
"ioredis": "^5.0.6",
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lz4": "^0.6.5",
"nanoid": "^3.1.31",
"nanoid": "^3.3.6",
"node-cron": "^2.0.3",
"npm": "^9.4.1",
"openapi-validator-middleware": "^3.2.2",
"npm": "^9.9.0",
"openapi-validator-middleware": "^3.2.6",
"piscina": "^3.2.0",
"ps-node": "^0.1.6",
"snake-case": "^3.0.4",
"stream-chunker": "^1.2.8",
"stream-json": "^1.7.3",
"turbo": "^1.10.15",
"stream-json": "^1.8.0",
"turbo": "^1.10.16",
"valid-url": "^1.0.9",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.1"
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit f4f21b9

Please sign in to comment.