feat: upgrade flowchart.js to version 1.15.0

Signed-off-by: Max Wu <jackymaxj@gmail.com>
This commit is contained in:
Max Wu 2021-05-18 10:56:00 +08:00
parent a913c61828
commit b6837f1a82
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -7068,18 +7068,18 @@
"dev": true
},
"flowchart.js": {
"version": "1.12.2",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.12.2.tgz",
"integrity": "sha512-dS+cKoN0QL0hjgxW99XlN4VJsn5QDGGsE0JxYwoTp0ro/lLsRoKWhXwgZJPqTKclGwcCQiCAJzAn/KIeha5Whg==",
"version": "1.15.0",
"resolved": "https://registry.npmjs.org/flowchart.js/-/flowchart.js-1.15.0.tgz",
"integrity": "sha512-IyCVUFfHPLPgKLynw3NCkZ7CvKJdc/bAu0aHm+2AxKhtSBCiUC1kcTX1KautC3HOp1A2JS1IOcYxDTmcMkx5nQ==",
"dev": true,
"requires": {
"raphael": "2.2.7"
"raphael": "2.3.0"
},
"dependencies": {
"raphael": {
"version": "2.2.7",
"resolved": "https://registry.npmjs.org/raphael/-/raphael-2.2.7.tgz",
"integrity": "sha1-IxsZFB+NCGmG2PrOtm+LVi7iyBA=",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz",
"integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==",
"dev": true,
"requires": {
"eve-raphael": "0.5.0"

View File

@ -130,7 +130,7 @@
"expose-loader": "~0.7.5",
"file-loader": "~2.0.0",
"file-saver": "~2.0.2",
"flowchart.js": "~1.12.2",
"flowchart.js": "~1.15.0",
"fork-awesome": "~1.1.7",
"gist-embed": "~2.6.0",
"graceful-fs": "~4.2.1",