Skip to content

Commit a701793

Browse files
Bump uuid from 11.1.0 to 12.0.0
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.1.0 to 12.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.1.0...v12.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b57e175 commit a701793

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"semver": "^7.7.2",
2121
"shelljs": "^0.10.0",
2222
"simple-git": "^3.28.0",
23-
"uuid": "11.1.0",
23+
"uuid": "12.0.0",
2424
"yargs": "^17.7.2"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,7 @@ __metadata:
24462446
simple-git: "npm:^3.28.0"
24472447
sinon: "npm:^19.0.4"
24482448
sinon-chai: "npm:^3.7.0"
2449-
uuid: "npm:11.1.0"
2449+
uuid: "npm:12.0.0"
24502450
yargs: "npm:^17.7.2"
24512451
languageName: unknown
24522452
linkType: soft
@@ -3399,12 +3399,12 @@ __metadata:
33993399
languageName: node
34003400
linkType: hard
34013401

3402-
"uuid@npm:11.1.0":
3403-
version: 11.1.0
3404-
resolution: "uuid@npm:11.1.0"
3402+
"uuid@npm:12.0.0":
3403+
version: 12.0.0
3404+
resolution: "uuid@npm:12.0.0"
34053405
bin:
3406-
uuid: dist/esm/bin/uuid
3407-
checksum: 10/d2da43b49b154d154574891ced66d0c83fc70caaad87e043400cf644423b067542d6f3eb641b7c819224a7cd3b4c2f21906acbedd6ec9c6a05887aa9115a9cf5
3406+
uuid: dist/bin/uuid
3407+
checksum: 10/18079c61ec2ca899d8df034ed543dc4844ec14d3bddc3099149d4c076a28c76dfc7434bcc5fafae8799f894da6acaa055bd7e97eedb6cba2840994f02849b801
34083408
languageName: node
34093409
linkType: hard
34103410

0 commit comments

Comments
 (0)