Skip to content

Commit

Permalink
Merge pull request #47 from EOSIO/security-update-and-release-prep
Browse files Browse the repository at this point in the history
Update security dependencies
  • Loading branch information
Chris Allnutt authored Jul 31, 2019
2 parents 3296817 + dfbdf24 commit d84a60a
Show file tree
Hide file tree
Showing 2 changed files with 1,333 additions and 1,364 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ual-lynx",
"version": "0.1.1",
"version": "0.2.1",
"main": "dist/index.js",
"license": "MIT",
"author": {
Expand All @@ -26,6 +26,19 @@
"eosjs": "^20.0.0",
"universal-authenticator-library": "^0.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.2.0",
"@blockone/tslint-config-blockone": "^1.0.0",
"@types/jest": "^24.0.15",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"tslint": "^5.11.0",
"typescript": "^3.2.2",
"window": "^4.2.5"
},
"resolutions": {
"cache-base": "4.0.0"
},
"jest": {
"verbose": false,
"moduleFileExtensions": [
Expand All @@ -46,15 +59,5 @@
],
"testRegex": "(/src/.*(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testEnvironment": "jsdom"
},
"devDependencies": {
"@babel/runtime": "^7.2.0",
"@blockone/tslint-config-blockone": "^1.0.0",
"@types/jest": "^23.3.10",
"jest": "^23.6.0",
"ts-jest": "^23.10.5",
"tslint": "^5.11.0",
"typescript": "^3.2.2",
"window": "^4.2.5"
}
}
Loading

0 comments on commit d84a60a

Please sign in to comment.