Compare commits

..

3 Commits

Author SHA1 Message Date
chiranjib-swain
ab17760505 feat(minimatch): enhance globstar matching and add maxGlobstarRecursion option 2026-02-25 12:25:15 +05:30
chiranjib-swain
2f9f95fe7e chore: update fast-xml-parser license information 2026-02-25 10:54:09 +05:30
dependabot[bot]
d6601ac67a build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.3...v5.3.4)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-version: 5.3.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-25 03:34:16 +00:00
5 changed files with 740 additions and 5341 deletions

View File

@@ -1,6 +1,6 @@
---
name: fast-xml-parser
version: 5.3.4
version: 5.3.7
type: npm
summary: Validate XML, Parse XML, Build XML without C/C++ based libraries
homepage:

View File

@@ -1,6 +1,6 @@
---
name: minimatch
version: 3.1.2
version: 3.1.4
type: npm
summary: a glob matcher in javascript
homepage:

264
dist/index.js vendored

File diff suppressed because one or more lines are too long

5809
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -46,7 +46,7 @@
"semver": "^7.5.4"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/jest": "^29.5.14",
"@types/lodash.deburr": "^4.1.6",
"@types/node": "^24.3.1",
"@types/semver": "^7.5.0",
@@ -58,7 +58,7 @@
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-node": "^11.1.0",
"jest": "^30.2.0",
"jest": "^29.6.2",
"jest-circus": "^29.5.0",
"jest-silent-reporter": "^0.5.0",
"js-yaml": "^4.1.1",