mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Resolve uuid to ^11.1.1 to patch CVE-2026-41907 (#12541)
Forces transitive uuid copies (8.3.2 via sequelize/bull, 9.0.1 via @hocuspocus/*) onto the patched 11.1.1, addressing GHSA-w5hq-g745-h8pq. 11.1.1 is the highest version that is both patched and ships a CommonJS build, which the require()-based consumers depend on. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-1
@@ -388,7 +388,8 @@
|
||||
"minimatch@npm:9.0.1": "9.0.9",
|
||||
"lodash@npm:4.17.21": "^4.18.1",
|
||||
"i18next-parser/i18next": "^23.16.8",
|
||||
"ws@npm:~8.17.1": "^8.20.1"
|
||||
"ws@npm:~8.17.1": "^8.20.1",
|
||||
"uuid": "^11.1.1"
|
||||
},
|
||||
"version": "1.7.1",
|
||||
"packageManager": "yarn@4.11.0"
|
||||
|
||||
@@ -19770,15 +19770,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uuid@npm:^11.1.0 || ^12 || ^13 || ^14.0.0":
|
||||
version: 14.0.0
|
||||
resolution: "uuid@npm:14.0.0"
|
||||
bin:
|
||||
uuid: dist-node/bin/uuid
|
||||
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uuid@npm:^11.1.1":
|
||||
version: 11.1.1
|
||||
resolution: "uuid@npm:11.1.1"
|
||||
@@ -19788,24 +19779,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uuid@npm:^8.3.0, uuid@npm:^8.3.2":
|
||||
version: 8.3.2
|
||||
resolution: "uuid@npm:8.3.2"
|
||||
bin:
|
||||
uuid: dist/bin/uuid
|
||||
checksum: 10c0/bcbb807a917d374a49f475fae2e87fdca7da5e5530820ef53f65ba1d12131bd81a92ecf259cc7ce317cbe0f289e7d79fdfebcef9bfa3087c8c8a2fa304c9be54
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"uuid@npm:^9.0.0":
|
||||
version: 9.0.1
|
||||
resolution: "uuid@npm:9.0.1"
|
||||
bin:
|
||||
uuid: dist/bin/uuid
|
||||
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"validator@npm:13.15.35, validator@npm:^13.15.22, validator@npm:^13.7.0, validator@npm:^13.9.0":
|
||||
version: 13.15.35
|
||||
resolution: "validator@npm:13.15.35"
|
||||
|
||||
Reference in New Issue
Block a user