Skip to content

Commit

Permalink
fix(deps): update dependency xml-formatter to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 15, 2022
1 parent 7d2b585 commit 7c03d42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"typescript": "4.9.4",
"unknown": "0.2.5",
"wordwrap": "1.0.0",
"xml-formatter": "2.6.1",
"xml-formatter": "3.1.0",
"yaml": "1.10.2",
"yarn": "1.22.19"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6057,22 +6057,22 @@ ws@^8.11.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.11.0.tgz#6a0d36b8edfd9f96d8b25683db2f8d7de6e8e143"
integrity sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==

xml-formatter@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/xml-formatter/-/xml-formatter-2.6.1.tgz#066ef3a100bd58ee3b943f0c503be63176d3d497"
integrity sha512-dOiGwoqm8y22QdTNI7A+N03tyVfBlQ0/oehAzxIZtwnFAHGeSlrfjF73YQvzSsa/Kt6+YZasKsrdu6OIpuBggw==
xml-formatter@3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/xml-formatter/-/xml-formatter-3.1.0.tgz#af3bcf01e8be5546dcdb88f1fb4ea515b717d917"
integrity sha512-OorgTrPIvT+ygYYetUdgJkBaHOJRTz7H0TQpm3XHSSMnScX+Lnyt8iagbsHEFgHMw2uyrUeyz1glYYOY3cCMtA==
dependencies:
xml-parser-xo "^3.2.0"
xml-parser-xo "^4.0.0"

xml-name-validator@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz#79a006e2e63149a8600f15430f0a4725d1524835"
integrity sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==

xml-parser-xo@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-3.2.0.tgz#c633ab55cf1976d6b03ab4a6a85045093ac32b73"
integrity sha512-8LRU6cq+d7mVsoDaMhnkkt3CTtAs4153p49fRo+HIB3I1FD1o5CeXRjRH29sQevIfVJIcPjKSsPU/+Ujhq09Rg==
xml-parser-xo@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-4.0.0.tgz#8b2775c68eb2f57d0baa07911ad6ea112240d628"
integrity sha512-tNnOebzhFa1EoeTadlJaZ/BNnjYH/YvkizHQ2Ss5lS49xuulEKhDHm65RQ4BCsP59u89vw9ogiNXDtgi7xfZHQ==

xmlchars@^2.2.0:
version "2.2.0"
Expand Down

0 comments on commit 7c03d42

Please sign in to comment.