Skip to content

Commit 06b9bc8

Browse files
authored
Merge pull request #82 from crazy-max/dependabot/npm_and_yarn/uuid-10.0.0
build(deps): bump uuid from 9.0.1 to 10.0.0
2 parents 41a5151 + a6fae2d commit 06b9bc8

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

dist/index.js

+2-2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@actions/core": "^1.10.1",
3030
"@docker/actions-toolkit": "^0.25.0",
31-
"uuid": "^9.0.1"
31+
"uuid": "^10.0.0"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^20.6.0",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,7 @@ __metadata:
33713371
ts-jest: ^29.1.1
33723372
ts-node: ^10.9.1
33733373
typescript: ^5.2.2
3374-
uuid: ^9.0.1
3374+
uuid: ^10.0.0
33753375
languageName: unknown
33763376
linkType: soft
33773377

@@ -7095,6 +7095,15 @@ __metadata:
70957095
languageName: node
70967096
linkType: hard
70977097

7098+
"uuid@npm:^10.0.0":
7099+
version: 10.0.0
7100+
resolution: "uuid@npm:10.0.0"
7101+
bin:
7102+
uuid: dist/bin/uuid
7103+
checksum: 4b81611ade2885d2313ddd8dc865d93d8dccc13ddf901745edca8f86d99bc46d7a330d678e7532e7ebf93ce616679fb19b2e3568873ac0c14c999032acb25869
7104+
languageName: node
7105+
linkType: hard
7106+
70987107
"uuid@npm:^3.3.2, uuid@npm:^3.3.3":
70997108
version: 3.4.0
71007109
resolution: "uuid@npm:3.4.0"
@@ -7113,15 +7122,6 @@ __metadata:
71137122
languageName: node
71147123
linkType: hard
71157124

7116-
"uuid@npm:^9.0.1":
7117-
version: 9.0.1
7118-
resolution: "uuid@npm:9.0.1"
7119-
bin:
7120-
uuid: dist/bin/uuid
7121-
checksum: 39931f6da74e307f51c0fb463dc2462807531dc80760a9bff1e35af4316131b4fc3203d16da60ae33f07fdca5b56f3f1dd662da0c99fea9aaeab2004780cc5f4
7122-
languageName: node
7123-
linkType: hard
7124-
71257125
"v8-compile-cache-lib@npm:^3.0.1":
71267126
version: 3.0.1
71277127
resolution: "v8-compile-cache-lib@npm:3.0.1"

0 commit comments

Comments
 (0)