Skip to content

Commit

Permalink
chore(deps): bump qs, express, dotenv and nodemon (#119)
Browse files Browse the repository at this point in the history
* chore(deps): bump qs, express, dotenv and nodemon

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.

Updates `qs` from 6.7.0 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.7.0...v6.11.0)

Updates `express` from 4.17.1 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.17.1...4.18.2)

Updates `dotenv` to 16.3.1
Updates `nodemon` to 3.0.0

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
- dependency-name: dotenv
  dependency-type: direct:production
- dependency-name: nodemon
...

Signed-off-by: dependabot[bot] <[email protected]>

* 🎨 fix: run prettier

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kartik Soneji <[email protected]>
  • Loading branch information
dependabot[bot] and KartikSoneji authored Jul 8, 2023
1 parent 011036c commit 2b82e83
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 227 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const port = process.env.PORT || 8080;
const deta = Deta();
const db = deta.Base(process.env.DATABASE_NAME);


// Static files
app.use("/public", express.static(__dirname + "/public"));

Expand Down
Loading

0 comments on commit 2b82e83

Please sign in to comment.