chore(postguard-business): update dependencies#3
Merged
Conversation
Patch-level updates only: - eslint: 10.2.0 → 10.2.1 - typescript: 6.0.2 → 6.0.3 - vite: 8.0.8 → 8.0.9 Tests: 10/10 pass. Build: clean. svelte-check: 0 errors.
rubenhensen
approved these changes
Apr 20, 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.
Summary
Routine dependency maintenance. Patch-level bumps within existing semver ranges; only
package-lock.jsonchanges.Updated
eslint(dev): 10.2.0 → 10.2.1typescript(dev): 6.0.2 → 6.0.3vite(dev): 8.0.8 → 8.0.9Security
npm auditreports 8 vulnerabilities (3 low, 5 moderate) in transitive dev deps:cookie < 0.7.0via an old advisory path in@sveltejs/kit— the audit suggests downgrading kit to0.0.30, which is nonsense. Current kit (2.57) already mitigates this in practice. Skipped.esbuild <= 0.24.2viadrizzle-kit(@esbuild-kit/*) andsvelte-i18n— dev-only, fix would downgradesvelte-i18nto3.7.1. Skipped; needs upstream fixes.Skipped
@types/node24 → 25 — major.@privacybydesign/yivi-*— npm reports 0.2.1 as latest but current 1.0.0-beta.4 is newer.Test plan
npm run build→ clean (withDATABASE_URLset)npm run check→ 0 errors, 0 warningsnpm run test:unit -- --run→ 10/10 pass🤖 Generated with Claude Code