Skip to content

Commit f9c9a2c

Browse files
committed
update builder to 1.1.7
1 parent b65da87 commit f9c9a2c

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Note: Due to some last quick changes on v4, detail of v4.5.3 & v4.5.4 are not up
55
**5.7.3**
66
- fix: alwaysCreateTextNode should create text node when attributes are present for self closing node
77
- fix stop node expression when ns prefix is removed (found by [iruizsalinas](https://github.com/iruizsalinas))
8-
- update XML Builder to 1.1.6
8+
- update XML Builder to 1.1.7
99
- mark addEntity deprecated
1010

1111

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
],
8989
"dependencies": {
9090
"@nodable/entities": "^2.1.0",
91-
"fast-xml-builder": "^1.1.6",
91+
"fast-xml-builder": "^1.1.7",
9292
"path-expression-matcher": "^1.5.0",
9393
"strnum": "^2.2.3"
9494
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,10 +2123,10 @@ fast-uri@^3.0.1:
21232123
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz"
21242124
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
21252125

2126-
fast-xml-builder@^1.1.6:
2127-
version "1.1.6"
2128-
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.6.tgz"
2129-
integrity sha512-exq7uOuwxoIsWZ7wKf9CV4Q0/yEAHxtktYDjCGsGrg+uKnNY/ly04Wkb2npZo5GEwz963yu+PRp+HLJf/qRrpQ==
2126+
fast-xml-builder@^1.1.7:
2127+
version "1.1.7"
2128+
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.7.tgz"
2129+
integrity sha512-Yh7/7rQuMXICNr0oMYDR2yHP6oUvmQsTToFeOWj/kIDhAwQ+c4Ol/lbcwOmEM5OHYQmh6S6EQSQ1sljCKP36bQ==
21302130
dependencies:
21312131
path-expression-matcher "^1.1.3"
21322132

0 commit comments

Comments
 (0)