Bump roughjs from 4.2.3 to 4.3.0 (#1574)

Bumps [roughjs](https://github.com/pshihn/rough) from 4.2.3 to 4.3.0.
- [Release notes](https://github.com/pshihn/rough/releases)
- [Changelog](https://github.com/pshihn/rough/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pshihn/rough/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-11 18:57:24 +01:00 committed by GitHub
parent 7467c61265
commit fd47bd237c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -14420,9 +14420,9 @@
"integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==" "integrity": "sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A=="
}, },
"points-on-path": { "points-on-path": {
"version": "0.2.0", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.0.tgz", "resolved": "https://registry.npmjs.org/points-on-path/-/points-on-path-0.2.1.tgz",
"integrity": "sha512-X+uusxIDk/DZBC1w6gYCThB9GiSI7wlatxPYmme4wmcWnHFGanxdFBtuZQj1YeYhxXESJ5/Ym/h7DWDMw4A9mA==", "integrity": "sha512-25ClnWWuw7JbWZcgqY/gJ4FQWadKxGWk+3kR/7kD0tCaDtPPMj7oHu2ToLaVhfpnHrZzYby2w6tUA0eOIuUg8g==",
"requires": { "requires": {
"path-data-parser": "0.1.0", "path-data-parser": "0.1.0",
"points-on-curve": "0.2.0" "points-on-curve": "0.2.0"
@ -16394,13 +16394,13 @@
} }
}, },
"roughjs": { "roughjs": {
"version": "4.2.3", "version": "4.3.0",
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.2.3.tgz", "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.3.0.tgz",
"integrity": "sha512-391svwoRClxOBiCcTU/d3C54TjrxyRlDjU2lkZdkjQg5PAG9xR3bf8Uv1oRzkK+DXA+MWwp1d5/Mdo07Z2fFhA==", "integrity": "sha512-aHEBK0dn50v9HP5hMghQmjpkvPD3He9+pm6UbbcmniFJlIbnvWhw72xFVYR44TorhmwpwtKZj6USniiT0Mq98w==",
"requires": { "requires": {
"path-data-parser": "^0.1.0", "path-data-parser": "^0.1.0",
"points-on-curve": "^0.2.0", "points-on-curve": "^0.2.0",
"points-on-path": "^0.2.0" "points-on-path": "^0.2.1"
} }
}, },
"rsvp": { "rsvp": {

View File

@ -39,7 +39,7 @@
"react": "16.13.1", "react": "16.13.1",
"react-dom": "16.13.1", "react-dom": "16.13.1",
"react-scripts": "3.4.1", "react-scripts": "3.4.1",
"roughjs": "4.2.3", "roughjs": "4.3.0",
"socket.io-client": "2.3.0", "socket.io-client": "2.3.0",
"typescript": "3.8.3" "typescript": "3.8.3"
}, },