Skip to content

Commit 2a22bc8

Browse files
authored
build(deps): pin patched transitive dependency versions (#36)
Add pnpm overrides for vulnerable transitive npm packages and regenerate\nlockfile resolution to patched versions.\n\nAlso update Cargo.lock to quinn-proto 0.11.14 to address the\nopen Rust Dependabot advisory path.\n\nValidation included pnpm audit (remaining: elliptic with no upstream\npatched version) and lockfile/version verification. Co-authored-by: Jo D <dev-jodee@users.noreply.github.com>
1 parent 59358f4 commit 2a22bc8

3 files changed

Lines changed: 94 additions & 71 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,18 @@
5050
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
5151
"pnpm": {
5252
"overrides": {
53-
"diff": ">=4.0.4"
53+
"diff": ">=4.0.4",
54+
"ajv@^6.0.0": "6.14.0",
55+
"brace-expansion@^1.1.7": "1.1.13",
56+
"flatted@^3.0.0": "3.4.2",
57+
"handlebars@^4.0.0": "4.7.9",
58+
"h3@^1.0.0": "1.15.9",
59+
"lodash@^4.0.0": "4.17.23",
60+
"minimatch@^3.0.0": "3.1.4",
61+
"minimatch@^9.0.0": "9.0.7",
62+
"picomatch@^2.0.0": "2.3.2",
63+
"picomatch@^4.0.0": "4.0.4",
64+
"socket.io-parser@^4.0.0": "4.2.6"
5465
}
5566
}
56-
}
67+
}

0 commit comments

Comments
 (0)