diff --git a/package.json b/package.json index 8124df3..fba1a49 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "heroku-cli-util": "^8.0.8", "@heroku-cli/heroku-exec-util": "0.9.2", - "uuid": "^11.1.0" + "uuid": "^12.0.0" }, "heroku-deploy": { "version": "2.0.15", diff --git a/yarn.lock b/yarn.lock index 6b125eb..599ff10 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2347,10 +2347,10 @@ util-deprecate@~1.0.1: resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= -uuid@^11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/uuid/-/uuid-11.1.0.tgz#9549028be1753bb934fc96e2bca09bb4105ae912" - integrity sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A== +uuid@^12.0.0: + version "12.0.0" + resolved "https://registry.yarnpkg.com/uuid/-/uuid-12.0.0.tgz#114e150a140571af7b188c5c2a8d8493755fb587" + integrity sha512-USe1zesMYh4fjCA8ZH5+X5WIVD0J4V1Jksm1bFTVBX2F/cwSXt0RO5w/3UXbdLKmZX65MiWV+hwhSS8p6oBTGA== web-streams-polyfill@^3.0.3: version "3.2.1"