update floodfill

This commit is contained in:
casper 2021-05-24 16:49:57 +02:00
parent f613c2b68d
commit bb1b2b73c0
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"blueimp-canvas-to-blob": "^3.14.0",
"bowser": "^1.8.1",
"file-loader": "^0.11.2",
"fill-path": "^1.0.9",
"fill-path": "^1.0.11",
"fit-curve": "^0.1.6",
"font-loaded": "^1.0.0",
"imports-loader": "^0.7.1",
@ -4979,9 +4979,9 @@
}
},
"node_modules/fill-path": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/fill-path/-/fill-path-1.0.9.tgz",
"integrity": "sha512-DfVMI9QySK8JrEp9FWE+E+YYCg6W2xkxDpH1kcHTu7ixz1pXQUr9j0eTTvfKS/ziy23dV6KR/FwKwvmANWRBVA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/fill-path/-/fill-path-1.0.11.tgz",
"integrity": "sha512-NO/d2wC7qLFq9BC4ObXqARrcbltwO5sxsVgys7uuboILhpn/x4Qy1lwWulhn8rSynpOzxg1bhdLgqRbbKCQO8A==",
"dependencies": {
"@doodle3d/clipper-js": "^1.0.11"
}
@ -22328,9 +22328,9 @@
"dev": true
},
"fill-path": {
"version": "1.0.9",
"resolved": "https://registry.npmjs.org/fill-path/-/fill-path-1.0.9.tgz",
"integrity": "sha512-DfVMI9QySK8JrEp9FWE+E+YYCg6W2xkxDpH1kcHTu7ixz1pXQUr9j0eTTvfKS/ziy23dV6KR/FwKwvmANWRBVA==",
"version": "1.0.11",
"resolved": "https://registry.npmjs.org/fill-path/-/fill-path-1.0.11.tgz",
"integrity": "sha512-NO/d2wC7qLFq9BC4ObXqARrcbltwO5sxsVgys7uuboILhpn/x4Qy1lwWulhn8rSynpOzxg1bhdLgqRbbKCQO8A==",
"requires": {
"@doodle3d/clipper-js": "^1.0.11"
}

View File

@ -28,7 +28,7 @@
"blueimp-canvas-to-blob": "^3.14.0",
"bowser": "^1.8.1",
"file-loader": "^0.11.2",
"fill-path": "^1.0.9",
"fill-path": "^1.0.11",
"fit-curve": "^0.1.6",
"font-loaded": "^1.0.0",
"imports-loader": "^0.7.1",