Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 21, 2019
1 parent 19f4411 commit 396ef3d
Show file tree
Hide file tree
Showing 22 changed files with 4,557 additions and 6,617 deletions.
6 changes: 3 additions & 3 deletions docker/development/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker/development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"license": "ISC",
"dependencies": {
"@unlock-protocol/unlock-js": "0.3.12",
"ethers": "4.0.36"
"ethers": "4.0.37"
}
}
555 changes: 163 additions & 392 deletions locksmith/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions locksmith/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,59 +33,59 @@
"author": "Unlock Inc",
"license": "ISC",
"dependencies": {
"@opencensus/core": "0.0.16",
"@opencensus/exporter-jaeger": "0.0.16",
"@opencensus/nodejs": "0.0.16",
"@opencensus/core": "0.0.17",
"@opencensus/exporter-jaeger": "0.0.17",
"@opencensus/nodejs": "0.0.17",
"@types/cors": "2.8.6",
"@types/eth-sig-util": "2.1.0",
"@types/ethereumjs-util": "5.2.0",
"@types/express": "4.17.1",
"@types/express-serve-static-core": "4.16.9",
"@types/jest": "24.0.18",
"@types/nock": "10.0.3",
"@types/node": "12.7.3",
"@types/node": "12.7.5",
"@types/request-promise-native": "1.0.16",
"@types/sequelize": "4.28.4",
"@types/stripe": "6.31.23",
"@types/stripe": "6.32.2",
"@types/supertest": "2.0.8",
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/eslint-plugin": "2.3.0",
"@unlock-protocol/unlock-js": "0.3.12",
"aws-sdk": "2.521.0",
"aws-sdk": "2.533.0",
"body-parser": "1.19.0",
"cors": "2.8.5",
"cross-env": "5.2.1",
"dotenv": "8.1.0",
"eth-sig-util": "2.2.0",
"eth-sig-util": "2.4.4",
"ethereumjs-util": "6.1.0",
"ethers": "4.0.36",
"ethers": "4.0.37",
"express": "4.17.1",
"express-jwt": "5.3.1",
"jest": "24.9.0",
"lodash.isequal": "4.5.0",
"multer": "1.4.2",
"multer-s3": "2.9.0",
"nock": "10.0.6",
"node-mocks-http": "1.7.6",
"node-mocks-http": "1.8.0",
"pg": "7.12.1",
"random-words": "1.1.0",
"reflect-metadata": "0.1.13",
"request": "2.88.0",
"request-promise-native": "1.0.7",
"run-script-os": "1.0.7",
"sequelize": "5.18.1",
"sequelize": "5.19.0",
"sequelize-cli": "5.5.1",
"sequelize-typescript": "1.0.0",
"stripe": "7.8.0",
"stripe": "7.9.1",
"supertest": "4.0.2",
"truffle-hdwallet-provider": "1.0.17",
"ts-jest": "24.0.2",
"typescript": "3.6.2",
"ts-jest": "24.1.0",
"typescript": "3.6.3",
"unlock-abi-1-1": "1.0.0",
"winston": "3.2.1",
"yargs": "14.0.0"
},
"devDependencies": {
"nodemon": "1.19.1",
"nodemon": "1.19.2",
"sqlite3": "4.1.0",
"supertest": "4.0.2",
"tsc-watch": "2.4.0"
Expand Down
Loading

0 comments on commit 396ef3d

Please sign in to comment.