[Snyk] Upgrade xml2js from 0.5.0 to 0.6.2 #1340

Closed
opened 2026-04-05 16:27:01 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @simlarsen on 12/5/2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade xml2js from 0.5.0 to 0.6.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released 4 months ago, on 2023-07-26.
Release notes
Package name: xml2js from xml2js GitHub release notes
Commit messages
Package name: xml2js
  • cf3e061 New release, 0.6.2
  • cb2f77e Fix read-only constraint via mistyped key name
  • 8e9a120 Update version number for release 0.6.1
  • 30f9d61 Replace filtering of names with `defineProperty`
  • ba46e54 Update package lock
  • 0e29f0e Release new version
  • a25035c Remove old unused files
  • 1de4688 Merge pull request #680 from Leonidas-from-XIV/zap-dependency-fix
  • 3b97ae5 Merge pull request #681 from Leonidas-from-XIV/cve-compat-fix
  • 167a385 Fix zap to be the original dependency
  • 5f6620f Compile changed coffeescript code
  • 044cfe5 Undo API changes from #603
  • 7292aa9 fix: include missed key check
  • 4c8ec89 fix: revert incorrectly adapted code
  • ad3a297 refactor: extract function for key check
  • d486007 fix: explicitly ignore vulnerable properties
  • 246252a chore: revert previous CVE fix
  • b856cb8 Add upper bound for coffeescript (for now)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

*Originally created by @simlarsen on 12/5/2023* <p>This PR was automatically created by Snyk using the credentials of a real user.</p><br /><h3>Snyk has created this PR to upgrade xml2js from 0.5.0 to 0.6.2.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **3 versions** ahead of your current version. - The recommended version was released **4 months ago**, on 2023-07-26. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>xml2js</b></summary> <ul> <li> <b>0.6.2</b> - <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/releases/tag/0.6.2">2023-07-26</a></br><p>New release, 0.6.2</p> </li> <li> <b>0.6.1</b> - <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/releases/tag/0.6.1">2023-07-25</a></br><p>Update version number for release 0.6.1</p> </li> <li> <b>0.6.0</b> - <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/releases/tag/0.6.0">2023-05-25</a></br><p>Release new version</p> </li> <li> <b>0.5.0</b> - <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/releases/tag/0.5.0">2023-04-09</a></br><p>Update package.json with latest PR</p> </li> </ul> from <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/releases">xml2js GitHub release notes</a> </details> </details> <details> <summary><b>Commit messages</b></summary> </br> <details> <summary>Package name: <b>xml2js</b></summary> <ul> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/cf3e061e22e98152b88068c2345bc02581f4d6c7">cf3e061</a> New release, 0.6.2</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/cb2f77e25c1999fdce952e127d9bed6d87786bb8">cb2f77e</a> Fix read-only constraint via mistyped key name</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/8e9a1209235406fe10cf96f4d458ce46c94bf412">8e9a120</a> Update version number for release 0.6.1</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/30f9d61d6fcf42a4361539a81037a3b5bbf2373c">30f9d61</a> Replace filtering of names with &#x60;defineProperty&#x60;</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/ba46e543a494eb72eabc8161db135467c4f5394f">ba46e54</a> Update package lock</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/0e29f0eb0dfc8307e83b1f41e32bb63940fdaf4e">0e29f0e</a> Release new version</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/a25035c87dfe3ffe5214cefa33e69ebb15b601b3">a25035c</a> Remove old unused files</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/1de4688e762061cdbd5b3e108819aea5c1aaf560">1de4688</a> Merge pull request #680 from Leonidas-from-XIV/zap-dependency-fix</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/3b97ae5494dbfb7bb62486582f0f9ca4b94e3b7f">3b97ae5</a> Merge pull request #681 from Leonidas-from-XIV/cve-compat-fix</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/167a38582024d38ab4794698645b45ede43eb79f">167a385</a> Fix zap to be the original dependency</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/5f6620fe211261ffaace9883c210148ecb4821f7">5f6620f</a> Compile changed coffeescript code</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/044cfe5d2a988845d01579dab33081c8aad7ac3e">044cfe5</a> Undo API changes from #603</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/7292aa92d901fc18468cb04100f8e2b1c49c412e">7292aa9</a> fix: include missed key check</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/4c8ec89859ac14a6c5d31adccfb4747ba074112b">4c8ec89</a> fix: revert incorrectly adapted code</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/ad3a29729658528b14c6dc42c260b52b8c76d990">ad3a297</a> refactor: extract function for key check</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/d486007a688bf10fa5a2ae72eed1e29b4b01a76a">d486007</a> fix: explicitly ignore vulnerable properties</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/246252ae01e2261098873723beeab88afc02bb29">246252a</a> chore: revert previous CVE fix</li> <li><a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/commit/b856cb8e419f6e2f569331d6192834be16410833">b856cb8</a> Add upper bound for coffeescript (for now)</li> </ul> <a href="https://snyk.io/redirect/github/Leonidas-from-XIV/node-xml2js/compare/bd0f7809a2a5d5e7ff7f8088154f25782857a46d...cf3e061e22e98152b88068c2345bc02581f4d6c7">Compare</a> </details> </details> <hr/> **Note:** *You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.* For more information: <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJkNWNhODFjNC03MzkxLTQxNzAtODM1My01MDJlYzFhODMxMzciLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImQ1Y2E4MWM0LTczOTEtNDE3MC04MzUzLTUwMmVjMWE4MzEzNyJ9fQ==" width="0" height="0"/> 🧐 [View latest project report](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/274dd1b5-2589-4279-bb73-2a2367ad9639?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/274dd1b5-2589-4279-bb73-2a2367ad9639/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/274dd1b5-2589-4279-bb73-2a2367ad9639/settings/integration?pkg&#x3D;xml2js&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades) <!--- (snyk:metadata:{"prId":"d5ca81c4-7391-4170-8353-502ec1a83137","prPublicId":"d5ca81c4-7391-4170-8353-502ec1a83137","dependencies":[{"name":"xml2js","from":"0.5.0","to":"0.6.2"}],"packageManager":"npm","type":"auto","projectUrl":"https://app.snyk.io/org/oneuptime-RsC2nshvQ2Vnr35jHvMnMP/project/274dd1b5-2589-4279-bb73-2a2367ad9639?utm_source=github&utm_medium=referral&page=upgrade-pr","projectPublicId":"274dd1b5-2589-4279-bb73-2a2367ad9639","env":"prod","prType":"upgrade","vulns":[],"issuesToFix":[],"upgrade":[],"upgradeInfo":{"versionsDiff":3,"publishedDate":"2023-07-26T10:23:09.713Z"},"templateVariants":[],"hasFixes":false,"isMajorUpgrade":false,"isBreakingChange":false,"priorityScoreList":[]}) --->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1340