diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6f7bcd..446dc214 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.4.1](https://github.com/GluuFederation/gluu-passport/compare/v5.4.0...v5.4.1) (2022-12-05) + + +### Bug Fixes + +* **security:** bump passport-saml from 3.2.1 to 3.2.4 ([ac8b62b](https://github.com/GluuFederation/gluu-passport/commit/ac8b62b0402870e263ad4e5d79076c48e2003b38)) + ## [5.4.0](https://github.com/GluuFederation/gluu-passport/compare/v5.3.2...v5.4.0) (2022-06-22) diff --git a/package-lock.json b/package-lock.json index a17e98aa..d59cf353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passport", - "version": "5.4.0", + "version": "5.4.1", "license": "Apache2", "dependencies": { "@nicokaiser/passport-apple": "^0.2.1", diff --git a/package.json b/package.json index 287a4985..446763ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport", - "version": "5.4.0", + "version": "5.4.1", "private": true, "nyc": { "all": true,