Skip to content

Commit

Permalink
update yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
britt6612 committed Oct 16, 2024
1 parent bcdabe6 commit f31720b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion aries-core/src/js/components/core/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const Popover = ({
target={target}
onClose={onClose}
// need this for drop to control focus
// restrictFocus
restrictFocus
{...rest}
>
<Box
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1423,7 +1423,7 @@
glob "^7.1.6"
minimatch "^3.0.4"

"@emotion/is-prop-valid@^1.1.0", "@emotion/is-prop-valid@^1.2.1":
"@emotion/is-prop-valid@^1.1.0", "@emotion/is-prop-valid@^1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz#8d5cf1132f836d7adbe42cf0b49df7816fc88240"
integrity sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==
Expand Down Expand Up @@ -3822,9 +3822,9 @@ available-typed-arrays@^1.0.7:
possible-typed-array-names "^1.0.0"

axe-core@^4.10.0, axe-core@^4.9.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.0.tgz#d9e56ab0147278272739a000880196cdfe113b59"
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
version "4.10.1"
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.1.tgz#7d2589b0183f05b0f23e55c2f4cdf97b5bdc66d9"
integrity sha512-qPC9o+kD8Tir0lzNGLeghbOrWMr3ZJpaRlCIb6Uobt/7N4FiEDvqUMnxzCHRHmg8vOg14kr5gVNyScRmbMaJ9g==

axe-testcafe@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -6548,11 +6548,11 @@ [email protected]:

"grommet@https://github.com/grommet/grommet/tarball/stable":
version "2.41.0"
resolved "https://github.com/grommet/grommet/tarball/stable#89e220ba18cb42076a6ab1ffa7fa7e6140161fcf"
resolved "https://github.com/grommet/grommet/tarball/stable#8ef3d2d89fe75e446fdbf7348ea48b98904650ae"
dependencies:
"@emotion/is-prop-valid" "^1.2.1"
"@emotion/is-prop-valid" "^1.3.1"
grommet-icons "^4.12.1"
hoist-non-react-statics "^3.2.0"
hoist-non-react-statics "^3.3.2"
markdown-to-jsx "7.4.4"
prop-types "^15.8.1"

Expand Down Expand Up @@ -6713,7 +6713,7 @@ highlightjs-vue@^1.0.0:
resolved "https://registry.yarnpkg.com/highlightjs-vue/-/highlightjs-vue-1.0.0.tgz#fdfe97fbea6354e70ee44e3a955875e114db086d"
integrity sha512-PDEfEF102G23vHmPhLyPboFCD+BkMGu+GuJe2d9/eH4FsCwvgBpnc9n0pGE+ffKdph38s6foEZiEjdgHdzp+IA==

hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.2.0:
hoist-non-react-statics@^3.0.0, hoist-non-react-statics@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
Expand Down Expand Up @@ -10073,9 +10073,9 @@ periscopic@^3.0.0:
is-reference "^3.0.0"

picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.0.tgz#5358b76a78cde483ba5cef6a9dc9671440b27d59"
integrity sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==
version "1.1.1"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3, picomatch@^2.3.1:
version "2.3.1"
Expand Down

0 comments on commit f31720b

Please sign in to comment.