diff --git a/package-lock.json b/package-lock.json index 6a4cd95..ef734b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@identity.com/dsr", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -245,9 +245,9 @@ } }, "@identity.com/credential-commons": { - "version": "1.0.23", - "resolved": "https://registry.npmjs.org/@identity.com/credential-commons/-/credential-commons-1.0.23.tgz", - "integrity": "sha512-wZB1KPTpiguJ8WMbFuu6iONYAcE1cWwj//+D+/+tM6Dib2HHs/p96IMOyLu38Im7po45o4M8oFDGwZyYyVmtfA==", + "version": "1.0.24", + "resolved": "https://registry.npmjs.org/@identity.com/credential-commons/-/credential-commons-1.0.24.tgz", + "integrity": "sha512-kdat6YO4qgPZZnIPbKcREUoKJCkv2zbrS+j97ycNu5iQff8MN3foZzi+CwjC+qJsBYwhHfXQB3MYXNjdSDC2Eg==", "requires": { "@identity.com/uca": "1.0.14", "ajv": "^6.10.0", diff --git a/package.json b/package.json index 2ccc2d3..9faa45e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@identity.com/dsr", - "version": "1.0.8", + "version": "1.0.9", "description": "The Dynamic Scope Request (DSR) javascript library provides capability around securely requesting credential information between an ID Requester and an ID Holder", "main": "dist/cjs/index.js", "module": "dist/es/index.js", @@ -48,7 +48,7 @@ "rimraf": "^2.6.2" }, "dependencies": { - "@identity.com/credential-commons": "^1.0.23", + "@identity.com/credential-commons": "^1.0.24", "@identity.com/uca": "^1.0.14", "bottlejs": "^1.7.1", "dotenv": "^6.0.0",