diff --git a/package-lock.json b/package-lock.json index 1b074de..42b2f58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@heroku-cli/command": "^11.5.0", "@heroku-cli/schema": "^2.0.0", - "@heroku/heroku-cli-util": "9.1.3", + "@heroku/heroku-cli-util": "9.2.0", "@oclif/core": "^2.16.0", "debug": "^4.4.0" }, @@ -1317,9 +1317,9 @@ } }, "node_modules/@heroku/heroku-cli-util": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/@heroku/heroku-cli-util/-/heroku-cli-util-9.1.3.tgz", - "integrity": "sha512-mYaRxCiRxaZHkGOrP1qzh18J9rhjl1MWw6l8rPrLhkrKBrSU+jq7EW8JLHR2snHighrXIGGO0Y+8rbZh7NKZIg==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/@heroku/heroku-cli-util/-/heroku-cli-util-9.2.0.tgz", + "integrity": "sha512-+8/twCPzsi4nfa6PC9uL1KvFfdcsChyJhjSKanyddVOsIdLYiDyc8tMDZEDb9PNYNf72DHuhfgE+kIglHFbFjw==", "license": "ISC", "dependencies": { "@heroku-cli/color": "^2.0.4", diff --git a/package.json b/package.json index 9545148..5543a9c 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@heroku-cli/command": "^11.5.0", "@heroku-cli/schema": "^2.0.0", - "@heroku/heroku-cli-util": "9.1.3", + "@heroku/heroku-cli-util": "9.2.0", "@oclif/core": "^2.16.0", "debug": "^4.4.0" },