1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-25 23:03:47 +01:00

Bump ansi-to-html from 0.6.12 to 0.6.13 (#166)

Bumps [ansi-to-html](https://github.com/rburns/ansi-to-html) from 0.6.12 to 0.6.13.
- [Release notes](https://github.com/rburns/ansi-to-html/releases)
- [Commits](https://github.com/rburns/ansi-to-html/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-05 10:26:03 -08:00
committed by Amir Raminfar
parent 6adec499e1
commit 2a52d7b6a1
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -1980,9 +1980,9 @@
}
},
"ansi-to-html": {
"version": "0.6.12",
"resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.12.tgz",
"integrity": "sha512-qBkIqLW979675mP76yB7yVkzeAWtATegdnDQ0RA3CZzknx0yUlNxMSML4xFdBfTs2GWYFQ1FELfbGbVSPzJ+LA==",
"version": "0.6.13",
"resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.13.tgz",
"integrity": "sha512-Ys2/umuaTlQvP9DLkaa7UzRKF2FLrfod/hNHXS9QhXCrw7seObG6ksOGmNz3UoK+adwM8L9vQfG7mvaxfJ3Jvw==",
"requires": {
"entities": "^1.1.2"
}

View File

@@ -24,7 +24,7 @@
},
"homepage": "https://github.com/amir20/dozzle#readme",
"dependencies": {
"ansi-to-html": "^0.6.12",
"ansi-to-html": "^0.6.13",
"bulma": "^0.8.0",
"date-fns": "^2.6.0",
"vue": "^2.6.10",