From cc201a6d80a733875a103ba8ed2de8be16f34787 Mon Sep 17 00:00:00 2001 From: David Luzar Date: Wed, 3 Nov 2021 12:50:54 +0100 Subject: [PATCH] fix: ellipse roughness when `0` (#4194) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ca60e94d..6ab44e78 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "4.0.3", - "roughjs": "4.4.1", + "roughjs": "4.4.3", "sass": "1.43.4", "socket.io-client": "2.3.1", "typescript": "4.4.4" diff --git a/yarn.lock b/yarn.lock index e40adb5e..8b425030 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12790,10 +12790,10 @@ rollup@^1.31.1: "@types/node" "*" acorn "^7.1.0" -roughjs@4.4.1: - version "4.4.1" - resolved "https://registry.npmjs.org/roughjs/-/roughjs-4.4.1.tgz" - integrity sha512-/RZvyVquID319VDc9HsF8wn8VPpbMBVdr4NMCi7mta9UeBBeqP6h5Hg4GZXG29DL6jwTkfMjyth/MF7Hn6Sq/w== +roughjs@4.4.3: + version "4.4.3" + resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.4.3.tgz#c6278e1bfe6e16bfd8470d8a835236a81df877f9" + integrity sha512-bfeqk/dWmQUkn6HHvKGJlENOSHxmPZ9pS33u9WtK8UeQRvqrJZ+2i7AgyOsUurEc9LqOLGHN2L6oUiaQxcdljg== dependencies: path-data-parser "^0.1.0" points-on-curve "^0.2.0"