Skip to content

Commit c2d2b8c

Browse files
chore(deps): bump qs and express in /examples/users-api
Bumps [qs](https://github.com/ljharb/qs) to 6.15.2 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.15.1 to 6.15.2 - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.1...v6.15.2) Updates `express` from 4.22.1 to 4.22.2 - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/v4.22.2/History.md) - [Commits](expressjs/express@v4.22.1...v4.22.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect - dependency-name: express dependency-version: 4.22.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deff754 commit c2d2b8c

2 files changed

Lines changed: 18 additions & 40 deletions

File tree

examples/users-api/package-lock.json

Lines changed: 17 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/users-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"cors": "^2.8.5",
1212
"dotenv": "^16.0.3",
13-
"express": "^4.22.1",
13+
"express": "^4.22.2",
1414
"express-oauth2-jwt-bearer": "^1.6.1"
1515
}
1616
}

0 commit comments

Comments
 (0)