Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Oct 17, 2021
1 parent 7f8e30d commit 2cad826
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 73 deletions.
187 changes: 117 additions & 70 deletions package-lock.json

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

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"deps": "npm-check -u",
"coverall": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:up": "docker-compose -f test/docker-compose.yml up -d",
"test:down": "docker-compose -f test/docker-compose.yml down -v"
"test:down": "docker-compose -f test/docker-compose.yml down -v",
"release": "npm publish --access public"
},
"keywords": [
"moleculer",
Expand All @@ -32,13 +33,13 @@
"amqplib": "^0.8.0",
"benchmarkify": "^3.0.0",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-security": "^1.4.0",
"ioredis": "^4.27.10",
"ioredis": "^4.28.0",
"jest": "^27.2.5",
"jest-cli": "^27.2.5",
"kafkajs": "^1.15.0",
Expand Down

0 comments on commit 2cad826

Please sign in to comment.