From 18d17f015377b62e258b46775e0e589ba7e1ee30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 29 Jan 2024 03:43:58 +0000 Subject: [PATCH] fix: upgrade use-callback-ref from 1.3.0 to 1.3.1 Snyk has created this PR to upgrade use-callback-ref from 1.3.0 to 1.3.1. 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 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 71a6571..fdb0b7b 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "focus-lock": "^1.0.0", "prop-types": "^15.6.2", "react-clientside-effect": "^1.2.6", - "use-callback-ref": "^1.3.0", + "use-callback-ref": "^1.3.1", "use-sidecar": "^1.1.2" }, "packageManager": "yarn@1.22.19" diff --git a/yarn.lock b/yarn.lock index e6292bd..1e82451 100644 --- a/yarn.lock +++ b/yarn.lock @@ -11285,10 +11285,10 @@ use-callback-ref@^1.2.1: resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.2.4.tgz#d86d1577bfd0b955b6e04aaf5971025f406bea3c" integrity sha512-rXpsyvOnqdScyied4Uglsp14qzag1JIemLeTWGKbwpotWht57hbP78aNT+Q4wdFKQfQibbUX4fb6Qb4y11aVOQ== -use-callback-ref@^1.3.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.0.tgz#772199899b9c9a50526fedc4993fc7fa1f7e32d5" - integrity sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w== +use-callback-ref@^1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/use-callback-ref/-/use-callback-ref-1.3.1.tgz#9be64c3902cbd72b07fe55e56408ae3a26036fd0" + integrity sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ== dependencies: tslib "^2.0.0"