From aafe04c68bb065873c9a0377cf87cbdb084bee06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:30:51 -0400 Subject: [PATCH] chore(deps): bump @react-native-aria/overlays in /dev-client (#1770) Bumps [@react-native-aria/overlays](https://github.com/gluestack/gluestack-ui) from 0.3.12 to 0.3.14. - [Release notes](https://github.com/gluestack/gluestack-ui/releases) - [Changelog](https://github.com/gluestack/gluestack-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/gluestack/gluestack-ui/commits) --- updated-dependencies: - dependency-name: "@react-native-aria/overlays" dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dev-client/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-client/package-lock.json b/dev-client/package-lock.json index 18b3b5f5e..a323c7f6e 100644 --- a/dev-client/package-lock.json +++ b/dev-client/package-lock.json @@ -6064,9 +6064,9 @@ } }, "node_modules/@react-native-aria/overlays": { - "version": "0.3.12", - "resolved": "https://registry.npmjs.org/@react-native-aria/overlays/-/overlays-0.3.12.tgz", - "integrity": "sha512-XV/JjL+zimkpDT7WfomrZl6D7on2RFnhlM0/EPwCPoHRALrJf1gcyEtl0ubWpB3b9yg5uliJ8u0zOS9ui/8S/Q==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@react-native-aria/overlays/-/overlays-0.3.14.tgz", + "integrity": "sha512-a8MIB2aBw5yitNB0szNqKQlm4ngOozHGVmXTbslejGIX2+3YQUg8e7J4ouT7ZgK2iIr2gIB3YrstHDM6mvKVmw==", "dependencies": { "@react-aria/interactions": "^3.3.2", "@react-aria/overlays": "^3.7.0",