Skip to content

Commit

Permalink
Update dependency rdf-quad to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent fc4442a commit 3b23092
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"manual-git-changelog": "^1.0.1",
"pre-commit": "^1.2.2",
"rdf-dereference": "^2.1.0",
"rdf-quad": "^1.5.0",
"rdf-quad": "^2.0.0",
"rdf-test-suite": "^1.25.0",
"streamify-string": "^1.0.1",
"ts-jest": "^29.0.0",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4041,7 +4041,7 @@ rdf-data-factory@^1.1.2:
dependencies:
"@rdfjs/types" "*"

rdf-data-factory@^2.0.0:
rdf-data-factory@^2.0.0, rdf-data-factory@^2.0.1:
version "2.0.2"
resolved "https://registry.yarnpkg.com/rdf-data-factory/-/rdf-data-factory-2.0.2.tgz#dfac1fdf99502f3b6d61f8e99e97af2490346e32"
integrity sha512-WzPoYHwQYWvIP9k+7IBLY1b4nIDitzAK4mA37WumAF/Cjvu/KOtYJH9IPZnUTWNSd5K2+pq4vrcE9WZC4sRHhg==
Expand Down Expand Up @@ -4111,6 +4111,13 @@ rdf-literal@^1.2.0, rdf-literal@^1.3.0:
"@rdfjs/types" "*"
rdf-data-factory "^1.1.0"

rdf-literal@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/rdf-literal/-/rdf-literal-2.0.0.tgz#a7e0af869236e1ba89ce7c5c6d557b9ce0ba485a"
integrity sha512-jlQ+h7EvnXmncmk8OzOYR8T3gNfd4g0LQXbflHkEkancic8dh0Tdt5RiRq8vUFndjIeNHt1RWeA5TAj6rgrtng==
dependencies:
rdf-data-factory "^2.0.0"

rdf-object@^1.11.1:
version "1.14.0"
resolved "https://registry.yarnpkg.com/rdf-object/-/rdf-object-1.14.0.tgz#a51a2e575d4f838f88eced1e5096616769d17281"
Expand Down Expand Up @@ -4170,6 +4177,15 @@ rdf-quad@^1.5.0:
rdf-literal "^1.2.0"
rdf-string "^1.5.0"

rdf-quad@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/rdf-quad/-/rdf-quad-2.0.0.tgz#7191c7e919755d1294b3f8ae326dbc94edc14dec"
integrity sha512-wR3x+ypdPh6jlFy+i/+U3jUlr5078GHfBkqf3TPPJa7zJVurkJY0J8ALKPWYd1V4oyYsqJCHr3xNM5RDlvH32A==
dependencies:
rdf-data-factory "^2.0.1"
rdf-literal "^2.0.0"
rdf-string "^2.0.0"

rdf-string@^1.5.0, rdf-string@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/rdf-string/-/rdf-string-1.6.0.tgz#571436284274b532af72329ff5168da876a4dc32"
Expand Down

0 comments on commit 3b23092

Please sign in to comment.