Skip to content

Commit

Permalink
Dependabot/npm and yarn/express rate limit 7.0.1 (#5)
Browse files Browse the repository at this point in the history
* Bump dependency versions

* Bump dependency versions
  • Loading branch information
con-cis authored Nov 25, 2023
1 parent f2bb0fa commit d292b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ const port = process.env.PORT || 3000;
(async () => {
try {
await mongoose.connect(process.env.MONGO_CONNECT_URI, {
useNewUrlParser: true,
useUnifiedTopology: true,
});
app.listen(port, () => {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shorturl",
"version": "0.0.3",
"version": "0.0.4",
"description": "API project for freeCodeCamp",
"main": "index.js",
"scripts": {
Expand All @@ -14,13 +14,13 @@
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^7.0.1",
"express-rate-limit": "^7.1.4",
"express-validator": "^7.0.1",
"mongoose": "^7.5.1"
"mongoose": "^8.0.1"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.3.8",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"nodemon": "^3.0.1",
Expand Down

0 comments on commit d292b84

Please sign in to comment.