File tree Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Expand file tree Collapse file tree 2 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 17
17
"main" : " index.js" ,
18
18
"dependencies" : {
19
19
"loader-utils" : " ^2.0.0" ,
20
- "semver" : " ^7.3.2 " ,
20
+ "semver" : " ^7.3.4 " ,
21
21
"svgo" : " ^1.3.2"
22
22
},
23
23
"peerDependencies" : {
Original file line number Diff line number Diff line change @@ -276,6 +276,13 @@ loader-utils@^2.0.0:
276
276
emojis-list "^3.0.0"
277
277
json5 "^2.1.2"
278
278
279
+ lru-cache@^6.0.0 :
280
+ version "6.0.0"
281
+ resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
282
+ integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
283
+ dependencies :
284
+ yallist "^4.0.0"
285
+
279
286
280
287
version "2.0.4"
281
288
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
@@ -353,10 +360,12 @@ sax@~1.2.4:
353
360
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
354
361
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
355
362
356
- semver@^7.3.2 :
357
- version "7.3.2"
358
- resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
359
- integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
363
+ semver@^7.3.4 :
364
+ version "7.3.4"
365
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
366
+ integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
367
+ dependencies :
368
+ lru-cache "^6.0.0"
360
369
361
370
source-map@^0.6.1 :
362
371
version "0.6.1"
@@ -429,3 +438,8 @@ util.promisify@~1.0.0:
429
438
es-abstract "^1.17.2"
430
439
has-symbols "^1.0.1"
431
440
object.getownpropertydescriptors "^2.1.0"
441
+
442
+ yallist@^4.0.0 :
443
+ version "4.0.0"
444
+ resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
445
+ integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
You can’t perform that action at this time.
0 commit comments