chore: Update @solid/access-token-verifier to v1.0.1

This commit is contained in:
Joachim Van Herwegen 2021-10-15 11:37:22 +02:00
parent 216788e225
commit 6f858be350
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": {
"@comunica/actor-init-sparql": "^1.21.3",
"@rdfjs/data-model": "^1.2.0",
"@solid/access-token-verifier": "^1.0.0",
"@solid/access-token-verifier": "^1.0.1",
"@types/arrayify-stream": "^1.0.0",
"@types/async-lock": "^1.1.2",
"@types/bcrypt": "^5.0.0",
@ -4371,9 +4371,9 @@
}
},
"node_modules/@solid/access-token-verifier": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.0.0.tgz",
"integrity": "sha512-PhnUnIHFRkO2Ed6FleRkHsmcwVOAy6o+4qpNi7UbUPL8w/SuLh/02R3C5x9Ji8ea1bVZi9Cwtwv7RGW+AMatwA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.0.1.tgz",
"integrity": "sha512-6H2EPT/gnix+iDQipRa9gPZRt1JEyDSGlJN8aphoes5J8dh3YpYm4mgEVq+zbePrel4H6q+xuRuQG4dY7ecIdg==",
"dependencies": {
"cross-fetch": "^3.1.4",
"jose": "^3.17.0",
@ -19120,9 +19120,9 @@
}
},
"@solid/access-token-verifier": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.0.0.tgz",
"integrity": "sha512-PhnUnIHFRkO2Ed6FleRkHsmcwVOAy6o+4qpNi7UbUPL8w/SuLh/02R3C5x9Ji8ea1bVZi9Cwtwv7RGW+AMatwA==",
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.0.1.tgz",
"integrity": "sha512-6H2EPT/gnix+iDQipRa9gPZRt1JEyDSGlJN8aphoes5J8dh3YpYm4mgEVq+zbePrel4H6q+xuRuQG4dY7ecIdg==",
"requires": {
"cross-fetch": "^3.1.4",
"jose": "^3.17.0",

View File

@ -77,7 +77,7 @@
"dependencies": {
"@comunica/actor-init-sparql": "^1.21.3",
"@rdfjs/data-model": "^1.2.0",
"@solid/access-token-verifier": "^1.0.0",
"@solid/access-token-verifier": "^1.0.1",
"@types/arrayify-stream": "^1.0.0",
"@types/async-lock": "^1.1.2",
"@types/bcrypt": "^5.0.0",