Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
update nodejs libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jintusebastian committed Jan 17, 2024
1 parent 6884b4e commit a9085ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion broker/core/scheduler-jobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bluebird": "3.7.2",
"lodash": "4.17.21",
"moment": "2.29.2",
"mongoose": "5.13.9",
"mongoose": "5.13.22",
"pubsub-js": "1.9.4"
}
}
2 changes: 1 addition & 1 deletion broker/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jsonwebtoken": "9.0.0",
"lodash": "4.17.21",
"moment": "2.29.2",
"mongoose": "5.13.9",
"mongoose": "5.13.22",
"rxjs": "^5.0.0",
"uuid": "8.3.2"
}
Expand Down
2 changes: 1 addition & 1 deletion broker/data-access-layer/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sf/provisioner-services": "*",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"mongoose": "5.13.9",
"mongoose": "5.13.22",
"pubsub-js": "1.9.4"
}
}
4 changes: 2 additions & 2 deletions broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"babel-cli": "^6.9.0",
"babel-eslint": "10.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"chai": "^4.0.0",
"chai": "^4.4.0",
"chai-http": "^2.0.1",
"coveralls": "^3.0.0",
"docdash": "^0.3.0",
Expand All @@ -63,7 +63,7 @@
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.3.0",
"nock": "^13.0.4",
"pkgcloud": "1.7.0",
"pkgcloud": "2.2.0",
"prettier": "1.16.4",
"prettier-eslint": "11.0.0",
"prettier-eslint-cli": "5.0.0",
Expand Down

0 comments on commit a9085ae

Please sign in to comment.