Skip to content

Commit 7edb005

Browse files
Update dependency lru-cache to ^11.2.4 (main) (elastic#246294)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lru-cache](https://redirect.github.com/isaacs/node-lru-cache) | dependencies | patch | [`^11.2.2` -> `^11.2.4`](https://renovatebot.com/diffs/npm/lru-cache/11.2.2/11.2.4) | --- ### Release Notes <details> <summary>isaacs/node-lru-cache (lru-cache)</summary> ### [`v11.2.4`](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.3...v11.2.4) [Compare Source](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.3...v11.2.4) ### [`v11.2.3`](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.3) [Compare Source](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.2...v11.2.3) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOkNvcmUiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19--> --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
1 parent e154e0b commit 7edb005

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@
13411341
"liquidjs": "^10.24.0",
13421342
"load-json-file": "^6.2.0",
13431343
"lodash": "^4.17.21",
1344-
"lru-cache": "^11.2.2",
1344+
"lru-cache": "^11.2.4",
13451345
"lz-string": "^1.5.0",
13461346
"magic-bytes.js": "^1.12.1",
13471347
"mapbox-gl-draw-rectangle-mode": "1.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25623,10 +25623,10 @@ lru-cache@^10.2.0:
2562325623
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
2562425624
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
2562525625

25626-
lru-cache@^11.0.0, lru-cache@^11.1.0, lru-cache@^11.2.2:
25627-
version "11.2.2"
25628-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
25629-
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
25626+
lru-cache@^11.0.0, lru-cache@^11.1.0, lru-cache@^11.2.4:
25627+
version "11.2.4"
25628+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.4.tgz#ecb523ebb0e6f4d837c807ad1abaea8e0619770d"
25629+
integrity sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==
2563025630

2563125631
lru-cache@^4.1.5:
2563225632
version "4.1.5"

0 commit comments

Comments
 (0)