From cc501fa306abe253773acf1b4c1ea9e0f30c5a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 00:47:33 +0000 Subject: [PATCH] build(deps): bump @aws-amplify/ui-react from 6.9.0 to 6.9.1 Bumps [@aws-amplify/ui-react](https://github.com/aws-amplify/amplify-ui/tree/HEAD/packages/react) from 6.9.0 to 6.9.1. - [Release notes](https://github.com/aws-amplify/amplify-ui/releases) - [Changelog](https://github.com/aws-amplify/amplify-ui/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/aws-amplify/amplify-ui/commits/@aws-amplify/ui-react@6.9.1/packages/react) --- updated-dependencies: - dependency-name: "@aws-amplify/ui-react" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index c20d93e..25e3a58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "cognito-react-app", "version": "0.1.0", "dependencies": { - "@aws-amplify/ui-react": "^6.9.0", + "@aws-amplify/ui-react": "^6.9.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", @@ -259,9 +259,9 @@ } }, "node_modules/@aws-amplify/ui": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@aws-amplify/ui/-/ui-6.8.0.tgz", - "integrity": "sha512-KgyGxM7zYAfQG5JkXL2r/Va968ds/xXedtlqLS78A+plJD4XOVTBmzLfFGngxlQMRaY58JS6HXXxeXSI30wQoA==", + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui/-/ui-6.8.1.tgz", + "integrity": "sha512-bQNq6KD4mLyJCCUUrxFkvwW71BeZN27UGwsmxwDC0XkeGaW5aNjq/5lZM8VZV3of4MxO5yrEfwAHJvSX8xD7Jg==", "license": "Apache-2.0", "dependencies": { "csstype": "^3.1.1", @@ -280,13 +280,13 @@ } }, "node_modules/@aws-amplify/ui-react": { - "version": "6.9.0", - "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react/-/ui-react-6.9.0.tgz", - "integrity": "sha512-Vt0gE6syrrQWOWjOpjbalhwRmkMK94HoCMzzuK1g0TvsFO4zacTL/96tFQfGryHuZ2bM6HUVBsre3DozJGiiEg==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react/-/ui-react-6.9.1.tgz", + "integrity": "sha512-PLvUVw+le6WbxH9XOES6HhjO7r/G8f113Azgg7WQ7T7QpJjjX5c9MvMSJJUQdhz7MYtlFDcesPBz2P9TD+Rfpw==", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/ui": "6.8.0", - "@aws-amplify/ui-react-core": "3.3.0", + "@aws-amplify/ui": "6.8.1", + "@aws-amplify/ui-react-core": "3.3.1", "@radix-ui/react-direction": "^1.1.0", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-slider": "^1.2.2", @@ -308,12 +308,12 @@ } }, "node_modules/@aws-amplify/ui-react-core": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react-core/-/ui-react-core-3.3.0.tgz", - "integrity": "sha512-mGG2i1yob2p5SRmYm9dQx/gJQ+zOOG8A+DCKa7cKSyQZBFGMkhO3y2ec1xjycxWSKlH2HeK+UTboEqiykooVsA==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/@aws-amplify/ui-react-core/-/ui-react-core-3.3.1.tgz", + "integrity": "sha512-tmC7cEhJCmE5UrqgTozK2Sr4bG3KR/lHGQXImhVDp8NvqIprNoLYtEXSTZzt0QWnD2uQCnkH0Ps2+X/cAd9kHg==", "license": "Apache-2.0", "dependencies": { - "@aws-amplify/ui": "6.8.0", + "@aws-amplify/ui": "6.8.1", "@xstate/react": "^3.2.2", "lodash": "4.17.21", "react-hook-form": "^7.53.2", diff --git a/package.json b/package.json index 7c8fc8e..7528094 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@aws-amplify/ui-react": "^6.9.0", + "@aws-amplify/ui-react": "^6.9.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1",