diff --git a/CHANGELOG.md b/CHANGELOG.md index c2dd083c59..52ccdcb8e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.60.2](https://github.com/heroku/cli/compare/v7.60.1...v7.60.2) (2022-04-27) + +**Note:** Version bump only for package heroku + + + + + ## [7.60.1](https://github.com/heroku/cli/compare/v7.60.0...v7.60.1) (2022-03-31) diff --git a/lerna.json b/lerna.json index 1b048ebfa5..162133bec0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "7.60.1", + "version": "7.60.2", "useWorkspaces": true, "npmClient": "yarn", "command": { diff --git a/packages/apps-v5/CHANGELOG.md b/packages/apps-v5/CHANGELOG.md index c3c9e13d68..5da93fe2dd 100644 --- a/packages/apps-v5/CHANGELOG.md +++ b/packages/apps-v5/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.60.2](https://github.com/heroku/cli/compare/v7.60.1...v7.60.2) (2022-04-27) + + +### Bug Fixes + +* packages/apps-v5/package.json to reduce vulnerabilities ([#1979](https://github.com/heroku/cli/issues/1979)) ([36fb4d4](https://github.com/heroku/cli/commit/36fb4d4ad29f7800a095a9d14390f7d0c909a5da)) + + + + + # [7.60.0](https://github.com/heroku/cli/compare/v7.59.1...v7.60.0) (2022-03-23) diff --git a/packages/apps-v5/README.md b/packages/apps-v5/README.md index 6416afd53c..e9c051d0b4 100644 --- a/packages/apps-v5/README.md +++ b/packages/apps-v5/README.md @@ -14,7 +14,7 @@ $ npm install -g @heroku-cli/plugin-apps-v5 $ heroku COMMAND running command... $ heroku (-v|--version|version) -@heroku-cli/plugin-apps-v5/7.60.0 darwin-x64 node-v14.18.2 +@heroku-cli/plugin-apps-v5/7.60.2 darwin-x64 node-v14.18.0 $ heroku --help [COMMAND] USAGE $ heroku COMMAND diff --git a/packages/apps-v5/package.json b/packages/apps-v5/package.json index 9c99d42d92..86637171b0 100644 --- a/packages/apps-v5/package.json +++ b/packages/apps-v5/package.json @@ -1,7 +1,7 @@ { "name": "@heroku-cli/plugin-apps-v5", "description": "Heroku CLI plugin to manage apps.", - "version": "7.60.0", + "version": "7.60.2", "author": "Jeff Dickey (@jdxcode)", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c2dd083c59..52ccdcb8e4 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.60.2](https://github.com/heroku/cli/compare/v7.60.1...v7.60.2) (2022-04-27) + +**Note:** Version bump only for package heroku + + + + + ## [7.60.1](https://github.com/heroku/cli/compare/v7.60.0...v7.60.1) (2022-03-31) diff --git a/packages/cli/package.json b/packages/cli/package.json index d6dbb46352..f71ed2c43c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "heroku", "description": "CLI to interact with Heroku", - "version": "7.60.1", + "version": "7.60.2", "author": "Jeff Dickey @jdxcode", "bin": { "heroku": "./bin/run" @@ -12,7 +12,7 @@ "@heroku-cli/command": "^8.4.1", "@heroku-cli/plugin-addons-v5": "^7.54.0", "@heroku-cli/plugin-apps": "^7.60.0", - "@heroku-cli/plugin-apps-v5": "^7.60.0", + "@heroku-cli/plugin-apps-v5": "^7.60.2", "@heroku-cli/plugin-auth": "^7.60.0", "@heroku-cli/plugin-autocomplete": "^7.60.0", "@heroku-cli/plugin-buildpacks": "^7.60.0", diff --git a/yarn.lock b/yarn.lock index 43c9fbfc77..67a96dcb87 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10193,10 +10193,10 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -urijs@1.19.10: - version "1.19.10" - resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.10.tgz#8e2fe70a8192845c180f75074884278f1eea26cb" - integrity sha512-EzauQlgKuJgsXOqoMrCiePBf4At5jVqRhXykF3Wfb8ZsOBMxPcfiVBcsHXug4Aepb/ICm2PIgqAUGMelgdrWEg== +urijs@1.19.11: + version "1.19.11" + resolved "https://registry.yarnpkg.com/urijs/-/urijs-1.19.11.tgz#204b0d6b605ae80bea54bea39280cdb7c9f923cc" + integrity sha512-HXgFDgDommxn5/bIv0cnQZsPhHDA90NPHD6+c/v21U5+Sx5hoP8+dP9IZXBU1gIfvdRfhG8cel9QNPeionfcCQ== urijs@^1.19.1: version "1.19.2"