Skip to content

Commit

Permalink
chore(deps): update dependency @types/uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2024
1 parent 287c6d1 commit 1ca927e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lambda-code/reliability/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/aws-lambda": "^8.10.126",
"@types/json2md": "^1.5.4",
"@types/node": "^20.9.0",
"@types/uuid": "^9.0.7",
"@types/uuid": "^10.0.0",
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions lambda-code/reliability/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1632,10 +1632,10 @@
dependencies:
undici-types "~6.19.2"

"@types/uuid@^9.0.7":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
"@types/uuid@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==

asynckit@^0.4.0:
version "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion lambda-code/submission/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.128",
"@types/node": "^20.9.4",
"@types/uuid": "^9.0.7",
"@types/uuid": "^10.0.0",
"typescript": "^5.3.2"
}
}
8 changes: 4 additions & 4 deletions lambda-code/submission/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -990,10 +990,10 @@
dependencies:
undici-types "~6.19.2"

"@types/uuid@^9.0.7":
version "9.0.7"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
"@types/uuid@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==

bowser@^2.11.0:
version "2.11.0"
Expand Down

0 comments on commit 1ca927e

Please sign in to comment.