Skip to content

Commit 3c789fd

Browse files
committed
Bump rdf-test-suite and jsonld-context-parser with rdfstar support
1 parent 0ccea2a commit 3c789fd

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"buffer": "^6.0.3",
3939
"canonicalize": "^1.0.1",
4040
"http-link-header": "^1.0.2",
41-
"jsonld-context-parser": "^2.2.3",
41+
"jsonld-context-parser": "^2.3.0",
4242
"rdf-data-factory": "^1.1.0",
4343
"readable-stream": "^4.0.0"
4444
},
@@ -57,7 +57,7 @@
5757
"jest-rdf": "^1.7.0",
5858
"manual-git-changelog": "^1.0.1",
5959
"pre-commit": "^1.2.2",
60-
"rdf-test-suite": "^1.20.0",
60+
"rdf-test-suite": "^1.21.0",
6161
"streamify-string": "^1.0.1",
6262
"ts-jest": "^28.0.0",
6363
"ts-loader": "^9.3.1",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2493,7 +2493,7 @@ jsonify@^0.0.1:
24932493
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.1.tgz#2aa3111dae3d34a0f151c63f3a45d995d9420978"
24942494
integrity sha512-2/Ki0GcmuqSrgFyelQq9M05y7PS0mEwuIzrf3f1fPqkVDVRvZrPZtVSMHxdgo8Aq0sxAOb/cr2aqqA3LeWHVPg==
24952495

2496-
jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.3, jsonld-context-parser@^2.2.3:
2496+
jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.3:
24972497
version "2.2.3"
24982498
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.2.3.tgz#51f1042dd1dbd75c9991ae70faf984048020ebe6"
24992499
integrity sha512-SMMS/CEKK9VSiKIpmaivVZVpHfC59qax6UM4hbWv5YRcyxx7kmzXWzM/LGxPAwxwx3nwbB644Xd+4443L7OW4g==
@@ -2505,6 +2505,18 @@ jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.3, jsonld-context-parse
25052505
http-link-header "^1.0.2"
25062506
relative-to-absolute-iri "^1.0.5"
25072507

2508+
jsonld-context-parser@^2.3.0:
2509+
version "2.3.0"
2510+
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.3.0.tgz#423a36114bd7876477dabef105efe49cc79fb59b"
2511+
integrity sha512-c6w2GE57O26eWFjcPX6k6G86ootsIfpuVwhZKjCll0bVoDGBxr1P4OuU+yvgfnh1GJhAGErolfC7W1BklLjWMg==
2512+
dependencies:
2513+
"@types/http-link-header" "^1.0.1"
2514+
"@types/node" "^18.0.0"
2515+
canonicalize "^1.0.1"
2516+
cross-fetch "^3.0.6"
2517+
http-link-header "^1.0.2"
2518+
relative-to-absolute-iri "^1.0.5"
2519+
25082520
jsonld-streaming-parser@^3.0.0:
25092521
version "3.1.0"
25102522
resolved "https://registry.yarnpkg.com/jsonld-streaming-parser/-/jsonld-streaming-parser-3.1.0.tgz#f4548a8c3e3d9d22725703b30d56b2d51002af6e"
@@ -3079,10 +3091,10 @@ rdf-terms@^1.7.0, rdf-terms@^1.9.1:
30793091
rdf-data-factory "^1.1.0"
30803092
rdf-string "^1.6.0"
30813093

3082-
rdf-test-suite@^1.20.0:
3083-
version "1.20.0"
3084-
resolved "https://registry.yarnpkg.com/rdf-test-suite/-/rdf-test-suite-1.20.0.tgz#9f046a9b4b1c337cd96afb0a7614c4280beda502"
3085-
integrity sha512-5p26dxVT3Hxr0nV3fEmGHm/NYHr7i8R4zp1hijCNHVrwV22LhAGtYWqYUtRUe00HO0J0kUr+Hpxh3X/OejCLxA==
3094+
rdf-test-suite@^1.21.0:
3095+
version "1.21.0"
3096+
resolved "https://registry.yarnpkg.com/rdf-test-suite/-/rdf-test-suite-1.21.0.tgz#abbe8e6c6e0e9ae00168752112eec5e17f3acda1"
3097+
integrity sha512-BWhThrHpsDafgK8GQL6ZipdUgQo+uStzz/GJ4RZ9dqPTI/7uFZq/MxK1z2vFi0NZtxX+4UCuicK9Tb9Jb1+BGg==
30863098
dependencies:
30873099
"@rdfjs/types" "*"
30883100
"@types/json-stable-stringify" "^1.0.32"

0 commit comments

Comments
 (0)