diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ddf24b..55fbf4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog: [mojaloop/auth-service](https://github.com/mojaloop/auth-service) +### [15.1.1](https://github.com/mojaloop/auth-service/compare/v15.1.0...v15.1.1) (2025-01-29) + + +### Chore + +* fix vulnerabilities pi26 ([#145](https://github.com/mojaloop/auth-service/issues/145)) ([bea4f86](https://github.com/mojaloop/auth-service/commit/bea4f86a053d7df57e36b98f62a4d92dd87ba69b)) + ## [15.1.0](https://github.com/mojaloop/auth-service/compare/v15.0.0...v15.1.0) (2024-06-28) diff --git a/package-lock.json b/package-lock.json index a9dea784..ca3390e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mojaloop/auth-service", - "version": "15.1.0", + "version": "15.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mojaloop/auth-service", - "version": "15.1.0", + "version": "15.1.1", "license": "Apache-2.0", "dependencies": { "@hapi/boom": "10.0.1", diff --git a/package.json b/package.json index 72e84334..e6e314d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mojaloop/auth-service", - "version": "15.1.0", + "version": "15.1.1", "description": "Shared Authorization Service for the Third Party Transaction Verification", "main": "dist/index.js", "typings": "dist/index.d.ts",