Skip to content

Commit

Permalink
Update vulnerable dependencies in timezone example
Browse files Browse the repository at this point in the history
A security vulnerability has been reported for the moment package
in versions < 2.11.2.

Update these dependencies to the latest versions.

Change-Id: Ic35992ec9d4a2e0f53d6c2181c90097db26113f6
  • Loading branch information
ralfstx committed Nov 22, 2017
1 parent 1f6e68b commit 44353ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/timezones/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"main": "timezones.js",
"dependencies": {
"tabris": "^2.2.0",
"moment": "~2.8.4",
"moment-timezone": "~0.2.5"
"moment": "^2.19.2",
"moment-timezone": "^0.5.14",
"tabris": "^2.2.0"
}
}

0 comments on commit 44353ee

Please sign in to comment.