From 51933da115ed30716fcf12a4e60ccadea467a790 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 07:54:39 -0500 Subject: [PATCH] Update dependency @types/moment-duration-format to ^2.2.7 (main) (#242221) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@types/moment-duration-format](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/moment-duration-format) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/moment-duration-format)) | devDependencies | patch | [`^2.2.6` -> `^2.2.7`](https://renovatebot.com/diffs/npm/@types%2fmoment-duration-format/2.2.6/2.2.7) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> (cherry picked from commit 44aff51a1a0178db52b960bdb6f81b2a9661c369) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57e3838061fc1..a47cf515c3cb6 100644 --- a/package.json +++ b/package.json @@ -1696,7 +1696,7 @@ "@types/minimatch": "^2.0.29", "@types/minimist": "^1.2.5", "@types/mock-fs": "^4.13.1", - "@types/moment-duration-format": "^2.2.6", + "@types/moment-duration-format": "^2.2.7", "@types/mustache": "^4.2.5", "@types/nock": "^10.0.3", "@types/node": "22.19.1", diff --git a/yarn.lock b/yarn.lock index e97e8d5f513bb..41a3e5e4f52e9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13100,10 +13100,10 @@ dependencies: "@types/node" "*" -"@types/moment-duration-format@^2.2.6": - version "2.2.6" - resolved "https://registry.yarnpkg.com/@types/moment-duration-format/-/moment-duration-format-2.2.6.tgz#953e24479475b1bfbce948e75fd47c5a4ec7f837" - integrity sha512-Qw+6ys3sQCatqukjoIBsL1UJq6S7ep4ixrNvDkdViSgzw2ZG3neArXNu3ww7mEG8kwP32ZDoON/esWb7OUckRQ== +"@types/moment-duration-format@^2.2.7": + version "2.2.7" + resolved "https://registry.yarnpkg.com/@types/moment-duration-format/-/moment-duration-format-2.2.7.tgz#bce2b4705bc3c893839d5b2cb043f5f468a59317" + integrity sha512-BSxkbKI8ucqqxi4ZCfmFPilUDPoL85YVrOvn/AhCQoeqNfnRsRLGkk68TpoC7L6GwU27RltYiQV5dtfPTv/RHw== dependencies: moment ">=2.14.0"