From 88feb5802d5ca8b05c8029ad089f81deef56ade4 Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Tue, 3 Jan 2023 13:48:56 -0500 Subject: [PATCH] 7.15.2 (#713) * Updating changelog for 7.15.2 * 7.15.2 Co-authored-by: Will Vedder --- CHANGELOG.md | 14 +++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782c1ec13..c737e0a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.15.2] - 2023-01-03 + +### Fixed + +- Deletion of email provider when setting as empty object [#673] + +### Security + +- Upgraded `node-auth0` which addresses [vulnerability reported](https://github.com/advisories/GHSA-hjrf-2m68-5959) for `jsonwebtoken` package + ## [7.15.1] - 2022-10-19 ### Added @@ -846,7 +856,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#668]: https://github.com/auth0/auth0-deploy-cli/issues/668 [#671]: https://github.com/auth0/auth0-deploy-cli/issues/671 [#672]: https://github.com/auth0/auth0-deploy-cli/issues/672 -[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...HEAD +[#673]: https://github.com/auth0/auth0-deploy-cli/issues/673 +[unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.2...HEAD +[7.15.2]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.1...v7.15.2 [7.15.1]: https://github.com/auth0/auth0-deploy-cli/compare/v7.15.0...v7.15.1 [7.15.0]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.3...v7.15.0 [7.14.3]: https://github.com/auth0/auth0-deploy-cli/compare/v7.14.2...v7.14.3 diff --git a/package-lock.json b/package-lock.json index 43c631b90..4b59581b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "7.15.1", + "version": "7.15.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "7.15.1", + "version": "7.15.2", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index c24987327..85e70043d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "7.15.1", + "version": "7.15.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {