Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/express-…
Browse files Browse the repository at this point in the history
…4.20.0' into deps
  • Loading branch information
tpluscode committed Nov 4, 2024
2 parents a45889d + f6abab7 commit 0865296
Show file tree
Hide file tree
Showing 8 changed files with 249 additions and 36 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 0865296

Please sign in to comment.