Skip to content

Commit

Permalink
bump unique names generator (#165015)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Oct 31, 2022
1 parent 3e40752 commit 53ef06a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2730,7 +2730,7 @@
]
},
"dependencies": {
"@joaomoreno/unique-names-generator": "5.0.0",
"@joaomoreno/unique-names-generator": "^5.1.0",
"@vscode/extension-telemetry": "0.6.2",
"@vscode/iconv-lite-umd": "0.7.0",
"byline": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions extensions/git/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


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

"@microsoft/1ds-core-js@3.2.3", "@microsoft/1ds-core-js@^3.2.3":
version "3.2.3"
Expand Down

0 comments on commit 53ef06a

Please sign in to comment.