Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .iyarc
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,12 @@ GHSA-wcpc-wj8m-hjx6
# - The prefix/postfix/template args are all hard-coded string constants in calling code,
# not user-supplied — the type-confusion vector does not apply
GHSA-7c78-jf6q-g5cm

# Excluded because:
# - sigstore: certificateOIDs verification constraints silently dropped and never enforced
# - Transitive dependency via yeoman-generator > pacote@15.x > sigstore@^1.3.0 (resolves to 1.9.0)
# - yeoman-generator is dev-time only (yarn sdk-coin:new); no production runtime exposure
# - pacote 15.x (the last version compatible with yeoman-generator 5.x CJS) pins sigstore@^1.x;
# sigstore 4.x has a breaking API and cannot be forced via resolutions without breaking pacote
# - yeoman-generator 6.x+ drops pacote entirely but is ESM-only, incompatible with our CJS generator
GHSA-52v5-jr5w-gjxr
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"protobufjs": "7.5.8",
"@protobufjs/fetch": "1.1.0",
"@protobufjs/inquire": "1.1.0"
"@protobufjs/inquire": "1.1.0",
"@iota/iota-sdk":"1.6.1",
"graphql":"16.14.2"
},
"workspaces": [
"modules/*"
Expand Down Expand Up @@ -174,9 +176,13 @@
},
"dependencies": {
"axios": "1.16.1",
"bigint-buffer": "npm:@trufflesuite/bigint-buffer@1.1.10",
"form-data": "^4.0.4",
"io-ts": "npm:@bitgo-forks/io-ts@2.1.4",
"request": "npm:@cypress/request@3.0.9",
"sjcl": "npm:@bitgo/sjcl@1.0.1",
"terser": "^5.14.2",
"tmp": "^0.2.3",
"bigint-buffer": "npm:@trufflesuite/bigint-buffer@1.1.10"
"tmp": "^0.2.3"
},
"packageManager": "yarn@1.22.22"
}
Loading
Loading