Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from TaXAu/renovate/uuid-9.x
Browse files Browse the repository at this point in the history
build(deps): update dependency uuid to v9
  • Loading branch information
reonokiy committed Sep 13, 2022
2 parents 74ae686 + 07544d4 commit 4917a9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taxau-desktop",
"description": "text recognition and automation",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"engines": {
"node": ">=v16.13",
Expand Down Expand Up @@ -60,7 +60,7 @@
"unplugin-auto-expose": "0.0.2",
"unplugin-auto-import": "0.11.2",
"unplugin-vue-components": "0.22.4",
"uuid": "8.3.2",
"uuid": "9.0.0",
"vite": "3.0.9",
"vite-plugin-windicss": "1.8.7",
"vite-svg-loader": "3.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4156,10 +4156,10 @@ util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==

uuid@8.3.2:
version "8.3.2"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
uuid@9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5"
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==

verror@^1.10.0:
version "1.10.1"
Expand Down

0 comments on commit 4917a9a

Please sign in to comment.