Skip to content

Commit

Permalink
chore(deps): bump the major-dependencies group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 3 updates

Bumps the major-dependencies group with 3 updates in the / directory: [express](https://github.com/expressjs/express), [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) and [openid-client](https://github.com/panva/openid-client).


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

Updates `@types/express` from 4.17.21 to 5.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express)

Updates `openid-client` from 5.7.0 to 6.1.3
- [Release notes](https://github.com/panva/openid-client/releases)
- [Changelog](https://github.com/panva/openid-client/blob/main/CHANGELOG.md)
- [Commits](panva/openid-client@v5.7.0...v6.1.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: "@types/express"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
- dependency-name: openid-client
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 10, 2024
1 parent 8962c28 commit adea945
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 46 deletions.
6 changes: 3 additions & 3 deletions packages/familie-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@
"dependencies": {
"@navikt/familie-logging": "^7.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/passport": "^1.0.16",
"connect-redis": "^7.1.1",
"cookie-parser": "^1.4.6",
"express": "^4.21.0",
"express": "^5.0.1",
"express-http-proxy": "^2.1.1",
"express-session": "^1.18.0",
"https-proxy-agent": "^7.0.4",
"node-fetch": "^3.3.2",
"openid-client": "^5.7.0",
"openid-client": "^6.1.3",
"passport": "^0.7.0",
"prom-client": "^15.1.2",
"redis": "^4.7.0"
Expand Down
Loading

0 comments on commit adea945

Please sign in to comment.