Skip to content

Commit

Permalink
Update dependency rdf-data-factory to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 10, 2025
1 parent 34e1877 commit 0ed0e15
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nodemon": "^3.0.0",
"npm-check-updates": "^17.0.0",
"pre-commit": "^1.2.2",
"rdf-data-factory": "^1.1.0",
"rdf-data-factory": "^2.0.0",
"rdf-quad": "^1.5.0",
"rdf-test-suite-ldf": "^1.5.0",
"sparqlalgebrajs": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-source-identify-hdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@rdfjs/types": "*",
"asynciterator": "^3.9.0",
"hdt": "^3.1.1",
"rdf-data-factory": "^1.1.1",
"rdf-data-factory": "^2.0.0",
"sparqlalgebrajs": "^4.3.8"
}
}
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5534,6 +5534,13 @@
dependencies:
"@types/node" "*"

"@rdfjs/types@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@rdfjs/types/-/types-2.0.0.tgz#b360e8892728f6e6345fc5adbdbfe2acde82c8cd"
integrity sha512-bHIjRZ6wuQQY/47dKfGI9fCs9/gs83IgHnoPsAgEIj/ASFTl3Eo4SWIPMC0F1B0LqhrapQb1HaakuD6ikpTDEQ==
dependencies:
"@types/node" "*"

"@rubensworks/eslint-config@^3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@rubensworks/eslint-config/-/eslint-config-3.0.0.tgz#c21c49114e068785eeb4bda766bcc4c60fd0e861"
Expand Down Expand Up @@ -13385,6 +13392,13 @@ rdf-data-factory@^1.0.1, rdf-data-factory@^1.1.0, rdf-data-factory@^1.1.1, rdf-d
dependencies:
"@rdfjs/types" "*"

rdf-data-factory@^2.0.0:
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==
dependencies:
"@rdfjs/types" "^2.0.0"

rdf-isomorphic@^1.3.0:
version "1.3.1"
resolved "https://registry.yarnpkg.com/rdf-isomorphic/-/rdf-isomorphic-1.3.1.tgz#cd6d433cd85bf79d903d5f0fdeea42a40eb27265"
Expand Down

0 comments on commit 0ed0e15

Please sign in to comment.