diff --git a/examples/aml-check/package-lock.json b/examples/aml-check/package-lock.json index a7d1d195..4f087583 100644 --- a/examples/aml-check/package-lock.json +++ b/examples/aml-check/package-lock.json @@ -25,7 +25,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/examples/digital-identity/package-lock.json b/examples/digital-identity/package-lock.json index 4321e8e3..c23b7091 100644 --- a/examples/digital-identity/package-lock.json +++ b/examples/digital-identity/package-lock.json @@ -28,7 +28,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/examples/idv-identity-checks/package-lock.json b/examples/idv-identity-checks/package-lock.json index bb2814dc..22e761c7 100644 --- a/examples/idv-identity-checks/package-lock.json +++ b/examples/idv-identity-checks/package-lock.json @@ -27,7 +27,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/examples/idv/package-lock.json b/examples/idv/package-lock.json index b5e36e1c..36aaf422 100644 --- a/examples/idv/package-lock.json +++ b/examples/idv/package-lock.json @@ -28,7 +28,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/examples/profile-identity-checks/package-lock.json b/examples/profile-identity-checks/package-lock.json index a6c3fe6c..3e9fb67a 100644 --- a/examples/profile-identity-checks/package-lock.json +++ b/examples/profile-identity-checks/package-lock.json @@ -28,7 +28,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/examples/profile/package-lock.json b/examples/profile/package-lock.json index 0d031201..4ee5ef32 100644 --- a/examples/profile/package-lock.json +++ b/examples/profile/package-lock.json @@ -28,7 +28,7 @@ }, "../..": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/package-lock.json b/package-lock.json index 79e52c2b..27a9a233 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "license": "MIT", "dependencies": { "form-data": "4.0.0", diff --git a/package.json b/package.json index a78c3277..a970f74a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yoti", - "version": "4.9.0", + "version": "4.10.0", "description": "Yoti NodeJS SDK for back-end integration", "author": "Yoti LTD (https://www.yoti.com/developers)", "license": "MIT", diff --git a/sonar-project.properties b/sonar-project.properties index aa309360..2dd76277 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization = getyoti sonar.projectKey = getyoti:node sonar.projectName = Node SDK -sonar.projectVersion = 4.9.0 +sonar.projectVersion = 4.10.0 sonar.exclusions=tests/**,examples/**,node_modules/**,coverage/** sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.verbose = true