fix: upgrade unorm from 1.4.1 to 1.6.0

Snyk has created this PR to upgrade unorm from 1.4.1 to 1.6.0.

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

See this project in Snyk:
d9a12bfb-7ccd-443f-9e22-f30d339cc8c5?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-02-17 21:54:13 +00:00 committed by John McLear
parent 9fb2c640b9
commit 449b03d7e8
2 changed files with 4 additions and 4 deletions

6
src/package-lock.json generated
View file

@ -8449,9 +8449,9 @@
} }
}, },
"unorm": { "unorm": {
"version": "1.4.1", "version": "1.6.0",
"resolved": "https://registry.npmjs.org/unorm/-/unorm-1.4.1.tgz", "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz",
"integrity": "sha1-NkIA1fE2RsqLzURJAnEzVhR5IwA=" "integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA=="
}, },
"unpipe": { "unpipe": {
"version": "1.0.0", "version": "1.0.0",

View file

@ -71,7 +71,7 @@
"tinycon": "0.6.8", "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.6.0",
"wtfnode": "^0.8.4" "wtfnode": "^0.8.4"
}, },
"bin": { "bin": {