Skip to content

Commit

Permalink
Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
sarithapillai8 committed Aug 26, 2024
1 parent 9353528 commit a9acb0d
Show file tree
Hide file tree
Showing 19 changed files with 14,600 additions and 6,267 deletions.
11,941 changes: 5,919 additions & 6,022 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,22 @@
"cors": "^2.8.5",
"express": "^4.17.1",
"ioredis": "^4.22.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.8.0",
"mongodb": "^3.6.20",
"morgan": "^1.9.1",
"nano": "^10.1.3",
"nanoid": "^3.1.3",
"node-fetch": "^2.6.7",
"ts-nats": "^1.2.15",
"typescript": "^4.7.4"
"ts-nats": "^1.2.15"
},
"devDependencies": {
"@types/bson": "^4.2.0",
"@types/bson": "4.0.5",
"@types/bull": "^3.15.8",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/fs-extra": "^5.1.0",
"@types/ioredis": "^4.22.0",
"@types/jest": "^27.5.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/mongodb": "^3.6.12",
"@types/morgan": "^1.9.2",
"@types/nano": "^7.0.0",
"@types/node": "^13.1.2",
Expand All @@ -49,9 +47,10 @@
"rimraf": "^2.6.3",
"source-map-support": "^0.5.16",
"ts-jest": "^28.0.2",
"ts-node": "^9.1.1"
"ts-node": "^9.1.1",
"typescript": "4.7.4"
},
"overrides": {
"overrides": {
"tough-cookie": "4.1.3",
"semver": "7.6.0",
"pkg": "5.8.1",
Expand Down
Loading

0 comments on commit a9acb0d

Please sign in to comment.