Skip to content

Commit 1fb935b

Browse files
mishushakovclaude
andcommitted
chore(deps): resolve Dependabot security alerts across npm and python
Bump vulnerable transitive npm deps (postcss, vite, lodash, brace-expansion, picomatch, yaml, @tootallnate/once, smol-toml, flatted, minimatch) via range-based pnpm overrides. Bump python-sdk dev deps in poetry.lock (pytest 9.0.3, pytest-asyncio 1.3.0, python-dotenv 1.2.2, pygments 2.20.0, requests 2.33.1, black 26.3.1). Remove now-unused ty:ignore directives that pytest 9's stricter type signatures made obsolete. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3ff25f7 commit 1fb935b

6 files changed

Lines changed: 312 additions & 240 deletions

File tree

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,21 @@
2929
"pnpm": {
3030
"overrides": {
3131
"@next/eslint-plugin-next>glob@*": "10.5.0",
32-
"rollup@>=4": ">=4.59.0"
32+
"rollup@>=4": ">=4.59.0",
33+
"postcss@<8.5.10": "^8.5.10",
34+
"vite@>=6.0.0 <6.4.2": "^6.4.2",
35+
"lodash@<4.18.0": "^4.18.0",
36+
"brace-expansion@>=2.0.0 <2.0.3": "^2.0.3",
37+
"picomatch@<2.3.2": "^2.3.2",
38+
"picomatch@>=4.0.0 <4.0.4": "^4.0.4",
39+
"yaml@>=2.0.0 <2.8.3": "^2.8.3",
40+
"@tootallnate/once@<3.0.1": "^3.0.1",
41+
"smol-toml@<1.6.1": "^1.6.1",
42+
"flatted@<3.4.2": "^3.4.2",
43+
"minimatch@<3.1.3": "^3.1.3",
44+
"minimatch@>=5.0.0 <5.1.8": "^5.1.8",
45+
"minimatch@>=9.0.0 <9.0.7": "^9.0.7",
46+
"minimatch@>=10.0.0 <10.2.3": "^10.2.3"
3347
}
3448
}
3549
}

0 commit comments

Comments
 (0)