diff --git a/.nvmrc b/.nvmrc index 8351c19..b6a7d89 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +16 diff --git a/package-lock.json b/package-lock.json index c54b996..ba91ef3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/access-token-verifier", - "version": "2.0.0", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/access-token-verifier", - "version": "2.0.0", + "version": "2.0.2", "license": "MIT", "dependencies": { "jose": "^4.8.1", diff --git a/package.json b/package.json index ddc5ca1..9b076a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/access-token-verifier", - "version": "2.0.0", + "version": "2.0.2", "description": "Verifies Solid OIDC access tokens via their webid claim, and thus asserts ownership of a WebID.", "license": "MIT", "repository": "https://github.com/solid/access-token-verifier",