deps: bump xml-formatter from 2.4.1 to 2.5.0 (#579) [skip ci]

This commit is contained in:
dependabot[bot]
2021-10-21 19:41:12 -04:00
committed by GitHub
parent 48cd1f5332
commit 38ab870704
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -42,7 +42,7 @@
"twemoji-parser": "^13.1.0",
"vue": "^2.6.12",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.4.1"
"xml-formatter": "^2.5.0"
},
"devDependencies": {
"eslint": "^8.0.0",
@@ -9762,9 +9762,9 @@
}
},
"node_modules/xml-formatter": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.4.1.tgz",
"integrity": "sha512-UFnFRNum4BxicU9U4DPhIlHAQqHtT/vTdCvC6fiD78xlpug8YLgawW3MHmT1+eCAM7YomvMGZziiMz9AnExZgQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.5.0.tgz",
"integrity": "sha512-IoDLp5OpSYFd03ONFVPD7gtMP9weilUm4NLVkP9+zRfCqGRbIOTIbmZ+/As0gZa802QlU2/yQxhP5DmSaNoprw==",
"dependencies": {
"xml-parser-xo": "^3.1.2"
},
@@ -17474,9 +17474,9 @@
}
},
"xml-formatter": {
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.4.1.tgz",
"integrity": "sha512-UFnFRNum4BxicU9U4DPhIlHAQqHtT/vTdCvC6fiD78xlpug8YLgawW3MHmT1+eCAM7YomvMGZziiMz9AnExZgQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/xml-formatter/-/xml-formatter-2.5.0.tgz",
"integrity": "sha512-IoDLp5OpSYFd03ONFVPD7gtMP9weilUm4NLVkP9+zRfCqGRbIOTIbmZ+/As0gZa802QlU2/yQxhP5DmSaNoprw==",
"requires": {
"xml-parser-xo": "^3.1.2"
}

View File

@@ -58,7 +58,7 @@
"twemoji-parser": "^13.1.0",
"vue": "^2.6.12",
"vue-prism-component": "^1.2.0",
"xml-formatter": "^2.4.1"
"xml-formatter": "^2.5.0"
},
"devDependencies": {
"eslint": "^8.0.0",