Resolve all Dependabot alerts and trim the dependency tree#86
Merged
Merged
Conversation
renatgalimov
force-pushed
the
fix/security-dependency-updates-14.07.2026
branch
from
July 14, 2026 07:56
e2a1e5f to
310fe80
Compare
Clears all 31 open Dependabot alerts (4 critical) and shrinks the installed tree from 761 to 556 packages by dropping three unused direct deps: node-fetch (native fetch on Node >=20), form-data and glob (all HTTP goes through z.request; uploads are JSON). Bump vitest/coverage-v8 to 3.2.6 and markdownlint-cli to 0.49.0 for upstream fixes, and pin form-data 4.0.6 and lodash 4.18.1 via overrides for the transitive copies under zapier-platform-core. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Ignore Claude Code local settings directory Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Use puppeteer-core with system Chrome for visual tests Replace puppeteer with puppeteer-core so npm install no longer downloads a bundled Chromium (~150MB) on every install. The visual test now launches the system Chrome that CI already installs via browser-actions/setup-chrome, resolved through the CHROME_PATH env var. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
renatgalimov
force-pushed
the
fix/security-dependency-updates-14.07.2026
branch
from
July 14, 2026 08:36
310fe80 to
85be2ae
Compare
nicomiguelino
approved these changes
Jul 14, 2026
nicomiguelino
approved these changes
Jul 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Screenly/zapier had 31 open Dependabot alerts (4 critical, 10 high, plus moderate/low), all in the transitive npm tree, and
npm auditreported 30 vulnerabilities. This clears every alert (npm auditnow reports 0) and shrinks the installed dependency tree from 761 to 546 packages.Three direct dependencies were unused and removed:
node-fetch(Node ≥20 has global fetch),form-data, andglob— all HTTP goes throughz.requestand uploads are JSON, not multipart.vitest/@vitest/coverage-v8were bumped to 3.2.6 (fixes vitest, vite, rollup) andmarkdownlint-clito 0.49.0 (fixes glob, js-yaml, markdown-it, smol-toml, markdownlint). Remaining transitive fixes came fromnpm audit fix(no--force); theform-dataandlodashcopies pulled in byzapier-platform-coreare pinned via exactoverrides(4.0.6 and 4.18.1) to avoid azapier-platform-corev19 major bump.puppeteerwas replaced withpuppeteer-coresonpm installno longer downloads a bundled Chromium (~150MB); the visual test uses the system Chrome that CI already installs via browser-actions/setup-chrome..claude/is added to.gitignoreso Claude Code's local settings don't trip the prettier pre-commit hook.Build, all 27 unit tests, eslint, and prettier pass.
🤖 Generated with Claude Code