Update unique-names-generator

This commit is contained in:
Paul Szymanski 2020-07-12 20:15:17 +02:00
parent ff96b2446a
commit 10cfa962f2
2 changed files with 4 additions and 4 deletions

View file

@ -10,9 +10,9 @@
"integrity": "sha512-+O8/qh/Qj8CgC6eYBVBykMrNtp5Gebn4dlGD/kKXVkJNDwyrAwSIqwz8CDf+tsAIWVycKcku6gIXJ0qwx/ZXaQ=="
},
"unique-names-generator": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/unique-names-generator/-/unique-names-generator-4.1.1.tgz",
"integrity": "sha512-f3FzkJEBVUoUueeA17DzfOqa8eT7VinEKOP32Wdqbe8SzSkU/4afIEfm4KP5W+GCALpUQmW3X/SdSyTP5ES5MQ=="
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/unique-names-generator/-/unique-names-generator-4.3.0.tgz",
"integrity": "sha512-uNX6jVFjBXfZtsc7B8jVPJ3QdfCF/Sjde4gxsy3rNQmHuWGFarnU7IFGdxZKJ4h4uRjANQc6rG7GiGolRW9fgA=="
},
"ws": {
"version": "7.3.1",

View file

@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"ua-parser-js": "^0.7.21",
"unique-names-generator": "^4.1.1",
"unique-names-generator": "^4.3.0",
"ws": "^7.3.1"
}
}