Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 24, 2023
1 parent d7c6265 commit c8c5097
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions package.json
Expand Up @@ -24,20 +24,17 @@
"coveralls": "npm run coverage && nyc report --reporter=lcov"
},
"devDependencies": {
"chai": "^4.3.6",
"chai": "^4.3.10",
"chai-as-promised": "^7.1.1",
"eslint": "^8.14.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^10.0.0",
"eslint": "^8.52.0",
"eslint-config-standard": "^17.1.0",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0"
"rewire": "^7.0.0"
},
"dependencies": {
"got": "^11.8.2",
"validator": "^13.7.0"
"validator": "^13.11.0"
}
}

0 comments on commit c8c5097

Please sign in to comment.