Add uuid to prod deps
This commit is contained in:
Родитель
fafe4e2025
Коммит
6213daadbc
|
@ -4918,8 +4918,7 @@
|
|||
"uuid": {
|
||||
"version": "3.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
|
||||
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==",
|
||||
"dev": true
|
||||
"integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA=="
|
||||
},
|
||||
"validator": {
|
||||
"version": "8.2.0",
|
||||
|
|
|
@ -76,8 +76,7 @@
|
|||
"tslint": "5.16.0",
|
||||
"tslint-config-prettier": "^1.14.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.5.1",
|
||||
"uuid": "3.3.2"
|
||||
"typescript": "3.5.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@azure/cosmos-sign": "1.0.2",
|
||||
|
@ -90,7 +89,8 @@
|
|||
"priorityqueuejs": "1.0.0",
|
||||
"semaphore": "1.0.5",
|
||||
"tslib": "^1.9.3",
|
||||
"universal-user-agent": "2.1.0"
|
||||
"universal-user-agent": "2.1.0",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Загрузка…
Ссылка в новой задаче