Skip to content

Commit

Permalink
bump xmldom to 0.6.0 to avoid bug where it keeps "<" in attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelBelousov committed Jul 30, 2021
1 parent 208422a commit 0b257a0
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 15 deletions.
2 changes: 1 addition & 1 deletion clients/itwin/package.json
Expand Up @@ -66,7 +66,7 @@
"lodash": "^4.17.10",
"qs": "^6.5.1",
"superagent": "^5.2.2",
"xmldom": "^0.5.0",
"xmldom": "^0.6.0",
"xpath": "0.0.27"
},
"nyc": {
Expand Down
25 changes: 15 additions & 10 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/ecschema-editing/package.json
Expand Up @@ -59,7 +59,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"typescript": "~4.3.0",
"xmldom": "^0.5.0",
"xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/ecschema-locaters/package.json
Expand Up @@ -48,7 +48,7 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"typescript": "~4.3.0",
"xmldom": "^0.5.0"
"xmldom": "^0.6.0"
},
"dependencies": {
"glob": "^7.1.2"
Expand Down
2 changes: 1 addition & 1 deletion core/ecschema-metadata/package.json
Expand Up @@ -58,7 +58,7 @@
"rimraf": "^3.0.2",
"sinon": "^9.0.2",
"typescript": "~4.3.0",
"xmldom": "^0.5.0",
"xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion tools/ecschema2ts/package.json
Expand Up @@ -68,7 +68,7 @@
"chalk": "^3.0.0",
"commander": "^2.14.1",
"fs-extra": "^8.1.0",
"xmldom": "^0.5.0"
"xmldom": "^0.6.0"
},
"nyc": {
"extends": "./node_modules/@bentley/build-tools/.nycrc"
Expand Down

0 comments on commit 0b257a0

Please sign in to comment.