Skip to content

Commit

Permalink
Bump rdf-serialize from 2.2.3 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [rdf-serialize](https://github.com/rubensworks/rdf-serialize.js) from 2.2.3 to 3.0.0.
- [Changelog](https://github.com/rubensworks/rdf-serialize.js/blob/master/CHANGELOG.md)
- [Commits](rubensworks/rdf-serialize.js@v2.2.3...v3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent d3137e6 commit 86ef3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"n3": "^1.16.4",
"node-fetch": "^3.3.0",
"rdf-parse": "^2.1.1",
"rdf-serialize": "^2.0.1",
"rdf-serialize": "^3.0.0",
"stream-to-string": "^1.2.0",
"streamify-string": "^1.0.1",
"tmp": "^0.2.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3755,10 +3755,10 @@ rdf-quad@^1.5.0:
rdf-literal "^1.2.0"
rdf-string "^1.5.0"

rdf-serialize@^2.0.1:
version "2.2.3"
resolved "https://registry.yarnpkg.com/rdf-serialize/-/rdf-serialize-2.2.3.tgz#11ad0e0504b53768111585cc8e8da426b303394a"
integrity sha512-t3AvH3lw1NUufCUjf6/pxOyU/cPBJ0J3TkMP+FuUJKMmsJ1FzFdNkpsIMp9QFmWtqUYijyhYpVfJ4Tqprl+1RA==
rdf-serialize@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/rdf-serialize/-/rdf-serialize-3.0.0.tgz#6b0defeb0d92285f18a7feebfebcda51fb24b95d"
integrity sha512-mkH+lDM7q0U/dxnOv8lwbRWRL0zHR/8d/g1WnHdPxinhEr/B12/atyGnIoijgVOni3d8KoutYIsyMsSrmsENUA==
dependencies:
"@comunica/actor-rdf-serialize-jsonld" "^2.6.6"
"@comunica/actor-rdf-serialize-n3" "^2.6.6"
Expand Down

0 comments on commit 86ef3f4

Please sign in to comment.