diff options
author | silverwind <me@silverwind.io> | 2023-06-22 04:15:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-22 02:15:19 +0000 |
commit | 93cd579269717934b2b8e72d6258b712c1675eaa (patch) | |
tree | 9a8b11665bfa46f1a1a15bd15832c340a45a7ea5 /package.json | |
parent | 656d3cc71973c547b574866e30e5f3da5327ce25 (diff) | |
download | gitea-93cd579269717934b2b8e72d6258b712c1675eaa.tar.gz gitea-93cd579269717934b2b8e72d6258b712c1675eaa.zip |
Switch to ansi_up for ansi rendering in actions (#25401)
Fixes: https://github.com/go-gitea/gitea/issues/24777
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0701862cc2..dd2eff7195 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@primer/octicons": "19.3.0", "@webcomponents/custom-elements": "1.6.0", "add-asset-webpack-plugin": "2.0.1", - "ansi-to-html": "0.7.2", + "ansi_up": "5.2.1", "asciinema-player": "3.4.0", "clippie": "4.0.1", "css-loader": "6.8.1", |