Skip to content

Commit b9e7649

Browse files
fix(deps): update dependency lru-cache to v11.2.7 (#1380)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [lru-cache](https://redirect.github.com/isaacs/node-lru-cache) | [`11.2.6` → `11.2.7`](https://renovatebot.com/diffs/npm/lru-cache/11.2.6/11.2.7) | ![age](https://developer.mend.io/api/mc/badges/age/npm/lru-cache/11.2.7?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lru-cache/11.2.6/11.2.7?slim=true) | --- ### Release Notes <details> <summary>isaacs/node-lru-cache (lru-cache)</summary> ### [`v11.2.7`](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.6...v11.2.7) [Compare Source](https://redirect.github.com/isaacs/node-lru-cache/compare/v11.2.6...v11.2.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c0eb5a commit b9e7649

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/structure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"line-column": "1.0.2",
4040
"lodash": "4.17.23",
4141
"lodash-decorators": "6.0.1",
42-
"lru-cache": "11.2.6",
42+
"lru-cache": "11.2.7",
4343
"proxyquire": "2.1.3",
4444
"smol-toml": "1.6.0",
4545
"ts-morph": "23.0.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ __metadata:
36603660
line-column: "npm:1.0.2"
36613661
lodash: "npm:4.17.23"
36623662
lodash-decorators: "npm:6.0.1"
3663-
lru-cache: "npm:11.2.6"
3663+
lru-cache: "npm:11.2.7"
36643664
proxyquire: "npm:2.1.3"
36653665
smol-toml: "npm:1.6.0"
36663666
ts-morph: "npm:23.0.0"
@@ -21639,10 +21639,10 @@ __metadata:
2163921639
languageName: node
2164021640
linkType: hard
2164121641

21642-
"lru-cache@npm:11.2.6, lru-cache@npm:^11.0.0, lru-cache@npm:^11.0.1, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.2.4":
21643-
version: 11.2.6
21644-
resolution: "lru-cache@npm:11.2.6"
21645-
checksum: 10c0/73bbffb298760e71b2bfe8ebc16a311c6a60ceddbba919cfedfd8635c2d125fbfb5a39b71818200e67973b11f8d59c5a9e31d6f90722e340e90393663a66e5cd
21642+
"lru-cache@npm:11.2.7, lru-cache@npm:^11.0.0, lru-cache@npm:^11.0.1, lru-cache@npm:^11.1.0, lru-cache@npm:^11.2.1, lru-cache@npm:^11.2.4":
21643+
version: 11.2.7
21644+
resolution: "lru-cache@npm:11.2.7"
21645+
checksum: 10c0/549cdb59488baa617135fc12159cafb1a97f91079f35093bb3bcad72e849fc64ace636d244212c181dfdf1a99bbfa90757ff303f98561958ee4d0f885d9bd5f7
2164621646
languageName: node
2164721647
linkType: hard
2164821648

0 commit comments

Comments
 (0)