Skip to content

Commit 8a072cb

Browse files
committed
chore(deps): upgrade dependencies and retire redundant security overrides
Retire the machine-generated security-floor overrides in pnpm-workspace.yaml that have become redundant now that the dependency graph satisfies those floors naturally. Direct deps bumped: - lerna ^9.0.7 -> ^10.0.0 (pulls nx@23: axios 1.18.1, form-data 4.0.6, follow-redirects 1.16.0, yaml 2.9.0, brace-expansion 5.0.8, tmp 0.2.7, tar 7.5.20, js-yaml 4.3.0) - send-backend axios ^1.15.2 -> ^1.18.0 Overrides removed (now satisfied naturally): @sigstore/verify, sigstore, axios, brace-expansion, esbuild, follow-redirects, form-data, js-yaml, protobufjs, tar, tmp, vite, ws. Overrides kept (deep transitive, no upgradable direct parent): @opentelemetry/core (@sentry/node@8), qs (express@4), uuid (browserstack-node-sdk/google-gax), yaml (swagger-jsdoc pins 2.0.0-1). Plus load-bearing browserstack-node-sdk>aws-sdk 2.1693.0 (ref #958) and a tsx@4.23.1 pin (vite@8 optional peer) to satisfy the repo's minimumReleaseAge supply-chain policy while keeping esbuild >=0.28.1. pnpm audit: 41 -> 30 advisories, zero regressions (axios + nx advisories cleared). Remaining advisories are pre-existing deep dev-tooling issues outside this change's scope. Written by an AI agent. Refs #1064
1 parent 352e73c commit 8a072cb

4 files changed

Lines changed: 1209 additions & 1356 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitest/coverage-v8": "^4.1.5",
2020
"dotenv": "^16.6.1",
2121
"husky": "^9.1.7",
22-
"lerna": "^9.0.7",
22+
"lerna": "^10.0.0",
2323
"nodemon": "^3.1.14",
2424
"sort-package-json": "^2.15.1",
2525
"typescript": "^5.9.3",

packages/send/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@tweedegolf/sab-adapter-backblaze-b2": "^1.0.7",
5353
"@tweedegolf/sab-adapter-local": "^1.0.9",
5454
"@tweedegolf/storage-abstraction": "^2.2.1",
55-
"axios": "^1.15.2",
55+
"axios": "^1.18.0",
5656
"bcryptjs": "^3.0.3",
5757
"cookie-parser": "^1.4.7",
5858
"cors": "^2.8.6",

0 commit comments

Comments
 (0)