Skip to content

Commit 11ea49e

Browse files
committed
Update to jsonld-context-parser v3
1 parent 050d728 commit 11ea49e

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@types/minimist": "^1.2.0",
4040
"@types/node": "^18.0.0",
4141
"@types/semver": "^7.3.4",
42-
"jsonld-context-parser": "^2.1.1",
42+
"jsonld-context-parser": "^3.0.0",
4343
"minimist": "^1.2.0",
4444
"rdf-data-factory": "^1.1.0",
45-
"rdf-object": "^1.14.0",
45+
"rdf-object": "^2.0.0",
4646
"rdf-parse": "^2.0.0",
4747
"rdf-quad": "^1.5.0",
4848
"rdf-string": "^1.6.0",

yarn.lock

+22-8
Original file line numberDiff line numberDiff line change
@@ -3199,14 +3199,14 @@ __metadata:
31993199
jest-mock: "npm:^29.0.0"
32003200
jest-rdf: "npm:^1.8.0"
32013201
jshint: "npm:^2.1.10"
3202-
jsonld-context-parser: "npm:^2.1.1"
3202+
jsonld-context-parser: "npm:^3.0.0"
32033203
manual-git-changelog: "npm:^1.0.1"
32043204
minimist: "npm:^1.2.0"
32053205
n3: "npm:^1.11.1"
32063206
node-polyfill-webpack-plugin: "npm:^3.0.0"
32073207
pre-commit: "npm:^1.2.2"
32083208
rdf-data-factory: "npm:^1.1.0"
3209-
rdf-object: "npm:^1.14.0"
3209+
rdf-object: "npm:^2.0.0"
32103210
rdf-parse: "npm:^2.0.0"
32113211
rdf-quad: "npm:^1.5.0"
32123212
rdf-string: "npm:^1.6.0"
@@ -6065,7 +6065,7 @@ __metadata:
60656065
languageName: node
60666066
linkType: hard
60676067

6068-
"jsonld-context-parser@npm:^2.0.2, jsonld-context-parser@npm:^2.1.1, jsonld-context-parser@npm:^2.1.3, jsonld-context-parser@npm:^2.1.5":
6068+
"jsonld-context-parser@npm:^2.1.3, jsonld-context-parser@npm:^2.1.5":
60696069
version: 2.1.5
60706070
resolution: "jsonld-context-parser@npm:2.1.5"
60716071
dependencies:
@@ -6081,6 +6081,20 @@ __metadata:
60816081
languageName: node
60826082
linkType: hard
60836083

6084+
"jsonld-context-parser@npm:^3.0.0":
6085+
version: 3.0.0
6086+
resolution: "jsonld-context-parser@npm:3.0.0"
6087+
dependencies:
6088+
"@types/http-link-header": "npm:^1.0.1"
6089+
"@types/node": "npm:^18.0.0"
6090+
http-link-header: "npm:^1.0.2"
6091+
relative-to-absolute-iri: "npm:^1.0.5"
6092+
bin:
6093+
jsonld-context-parse: bin/jsonld-context-parse.js
6094+
checksum: 8f459d609d84d15ef37d20c6056f6701f4afac846a188fcfeb850b8a98a903444be6b3f5039025ed71e6db2eab3c0f6f10368db5e89bb872e9901bf3584c94cc
6095+
languageName: node
6096+
linkType: hard
6097+
60846098
"jsonld-streaming-parser@npm:^2.4.2":
60856099
version: 2.4.3
60866100
resolution: "jsonld-streaming-parser@npm:2.4.3"
@@ -7524,16 +7538,16 @@ __metadata:
75247538
languageName: node
75257539
linkType: hard
75267540

7527-
"rdf-object@npm:^1.14.0":
7528-
version: 1.14.0
7529-
resolution: "rdf-object@npm:1.14.0"
7541+
"rdf-object@npm:^2.0.0":
7542+
version: 2.0.0
7543+
resolution: "rdf-object@npm:2.0.0"
75307544
dependencies:
75317545
"@rdfjs/types": "npm:*"
7532-
jsonld-context-parser: "npm:^2.0.2"
7546+
jsonld-context-parser: "npm:^3.0.0"
75337547
rdf-data-factory: "npm:^1.1.0"
75347548
rdf-string: "npm:^1.6.0"
75357549
streamify-array: "npm:^1.0.1"
7536-
checksum: 22b7662d652895406d983fcc669e47505bc83eb9fba836c6d5f3cd36b9bb8c240724b27c9def3d791680b41265ce0c12738ddc641c6bd75a5f8eb28aa2ba435a
7550+
checksum: adda0eb7e8555c4f7fe00cbcbaad9e209d486567c6ac325ad8612ca31de26e782eba2ded610ef0f66aafc2986e5ac4ec6bf015c7fd9e25e883efdce60c3c1b11
75377551
languageName: node
75387552
linkType: hard
75397553

0 commit comments

Comments
 (0)