Skip to content

Commit

Permalink
Bump the node-server group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the node-server group with 5 updates in the /apps/etterlatte-node-server directory:

| Package | From | To |
| --- | --- | --- |
| [express](https://github.com/expressjs/express) | `4.21.0` | `4.21.1` |
| [node-fetch](https://github.com/node-fetch/node-fetch) | `2.7.0` | `3.3.2` |
| [winston](https://github.com/winstonjs/winston) | `3.14.2` | `3.17.0` |
| [@types/express](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express) | `4.17.21` | `5.0.0` |
| [@types/node-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node-fetch) | `2.6.11` | `2.6.12` |



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

Updates `node-fetch` from 2.7.0 to 3.3.2
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.7.0...v3.3.2)

Updates `winston` from 3.14.2 to 3.17.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.14.2...v3.17.0)

Updates `winston-transport` from 4.8.0 to 4.9.0
- [Release notes](https://github.com/winstonjs/winston-transport/releases)
- [Changelog](https://github.com/winstonjs/winston-transport/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston-transport@v4.8.0...v4.9.0)

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 `@types/node-fetch` from 2.6.11 to 2.6.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node-fetch)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: node-server
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: node-server
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-server
- dependency-name: winston-transport
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: node-server
- dependency-name: "@types/express"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: node-server
- dependency-name: "@types/node-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: node-server
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 3068efe commit 77ffb00
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 130 deletions.
10 changes: 5 additions & 5 deletions apps/etterlatte-node-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"@navikt/oasis": "^3.2.2",
"@sanity/client": "^6.22.5",
"cls-rtracer": "^2.6.0",
"express": "4.21.0",
"express": "4.21.1",
"jsdom": ">=25.x",
"jsonwebtoken": "9.0.2",
"node-cache": "5.1.2",
"node-fetch": "^2.7.0",
"node-fetch": "^3.3.2",
"prom-client": "^15.1.3",
"react": "^18.3.1",
"source-map": "~0.7.4",
"typescript": "5.7.2",
"uuid": "^11.0.3",
"winston": "3.14.2",
"winston": "3.17.0",
"winston-transport": "^4.8.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-http-proxy": "^1.6.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node-fetch": "^2.6.11",
"@types/node-fetch": "^2.6.12",
"@types/node-jose": "^1.1.13",
"@types/uuid": "^10.0.0",
"husky": "~9.1.7",
Expand Down
Loading

0 comments on commit 77ffb00

Please sign in to comment.