Skip to content

Commit

Permalink
updated shared lib version (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin <valentin.genev@modusbox.com>
  • Loading branch information
vgenev and Valentin authored Sep 21, 2020
1 parent a8896d8 commit 08ddbd4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 67 deletions.
119 changes: 60 additions & 59 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "account-lookup-service",
"description": "Account Lookup Service is used to validate Party and Participant lookups.",
"version": "11.1.0",
"version": "11.1.1",
"license": "Apache-2.0",
"author": "ModusBox",
"contributors": [
Expand Down Expand Up @@ -76,8 +76,8 @@
"@mojaloop/central-services-health": "10.6.0",
"@mojaloop/central-services-logger": "10.6.0",
"@mojaloop/central-services-metrics": "9.5.0",
"@mojaloop/central-services-shared": "11.3.2",
"@mojaloop/sdk-standard-components": "11.5.2",
"@mojaloop/central-services-shared": "11.3.5",
"@mojaloop/sdk-standard-components": "11.9.0",
"@mojaloop/event-sdk": "10.6.0",
"@now-ims/hapi-now-auth": "2.0.2",
"blipp": "4.0.1",
Expand All @@ -93,16 +93,16 @@
"rc": "1.2.8"
},
"devDependencies": {
"@types/jest": "26.0.13",
"eslint": "7.8.1",
"eslint-plugin-jest": "24.0.0",
"@types/jest": "26.0.14",
"eslint": "7.9.0",
"eslint-plugin-jest": "24.0.2",
"get-port": "5.1.1",
"jest": "26.4.2",
"jest-junit": "11.1.0",
"jsdoc": "3.6.5",
"jsdoc": "3.6.6",
"nodemon": "2.0.4",
"npm-audit-resolver": "2.2.1",
"npm-check-updates": "8.1.1",
"npm-check-updates": "9.0.1",
"nyc": "15.1.0",
"pre-commit": "1.2.2",
"proxyquire": "2.1.3",
Expand Down

0 comments on commit 08ddbd4

Please sign in to comment.