Skip to content

Commit

Permalink
Merge pull request #69 from VirgilSecurity/v6.0.2
Browse files Browse the repository at this point in the history
Fix minimist vulnerability issue
  • Loading branch information
Alexey Smirnov authored Mar 27, 2020
2 parents 61bdd1d + b0d63a8 commit f4b9b2f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
language: node_js
matrix:
include:
- os: linux
dist: trusty
node_js: "8"
- os: linux
dist: trusty
node_js: "11"
- os: linux
dist: trusty
node_js: "12"
- os: linux
dist: trusty
node_js: "13"
- os: linux
dist: trusty
sudo: required
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virgil-sdk",
"version": "6.0.1",
"version": "6.0.2",
"description": "Virgil Security Services SDK",
"contributors": [
"Eugene Baranov <ebaranov.dev@gmail.com> (https://github.com/ebaranov/)",
Expand Down Expand Up @@ -57,7 +57,7 @@
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-rollup-preprocessor": "^7.0.2",
"mocha": "^5.0.5",
"mocha": "^7.1.1",
"rollup": "^1.14.6",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-inject": "^3.0.1",
Expand All @@ -71,7 +71,7 @@
"sinon": "^7.1.1",
"sinon-chai": "^3.0.0",
"ts-node": "^8.1.0",
"typedoc": "^0.13.0",
"typedoc": "^0.17.3",
"typescript": "^3.1.6",
"virgil-crypto": "4.0.0-alpha.18"
},
Expand All @@ -81,7 +81,7 @@
"@virgilsecurity/crypto-types": "^0.3.0",
"base-64": "^0.1.0",
"fetch-ponyfill": "^6.0.2",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.3",
"rimraf": "^2.6.2",
"utf8": "^3.0.0"
},
Expand Down

0 comments on commit f4b9b2f

Please sign in to comment.