mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-08 16:45:30 +00:00
fix(deps): update dependency ansi_up to v6 (#2431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: qwerty287 <ndev@web.de> Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
This commit is contained in:
parent
663e3a6913
commit
d3e9866d41
3 changed files with 6 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
"@kyvg/vue3-notification": "^3.0.0",
|
||||
"@vueuse/components": "^10.4.0",
|
||||
"@vueuse/core": "^10.0.0",
|
||||
"ansi_up": "^5.2.1",
|
||||
"ansi_up": "^6.0.0",
|
||||
"dayjs": "^1.11.9",
|
||||
"fuse.js": "^6.6.2",
|
||||
"humanize-duration": "^3.28.0",
|
||||
|
|
|
@ -21,8 +21,8 @@ dependencies:
|
|||
specifier: ^10.0.0
|
||||
version: 10.4.0(vue@3.3.4)
|
||||
ansi_up:
|
||||
specifier: ^5.2.1
|
||||
version: 5.2.1
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.2
|
||||
dayjs:
|
||||
specifier: ^1.11.9
|
||||
version: 1.11.9
|
||||
|
@ -1265,8 +1265,8 @@ packages:
|
|||
color-convert: 2.0.1
|
||||
dev: true
|
||||
|
||||
/ansi_up@5.2.1:
|
||||
resolution: {integrity: sha512-5bz5T/7FRmlxA37zDXhG6cAwlcZtfnmNLDJra66EEIT3kYlw5aPJdbkJEhm59D6kA4Wi5ict6u6IDYHJaQlH+g==}
|
||||
/ansi_up@6.0.2:
|
||||
resolution: {integrity: sha512-3G3vKvl1ilEp7J1u6BmULpMA0xVoW/f4Ekqhl8RTrJrhEBkonKn5k3bUc5Xt+qDayA6iDX0jyUh3AbZjB/l0tw==}
|
||||
dev: false
|
||||
|
||||
/anymatch@3.1.3:
|
||||
|
|
|
@ -100,7 +100,7 @@
|
|||
import '~/style/console.css';
|
||||
|
||||
import { useStorage } from '@vueuse/core';
|
||||
import AnsiUp from 'ansi_up';
|
||||
import { AnsiUp } from 'ansi_up';
|
||||
import { debounce } from 'lodash';
|
||||
import { computed, inject, nextTick, onMounted, Ref, ref, toRef, watch } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
|
|
Loading…
Reference in a new issue