Skip to content

Commit

Permalink
build(deps): bump rdf-ext from 1.3.5 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [rdf-ext](https://github.com/rdf-ext/rdf-ext) from 1.3.5 to 2.2.0.
- [Release notes](https://github.com/rdf-ext/rdf-ext/releases)
- [Commits](rdf-ext/rdf-ext@v1.3.5...v2.2.0)

---
updated-dependencies:
- dependency-name: rdf-ext
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 13, 2023
1 parent 64f2d76 commit 04add36
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/conduit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"jwks-rsa": "^3.0.0",
"middleware-async": "^1.3.1",
"node-fetch": "^2.6.7",
"rdf-ext": "^1.3.5"
"rdf-ext": "^2.2.0"
},
"devDependencies": {
"@hydrofoil/talos": "0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/express-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"clownface": "^1.5.1",
"nanoid": "^3.3.3",
"queue": "^6.0.2",
"rdf-ext": "^1.3.5",
"rdf-ext": "^2.2.0",
"rdf-express-node-factory": "^1.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/knossos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"middleware-async": "^1.3.1",
"nanoid": "^3.3.3",
"path-to-regexp": "^6.2.1",
"rdf-ext": "^1.3.5",
"rdf-ext": "^2.2.0",
"rdf-web-access-control": "^1.3.2",
"sparql-http-client": "^2.4.1",
"stream-to-array": "^2.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/labs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"express": "^4.18.1",
"express-request-mock": "^3.1.0",
"mocha": "^10.0.0",
"rdf-ext": "1.3.5",
"rdf-ext": "2.2.0",
"sinon": "^14.0.1",
"supertest": "^6.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/labyrinth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"once": "^1.4.0",
"parse-prefer-header": "^1.0.0",
"rdf-express-node-factory": "^1.0.1",
"rdf-ext": "^1.3.5",
"rdf-ext": "^2.2.0",
"rdf-literal": "^1.3.0",
"rdf-loader-code": "^0.3.2",
"sparql-http-client": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"hydra-box": "^0.6.6",
"n3": "^1.8.1",
"rdf-dataset-ext": "^1.0.1",
"rdf-ext": "^1.3.5",
"rdf-ext": "^2.2.0",
"rdf-loader-code": "^0.3.2",
"rdf-loaders-registry": "^0.3.0",
"set-link": "^1.0.0",
Expand Down
Loading

0 comments on commit 04add36

Please sign in to comment.