tiennm99 af55d621ed fix(deps): resolve 23 Dependabot advisories
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.
2026-07-26 00:26:28 +07:00
2025-06-27 12:20:40 +07:00
2025-06-26 20:09:37 +07:00
2026-04-29 21:33:36 +07:00
2025-06-27 12:20:40 +07:00
2025-06-27 12:20:40 +07:00

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:

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.

S
Description
Get data from BIDV and export to Excel format
Readme Apache-2.0
1.1 MiB
Languages
JavaScript 94.2%
CSS 5.8%