Skip to content

Commit

Permalink
fix: upgrade focus-lock from 1.3.2 to 1.3.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
snyk-bot committed Mar 12, 2024
1 parent 6c060b2 commit 1a96179
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"homepage": "https://github.com/theKashey/react-focus-lock#readme",
"dependencies": {
"@babel/runtime": "^7.0.0",
"focus-lock": "^1.3.2",
"focus-lock": "^1.3.3",
"prop-types": "^15.6.2",
"react-clientside-effect": "^1.2.6",
"use-callback-ref": "^1.3.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5926,13 +5926,20 @@ flush-write-stream@^1.0.0:
inherits "^2.0.3"
readable-stream "^2.3.6"

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

focus-lock@^1.3.3:
version "1.3.4"
resolved "https://registry.yarnpkg.com/focus-lock/-/focus-lock-1.3.4.tgz#a143aa327224df2e83414f87e8a3328cb5a62156"
integrity sha512-Gv0N3mvej3pD+HWkNryrF8sExzEHqhQ6OSFxD4DPxm9n5HGCaHme98ZMBZroNEAJcsdtHxk+skvThGKyUeoEGA==
dependencies:
tslib "^2.0.3"

for-each@^0.3.3:
version "0.3.3"
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
Expand Down

0 comments on commit 1a96179

Please sign in to comment.