Skip to content

Commit 1a96179

Browse files
committed
fix: upgrade focus-lock from 1.3.2 to 1.3.3
Snyk has created this PR to upgrade focus-lock from 1.3.2 to 1.3.3. See this package in npm: See this project in Snyk: https://app.snyk.io/org/thekashey/project/ed15560c-30c1-41fe-a9c0-90baca7aced7?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 6c060b2 commit 1a96179

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"homepage": "https://github.com/theKashey/react-focus-lock#readme",
104104
"dependencies": {
105105
"@babel/runtime": "^7.0.0",
106-
"focus-lock": "^1.3.2",
106+
"focus-lock": "^1.3.3",
107107
"prop-types": "^15.6.2",
108108
"react-clientside-effect": "^1.2.6",
109109
"use-callback-ref": "^1.3.0",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -5926,13 +5926,20 @@ flush-write-stream@^1.0.0:
59265926
inherits "^2.0.3"
59275927
readable-stream "^2.3.6"
59285928

5929-
focus-lock@^1.0.0, focus-lock@^1.3.2:
5929+
focus-lock@^1.0.0:
59305930
version "1.3.2"
59315931
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-1.3.2.tgz#3dde3ad5b7f0c77f49d4b5c92793ae2eb83b02cd"
59325932
integrity sha512-kFI92jZVqa8rP4Yer2sLNlUDcOdEFxYum2tIIr4eCH0XF+pOmlg0xiY4tkbDmHJXt3phtbJoWs1L6PgUVk97rA==
59335933
dependencies:
59345934
tslib "^2.0.3"
59355935

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+
59365943
for-each@^0.3.3:
59375944
version "0.3.3"
59385945
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"

0 commit comments

Comments
 (0)