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 May 15, 2023
1 parent 6374b15 commit 32455da
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": "5.0.4",
"unknown": "0.2.5",
"wordwrap": "1.0.0",
"xml-formatter": "2.6.1",
"xml-formatter": "3.4.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 @@ -6242,22 +6242,22 @@ ws@^8.13.0:
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==

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.4.0:
version "3.4.0"
resolved "https://registry.yarnpkg.com/xml-formatter/-/xml-formatter-3.4.0.tgz#886ba71e5e0b3a721b372a4032d2bc1e08843011"
integrity sha512-chmCH4EAyHaMv6YqsZmFiA4jJNRkZCLYWYR8YvZqd1ItGTU4FPZrAC+Og8WyJ9PFUNG7EnGeEL0Nyn179Da7+Q==
dependencies:
xml-parser-xo "^3.2.0"
xml-parser-xo "^4.0.3"

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.3:
version "4.0.5"
resolved "https://registry.yarnpkg.com/xml-parser-xo/-/xml-parser-xo-4.0.5.tgz#58de932b1eae1c5864e6ee99a25266d1dd1f257f"
integrity sha512-UWXOHMQ4ySxpUiU3S/9KzPOhninlL8SN1xFfWgX9WjgoZWoLKtEeJIEz4jhKtdFsoZBCYjg9rDEP3qfnpiHagQ==

xmlchars@^2.2.0:
version "2.2.0"
Expand Down

0 comments on commit 32455da

Please sign in to comment.