Skip to content

Commit e2c9e1a

Browse files
committed
Update to jsonld-context-parser v3
This bumps the minimal Node.js version to 18.x
1 parent 3ccb814 commit e2c9e1a

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 14.x
26-
- 16.x
2725
- 18.x
2826
- 20.x
2927
- 22.x
@@ -69,9 +67,9 @@ jobs:
6967
matrix:
7068
os: [ubuntu-latest]
7169
node-version:
72-
- 14.x
73-
- 16.x
7470
- 18.x
71+
- 20.x
72+
- 22.x
7573
steps:
7674
- name: Use Node.js ${{ matrix.node-version }}
7775
uses: actions/setup-node@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"buffer": "^6.0.3",
4343
"canonicalize": "^1.0.1",
4444
"http-link-header": "^1.0.2",
45-
"jsonld-context-parser": "^2.4.0",
45+
"jsonld-context-parser": "^3.0.0",
4646
"rdf-data-factory": "^1.1.0",
4747
"readable-stream": "^4.0.0"
4848
},

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,14 +2518,13 @@ jsonld-context-parser@^2.0.2, jsonld-context-parser@^2.1.3:
25182518
http-link-header "^1.0.2"
25192519
relative-to-absolute-iri "^1.0.5"
25202520

2521-
jsonld-context-parser@^2.4.0:
2522-
version "2.4.0"
2523-
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-2.4.0.tgz#fae15a56c5ceabd1c4520ab1a9cc12c9a0a8b67d"
2524-
integrity sha512-ZYOfvh525SdPd9ReYY58dxB3E2RUEU4DJ6ZibO8AitcowPeBH4L5rCAitE2om5G1P+HMEgYEYEr4EZKbVN4tpA==
2521+
jsonld-context-parser@^3.0.0:
2522+
version "3.0.0"
2523+
resolved "https://registry.yarnpkg.com/jsonld-context-parser/-/jsonld-context-parser-3.0.0.tgz#43992862fc3eabcee9940cf4c44bb2b0dbe2542c"
2524+
integrity sha512-Kg6TVtBUdIm057ht/8WNhM9BROt+BeYaDGXbzrKaa3xA99csee+CsD8IMCTizRgzoO8PIzvzcxxCoRvpq1xNQw==
25252525
dependencies:
25262526
"@types/http-link-header" "^1.0.1"
25272527
"@types/node" "^18.0.0"
2528-
cross-fetch "^3.0.6"
25292528
http-link-header "^1.0.2"
25302529
relative-to-absolute-iri "^1.0.5"
25312530

0 commit comments

Comments
 (0)