fix: upgrade tinycon from 0.0.1 to 0.6.8

Snyk has created this PR to upgrade tinycon from 0.0.1 to 0.6.8.

See this package in npm:
https://www.npmjs.com/package/tinycon

See this project in Snyk:
https://app.snyk.io/org/johnmclear/project/d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=upgrade-pr
pull/4832/head
snyk-bot 2021-02-17 21:54:23 +00:00 committed by John McLear
parent da65057bb1
commit a380fc2abf
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View File

@ -8298,9 +8298,9 @@
} }
}, },
"tinycon": { "tinycon": {
"version": "0.0.1", "version": "0.6.8",
"resolved": "https://registry.npmjs.org/tinycon/-/tinycon-0.0.1.tgz", "resolved": "https://registry.npmjs.org/tinycon/-/tinycon-0.6.8.tgz",
"integrity": "sha1-beEM1SGaHxIdmgokssEbP7JN/+0=" "integrity": "sha1-59oiPj7gy/nbeWP6M1aZuyF3enM="
}, },
"to-array": { "to-array": {
"version": "0.1.4", "version": "0.1.4",

View File

@ -68,7 +68,7 @@
"terser": "^4.7.0", "terser": "^4.7.0",
"threads": "^1.4.0", "threads": "^1.4.0",
"tiny-worker": "^2.3.0", "tiny-worker": "^2.3.0",
"tinycon": "0.0.1", "tinycon": "0.6.8",
"ueberdb2": "^1.2.5", "ueberdb2": "^1.2.5",
"underscore": "1.12.0", "underscore": "1.12.0",
"unorm": "1.4.1", "unorm": "1.4.1",