Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Update dependency n3 to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 13, 2021
1 parent 3a9a072 commit ca1148b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
"dependencies": {
"camelcase": "^6.2.0",
"graphy": "^4.3.3",
"n3": "0.10.0",
"n3": "1.9.0",
"own-namespace": "^0.4.5",
"rdflib": "^2.2.0",
"shex": "^0.9.2"
},
"resolutions": {
"n3": "0.10.0"
"n3": "1.9.0"
}
}
16 changes: 12 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5301,10 +5301,13 @@ [email protected]:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

[email protected], n3@^0.10.0, n3@^0.4.5, n3@^1.8.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/n3/-/n3-0.10.0.tgz#75fd10f0876cdd1749fc859181f26671467d4d63"
integrity sha1-df0Q8Ids3RdJ/IWRgfJmcUZ9TWM=
[email protected], n3@^0.10.0, n3@^0.4.5, n3@^1.8.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/n3/-/n3-1.9.0.tgz#dd508c7b7f245f26257d45303bdf151b10226f18"
integrity sha512-63+NEVkNjFX77HmA8oifM9LGEOhpFT/fEdnfDDHjqt1CSLuVuK+f31kqkPI0T5m7x+Rdu0rSM4Sx2A0MuNp3rg==
dependencies:
queue-microtask "^1.1.2"
readable-stream "^3.6.0"

nanomatch@^1.2.9:
version "1.2.13"
Expand Down Expand Up @@ -5946,6 +5949,11 @@ querystringify@^2.1.1:
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==

queue-microtask@^1.1.2:
version "1.2.3"
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==

quick-lru@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
Expand Down

0 comments on commit ca1148b

Please sign in to comment.