bump roughjs version (#1332)

This commit is contained in:
Preet 2020-04-09 02:12:01 -07:00 committed by GitHub
parent 57bbc9fe55
commit 2852610960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -13437,9 +13437,9 @@
} }
}, },
"roughjs": { "roughjs": {
"version": "4.1.3", "version": "4.1.4",
"resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.1.3.tgz", "resolved": "https://registry.npmjs.org/roughjs/-/roughjs-4.1.4.tgz",
"integrity": "sha512-tpmMIBuiPTImvvyFr/ZYwHqIRJU+a2KmHvqAIfiPG0jIx8xmVuIU3QqL0UQ0jDxwfIJJJYEobgaYtkvUai2+/A==" "integrity": "sha512-Mrx8r/NhTa9K+WuL2YfB5p40OAN/iRXXxmKUf/rxwgRh9Jrgz+dS2DOqnh0uMwzICJ2Rp0xTIFMgdqf0BCsmug=="
}, },
"rsvp": { "rsvp": {
"version": "4.8.5", "version": "4.8.5",

View File

@ -27,7 +27,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.1.3", "roughjs": "4.1.4",
"socket.io-client": "2.3.0" "socket.io-client": "2.3.0"
}, },
"devDependencies": { "devDependencies": {