File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 42
42
},
43
43
"dependencies" : {
44
44
"debug" : " ^4.3.2" ,
45
- "fast-xml-parser" : " ^3.19 .0"
45
+ "fast-xml-parser" : " ^3.20 .0"
46
46
},
47
47
"devDependencies" : {
48
48
"@commitlint/cli" : " ^7.2.1" ,
Original file line number Diff line number Diff line change @@ -3289,10 +3289,12 @@ fast-levenshtein@~2.0.6:
3289
3289
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
3290
3290
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
3291
3291
3292
- fast-xml-parser@^3.19.0 :
3293
- version "3.19.0"
3294
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01"
3295
- integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==
3292
+ fast-xml-parser@^3.20.0 :
3293
+ version "3.20.3"
3294
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.20.3.tgz#c171425356d4d929efeca4e4f67f24231a31c786"
3295
+ integrity sha512-FfHJ/QCpo4K2gquBX7dIAcmShSBG4dMtYJ3ghSiR4w7YqlUujuamrM57C+mKLNWS3mvZzmm2B2Qx8Q6Gfw+lDQ==
3296
+ dependencies :
3297
+ strnum "^1.0.4"
3296
3298
3297
3299
fastq@^1.6.0 :
3298
3300
version "1.8.0"
@@ -8065,6 +8067,11 @@ strip-json-comments@~2.0.1:
8065
8067
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
8066
8068
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
8067
8069
8070
+ strnum@^1.0.4 :
8071
+ version "1.0.4"
8072
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.4.tgz#e97e36a7d6ba9f93d0d6b496b2ed0678d422832b"
8073
+ integrity sha512-lMzNMfDpaQOLt4B2mEbfzYS0+T7dvCXeojnlGf6f1AygvWDMcWyXYaLbyICfjVu29sErR8fnRagQfBW/N/hGgw==
8074
+
8068
8075
supports-color@^2.0.0 :
8069
8076
version "2.0.0"
8070
8077
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
You can’t perform that action at this time.
0 commit comments