From f902400a249b7e11a50c1f58030e6b3afba2eb37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:11:06 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9c85b3ee2c33..53fd7f06b2a3 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,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.0-beta.3", "http-proxy": "^1.18.1", "httpolyglot": "^0.1.2", diff --git a/yarn.lock b/yarn.lock index e6fbfd3d09f9..2817f2f25c53 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1118,10 +1118,10 @@ entities@^3.0.1: resolved "https://registry.yarnpkg.com/entities/-/entities-3.0.1.tgz#2b887ca62585e96db3903482d336c1006c3001d4" integrity sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q== -env-paths@^2.2.1: - version "2.2.1" - resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== +env-paths@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-3.0.0.tgz#2f1e89c2f6dbd3408e1b1711dd82d62e317f58da" + integrity sha512-dtJUTepzMW3Lm/NPxRf3wP4642UWhjL2sQxc+ym2YMj1m/H2zDNQOlezafzkHwn6sMstjHTwG6iQQsctDW/b1A== es-abstract@^1.22.1: version "1.22.2"