diff --git a/package-lock.json b/package-lock.json index 7401c0a..94bf02f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@solid/access-token-verifier", - "version": "1.2.8", + "version": "1.2.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@solid/access-token-verifier", - "version": "1.2.8", + "version": "1.2.9", "license": "MIT", "dependencies": { "jose": "^4.7.0", diff --git a/package.json b/package.json index c85e8e6..4e3848f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solid/access-token-verifier", - "version": "1.2.8", + "version": "1.2.9", "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",