diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26c1b25..c0957c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Your pull request will be reviewed and either merged, subject to change requests Make sure: - you have [Node.js](https://nodejs.org/en/) at version 22.12.0+ or 24.0.0+, -- you have [pnpm](https://pnpm.io) at version 11.1.1+ installed, +- you have [pnpm](https://pnpm.io) at version 11.1.3+ installed, - you are familiar with [Git](https://git-scm.com). **Before submitting your pull request,** make sure the following requirements are fulfilled: diff --git a/SECURITY.md b/SECURITY.md index 356fe31..180aee6 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,7 +10,7 @@ Node.js 22.12.0+ and 24.0.0+ are supported. **Odd major versions are not support ### Supported package manager versions -`npm` 10.9.0+ and `pnpm` 11.1.1+ are supported. **`yarn` is not supported.** +`npm` 10.9.0+ and `pnpm` 11.1.3+ are supported. **`yarn` is not supported.** ## Reporting a vulnerability diff --git a/package.json b/package.json index 3dbe6c3..c94885c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "engines": { "node": "^22.12.0 || ^24.0.0", "npm": ">=10.9.0", - "pnpm": ">=11.1.1" + "pnpm": ">=11.1.3" }, "scripts": { "biome": "biome check --write .",