Skip to content

Commit e8c89b5

Browse files
chore(deps): update dependency @types/uuid to v10
1 parent 5cd34ff commit e8c89b5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

lambda-code/reliability/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/aws-lambda": "^8.10.126",
2525
"@types/json2md": "^1.5.4",
2626
"@types/node": "^20.9.0",
27-
"@types/uuid": "^9.0.7",
27+
"@types/uuid": "^10.0.0",
2828
"typescript": "^5.2.2"
2929
},
3030
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

lambda-code/reliability/yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2056,16 +2056,16 @@
20562056
dependencies:
20572057
undici-types "~6.19.2"
20582058

2059+
"@types/uuid@^10.0.0":
2060+
version "10.0.0"
2061+
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
2062+
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
2063+
20592064
"@types/uuid@^9.0.1":
20602065
version "9.0.8"
20612066
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.8.tgz#7545ba4fc3c003d6c756f651f3bf163d8f0f29ba"
20622067
integrity sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==
20632068

2064-
"@types/uuid@^9.0.7":
2065-
version "9.0.7"
2066-
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.7.tgz#b14cebc75455eeeb160d5fe23c2fcc0c64f724d8"
2067-
integrity sha512-WUtIVRUZ9i5dYXefDEAI7sh9/O7jGvHg7Df/5O/gtH3Yabe5odI3UWopVR1qbPXQtvOxWu3mM4XxlYeZtMWF4g==
2068-
20692069
asynckit@^0.4.0:
20702070
version "0.4.0"
20712071
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"

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)