diff --git a/package.json b/package.json index 174d1c091..083155e1b 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "@hotwired/stimulus-webpack-helpers": "1.0.1", "@rails/ujs": "6.1.4", "@rails/webpacker": "5.4.3", - "@reach/combobox": "^0.16.1", + "@reach/combobox": "^0.16.3", "ahoy.js": "^0.4.0", "autoprefixer": "^10.3.7", "babel-preset-preact": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 216745ed2..d1b2b0b2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1751,15 +1751,15 @@ "@reach/utils" "0.16.0" tslib "^2.3.0" -"@reach/combobox@^0.16.1": - version "0.16.1" - resolved "https://registry.yarnpkg.com/@reach/combobox/-/combobox-0.16.1.tgz#5ab90db398fc30cc44fc83f6ab2dc18376884941" - integrity sha512-48eUtftpe2wY9sKJddkUSZQu9OcEx3P1LdsOKj6BL+InAX4DRe6i8tBKSqhChz4QaaHCo6bPXr2eeE1f++OBAw== +"@reach/combobox@^0.16.3": + version "0.16.3" + resolved "https://registry.yarnpkg.com/@reach/combobox/-/combobox-0.16.3.tgz#1ed7066cd0d7ab5265345cd55a648659754dd33d" + integrity sha512-ch2zmUgDg1JlN9L4l7NHbJaQHo95Qri2cx6pkWry389P6OQUkxHqP2TDvo4l2ivnSlrp0qdh8m9L979WvWREOQ== dependencies: "@reach/auto-id" "0.16.0" "@reach/descendants" "0.16.1" - "@reach/popover" "0.16.0" - "@reach/portal" "0.16.0" + "@reach/popover" "0.16.2" + "@reach/portal" "0.16.2" "@reach/utils" "0.16.0" prop-types "^15.7.2" tslib "^2.3.0" @@ -1777,23 +1777,24 @@ resolved "https://registry.yarnpkg.com/@reach/observe-rect/-/observe-rect-1.2.0.tgz#d7a6013b8aafcc64c778a0ccb83355a11204d3b2" integrity sha512-Ba7HmkFgfQxZqqaeIWWkNK0rEhpxVQHIoVyW1YDSkGsGIXzcaW4deC8B0pZrNSSyLTdIk7y+5olKt5+g0GmFIQ== -"@reach/popover@0.16.0": - version "0.16.0" - resolved "https://registry.yarnpkg.com/@reach/popover/-/popover-0.16.0.tgz#82c5ab96a88c49e2451a9c04b2d4392a9055f623" - integrity sha512-xmgiSyQwfshMkMNu6URbGrjjDTD3dnAITojvgEqfEtV1chDYqktKdDbIPrq+UGI54ey/IxbRpVzKcIjXiKoMmA== +"@reach/popover@0.16.2": + version "0.16.2" + resolved "https://registry.yarnpkg.com/@reach/popover/-/popover-0.16.2.tgz#71d7af3002ca49d791476b22dee1840dd1719c19" + integrity sha512-IwkRrHM7Vt33BEkSXneovymJv7oIToOfTDwRKpuYEB/BWYMAuNfbsRL7KVe6MjkgchDeQzAk24cYY1ztQj5HQQ== dependencies: - "@reach/portal" "0.16.0" + "@reach/portal" "0.16.2" "@reach/rect" "0.16.0" "@reach/utils" "0.16.0" tabbable "^4.0.0" tslib "^2.3.0" -"@reach/portal@0.16.0": - version "0.16.0" - resolved "https://registry.yarnpkg.com/@reach/portal/-/portal-0.16.0.tgz#1544531d978b770770b718b2872b35652a11e7e3" - integrity sha512-vXJ0O9T+72HiSEWHPs2cx7YbSO7pQsTMhgqPc5aaddIYpo2clJx1PnYuS0lSNlVaDO0IxQhwYq43evXaXnmviw== +"@reach/portal@0.16.2": + version "0.16.2" + resolved "https://registry.yarnpkg.com/@reach/portal/-/portal-0.16.2.tgz#ca83696215ee03acc2bb25a5ae5d8793eaaf2f64" + integrity sha512-9ur/yxNkuVYTIjAcfi46LdKUvH0uYZPfEp4usWcpt6PIp+WDF57F/5deMe/uGi/B/nfDweQu8VVwuMVrCb97JQ== dependencies: "@reach/utils" "0.16.0" + tiny-warning "^1.0.3" tslib "^2.3.0" "@reach/rect@0.16.0":