Skip to content

Update dependency jsonld-context-parser to v3 - autoclosed #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@typescript-eslint/typescript-estree": "^7.1.0",
"comment-parser": "^0.7.6",
"componentsjs": "^6.0.0",
"jsonld-context-parser": "^2.1.5",
"jsonld-context-parser": "^3.0.0",
"lru-cache": "^6.0.0",
"minimist": "^1.2.5",
"rdf-object": "^1.13.1",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3401,7 +3401,7 @@ __metadata:
husky: "npm:^9.0.0"
jest: "npm:^29.7.0"
jest-extended: "npm:^4.0.2"
jsonld-context-parser: "npm:^2.1.5"
jsonld-context-parser: "npm:^3.0.0"
lru-cache: "npm:^6.0.0"
manual-git-changelog: "npm:^1.0.1"
minimist: "npm:^1.2.5"
Expand Down Expand Up @@ -6788,7 +6788,7 @@ __metadata:
languageName: node
linkType: hard

"jsonld-context-parser@npm:^2.0.2, jsonld-context-parser@npm:^2.1.1, jsonld-context-parser@npm:^2.1.5, jsonld-context-parser@npm:^2.2.2, jsonld-context-parser@npm:^2.4.0":
"jsonld-context-parser@npm:^2.0.2, jsonld-context-parser@npm:^2.1.1, jsonld-context-parser@npm:^2.2.2, jsonld-context-parser@npm:^2.4.0":
version: 2.4.0
resolution: "jsonld-context-parser@npm:2.4.0"
dependencies:
Expand All @@ -6803,6 +6803,20 @@ __metadata:
languageName: node
linkType: hard

"jsonld-context-parser@npm:^3.0.0":
version: 3.0.0
resolution: "jsonld-context-parser@npm:3.0.0"
dependencies:
"@types/http-link-header": "npm:^1.0.1"
"@types/node": "npm:^18.0.0"
http-link-header: "npm:^1.0.2"
relative-to-absolute-iri: "npm:^1.0.5"
bin:
jsonld-context-parse: bin/jsonld-context-parse.js
checksum: 8f459d609d84d15ef37d20c6056f6701f4afac846a188fcfeb850b8a98a903444be6b3f5039025ed71e6db2eab3c0f6f10368db5e89bb872e9901bf3584c94cc
languageName: node
linkType: hard

"jsonld-streaming-parser@npm:^3.0.1":
version: 3.3.0
resolution: "jsonld-streaming-parser@npm:3.3.0"
Expand Down
Loading