diff options
author | Chocobozzz <me@florianbigard.com> | 2022-02-10 09:05:44 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-02-10 09:05:44 +0100 |
commit | 119418b9d95085d28fc7281612a16babfe8c5a9b (patch) | |
tree | 6ee3563e70f0dec3c31ac902108cd370d24bfb01 /package.json | |
parent | 9d8ef212ff46cc1b96dc407a85e7486f185c5179 (diff) | |
download | PeerTube-119418b9d95085d28fc7281612a16babfe8c5a9b.tar.gz PeerTube-119418b9d95085d28fc7281612a16babfe8c5a9b.tar.zst PeerTube-119418b9d95085d28fc7281612a16babfe8c5a9b.zip |
Upgrade lru-cache
The bug has been fixed on their side
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index c6e2ce56a..7d45b3df7 100644 --- a/package.json +++ b/package.json | |||
@@ -117,7 +117,7 @@ | |||
117 | "js-yaml": "^4.0.0", | 117 | "js-yaml": "^4.0.0", |
118 | "jsonld": "~5.2.0", | 118 | "jsonld": "~5.2.0", |
119 | "lodash": "^4.17.10", | 119 | "lodash": "^4.17.10", |
120 | "lru-cache": "6", | 120 | "lru-cache": "7.3.1", |
121 | "magnet-uri": "^6.1.0", | 121 | "magnet-uri": "^6.1.0", |
122 | "markdown-it": "^12.0.4", | 122 | "markdown-it": "^12.0.4", |
123 | "markdown-it-emoji": "^2.0.0", | 123 | "markdown-it-emoji": "^2.0.0", |