mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
update unique names generator (#235958)
This commit is contained in:
9
extensions/git/package-lock.json
generated
9
extensions/git/package-lock.json
generated
@@ -9,7 +9,7 @@
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@joaomoreno/unique-names-generator": "^5.1.0",
|
||||
"@joaomoreno/unique-names-generator": "^5.2.0",
|
||||
"@vscode/extension-telemetry": "^0.9.0",
|
||||
"@vscode/iconv-lite-umd": "0.7.0",
|
||||
"byline": "^5.0.0",
|
||||
@@ -31,9 +31,10 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@joaomoreno/unique-names-generator": {
|
||||
"version": "5.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@joaomoreno/unique-names-generator/-/unique-names-generator-5.1.0.tgz",
|
||||
"integrity": "sha512-KEVThTpUIKPb7dBKJ9mJ3WYnD1mJZZsEinCSp9CVEPlWbDagurFv1RKRjvvujrLfJzsGc0HkBHS9W8Bughao4A==",
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@joaomoreno/unique-names-generator/-/unique-names-generator-5.2.0.tgz",
|
||||
"integrity": "sha512-JEh3qZ85Z6syFvQlhRGRyTPI1M5VticiiP8Xl8EV0XfyfI4Mwzd6Zw28BBrEgUJCYv/cpKCQClVj3J8Tn0KFiA==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user