update dependencies

This commit is contained in:
Daniel 2019-12-05 18:18:44 -05:00
parent 2e33398792
commit e0ac4564ff
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -9808,6 +9808,11 @@
"integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==",
"dev": true
},
"tone": {
"version": "13.8.25",
"resolved": "https://registry.npmjs.org/tone/-/tone-13.8.25.tgz",
"integrity": "sha512-8QqmLn+/R+Urib/78zf93+NqFLddXS777kQO7+EbJHwqy+nmug+SJFRp2KIytT0LQY2sJBiopNb2ceHA8uQQJg=="
},
"tough-cookie": {
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz",

View File

@ -31,6 +31,7 @@
"react-process-string": "^1.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"tone": "^13.8.25",
"universal-cookie": "^4.0.2",
"whatwg-fetch": "^3.0.0"
},