From 29df6cc4e425e141b379af09618d24dcc94e51d2 Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:51:59 +0100 Subject: [PATCH] Update dependency @types/fnv-plus to ^1.3.2 (main) (#205442) 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/fnv-plus](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fnv-plus) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/fnv-plus)) | devDependencies | patch | [`^1.3.0` -> `^1.3.2`](https://renovatebot.com/diffs/npm/@types%2ffnv-plus/1.3.0/1.3.2) | --- ### 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://togithub.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sergi Romeu (cherry picked from commit f57ce3096c2c89da785b4095af4a54871ef93dbb) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a9c0b201fc687..2be5f2bb1d7e2 100644 --- a/package.json +++ b/package.json @@ -1566,7 +1566,7 @@ "@types/file-saver": "^2.0.0", "@types/flat": "^5.0.5", "@types/flot": "^0.0.31", - "@types/fnv-plus": "^1.3.0", + "@types/fnv-plus": "^1.3.2", "@types/geojson": "^7946.0.10", "@types/getos": "^3.0.0", "@types/gulp": "^4.0.6", diff --git a/yarn.lock b/yarn.lock index e11e0ad63aad3..dcaeae130a179 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10618,10 +10618,10 @@ dependencies: "@types/jquery" "*" -"@types/fnv-plus@^1.3.0": - version "1.3.0" - resolved "https://registry.yarnpkg.com/@types/fnv-plus/-/fnv-plus-1.3.0.tgz#0f43f0b7e7b4b24de3a1cab69bfa009508f4c084" - integrity sha512-ijls8MsO6Q9JUSd5w1v4y2ijM6S4D/nmOyI/FwcepvrZfym0wZhLdYGFD5TJID7tga0O3I7SmtK69RzpSJ1Fcw== +"@types/fnv-plus@^1.3.2": + version "1.3.2" + resolved "https://registry.yarnpkg.com/@types/fnv-plus/-/fnv-plus-1.3.2.tgz#bd591c1031ae48a18c99eaa60f659288aea545c0" + integrity sha512-Bgr5yn2dph2q8HZKDS002Pob6vaRTRfhqN9E+TOhjKsJvnfZXULPR3ihH8dL5ZjgxbNhqhTn9hijpbAMPtKZzw== "@types/fs-extra@^9.0.1": version "9.0.13"