File tree 1 file changed +17
-3
lines changed
1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -10103,6 +10103,13 @@ lru-cache@^5.1.1:
10103
10103
dependencies:
10104
10104
yallist "^3.0.2"
10105
10105
10106
+ lru-cache@^6.0.0:
10107
+ version "6.0.0"
10108
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
10109
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
10110
+ dependencies:
10111
+ yallist "^4.0.0"
10112
+
10106
10113
lz-string@^1.4.4:
10107
10114
version "1.4.4"
10108
10115
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
@@ -13939,9 +13946,11 @@ semver@^6.1.2, semver@^6.3.0:
13939
13946
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
13940
13947
13941
13948
semver@^7.1.1, semver@^7.1.3:
13942
- version "7.1.3"
13943
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
13944
- integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
13949
+ version "7.5.4"
13950
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
13951
+ integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
13952
+ dependencies:
13953
+ lru-cache "^6.0.0"
13945
13954
13946
13955
semver@~5.3.0:
13947
13956
version "5.3.0"
@@ -16252,6 +16261,11 @@ yallist@^3.0.2:
16252
16261
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
16253
16262
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
16254
16263
16264
+ yallist@^4.0.0:
16265
+ version "4.0.0"
16266
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
16267
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
16268
+
16255
16269
yaml@^1.7.2:
16256
16270
version "1.7.2"
16257
16271
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"
You can’t perform that action at this time.
0 commit comments