Skip to content

Commit

Permalink
Fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel.pires committed Mar 6, 2023
1 parent dd86036 commit 016d2cb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
"author": "danizavtz",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.3.4",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"morgan": "^1.9.1"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.23.0",
"mocha": "^10.0.0",
"nock": "^13.2.9",
"nodemon": "^2.0.19",
"chai": "^4.3.7",
"eslint": "^8.35.0",
"mocha": "^10.2.0",
"nock": "^13.3.0",
"nodemon": "^2.0.21",
"nyc": "^15.1.0",
"supertest": "^6.2.4"
"supertest": "^6.3.3"
}
}

0 comments on commit 016d2cb

Please sign in to comment.