From 6a405de61e3f4d10e4ec6073cba8b1ff1652f7a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Sep 2022 23:08:35 +0000 Subject: [PATCH] fix: upgrade react-use-gesture from 9.0.0 to 9.1.3 Snyk has created this PR to upgrade react-use-gesture from 9.0.0 to 9.1.3. See this package in npm: https://www.npmjs.com/package/react-use-gesture See this project in Snyk: https://app.snyk.io/org/george.butco/project/b1e6b5c5-0540-42e0-a2af-d5fd878aa519?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d87779a..56dcb9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12388,9 +12388,9 @@ } }, "react-use-gesture": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/react-use-gesture/-/react-use-gesture-9.0.0.tgz", - "integrity": "sha512-inTAcmX0Y8LWr7XViim5+6XlTsJ7kCgwYRrwxSu1Vkjv+8GyClHITFkGGKYXAv5QywZ8YqiJXpzFx8RZpEVF+w==" + "version": "9.1.3", + "resolved": "https://registry.npmjs.org/react-use-gesture/-/react-use-gesture-9.1.3.tgz", + "integrity": "sha512-CdqA2SmS/fj3kkS2W8ZU8wjTbVBAIwDWaRprX7OKaj7HlGwBasGEFggmk5qNklknqk9zK/h8D355bEJFTpqEMg==" }, "read-pkg": { "version": "2.0.0", diff --git a/package.json b/package.json index c91051a..a2b3f84 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-redux": "^7.2.2", "react-scripts": "4.0.1", "react-spring": "^8.0.27", - "react-use-gesture": "^9.0.0", + "react-use-gesture": "^9.1.3", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", "web-vitals": "^0.2.4"