mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Update access token verifier
This commit is contained in:
parent
1719857e4b
commit
66accacde8
14
package-lock.json
generated
14
package-lock.json
generated
@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@comunica/actor-init-sparql": "^1.21.3",
|
"@comunica/actor-init-sparql": "^1.21.3",
|
||||||
"@rdfjs/data-model": "^1.2.0",
|
"@rdfjs/data-model": "^1.2.0",
|
||||||
"@solid/access-token-verifier": "^0.10.0",
|
"@solid/access-token-verifier": "^0.11.0",
|
||||||
"@types/arrayify-stream": "^1.0.0",
|
"@types/arrayify-stream": "^1.0.0",
|
||||||
"@types/async-lock": "^1.1.2",
|
"@types/async-lock": "^1.1.2",
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.0",
|
||||||
@ -4763,9 +4763,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@solid/access-token-verifier": {
|
"node_modules/@solid/access-token-verifier": {
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.11.0.tgz",
|
||||||
"integrity": "sha512-G+kpyEQmBTrjsx8FjlIx34ulPdS/6u/mXW7I/tfhJtMqzIQTU7JUk8l6jCFxaO9aHRfWg3uB6n8zbrO1vbsnjg==",
|
"integrity": "sha512-L5XG5qk77FfgfM9uGL16qe08MWt0u5IHz7NsmXEZy8P260RRyt99a2b+nJyb1siXsNC1Z25CtOn1OrPa4Mqjng==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cross-fetch": "^3.1.4",
|
"cross-fetch": "^3.1.4",
|
||||||
"jose": "^3.14.3",
|
"jose": "^3.14.3",
|
||||||
@ -20893,9 +20893,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@solid/access-token-verifier": {
|
"@solid/access-token-verifier": {
|
||||||
"version": "0.10.0",
|
"version": "0.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-0.11.0.tgz",
|
||||||
"integrity": "sha512-G+kpyEQmBTrjsx8FjlIx34ulPdS/6u/mXW7I/tfhJtMqzIQTU7JUk8l6jCFxaO9aHRfWg3uB6n8zbrO1vbsnjg==",
|
"integrity": "sha512-L5XG5qk77FfgfM9uGL16qe08MWt0u5IHz7NsmXEZy8P260RRyt99a2b+nJyb1siXsNC1Z25CtOn1OrPa4Mqjng==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"cross-fetch": "^3.1.4",
|
"cross-fetch": "^3.1.4",
|
||||||
"jose": "^3.14.3",
|
"jose": "^3.14.3",
|
||||||
|
@ -77,7 +77,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@comunica/actor-init-sparql": "^1.21.3",
|
"@comunica/actor-init-sparql": "^1.21.3",
|
||||||
"@rdfjs/data-model": "^1.2.0",
|
"@rdfjs/data-model": "^1.2.0",
|
||||||
"@solid/access-token-verifier": "^0.10.0",
|
"@solid/access-token-verifier": "^0.11.0",
|
||||||
"@types/arrayify-stream": "^1.0.0",
|
"@types/arrayify-stream": "^1.0.0",
|
||||||
"@types/async-lock": "^1.1.2",
|
"@types/async-lock": "^1.1.2",
|
||||||
"@types/bcrypt": "^5.0.0",
|
"@types/bcrypt": "^5.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user