Skip to content

Commit

Permalink
update package.json version "mongoose:5.13.15" and "karma:6.3.16"
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang, JunchaoX committed Oct 25, 2022
1 parent ae39508 commit d58c508
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/agent/conference/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"log4js": "^6.4.0",
"node-getopt": "*",
"toml": "*",
"mongoose": "^5.13.12",
"mongoose": "^5.13.15",
"uuid": "^8.0.0",
"fraction.js": "^4.0.12"
},
Expand Down
2 changes: 1 addition & 1 deletion source/management_api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"toml": "*",
"ajv": "^6.12.3",
"body-parser": "*",
"mongoose": "^5.13.12",
"mongoose": "^5.13.15",
"fraction.js": "^4.0.12"
},
"main": "api.js"
Expand Down
2 changes: 1 addition & 1 deletion source/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"toml": "*",
"sprintf-js": "^1.0.3",
"ajv": "^6.12.3",
"mongoose": "^5.13.12",
"mongoose": "^5.13.15",
"fraction.js": "^4.0.12",
"uuid": "^8.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion source/sip_portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"amqplib": "^0.7.0",
"log4js": "^6.4.0",
"toml": "*",
"mongoose": "^5.13.12",
"mongoose": "^5.13.15",
"fraction.js": "*"
}
}
2 changes: 1 addition & 1 deletion test/restTestCasesKarma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"sinon-as-promised": "^4.0.3"
},
"devDependencies": {
"karma": "^2.0.0",
"karma": "^6.3.16",
"karma-browserify": "^5.1.3",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fraction.js": "*",
"log4js": "^6.3.0",
"mongodb": "^3.6.4",
"mongoose": "^5.3.9",
"mongoose": "^5.13.15",
"toml": "*"
},
"engine": {
Expand Down

0 comments on commit d58c508

Please sign in to comment.