Skip to content

Commit df7a6df

Browse files
chore: 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] <support@github.com>
1 parent 99a7ac9 commit df7a6df

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.yarn/install-state.gz

1.84 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"serve-favicon": "^2.5.0",
6666
"trumpet": "^1.7.2",
6767
"urlon": "^3.1.0",
68-
"uuid": "^11.1.0",
68+
"uuid": "^12.0.0",
6969
"vhost": "^3.0.2",
7070
"winston": "~3.13.0"
7171
},

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6804,6 +6804,15 @@ __metadata:
68046804
languageName: node
68056805
linkType: hard
68066806

6807+
"uuid@npm:^12.0.0":
6808+
version: 12.0.0
6809+
resolution: "uuid@npm:12.0.0"
6810+
bin:
6811+
uuid: dist/bin/uuid
6812+
checksum: 242db6735d15a187a0d7f22576db02668f974ffc65d0806b23fe4237cbb0db3153442cb3082c7550784acb6272e5c6c931532916f9604bd814dfab1edf2dac40
6813+
languageName: node
6814+
linkType: hard
6815+
68076816
"uvu@npm:^0.5.0":
68086817
version: 0.5.6
68096818
resolution: "uvu@npm:0.5.6"
@@ -7321,7 +7330,7 @@ __metadata:
73217330
sse: "npm:0.0.8"
73227331
trumpet: "npm:^1.7.2"
73237332
urlon: "npm:^3.1.0"
7324-
uuid: "npm:^11.1.0"
7333+
uuid: "npm:^12.0.0"
73257334
vhost: "npm:^3.0.2"
73267335
winston: "npm:~3.13.0"
73277336
xmlhttprequest-ssl: "npm:>=1.6.2"

0 commit comments

Comments
 (0)