mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix(deps): update dependency @solid/access-token-verifier to ^0.12.0
This commit is contained in:
parent
ab06dd30f3
commit
7928f43f44
14
package-lock.json
generated
14
package-lock.json
generated
@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@comunica/actor-init-sparql": "^1.21.3",
|
||||
"@rdfjs/data-model": "^1.2.0",
|
||||
"@solid/access-token-verifier": "^0.11.0",
|
||||
"@solid/access-token-verifier": "^0.12.0",
|
||||
"@types/arrayify-stream": "^1.0.0",
|
||||
"@types/async-lock": "^1.1.2",
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
@ -4562,9 +4562,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@solid/access-token-verifier": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.11.0.tgz",
|
||||
"integrity": "sha512-L5XG5qk77FfgfM9uGL16qe08MWt0u5IHz7NsmXEZy8P260RRyt99a2b+nJyb1siXsNC1Z25CtOn1OrPa4Mqjng==",
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.12.0.tgz",
|
||||
"integrity": "sha512-Lx6bZv8JNSGDklx1vE2wFd2YzCM8GwZQaUSEFHb7Bl3zJqfaC8GabwUub+AmzZsGhwQZmcww3ipaIBhE1Oh0oA==",
|
||||
"dependencies": {
|
||||
"cross-fetch": "^3.1.4",
|
||||
"jose": "^3.14.3",
|
||||
@ -19592,9 +19592,9 @@
|
||||
}
|
||||
},
|
||||
"@solid/access-token-verifier": {
|
||||
"version": "0.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.11.0.tgz",
|
||||
"integrity": "sha512-L5XG5qk77FfgfM9uGL16qe08MWt0u5IHz7NsmXEZy8P260RRyt99a2b+nJyb1siXsNC1Z25CtOn1OrPa4Mqjng==",
|
||||
"version": "0.12.0",
|
||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.12.0.tgz",
|
||||
"integrity": "sha512-Lx6bZv8JNSGDklx1vE2wFd2YzCM8GwZQaUSEFHb7Bl3zJqfaC8GabwUub+AmzZsGhwQZmcww3ipaIBhE1Oh0oA==",
|
||||
"requires": {
|
||||
"cross-fetch": "^3.1.4",
|
||||
"jose": "^3.14.3",
|
||||
|
@ -77,7 +77,7 @@
|
||||
"dependencies": {
|
||||
"@comunica/actor-init-sparql": "^1.21.3",
|
||||
"@rdfjs/data-model": "^1.2.0",
|
||||
"@solid/access-token-verifier": "^0.11.0",
|
||||
"@solid/access-token-verifier": "^0.12.0",
|
||||
"@types/arrayify-stream": "^1.0.0",
|
||||
"@types/async-lock": "^1.1.2",
|
||||
"@types/bcrypt": "^5.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user