Skip to content

Commit 771623c

Browse files
authored
Merge pull request #2363 from blackflux/dev
[Gally]: master <- dev
2 parents a43461c + 1f7fb8d commit 771623c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"lodash.difference": "4.5.0",
8686
"lodash.get": "4.4.2",
8787
"lodash.set": "4.3.2",
88-
"lru-cache-ext": "4.0.0",
88+
"lru-cache-ext": "4.1.1",
8989
"object-fields": "4.0.0",
9090
"object-hash-strict": "4.0.1",
9191
"object-scan": "19.0.2",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4199,6 +4199,13 @@ lru-cache-ext@4.0.0:
41994199
dependencies:
42004200
lru-cache "10.0.0"
42014201

4202+
lru-cache-ext@4.1.1:
4203+
version "4.1.1"
4204+
resolved "https://registry.yarnpkg.com/lru-cache-ext/-/lru-cache-ext-4.1.1.tgz#201722bef956fc06b4053994562b417542a77af5"
4205+
integrity sha512-/NdLH3uYiWGeAFqms/SK/1GUoMWS5IRHQ0n50P/Ba2dzpevaPLHKm2gDEf2Jrhnsl2Yy+9f9wyufknWnDY9AlA==
4206+
dependencies:
4207+
lru-cache "10.0.0"
4208+
42024209
lru-cache@10.0.0:
42034210
version "10.0.0"
42044211
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"

0 commit comments

Comments
 (0)