Skip to content

Commit 47174ae

Browse files
authored
fix dependency review (#2325)
1 parent 5cb810c commit 47174ae

File tree

4 files changed

+12
-10
lines changed

4 files changed

+12
-10
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
"qrcode": "^1.5.0",
5555
"semver": "^7.5.2",
5656
"undici": "^6.11.1",
57-
"ws": "^8.17.1"
57+
"ws": "^8.17.1",
58+
"fast-xml-parser": "4.4.1"
5859
}
5960
}

packages/apps/dashboard/admin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"resolutions": {
3333
"braces": "^3.0.3",
34-
"tar": "^6.2.1"
34+
"tar": "^6.2.1",
35+
"fast-xml-parser": "4.4.1"
3536
},
3637
"author": {
3738
"name": "HUMAN Protocol"

packages/apps/dashboard/admin/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5259,10 +5259,10 @@ [email protected]:
52595259
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
52605260
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
52615261

5262-
fast-xml-parser@^4.2.2:
5263-
version "4.4.0"
5264-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz#341cc98de71e9ba9e651a67f41f1752d1441a501"
5265-
integrity sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==
5262+
fast-xml-parser@4.4.1, fast-xml-parser@^4.2.2:
5263+
version "4.4.1"
5264+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
5265+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
52665266
dependencies:
52675267
strnum "^1.0.5"
52685268

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14055,10 +14055,10 @@ [email protected], fast-url-parser@^1.1.3:
1405514055
dependencies:
1405614056
punycode "^1.3.2"
1405714057

14058-
fast-xml-parser@^4.2.2:
14059-
version "4.4.0"
14060-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.0.tgz#341cc98de71e9ba9e651a67f41f1752d1441a501"
14061-
integrity sha512-kLY3jFlwIYwBNDojclKsNAC12sfD6NwW74QB2CoNGPvtVxjliYehVunB3HYyNi+n4Tt1dAcgwYvmKF/Z18flqg==
14058+
fast-xml-parser@4.4.1, fast-xml-parser@^4.2.2:
14059+
version "4.4.1"
14060+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
14061+
integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
1406214062
dependencies:
1406314063
strnum "^1.0.5"
1406414064

0 commit comments

Comments
 (0)