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 Dec 11, 2021
1 parent 1f1d65b commit 886a93f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
},
"dependencies": {
"camelcase": "^6.2.0",
"n3": "0.11.3",
"n3": "1.12.1",
"own-namespace": "^0.4.5",
"rdflib": "^2.2.0",
"shex": "^0.9.2"
},
"resolutions": {
"n3": "0.11.3"
"n3": "1.12.1"
}
}
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7557,10 +7557,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.10.0, n3@^1.8.0:
version "0.11.3"
resolved "https://registry.yarnpkg.com/n3/-/n3-0.11.3.tgz#8e587495240dd21408c2c3aae385ec1651a837f8"
integrity sha512-Hk5GSXBeAZrYoqi+NeS/U0H47Hx0Lzj7K6nLWCZpC9E04iUwEwBcrlMb/5foAli7QF4newPNQQQGgM6IAxTxGg==
[email protected], n3@^0.10.0, n3@^0.4.5, n3@^1.10.0, n3@^1.8.0:
version "1.12.1"
resolved "https://registry.yarnpkg.com/n3/-/n3-1.12.1.tgz#fab64c05be8eabbe93713e51b932bc937b2de3a0"
integrity sha512-/1q93MQzQdpFMklVQPfkqSrRJn11qY+/ukvkTcWsqHk2PES/XOqbGKb94JCTsJlS9Ri3JK/ysjLBScXqJwI7mA==
dependencies:
queue-microtask "^1.1.2"
readable-stream "^3.6.0"

nanoid@^3.1.22:
version "3.1.23"
Expand Down Expand Up @@ -8593,7 +8596,7 @@ querystringify@^2.1.1:
resolved "https://registry.yarnpkg.com/querystringify/-/querystringify-2.2.0.tgz#3345941b4153cb9d082d8eee4cda2016a9aef7f6"
integrity sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==

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

0 comments on commit 886a93f

Please sign in to comment.