Skip to content

Commit

Permalink
Merge pull request #1314 from edenia/chore/update-dependencies-1291
Browse files Browse the repository at this point in the history
Chore/update dependencies 1291
  • Loading branch information
xavier506 authored Sep 26, 2023
2 parents b2e13d4 + c0ca4bf commit f7db0dc
Show file tree
Hide file tree
Showing 7 changed files with 4,443 additions and 4,145 deletions.
4 changes: 2 additions & 2 deletions hapi-evm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^14.0.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.1",
Expand Down
1,152 changes: 502 additions & 650 deletions hapi-evm/yarn.lock

Large diffs are not rendered by default.

26 changes: 12 additions & 14 deletions hapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,41 @@
},
"license": "MIT",
"dependencies": {
"@google-cloud/recaptcha-enterprise": "^3.0.1",
"@google-cloud/recaptcha-enterprise": "^4.0.1",
"@hapi/boom": "^10.0.0",
"@hapi/hapi": "^20.2.2",
"@hapi/joi": "^17.1.0",
"axios": "^0.27.2",
"@hapi/hapi": "^21.3.2",
"axios": "^1.5.0",
"demux": "^4.0.0",
"demux-eos": "^4.0.1",
"eosjs": "^22.1.0",
"eosjs-api": "^7.0.4",
"graphql": "^16.6.0",
"graphql-request": "^4.3.0",
"hapi-pino": "^10.1.0",
"pino-pretty": "^9.1.0",
"graphql-request": "^6.1.0",
"hapi-pino": "^12.1.0",
"http-status-codes": "^2.2.0",
"joi": "^17.4.0",
"moment": "^2.29.1",
"pg": "^8.6.0",
"pg-hstore": "^2.3.3",
"sequelize": "^6.6.2",
"pino-pretty": "^10.2.0",
"sequelize": "^6.33.0",
"ws": "^8.8.1"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^8.0.1",
"lint-staged": ">=10",
"nodemon": "^2.0.4",
"prettier": "^2.7.1"
"nodemon": "^3.0.1",
"prettier": "^3.0.3"
},
"optionalDependencies": {
"fsevents": "2.1.3"
"fsevents": "2.3"
}
}
1 change: 0 additions & 1 deletion hapi/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const init = async () => {
{
plugin: require('hapi-pino'),
options: {
prettyPrint: true,
logEvents: ['request-error']
}
}
Expand Down
Loading

0 comments on commit f7db0dc

Please sign in to comment.