bump roughjs version (#1332)

pull/1195/head^2
Preet 5 years ago committed by GitHub
parent 57bbc9fe55
commit 2852610960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
package-lock.json generated

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

@ -27,7 +27,7 @@
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"roughjs": "4.1.3",
"roughjs": "4.1.4",
"socket.io-client": "2.3.0"
},
"devDependencies": {

Loading…
Cancel
Save