fix(deps): update dependency typeface-open-sans to v0.0.75

This commit is contained in:
Renovate Bot
2019-07-17 22:26:46 +00:00
committed by renovate[bot]
parent 67b555162e
commit ed1cc2447e
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -14641,9 +14641,9 @@
"integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c="
},
"typeface-open-sans": {
"version": "0.0.54",
"resolved": "https://registry.npmjs.org/typeface-open-sans/-/typeface-open-sans-0.0.54.tgz",
"integrity": "sha512-w6wOd6EicZdZKf0jSU/K3EzEi3zFgvWQSN7NOpRIQI5KeMWmC5Pg/lqtBVJHB0pRChYRmLdhf4h8ROur0A3JZQ=="
"version": "0.0.75",
"resolved": "https://registry.npmjs.org/typeface-open-sans/-/typeface-open-sans-0.0.75.tgz",
"integrity": "sha512-0lLmB7pfj113OP4T78SbpSmC4OCdFQ0vUxdSXQccsSb6qF76F92iEuC/DghFgmPswTyidk8+Hwf+PS/htiJoRQ=="
},
"ua-parser-js": {
"version": "0.7.20",

View File

@@ -51,7 +51,7 @@
"react-transition-group": "4.2.1",
"react-truncate": "2.4.0",
"semver": "6.2.0",
"typeface-open-sans": "0.0.54"
"typeface-open-sans": "0.0.75"
},
"scripts": {
"start": "NODE_ENV=dev REACT_APP_BACKEND_URI=http://localhost:8080 react-scripts start",