From 3f66409d75cd1f3c8de343256dae426e89fb9a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:32:47 +0000 Subject: [PATCH] Update dependency mpath to ^0.8.0 [SECURITY] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 7 ++++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d25dfe0b..9e0fd17e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9721,9 +9721,9 @@ } }, "mpath": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.6.0.tgz", - "integrity": "sha512-i75qh79MJ5Xo/sbhxrDrPSEG0H/mr1kcZXJ8dH6URU5jD/knFxCVqVC/gVSW7GIXL/9hHWlT9haLbCXWOll3qw==" + "version": "0.8.4", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", + "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==" }, "ms": { "version": "2.1.2", diff --git a/package.json b/package.json index 529748ae..c297a248 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "inflection": "^1.8.0", "lodash": "^4.17.11", "memoizee": "^0.4.14", - "mpath": "^0.6.0", + "mpath": "^0.8.0", "traverse": "^0.6.6", "uuid": "^3.3.2", "with-callback": "^1.0.2" diff --git a/yarn.lock b/yarn.lock index 8b6cffe6..30e47d08 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6000,9 +6000,10 @@ move-concurrently@^1.0.1: rimraf "^2.5.4" run-queue "^1.0.3" -mpath@^0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.6.0.tgz#aa922029fca4f0f641f360e74c5c1b6a4c47078e" +mpath@^0.8.0: + version "0.8.4" + resolved "https://registry.yarnpkg.com/mpath/-/mpath-0.8.4.tgz#6b566d9581621d9e931dd3b142ed3618e7599313" + integrity sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g== ms@2.0.0: version "2.0.0"