diff --git a/package.json b/package.json index fd9d6b6..5a6ad8e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Heroku", "bugs": "https://github.com/heroku/http-call/issues", "dependencies": { - "chalk": "^4.1.2", + "chalk": "^5.5.0", "content-type": "^1.0.5", "debug": "^4.4.0", "is-retry-allowed": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index d2b64f8..27d6f18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1081,7 +1081,7 @@ chalk@^2.4.2: escape-string-regexp "^1.0.5" supports-color "^5.3.0" -chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2: +chalk@^4.0.0, chalk@^4.0.2: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== @@ -1089,6 +1089,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.2: ansi-styles "^4.1.0" supports-color "^7.1.0" +chalk@^5.5.0: + version "5.5.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428" + integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg== + char-regex@^1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/char-regex/-/char-regex-1.0.2.tgz#d744358226217f981ed58f479b1d6bcc29545dcf"