mirror of
https://github.com/metowolf/iplist.git
synced 2025-12-16 14:59:39 +08:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
2582
pnpm-lock.yaml
generated
2582
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ const plugin = (through2, file, cb) => {
|
||||
|
||||
console.log('Parse ipdb')
|
||||
|
||||
const ipdb = new IPDB(file.contents, {
|
||||
const ipdb = new IPDB(file.path, {
|
||||
patches: [ipdb_range]
|
||||
})
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ const plugin = (through2, file, cb) => {
|
||||
|
||||
console.log('Parse ipdb')
|
||||
|
||||
const ipdb = new IPDB(file.contents, {
|
||||
const ipdb = new IPDB(file.path, {
|
||||
patches: [ipdb_range, ipdb_cac]
|
||||
})
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ const plugin = (through2, file, cb) => {
|
||||
|
||||
console.log('Parse ipdb')
|
||||
|
||||
const ipdb = new IPDB(file.contents, {
|
||||
const ipdb = new IPDB(file.path, {
|
||||
patches: [ipdb_range]
|
||||
})
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ const plugin = (through2, file, cb) => {
|
||||
|
||||
console.log('Parse ipdb')
|
||||
|
||||
const ipdb = new IPDB(file.contents, {
|
||||
const ipdb = new IPDB(file.path, {
|
||||
patches: [ipdb_range]
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user