Skip to content

Commit 53ef06a

Browse files
authored
bump unique names generator (microsoft#165015)
1 parent 3e40752 commit 53ef06a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

extensions/git/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,7 @@
27302730
]
27312731
},
27322732
"dependencies": {
2733-
"@joaomoreno/unique-names-generator": "5.0.0",
2733+
"@joaomoreno/unique-names-generator": "^5.1.0",
27342734
"@vscode/extension-telemetry": "0.6.2",
27352735
"@vscode/iconv-lite-umd": "0.7.0",
27362736
"byline": "^5.0.0",

extensions/git/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@joaomoreno/unique-names-generator@5.0.0":
6-
version "5.0.0"
7-
resolved "https://registry.yarnpkg.com/@joaomoreno/unique-names-generator/-/unique-names-generator-5.0.0.tgz#a67fe66e3d825c929fc97abfdf17fd80a72beab0"
8-
integrity sha512-3kP6z7aoGEoM3tvhTBZioYa1QFkovOU8uxAlVclnZlXivwF/WTE5EcOzvoDdM+jtjJyWvCMDR1Q4RBjDqupD3A==
5+
"@joaomoreno/unique-names-generator@^5.1.0":
6+
version "5.1.0"
7+
resolved "https://registry.yarnpkg.com/@joaomoreno/unique-names-generator/-/unique-names-generator-5.1.0.tgz#d577d425aed794c44c0e8863cddd5dea349f74f3"
8+
integrity sha512-KEVThTpUIKPb7dBKJ9mJ3WYnD1mJZZsEinCSp9CVEPlWbDagurFv1RKRjvvujrLfJzsGc0HkBHS9W8Bughao4A==
99

1010
"@microsoft/[email protected]", "@microsoft/1ds-core-js@^3.2.3":
1111
version "3.2.3"

0 commit comments

Comments
 (0)