Skip to content

Commit d51d9c5

Browse files
fix(deps): update dependencies to v10
1 parent 241ac86 commit d51d9c5

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"dependencies": {
3030
"@actions/core": "1.10.1",
3131
"@actions/exec": "1.1.1",
32-
"@types/uuid": "9.0.7",
33-
"uuid": "9.0.1"
32+
"@types/uuid": "10.0.0",
33+
"uuid": "10.0.0"
3434
},
3535
"devDependencies": {
3636
"@types/jest": "29.5.12",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,10 @@
784784
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
785785
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
786786

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

792792
"@types/yargs-parser@*":
793793
version "21.0.3"
@@ -3876,10 +3876,10 @@ uri-js@^4.2.2:
38763876
dependencies:
38773877
punycode "^2.1.0"
38783878

3879-
uuid@9.0.1:
3880-
version "9.0.1"
3881-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.1.tgz#e188d4c8853cc722220392c424cd637f32293f30"
3882-
integrity sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==
3879+
uuid@10.0.0:
3880+
version "10.0.0"
3881+
resolved "https://registry.yarnpkg.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
3882+
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
38833883

38843884
uuid@^8.3.2:
38853885
version "8.3.2"

0 commit comments

Comments
 (0)