logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: af5729844e9467c061f8be972b615d0683b467e2
parent cd46f324d2057df4185c0df691766b9054b3dc46
Author: Pleroma Renovate Bot <contact+pleroma-renovator@hacktivis.me>
Date:   Sat,  1 Feb 2025 08:52:21 +0000

Update dependency chalk to v5

Diffstat:

Mpackage.json2+-
Myarn.lock23++++++++++++++---------
2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/package.json b/package.json @@ -65,7 +65,7 @@ "babel-loader": "9.2.1", "babel-plugin-lodash": "3.3.4", "chai": "4.5.0", - "chalk": "1.1.3", + "chalk": "5.4.1", "chromedriver": "108.0.0", "connect-history-api-fallback": "2.0.0", "copy-webpack-plugin": "11.0.0", diff --git a/yarn.lock b/yarn.lock @@ -2834,7 +2834,20 @@ chai@4.5.0: pathval "^1.1.1" type-detect "^4.1.0" -chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1: +chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: + version "2.4.2" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" + dependencies: + ansi-styles "^3.2.1" + escape-string-regexp "^1.0.5" + supports-color "^5.3.0" + +chalk@5.4.1: + version "5.4.1" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8" + integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w== + +chalk@^1.0.0, chalk@^1.1.1: version "1.1.3" resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" dependencies: @@ -2844,14 +2857,6 @@ chalk@1.1.3, chalk@^1.0.0, chalk@^1.1.1: strip-ansi "^3.0.0" supports-color "^2.0.0" -chalk@2.4.2, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0: - version "2.4.2" - resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - chalk@^4.0.0, chalk@^4.0.2: version "4.1.2" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"