Clears all 23 open advisories (13 high, 10 moderate) on the default branch. next 16.2.10 -> 16.2.11 (18 of the 23 alerts), with eslint-config-next kept in lockstep. Bump the exact-pinned overrides that held two packages at vulnerable versions: js-yaml 4.2.0 -> 4.3.0, postcss 8.5.16 -> 8.5.18. Add two overrides that no upstream bump could reach: - sharp 0.35.0, because next 16.2.11 declares ^0.34.5 and caret on a 0.x version excludes the patched 0.35.0 - brace-expansion 1.1.16 and 5.0.7, scoped per major branch, since minimatch@3 pulls 1.x and minimatch@10 pulls 5.x independently Verified by absence: the lockfile no longer contains next 16.2.10, sharp 0.34.5, postcss 8.5.16, js-yaml 4.2.0, brace-expansion 1.1.14 or 5.0.6. Checking only that patched versions are present would pass while a vulnerable copy survived under a different parent.
exchange-rate-export
Fetch data from BIDV or Techcombank and export to Excel or CSV.
Features:
- Choose BIDV or Techcombank.
- Select time range.
- View and export to Excel or CSV.
Use data from :
This is a Next.js project bootstrapped with create-next-app.
Getting Started
Requires Node.js 24+ and pnpm 11+.
First, run the development server:
pnpm install
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.js. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
Learn More
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
Deploy on Vercel
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.