audit fix - #249
Merged
Merged
audit fix#249
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
my-code | 48d2fb4 | Commit Preview URL Branch Preview URL |
Sep 17 2026, 06:40 AM |
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.
pnpm audit --fix updateを実行し、override を追加せずに更新可能なパッケージ(next,js-yaml,vitest,@vitest/browser-webdriverio,postcss,wsなど)を更新しました。@vitest/browser-webdriverio を ^4.1.11に合わせましたpnpm audit --fix updateの semver 内更新にとどまらず、各パッケージの最新バージョンへのアップデートおよび依存関係全体の再帰的更新(--depth Infinity)と lockfile の再解決を行ったところ、脆弱性を 85 件(Critical 2件含む)から 18 件(Critical 0件)まで大幅に削減することができました。wrangler/miniflare関連:wrangler@4.132.0への更新により、miniflare>sharp(0.34系) およびundiciの脆弱性を解消better-auth/@better-auth/drizzle-adapter: ^1.7.5 に更新webdriverio/@puppeteer/browsers関連:webdriverio@^9.31.9に更新@google/genai: 1.52.0 の preinstall スクリプトを pnpm-workspace.yaml の allowBuilds に追加esbuild (<=0.24.2):drizzle-kitが依存する@esbuild-kit/esm-loader(アーカイブ済み) 内に固定diff (<8.0.3)/serialize-javascript (<7.0.5):mocha(v11系) およびcopy-webpack-pluginに固定fast-uri: webpack プラグイン群が利用するschema-utils>ajvの内部依存vite/esbuild/extract-zip/deepmerge-ts:better-authの推移的依存(内部vitest/prisma-adapter等)に固定browserslist: Next.js / Sentry / OpenNext が利用する@babel/coreの内部依存experimental.joinsからadvanced.database.joinsへ移行しました。それ以外のアップグレードガイドの各項目については、本アプリへの影響はなくすべて無関係(または既に対応済み)です。