chore(deps): bump @solid/access-token-verifier from 1.2.2 to 2.0.0

Bumps [@solid/access-token-verifier](https://github.com/solid/access-token-verifier) from 1.2.2 to 2.0.0.
- [Release notes](https://github.com/solid/access-token-verifier/releases)
- [Commits](https://github.com/solid/access-token-verifier/compare/v1.2.2...v2.0.0)

---
updated-dependencies:
- dependency-name: "@solid/access-token-verifier"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-10 01:38:19 +00:00 committed by Joachim Van Herwegen
parent 182bcd9958
commit 32245fc604
2 changed files with 24 additions and 24 deletions

46
package-lock.json generated
View File

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@comunica/query-sparql": "^2.2.1", "@comunica/query-sparql": "^2.2.1",
"@rdfjs/types": "^1.1.0", "@rdfjs/types": "^1.1.0",
"@solid/access-token-verifier": "^1.2.2", "@solid/access-token-verifier": "^2.0.0",
"@types/async-lock": "^1.1.3", "@types/async-lock": "^1.1.3",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12", "@types/cors": "^2.8.12",
@ -3696,13 +3696,13 @@
} }
}, },
"node_modules/@solid/access-token-verifier": { "node_modules/@solid/access-token-verifier": {
"version": "1.2.2", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.2.2.tgz", "resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.0.0.tgz",
"integrity": "sha512-ReaeY6gGUGbrjfyDAITIKYzejxid2PPweHGHaof5Fy62+72ldd9nXccSLV7u9+4Iwxs1nhChUp/6VUq/PYaHog==", "integrity": "sha512-KW+lRj384Z1Cvff1UrPVz2g2usmuM44QuAsDoXSV1GI8jv+6/vLWBpGK8igt7Ac2D/24d+Ksq5yj2IvqxXojsA==",
"dependencies": { "dependencies": {
"jose": "^4.4.0", "jose": "^4.7.0",
"lru-cache": "^6.0.0", "lru-cache": "^6.0.0",
"n3": "^1.13.0", "n3": "^1.16.1",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"ts-guards": "^0.5.1" "ts-guards": "^0.5.1"
} }
@ -10305,9 +10305,9 @@
"dev": true "dev": true
}, },
"node_modules/jose": { "node_modules/jose": {
"version": "4.4.0", "version": "4.8.1",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.4.0.tgz", "resolved": "https://registry.npmjs.org/jose/-/jose-4.8.1.tgz",
"integrity": "sha512-3CsqCQWuEUPpNlSLRcLRC8eO/ATFe1tLJMZCtjx2+ma1gkjGQ62HF50oWs3cwtWjLCpM8bdMPpQbxpgc3fhxrQ==", "integrity": "sha512-+/hpTbRcCw9YC0TOfN1W47pej4a9lRmltdOVdRLz5FP5UvUq3CenhXjQK7u/8NdMIIShMXYAh9VLPhc7TjhvFw==",
"funding": { "funding": {
"url": "https://github.com/sponsors/panva" "url": "https://github.com/sponsors/panva"
} }
@ -11211,9 +11211,9 @@
"dev": true "dev": true
}, },
"node_modules/n3": { "node_modules/n3": {
"version": "1.16.0", "version": "1.16.1",
"resolved": "https://registry.npmjs.org/n3/-/n3-1.16.0.tgz", "resolved": "https://registry.npmjs.org/n3/-/n3-1.16.1.tgz",
"integrity": "sha512-gE5KF07yhGXhEdAVru5QUqC4fKltA4sMwgASWpOrZSwn8fi8cuLHYPjRl9pR5WhQL96lhaNMZwT8enRIayVfLg==", "integrity": "sha512-XhCtfs9pR8TRydTRHdy7arkeJlLB2NscJix6NMe4eP+3RLWv7bxusECt2gNmmRGKvII5j+Pzl+Fx8Ny0NX3UNg==",
"dependencies": { "dependencies": {
"queue-microtask": "^1.1.2", "queue-microtask": "^1.1.2",
"readable-stream": "^3.6.0" "readable-stream": "^3.6.0"
@ -18009,13 +18009,13 @@
} }
}, },
"@solid/access-token-verifier": { "@solid/access-token-verifier": {
"version": "1.2.2", "version": "2.0.0",
"resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-1.2.2.tgz", "resolved": "https://registry.npmjs.org/@solid/access-token-verifier/-/access-token-verifier-2.0.0.tgz",
"integrity": "sha512-ReaeY6gGUGbrjfyDAITIKYzejxid2PPweHGHaof5Fy62+72ldd9nXccSLV7u9+4Iwxs1nhChUp/6VUq/PYaHog==", "integrity": "sha512-KW+lRj384Z1Cvff1UrPVz2g2usmuM44QuAsDoXSV1GI8jv+6/vLWBpGK8igt7Ac2D/24d+Ksq5yj2IvqxXojsA==",
"requires": { "requires": {
"jose": "^4.4.0", "jose": "^4.7.0",
"lru-cache": "^6.0.0", "lru-cache": "^6.0.0",
"n3": "^1.13.0", "n3": "^1.16.1",
"node-fetch": "^2.6.7", "node-fetch": "^2.6.7",
"ts-guards": "^0.5.1" "ts-guards": "^0.5.1"
} }
@ -23082,9 +23082,9 @@
"dev": true "dev": true
}, },
"jose": { "jose": {
"version": "4.4.0", "version": "4.8.1",
"resolved": "https://registry.npmjs.org/jose/-/jose-4.4.0.tgz", "resolved": "https://registry.npmjs.org/jose/-/jose-4.8.1.tgz",
"integrity": "sha512-3CsqCQWuEUPpNlSLRcLRC8eO/ATFe1tLJMZCtjx2+ma1gkjGQ62HF50oWs3cwtWjLCpM8bdMPpQbxpgc3fhxrQ==" "integrity": "sha512-+/hpTbRcCw9YC0TOfN1W47pej4a9lRmltdOVdRLz5FP5UvUq3CenhXjQK7u/8NdMIIShMXYAh9VLPhc7TjhvFw=="
}, },
"js-tokens": { "js-tokens": {
"version": "4.0.0", "version": "4.0.0",
@ -23808,9 +23808,9 @@
"dev": true "dev": true
}, },
"n3": { "n3": {
"version": "1.16.0", "version": "1.16.1",
"resolved": "https://registry.npmjs.org/n3/-/n3-1.16.0.tgz", "resolved": "https://registry.npmjs.org/n3/-/n3-1.16.1.tgz",
"integrity": "sha512-gE5KF07yhGXhEdAVru5QUqC4fKltA4sMwgASWpOrZSwn8fi8cuLHYPjRl9pR5WhQL96lhaNMZwT8enRIayVfLg==", "integrity": "sha512-XhCtfs9pR8TRydTRHdy7arkeJlLB2NscJix6NMe4eP+3RLWv7bxusECt2gNmmRGKvII5j+Pzl+Fx8Ny0NX3UNg==",
"requires": { "requires": {
"queue-microtask": "^1.1.2", "queue-microtask": "^1.1.2",
"readable-stream": "^3.6.0" "readable-stream": "^3.6.0"

View File

@ -78,7 +78,7 @@
"dependencies": { "dependencies": {
"@comunica/query-sparql": "^2.2.1", "@comunica/query-sparql": "^2.2.1",
"@rdfjs/types": "^1.1.0", "@rdfjs/types": "^1.1.0",
"@solid/access-token-verifier": "^1.2.2", "@solid/access-token-verifier": "^2.0.0",
"@types/async-lock": "^1.1.3", "@types/async-lock": "^1.1.3",
"@types/bcrypt": "^5.0.0", "@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.12", "@types/cors": "^2.8.12",