Skip to content

Commit

Permalink
chore: update deps for security (#53)
Browse files Browse the repository at this point in the history
* chore: update deps for security

* chore: deduplicate yarn.lock

* chore: upgrade jest

* chore: upgrade json-schema
  • Loading branch information
embbnux authored Oct 9, 2022
1 parent ede8960 commit fbcfa8a
Show file tree
Hide file tree
Showing 2 changed files with 1,719 additions and 1,808 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ringcentral-call",
"version": "0.2.14",
"version": "0.2.19",
"main": "lib/index.js",
"license": "MIT",
"repository": {
Expand All @@ -20,26 +20,26 @@
"test:showCoverage": "cat ./coverage/lcov.info | coveralls"
},
"peerDependencies": {
"ringcentral-call-control": "^0.2.6",
"ringcentral-web-phone": "^0.8.3"
"ringcentral-call-control": "^0.2.8",
"ringcentral-web-phone": "^0.8.10"
},
"devDependencies": {
"@ringcentral/sdk": "^4.7.1",
"@ringcentral/subscriptions": "^4.7.1",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@ringcentral/sdk": "^4.7.3",
"@ringcentral/subscriptions": "^4.7.3",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/pubnub": "4.0.2",
"coveralls": "^3.0.9",
"coveralls": "^3.1.1",
"http-server": "^14.1.0",
"jest": "^25.4.0",
"jest": "^27.5.1",
"ringcentral-call-control": "^0.2.8",
"ringcentral-web-phone": "^0.8.3",
"ts-jest": "^25.4.0",
"ringcentral-web-phone": "^0.8.10",
"ts-jest": "^27.1.4",
"ts-loader": "^5.3.3",
"tslint": "^6.1.1",
"typescript": "^3.2.4",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
"typescript": "^3.8.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"jest": {
"transform": {
Expand Down
Loading

0 comments on commit fbcfa8a

Please sign in to comment.