Skip to content

Commit 69d689c

Browse files
dependabot[bot]begin-again
authored andcommitted
Bump uuid from 10.0.0 to 11.0.2
Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 to 11.0.2. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v10.0.0...v11.0.2) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 255cd3b commit 69d689c

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.6.3",
2121
"shelljs": "^0.8.5",
2222
"simple-git": "^3.27.0",
23-
"uuid": "10.0.0",
23+
"uuid": "11.0.2",
2424
"yargs": "^17.7.2"
2525
},
2626
"devDependencies": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,7 +2357,7 @@ __metadata:
23572357
simple-git: "npm:^3.27.0"
23582358
sinon: "npm:^19.0.2"
23592359
sinon-chai: "npm:^3.7.0"
2360-
uuid: "npm:10.0.0"
2360+
uuid: "npm:11.0.2"
23612361
yargs: "npm:^17.7.2"
23622362
languageName: unknown
23632363
linkType: soft
@@ -3288,12 +3288,12 @@ __metadata:
32883288
languageName: node
32893289
linkType: hard
32903290

3291-
"uuid@npm:10.0.0":
3292-
version: 10.0.0
3293-
resolution: "uuid@npm:10.0.0"
3291+
"uuid@npm:11.0.2":
3292+
version: 11.0.2
3293+
resolution: "uuid@npm:11.0.2"
32943294
bin:
3295-
uuid: dist/bin/uuid
3296-
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
3295+
uuid: dist/esm/bin/uuid
3296+
checksum: 10/b98082f398fa2ece8cacc2264402f739256ca70def4bb82e3a14ec70777d189c01ce1054764c3b59b8fc098b62b135a15d1b24914712904c988822e2ac9b4f44
32973297
languageName: node
32983298
linkType: hard
32993299

0 commit comments

Comments
 (0)