Skip to content

Commit ada9cf8

Browse files
chore(deps): update dependency @types/uuid to v10
1 parent 20508de commit ada9cf8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

lambda-code/reliability/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/aws-lambda": "^8.10.126",
2727
"@types/json2md": "^1.5.4",
2828
"@types/node": "^20.9.0",
29-
"@types/uuid": "^9.0.7",
29+
"@types/uuid": "^10.0.0",
3030
"typescript": "^5.2.2"
3131
}
3232
}

lambda-code/reliability/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1585,10 +1585,10 @@
15851585
dependencies:
15861586
undici-types "~6.19.2"
15871587

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

15931593
asynckit@^0.4.0:
15941594
version "0.4.0"

lambda-code/submission/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@types/aws-lambda": "^8.10.128",
2121
"@types/node": "^20.9.4",
22-
"@types/uuid": "^9.0.7",
22+
"@types/uuid": "^10.0.0",
2323
"typescript": "^5.3.2"
2424
}
2525
}

lambda-code/submission/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -990,10 +990,10 @@
990990
dependencies:
991991
undici-types "~6.19.2"
992992

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

998998
bowser@^2.11.0:
999999
version "2.11.0"

0 commit comments

Comments
 (0)