From 8940274e89e2fc70b01066867d73cb8381902f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 11:44:07 +0000 Subject: [PATCH] chore: bump env-paths from 2.2.1 to 3.0.0 Bumps [env-paths](https://github.com/sindresorhus/env-paths) from 2.2.1 to 3.0.0. - [Release notes](https://github.com/sindresorhus/env-paths/releases) - [Commits](https://github.com/sindresorhus/env-paths/compare/v2.2.1...v3.0.0) --- updated-dependencies: - dependency-name: env-paths dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++++----- package.json | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 81e345691..64ca76e01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "argon2": "^0.31.1", "compression": "^1.7.4", "cookie-parser": "^1.4.6", - "env-paths": "^2.2.1", + "env-paths": "^3.0.0", "express": "^5.0.1", "http-proxy": "^1.18.1", "httpolyglot": "^0.1.2", @@ -2003,11 +2003,15 @@ } }, "node_modules/env-paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-3.0.0.tgz", + "integrity": "sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A==", + "license": "MIT", "engines": { - "node": ">=6" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/es-abstract": { diff --git a/package.json b/package.json index 8344ea91d..58bea4686 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "argon2": "^0.31.1", "compression": "^1.7.4", "cookie-parser": "^1.4.6", - "env-paths": "^2.2.1", + "env-paths": "^3.0.0", "express": "^5.0.1", "http-proxy": "^1.18.1", "httpolyglot": "^0.1.2",