diff --git a/ui/package-lock.json b/ui/package-lock.json index ea4544d8..5b16fbed 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -15,7 +15,7 @@ "@patternfly/react-icons": "^5.1.1", "@patternfly/react-styles": "^5.0.0", "@patternfly/react-table": "^5.1.1", - "async": "^3.2.4", + "async": "^3.2.5", "concurrently": "^8.2.2", "jssha": "^3.3.1", "minimist": "^1.2.8", @@ -3504,9 +3504,9 @@ } }, "node_modules/async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "node_modules/asynciterator.prototype": { "version": "1.0.0", @@ -17981,9 +17981,9 @@ } }, "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==" }, "asynciterator.prototype": { "version": "1.0.0", diff --git a/ui/package.json b/ui/package.json index 2cfde6c6..8398496b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -76,7 +76,7 @@ "@patternfly/react-icons": "^5.1.1", "@patternfly/react-styles": "^5.0.0", "@patternfly/react-table": "^5.1.1", - "async": "^3.2.4", + "async": "^3.2.5", "concurrently": "^8.2.2", "jssha": "^3.3.1", "minimist": "^1.2.8",