chore(project): bump tiny-svg dependency

This commit is contained in:
Nico Rehwaldt 2017-10-26 11:26:46 +02:00
parent fa7c06801a
commit 56d9a8b152
2 changed files with 22 additions and 6 deletions

26
package-lock.json generated
View File

@ -1639,7 +1639,7 @@
"lodash": "3.10.1",
"min-dom": "0.2.0",
"object-refs": "0.1.1",
"tiny-svg": "0.1.1"
"tiny-svg": "0.1.3"
}
},
"diagram-js-direct-editing": {
@ -1649,6 +1649,22 @@
"requires": {
"lodash": "3.10.1",
"min-dom": "0.2.0"
},
"dependencies": {
"min-dom": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/min-dom/-/min-dom-0.2.0.tgz",
"integrity": "sha1-fxo/ishcBa3uez9A4AxSgDB1zV0=",
"requires": {
"component-classes": "1.2.6",
"component-closest": "0.1.4",
"component-delegate": "0.2.4",
"component-event": "0.1.4",
"component-matches-selector": "0.1.6",
"component-query": "0.0.3",
"domify": "1.4.0"
}
}
}
},
"diagram-js-origin": {
@ -1656,7 +1672,7 @@
"resolved": "https://registry.npmjs.org/diagram-js-origin/-/diagram-js-origin-0.15.2.tgz",
"integrity": "sha1-nOCpOXe7PDYdY8wX3YnfqcSF3y4=",
"requires": {
"tiny-svg": "0.1.1"
"tiny-svg": "0.1.3"
}
},
"didi": {
@ -6129,9 +6145,9 @@
"integrity": "sha1-GoSBc/wL/FTne7LpUE0tPIrXliE="
},
"tiny-svg": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/tiny-svg/-/tiny-svg-0.1.1.tgz",
"integrity": "sha1-GFyOr3CHVDL9/5jcF5Cpv69l/qs="
"version": "0.1.3",
"resolved": "https://registry.npmjs.org/tiny-svg/-/tiny-svg-0.1.3.tgz",
"integrity": "sha512-xSijn0Y49l4IzGAPpVg2Pzmey7y7Toa0sTTAtAZb3LGSKbC+LLqGv7ecaORgeeYAIup0hChnsc2/p8cEtIl/TQ=="
},
"title-case": {
"version": "1.1.2",

View File

@ -82,6 +82,6 @@
"lodash": "^3.0.1",
"min-dom": "^0.2.0",
"object-refs": "^0.1.1",
"tiny-svg": "^0.1.1"
"tiny-svg": "^0.1.3"
}
}