From 50846d5b2abc7b22caf2c50224b0f06fef2b27df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:43:54 +0000 Subject: [PATCH] Bump async from 3.2.4 to 3.2.5 in /ui Bumps [async](https://github.com/caolan/async) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/master/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: async dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 14 +++++++------- ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",