diff options
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 7 |
2 files changed, 7 insertions, 2 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", |
@@ -5639,7 +5639,12 @@ lru-cache@4.1.x: | |||
5639 | pseudomap "^1.0.2" | 5639 | pseudomap "^1.0.2" |
5640 | yallist "^2.1.2" | 5640 | yallist "^2.1.2" |
5641 | 5641 | ||
5642 | lru-cache@6, lru-cache@^6.0.0: | 5642 | lru-cache@7.3.1: |
5643 | version "7.3.1" | ||
5644 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.3.1.tgz#7702e80694ec2bf19865567a469f2b081fcf53f5" | ||
5645 | integrity sha512-nX1x4qUrKqwbIAhv4s9et4FIUVzNOpeY07bsjGUy8gwJrXH/wScImSQqXErmo/b2jZY2r0mohbLA9zVj7u1cNw== | ||
5646 | |||
5647 | lru-cache@^6.0.0: | ||
5643 | version "6.0.0" | 5648 | version "6.0.0" |
5644 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" | 5649 | resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94" |
5645 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== | 5650 | integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== |