chore: upgrade dependencies to latest versions

Upgrade key dependencies to their latest versions:
- fast-cidr-tools: 0.3.1 → 0.3.4
- glob: 7.2.3 → 13.0.0 (major version upgrade)
- gulp: 4.0.2 → 5.0.1 (major version upgrade)
- yaml: 1.10.2 → 2.8.1 (major version upgrade)

Update plugin files to ensure compatibility with the upgraded dependencies.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
metowolf
2025-11-25 14:55:17 +08:00
parent 93bbc89822
commit c5d6925d58
6 changed files with 624 additions and 1974 deletions

View File

@@ -12,12 +12,12 @@
"private": true,
"dependencies": {
"@ipdb/range": "^0.1.1",
"fast-cidr-tools": "^0.3.1",
"glob": "^7.2.3",
"gulp": "^4.0.2",
"fast-cidr-tools": "^0.3.4",
"glob": "^13.0.0",
"gulp": "^5.0.1",
"ipdb": "^0.3.3",
"progress": "^2.0.3",
"through2": "^4.0.2",
"yaml": "^1.10.2"
"yaml": "^2.8.1"
}
}