Skip to content

Commit

Permalink
fix(deps): add node-jose dependecy in core , task-service and user-te…
Browse files Browse the repository at this point in the history
…nant service (#2228)

add node-jose dependecy in core , task-service and user-tenant service

gh-0
  • Loading branch information
Tyagi-Sunny authored Dec 20, 2024
1 parent be79f79 commit 5a37a10
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"request-ip": "^3.3.0",
"swagger-stats": "^0.99.5",
"tslib": "^2.6.2",
"node-jose": "^2.2.0",
"winston": "^3.7.2"
},
"peerDependencies": {
Expand Down Expand Up @@ -117,6 +118,7 @@
"@types/swagger-stats": "^0.95.4",
"aws-sdk": "^2.1613.0",
"eslint": "^8.57.0",
"@types/node-jose": "^1.1.13",
"loopback-connector-rest": "^5.0.1",
"source-map-support": "^0.5.21",
"typescript": "~5.2.2"
Expand Down Expand Up @@ -147,4 +149,4 @@
]
}
}
}
}
4 changes: 3 additions & 1 deletion services/task-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
"kafkajs": "^2.2.4",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"node-jose": "^2.2.0",
"@types/node-jose": "^1.1.13",
"typescript": "~5.2.2",
"widdershins": "^4.0.1"
},
Expand Down Expand Up @@ -157,4 +159,4 @@
"includeOpenAPIDoc": true
}
}
}
}
4 changes: 3 additions & 1 deletion services/user-tenant-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
"eslint": "^8.57.0",
"mocha": "^10.2.0",
"source-map-support": "^0.5.21",
"node-jose": "^2.2.0",
"@types/node-jose": "^1.1.13",
"typescript": "~5.2.2"
}
}
}

0 comments on commit 5a37a10

Please sign in to comment.