From 3989d6a9897adae56bfc2c6312a2c1ab6b0cd637 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 10:44:44 +0100 Subject: [PATCH] chore(deps): bump roughjs from 4.4.5 to 4.5.0 (#4246) Bumps [roughjs](https://github.com/pshihn/rough) from 4.4.5 to 4.5.0. - [Release notes](https://github.com/pshihn/rough/releases) - [Changelog](https://github.com/rough-stuff/rough/blob/master/CHANGELOG.md) - [Commits](https://github.com/pshihn/rough/commits) --- updated-dependencies: - dependency-name: roughjs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b669c90c..cc2ea223 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.5", + "roughjs": "4.5.0", "sass": "1.43.4", "socket.io-client": "2.3.1", "typescript": "4.4.4" diff --git a/yarn.lock b/yarn.lock index 95f0bbff..00c43e9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12785,10 +12785,10 @@ rollup@^1.31.1: "@types/node" "*" acorn "^7.1.0" -roughjs@4.4.5: - version "4.4.5" - resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.4.5.tgz#0d75eb3ac6529c99bf051633ff9a9a6cf65cda51" - integrity sha512-TVuHf/Vx6PzSRny+4v2nOxdpOtkeQ3iC1sh2AhhYRZ6h8BmeJm1UR8zsITkd+Bb10dGGk6Y25KvYlKAIy0xTlw== +roughjs@4.5.0: + version "4.5.0" + resolved "https://registry.yarnpkg.com/roughjs/-/roughjs-4.5.0.tgz#b4cbd63d4ed6b0b613082b4f7f9bf0e55cd4ba0d" + integrity sha512-4c3RBuTR41uGbTT/WzG4dzu4dfxhFWrhx9ZLbjaKPazX67nQjvU//pWYw/XjbcDW3iQGxac8plBbgdWkEsnNDg== dependencies: path-data-parser "^0.1.0" points-on-curve "^0.2.0"