From c758f079cd6bd0282bdf2a21ce333d54ac9523ad Mon Sep 17 00:00:00 2001 From: nixocio Date: Tue, 5 Oct 2021 15:35:58 -0400 Subject: [PATCH] Upgrade a few ui dependencies Upgrade axios, and ansi-to-html. --- awx/ui/package-lock.json | 55 ++++++++++++++++++++++++---------------- awx/ui/package.json | 4 +-- 2 files changed, 35 insertions(+), 24 deletions(-) diff --git a/awx/ui/package-lock.json b/awx/ui/package-lock.json index 8d83ed6a6f..5e2b26ac96 100644 --- a/awx/ui/package-lock.json +++ b/awx/ui/package-lock.json @@ -11,8 +11,8 @@ "@patternfly/react-icons": "4.11.17", "@patternfly/react-table": "4.30.3", "ace-builds": "^1.4.12", - "ansi-to-html": "0.7.0", - "axios": "^0.21.1", + "ansi-to-html": "0.7.2", + "axios": "0.22.0", "babel-plugin-macros": "^3.0.1", "codemirror": "^5.47.0", "d3": "6.7.0", @@ -3752,9 +3752,9 @@ } }, "node_modules/ansi-to-html": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.0.tgz", - "integrity": "sha512-XYAN+0+3Bi+nmTQBq717bGToQVpzq2AoukAaDnQQvpmqIbedjsdSDuGD7+YLYOPBh7rjc7A6ko5cLLDp06QNjw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.2.tgz", + "integrity": "sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g==", "dependencies": { "entities": "^2.2.0" }, @@ -4172,11 +4172,11 @@ } }, "node_modules/axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz", + "integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==", "dependencies": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.4" } }, "node_modules/axobject-query": { @@ -9857,11 +9857,22 @@ } }, "node_modules/follow-redirects": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", - "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==", + "version": "1.14.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", + "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], "engines": { "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } } }, "node_modules/for-in": { @@ -29209,9 +29220,9 @@ } }, "ansi-to-html": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.0.tgz", - "integrity": "sha512-XYAN+0+3Bi+nmTQBq717bGToQVpzq2AoukAaDnQQvpmqIbedjsdSDuGD7+YLYOPBh7rjc7A6ko5cLLDp06QNjw==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.7.2.tgz", + "integrity": "sha512-v6MqmEpNlxF+POuyhKkidusCHWWkaLcGRURzivcU3I9tv7k4JVhFcnukrM5Rlk2rUywdZuzYAZ+kbZqWCnfN3g==", "requires": { "entities": "^2.2.0" } @@ -29557,11 +29568,11 @@ "dev": true }, "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz", + "integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==", "requires": { - "follow-redirects": "^1.10.0" + "follow-redirects": "^1.14.4" } }, "axobject-query": { @@ -34452,9 +34463,9 @@ } }, "follow-redirects": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.1.tgz", - "integrity": "sha512-HWqDgT7ZEkqRzBvc2s64vSZ/hfOceEol3ac/7tKwzuvEyWx3/4UegXh5oBOIotkGsObyk3xznnSRVADBgWSQVg==" + "version": "1.14.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", + "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==" }, "for-in": { "version": "1.0.2", diff --git a/awx/ui/package.json b/awx/ui/package.json index ea96b8c17a..b180859730 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -11,8 +11,8 @@ "@patternfly/react-icons": "4.11.17", "@patternfly/react-table": "4.30.3", "ace-builds": "^1.4.12", - "ansi-to-html": "0.7.0", - "axios": "^0.21.1", + "ansi-to-html": "0.7.2", + "axios": "0.22.0", "babel-plugin-macros": "^3.0.1", "codemirror": "^5.47.0", "d3": "6.7.0",