diff --git a/Build/build-sspanel-appprofile.ts b/Build/build-sspanel-appprofile.ts index 37b8afa6..e5b93ddd 100644 --- a/Build/build-sspanel-appprofile.ts +++ b/Build/build-sspanel-appprofile.ts @@ -5,8 +5,6 @@ import { readFileIntoProcessedArray } from './lib/fetch-text-by-line'; import { task } from './trace'; import path from 'path'; -import { unlink } from 'fs/promises'; - import { ALL as AllStreamServices } from '../Source/stream'; import { getChnCidrPromise } from './build-chn-cidr'; import { getTelegramCIDRPromise } from './build-telegram-cidr'; @@ -110,7 +108,6 @@ export const buildSSPanelUIMAppProfile = task(import.meta.path, async (span) => lanCidrs ); - await unlink(path.resolve(import.meta.dir, '../Internal/appprofile.php')); await compareAndWriteFile( span, output, diff --git a/bun.lockb b/bun.lockb index d062f1f0..8ec2fe89 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index e51c3c69..f32390ff 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "author": "", "license": "ISC", "dependencies": { - "@cliqz/adblocker": "^1.27.3", + "@cliqz/adblocker": "^1.27.5", "@gorhill/publicsuffixlist": "3.0.1", "@sukka/listdir": "^0.3.1", "async-retry": "^1.3.3", @@ -29,8 +29,8 @@ "punycode": "^2.3.1", "table": "^6.8.2", "tar-stream": "^3.1.7", - "tldts": "^6.1.22", - "tldts-experimental": "^6.1.22" + "tldts": "^6.1.23", + "tldts-experimental": "^6.1.23" }, "devDependencies": { "@eslint-sukka/node": "6.0.0-beta.3",