Merge pull request #8 from rjNemo/rjNemo/gitpod-setup

fix cve
This commit is contained in:
Ruidy 2021-03-24 10:26:05 +01:00 committed by GitHub
commit 6348bfda05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 484 additions and 909 deletions

1379
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -18,18 +18,18 @@
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^5.1.0",
"concurrently": "^5.3.0",
"express": "^4.17.1",
"firebase-admin": "^8.11.0",
"helmet": "^3.22.0",
"moment": "^2.24.0",
"mongoose": "^5.9.10"
"firebase-admin": "^9.5.0",
"helmet": "^3.23.3",
"moment": "^2.29.1",
"mongoose": "^5.12.2"
},
"devDependencies": {
"nodemon": "^2.0.3"
"nodemon": "^2.0.7"
},
"type": "module",
"engines": {
"node": ">=13.10"
}
}
}