Open depfu[bot] opened 1 year ago
Hey! Changelogs info seems to be missing or might be in incorrect format. Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
```
- tag: changelog_text
```
**OR**
You can add tag in PR header or while doing a commit too
```
(tag) PR header
```
or
```
tag: PR header
```
Valid tags: **added** / **feat**, **changed**, **deprecated**, **fixed** / **fix**, **removed**, **security**, **build**, **ci**, **chore**, **docs**, **perf**, **refactor**, **revert**, **style**, **test**
Thanks!
For more info, check out [changelogg docs](https://docs.changelogg.io/)
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ xml2js (0.4.23 → 0.5.0) · Repo
Security Advisories 🚨
🚨 xml2js is vulnerable to prototype pollution
Commits
See the full diff on Github. The new version differs by 18 commits:
Update package.json with latest PR
Merge pull request #603 from autopulated/master
Merge pull request #598 from fnimick/master
Merge pull request #635 from wisesimpson/patch-1
Update README.md
use Object.create(null) to create all parsed objects (prevent prototype replacement)
Add documentation for `explicitCharkey` option
Merge pull request #512 from economia/master
Merge pull request #556 from Omega-Ariston/fix-issue544
Merge pull request #562 from Omega-Ariston/addDocExample
Update README.md
append example to README for issue #552
fix issue554
Bump version for next release
Merge pull request #546 from optoolco/reduce-deps
regenerate lib/parser.js
src: Inline util.promisify
package: Remove temporary util.promisify dep
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
This change is