File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 103
103
"homepage" : " https://github.com/theKashey/react-focus-lock#readme" ,
104
104
"dependencies" : {
105
105
"@babel/runtime" : " ^7.0.0" ,
106
- "focus-lock" : " ^1.3.2 " ,
106
+ "focus-lock" : " ^1.3.3 " ,
107
107
"prop-types" : " ^15.6.2" ,
108
108
"react-clientside-effect" : " ^1.2.6" ,
109
109
"use-callback-ref" : " ^1.3.0" ,
Original file line number Diff line number Diff line change @@ -5926,13 +5926,20 @@ flush-write-stream@^1.0.0:
5926
5926
inherits "^2.0.3"
5927
5927
readable-stream "^2.3.6"
5928
5928
5929
- focus-lock@^1.0.0, focus-lock@^1.3.2 :
5929
+ focus-lock@^1.0.0:
5930
5930
version "1.3.2"
5931
5931
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-1.3.2.tgz#3dde3ad5b7f0c77f49d4b5c92793ae2eb83b02cd"
5932
5932
integrity sha512-kFI92jZVqa8rP4Yer2sLNlUDcOdEFxYum2tIIr4eCH0XF+pOmlg0xiY4tkbDmHJXt3phtbJoWs1L6PgUVk97rA==
5933
5933
dependencies:
5934
5934
tslib "^2.0.3"
5935
5935
5936
+ focus-lock@^1.3.3:
5937
+ version "1.3.4"
5938
+ resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-1.3.4.tgz#a143aa327224df2e83414f87e8a3328cb5a62156"
5939
+ integrity sha512-Gv0N3mvej3pD+HWkNryrF8sExzEHqhQ6OSFxD4DPxm9n5HGCaHme98ZMBZroNEAJcsdtHxk+skvThGKyUeoEGA==
5940
+ dependencies:
5941
+ tslib "^2.0.3"
5942
+
5936
5943
for-each@^0.3.3:
5937
5944
version "0.3.3"
5938
5945
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
You can’t perform that action at this time.
0 commit comments