Skip to content

Commit

Permalink
build(deps): bump express from 4.18.2 to 4.20.0
Browse files Browse the repository at this point in the history
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.20.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](expressjs/express@4.18.2...4.20.0)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 11ec18f commit f6abab7
Show file tree
Hide file tree
Showing 8 changed files with 277 additions and 39 deletions.
2 changes: 1 addition & 1 deletion apis/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"csv-parse": "^5",
"csv-sniffer": "^0.1.1",
"debug": "^4.1.1",
"express": "^4.17.1",
"express": "^4.20.0",
"express-conditional-middleware": "^2.1.1",
"express-jwt": "^8.3.0",
"express-jwt-permissions": "^1.3.7",
Expand Down
2 changes: 1 addition & 1 deletion apis/shared-dimensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"clownface": "^1.4.0",
"cors": "^2.8.5",
"debug": "^4.3.1",
"express": "^4.17.1",
"express": "^4.20.0",
"express-conditional-middleware": "^2.1.1",
"http-errors": "^2.0.0",
"http-status": "^1.5.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"commander": "^4.1.1",
"cors": "^2.8.5",
"duplex-to": "^1.0.0",
"express": "^4.17.1",
"express": "^4.20.0",
"get-stream": "^5.1.0",
"is-stream": "^2.0.0",
"iso8601-duration": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-rdf-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@tpluscode/rdf-ns-builders": "^1.0.0",
"clownface": "^1.2.0",
"express": "^4.17.1",
"express": "^4.20.0",
"rdf-ext": "^1.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@rdfjs-elements/formats-pretty": "^0.4.3",
"clownface": "^1.4.0",
"express": "^4.17.1",
"express": "^4.20.0",
"http-errors": "^2.0.0",
"middleware-async": "^1.2.7",
"mime-types": "^2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shacl-middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"@tpluscode/rdf-ns-builders": "^1.0.0",
"clownface": "^1.2.0",
"express": "^4.17.1",
"express": "^4.20.0",
"http-problem-details": "^0.1.5",
"hydra-box": "^0.6.2",
"middleware-async": "^1.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"clownface": "^1.1.0",
"commander": "^7.0.0",
"debug": "^4.1.1",
"express": "^4.17.1",
"express": "^4.20.0",
"hydra-box": "^0.6.2",
"rdf-ext": "^1.3.0",
"rdf-parser-px": "^0.2.0",
Expand Down
Loading

0 comments on commit f6abab7

Please sign in to comment.