From 63805760ab36357bbd8d67aa3c510e894785335f Mon Sep 17 00:00:00 2001 From: Pawel Zelawski Date: Sat, 23 May 2026 10:07:34 +0200 Subject: chore!: upgrade deps/tooling, fix postcss vulnerability, and require Node >=20.19.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2be985c..e3cba54 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ pnpm add digiid-ts The package provides both ESM and UMD builds, with full TypeScript type definitions. ### Requirements -- Node.js 16.0.0 or higher +- Node.js 20.19.0 or higher - TypeScript 4.5 or higher (for TypeScript users) ## Usage @@ -117,7 +117,7 @@ app.post('/auth/callback', async (req, res) => { ### Prerequisites -* Node.js 18+ +* Node.js 20.19.0+ * npm 9+ ### Setup @@ -141,4 +141,4 @@ MIT ## Contributing -Contributions are welcome! Please feel free to submit a Pull Request. \ No newline at end of file +Contributions are welcome! Please feel free to submit a Pull Request. -- cgit v1.2.3