diff --git a/CHANGELOG.md b/CHANGELOG.md index d26dfdd..260043d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.4.4](https://github.com/auth0/passport-auth0/tree/v1.4.4) (2023-10-30) +[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.3...v1.4.4) + +**Security** +- bump axios to latest version [\#176](https://github.com/auth0/passport-auth0/pull/176) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.4.3](https://github.com/auth0/passport-auth0/tree/v1.4.3) (2022-08-16) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.2...v1.4.3) diff --git a/package-lock.json b/package-lock.json index 92de615..adb5ab0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport-auth0", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "passport-auth0", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "axios": "^1.6.0", diff --git a/package.json b/package.json index ec36369..903b540 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.3", + "version": "1.4.4", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {