-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit 139c649
authored
Bump fast-xml-parser from 4.2.4 to 4.2.5 in /example (#2535)
Bumps
[fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser)
from 4.2.4 to 4.2.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">fast-xml-parser's
changelog</a>.</em></p>
<blockquote>
<p>Note: If you find missing information about particular minor version,
that version must have been changed without any functional change in
this library.</p>
<p><strong>4.2.5 / 2023-06-22</strong></p>
<ul>
<li>change code implementation</li>
</ul>
<p><strong>4.2.4 / 2023-06-06</strong></p>
<ul>
<li>fix security bug</li>
</ul>
<p><strong>4.2.3 / 2023-06-05</strong></p>
<ul>
<li>fix security bug</li>
</ul>
<p><strong>4.2.2 / 2023-04-18</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/562">#562</a>:
fix unpaired tag when it comes in last of a nested tag. Also throw error
when unpaired tag is used as closing tag</li>
</ul>
<p><strong>4.2.1 / 2023-04-18</strong></p>
<ul>
<li>fix: jpath after unpaired tags</li>
</ul>
<p><strong>4.2.0 / 2023-04-09</strong></p>
<ul>
<li>support <code>updateTag</code> parser property</li>
</ul>
<p><strong>4.1.4 / 2023-04-08</strong></p>
<ul>
<li>update typings to let user create XMLBuilder instance without
options (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/556">#556</a>)
(By <a href="https://github.com/omggga">Patrick</a>)</li>
<li>fix: IsArray option isn't parsing tags with 0 as value correctly <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/490">#490</a>
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/557">#557</a>)
(By <a href="https://github.com/p-kuen">Aleksandr Murashkin</a>)</li>
<li>feature: support <code>oneListGroup</code> to group repeated
children tags udder single group</li>
</ul>
<p><strong>4.1.3 / 2023-02-26</strong></p>
<ul>
<li>fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/546">#546</a>:
Support complex entity value</li>
</ul>
<p><strong>4.1.2 / 2023-02-12</strong></p>
<ul>
<li>Security Fix</li>
</ul>
<p><strong>4.1.1 / 2023-02-03</strong></p>
<ul>
<li>Fix <a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/540">#540</a>:
ignoreAttributes breaks unpairedTags</li>
<li>Refactor XML builder code</li>
</ul>
<p><strong>4.1.0 / 2023-02-02</strong></p>
<ul>
<li>Fix '<!-- raw HTML omitted -->' in DTD comment throwing an error.
(<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/533">#533</a>)
(By <a href="https://github.com/Cwazywierdo">Adam Baker</a>)</li>
<li>Set "eNotation" to 'true' as default</li>
</ul>
<p><strong>4.0.15 / 2023-01-25</strong></p>
<ul>
<li>make "eNotation" optional</li>
</ul>
<p><strong>4.0.14 / 2023-01-22</strong></p>
<ul>
<li>fixed: add missed typing "eNotation" to parse values</li>
</ul>
<p><strong>4.0.13 / 2023-01-07</strong></p>
<ul>
<li>preserveorder formatting (By <a
href="https://github.com/mdeknowis">mdeknowis</a>)</li>
<li>support <code>transformAttributeName</code> (By <a
href="https://github.com/erkie">Erik Rothoff Andersson</a>)</li>
</ul>
<p><strong>4.0.12 / 2022-11-19</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/643816d67b4c8b85ff97ba83e9bf41d23446c963"><code>643816d</code></a>
update package details</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/cc73065e1469147a0104dc122b0cdf6724354446"><code>cc73065</code></a>
Remove unused code (<a
href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/issues/587">#587</a>)</li>
<li><a
href="https://github.com/NaturalIntelligence/fast-xml-parser/commit/9a880b887916855c3a510869fd1ee268d7fe58b1"><code>9a880b8</code></a>
Merge pull request from GHSA-gpv5-7x3g-ghjv</li>
<li>See full diff in <a
href="https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/software-mansion/react-native-gesture-handler/network/alerts).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 92457f6 commit 139c649Copy full SHA for 139c649
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedFilter options
- example
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8341 | 8341 |
| |
8342 | 8342 |
| |
8343 | 8343 |
| |
8344 |
| - | |
8345 |
| - | |
8346 |
| - | |
| 8344 | + | |
| 8345 | + | |
| 8346 | + | |
8347 | 8347 |
| |
8348 | 8348 |
| |
8349 | 8349 |
| |
|
0 commit comments