chore: Update ALL dependencies

This commit is contained in:
Michel Pereira 2021-12-16 09:28:53 -03:00
parent a447796500
commit 3ba270e308
3 changed files with 3059 additions and 2479 deletions

4
.gitignore vendored
View file

@ -8,6 +8,10 @@
trybe.yml
# test folder
test/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml

5529
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -30,15 +30,14 @@
"frisby": "^2.1.2",
"jest": "^26.4.1",
"mongodb": "^3.6.10"
},
"devDependencies": {
"chai": "^4.3.4",
"eslint-config-trybe-backend": "^1.0.3",
"mocha": "^8.4.0",
"mongodb-memory-server": "^6.9.6",
"nodemon": "^2.0.4",
"nyc": "^15.1.0",
"sinon": "^11.1.1",
"nodemon": "^2.0.4"
"sinon": "^11.1.1"
}
}