Skip to content

Commit 13cf788

Browse files
authored
Merge pull request #326 from docker/dependabot/npm_and_yarn/uuid-10.0.0
build(deps): bump uuid from 9.0.1 to 10.0.0
2 parents abe89fb + 0e59208 commit 13cf788

File tree

4 files changed

+27
-18
lines changed

4 files changed

+27
-18
lines changed

dist/index.js

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@
2828
"@actions/core": "^1.10.1",
2929
"@docker/actions-toolkit": "^0.23.0",
3030
"js-yaml": "^4.1.0",
31-
"uuid": "^9.0.1"
31+
"uuid": "^10.0.0"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.12.12",
35+
"@types/uuid": "^10.0.0",
3536
"@typescript-eslint/eslint-plugin": "^7.9.0",
3637
"@typescript-eslint/parser": "^7.9.0",
3738
"@vercel/ncc": "^0.38.1",

yarn.lock

+18-10
Original file line numberDiff line numberDiff line change
@@ -2113,6 +2113,13 @@ __metadata:
21132113
languageName: node
21142114
linkType: hard
21152115

2116+
"@types/uuid@npm:^10.0.0":
2117+
version: 10.0.0
2118+
resolution: "@types/uuid@npm:10.0.0"
2119+
checksum: e3958f8b0fe551c86c14431f5940c3470127293280830684154b91dc7eb3514aeb79fe3216968833cf79d4d1c67f580f054b5be2cd562bebf4f728913e73e944
2120+
languageName: node
2121+
linkType: hard
2122+
21162123
"@types/yargs-parser@npm:*":
21172124
version: 20.2.0
21182125
resolution: "@types/yargs-parser@npm:20.2.0"
@@ -3143,6 +3150,7 @@ __metadata:
31433150
"@actions/core": ^1.10.1
31443151
"@docker/actions-toolkit": ^0.23.0
31453152
"@types/node": ^20.12.12
3153+
"@types/uuid": ^10.0.0
31463154
"@typescript-eslint/eslint-plugin": ^7.9.0
31473155
"@typescript-eslint/parser": ^7.9.0
31483156
"@vercel/ncc": ^0.38.1
@@ -3156,7 +3164,7 @@ __metadata:
31563164
ts-jest: ^29.1.2
31573165
ts-node: ^10.9.2
31583166
typescript: ^5.4.5
3159-
uuid: ^9.0.1
3167+
uuid: ^10.0.0
31603168
languageName: unknown
31613169
linkType: soft
31623170

@@ -6516,6 +6524,15 @@ __metadata:
65166524
languageName: node
65176525
linkType: hard
65186526

6527+
"uuid@npm:^10.0.0":
6528+
version: 10.0.0
6529+
resolution: "uuid@npm:10.0.0"
6530+
bin:
6531+
uuid: dist/bin/uuid
6532+
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
6533+
languageName: node
6534+
linkType: hard
6535+
65196536
"uuid@npm:^3.3.2, uuid@npm:^3.3.3":
65206537
version: 3.4.0
65216538
resolution: "uuid@npm:3.4.0"
@@ -6534,15 +6551,6 @@ __metadata:
65346551
languageName: node
65356552
linkType: hard
65366553

6537-
"uuid@npm:^9.0.1":
6538-
version: 9.0.1
6539-
resolution: "uuid@npm:9.0.1"
6540-
bin:
6541-
uuid: dist/bin/uuid
6542-
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
6543-
languageName: node
6544-
linkType: hard
6545-
65466554
"v8-compile-cache-lib@npm:^3.0.1":
65476555
version: 3.0.1
65486556
resolution: "v8-compile-cache-lib@npm:3.0.1"

0 commit comments

Comments
 (0)