Skip to content

Commit eb9db17

Browse files
Copilottalgalili
andauthored
Pin uuid resolution to >=11.1.1 to resolve advisory (buf bounds check)
Agent-Logs-Url: https://github.com/facebookresearch/balance/sessions/ffebf8af-7354-4130-896a-03004448609a Co-authored-by: talgalili <976006+talgalili@users.noreply.github.com>
1 parent 81be70e commit eb9db17

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

website/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"webpack": "5.105.4",
8585
"cytoscape": "3.31.2",
8686
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
87-
"fast-uri": ">=3.1.1"
87+
"fast-uri": ">=3.1.1",
88+
"uuid": ">=11.1.1"
8889
}
8990
}

website/yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10564,16 +10564,11 @@ utils-merge@1.0.1:
1056410564
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1056510565
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1056610566

10567-
"uuid@^11.1.0 || ^12 || ^13 || ^14.0.0":
10567+
"uuid@^11.1.0 || ^12 || ^13 || ^14.0.0", uuid@^8.3.2:
1056810568
version "14.0.0"
1056910569
resolved "https://registry.yarnpkg.com/uuid/-/uuid-14.0.0.tgz#0af883220163d264ffe0c084f6b8a89b9666966d"
1057010570
integrity sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==
1057110571

10572-
uuid@^8.3.2:
10573-
version "8.3.2"
10574-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
10575-
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
10576-
1057710572
uvu@^0.5.0:
1057810573
version "0.5.6"
1057910574
resolved "https://registry.yarnpkg.com/uvu/-/uvu-0.5.6.tgz#2754ca20bcb0bb59b64e9985e84d2e81058502df"

0 commit comments

Comments
 (0)