From 849b549b8e40dcfc1029069159a1fccad943b3d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 08:18:16 +0000 Subject: [PATCH] Bump ansi-html from 0.0.7 to 0.0.8 Bumps [ansi-html](https://github.com/Tjatse/ansi-html) from 0.0.7 to 0.0.8. - [Release notes](https://github.com/Tjatse/ansi-html/releases) - [Commits](https://github.com/Tjatse/ansi-html/commits) --- updated-dependencies: - dependency-name: ansi-html dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 33 +++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 26 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 425ba11..eea9b00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,12 @@ "name": "magic-circle", "version": "0.1.0", "dependencies": { - "ansi-html": "^0.0.7", + "ansi-html": "^0.0.8", "axios": "^0.24.0", "bootstrap": "^5.1.3", "bootstrap-vue": "^2.21.2", "core-js": "^3.6.5", "follow-redirects": "^1.14.7", - "fsevents": "2.3.2", "node-fetch": "^3.2.0", "vue": "^2.6.14", "vue-multiselect": "^2.1.6", @@ -2940,9 +2939,9 @@ } }, "node_modules/ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=", + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.8.tgz", + "integrity": "sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug==", "engines": [ "node >= 0.8.0" ], @@ -14748,6 +14747,18 @@ } } }, + "node_modules/webpack-dev-server/node_modules/ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, "node_modules/webpack-dev-server/node_modules/ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", @@ -17696,9 +17707,9 @@ } }, "ansi-html": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", - "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.8.tgz", + "integrity": "sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug==" }, "ansi-regex": { "version": "4.1.0", @@ -27216,6 +27227,12 @@ "yargs": "^13.3.2" }, "dependencies": { + "ansi-html": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", + "integrity": "sha512-JoAxEa1DfP9m2xfB/y2r/aKcwXNlltr4+0QSBC4TrLfcxyvepX2Pv0t/xpgGV5bGsDzCYV8SzjWgyCW0T9yYbA==", + "dev": true + }, "ansi-regex": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", diff --git a/package.json b/package.json index 81563dd..0ab2d29 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "ansi-html": "^0.0.7", + "ansi-html": "^0.0.8", "axios": "^0.24.0", "bootstrap": "^5.1.3", "bootstrap-vue": "^2.21.2",