chore: ⬆️ up deps in backend, sw, firefish-js, megalodon

This commit is contained in:
ThatOneCalculator 2023-08-10 13:30:38 -07:00
parent 8a6996b841
commit b205429431
No known key found for this signature in database
GPG key ID: 8703CACD01000000
5 changed files with 399 additions and 933 deletions

View file

@ -45,7 +45,7 @@
"argon2": "^0.31.0",
"autolinker": "4.0.0",
"autwh": "0.1.0",
"aws-sdk": "2.1413.0",
"aws-sdk": "2.1434.0",
"axios": "^1.4.0",
"bcryptjs": "2.4.3",
"blurhash": "2.0.5",
@ -62,15 +62,15 @@
"deep-email-validator": "0.1.21",
"escape-regexp": "0.0.1",
"feed": "4.2.2",
"file-type": "17.1.6",
"file-type": "18.5.0",
"firefish-js": "workspace:*",
"fluent-ffmpeg": "2.1.2",
"got": "12.5.3",
"got": "13.0.0",
"gunzip-maybe": "^1.4.2",
"hpagent": "0.1.2",
"hpagent": "1.2.0",
"ioredis": "5.3.2",
"ip-cidr": "3.1.0",
"is-svg": "4.3.2",
"is-svg": "5.0.0",
"js-yaml": "4.1.0",
"jsdom": "22.1.0",
"json5": "2.2.3",
@ -91,7 +91,7 @@
"meilisearch": "0.34.1",
"mfm-js": "0.23.3",
"mime-types": "2.1.35",
"msgpackr": "1.9.6",
"msgpackr": "1.9.7",
"multer": "1.4.5-lts.1",
"native-utils": "link:native-utils",
"nested-property": "4.0.0",
@ -103,7 +103,7 @@
"otpauth": "^9.1.4",
"parse5": "7.1.2",
"pg": "8.11.2",
"private-ip": "2.3.4",
"private-ip": "3.0.1",
"probe-image-size": "7.2.3",
"promise-limit": "2.7.0",
"punycode": "2.3.0",
@ -126,7 +126,7 @@
"stringz": "2.1.0",
"summaly": "2.7.0",
"syslog-pro": "1.0.0",
"systeminformation": "5.18.14",
"systeminformation": "5.18.15",
"tar-stream": "^3.1.6",
"tesseract.js": "^4.1.1",
"tinycolor2": "1.6.0",
@ -141,7 +141,7 @@
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.75",
"@swc/core": "^1.3.76",
"@types/adm-zip": "^0.5.0",
"@types/bcryptjs": "2.4.2",
"@types/escape-regexp": "0.0.1",
@ -161,7 +161,7 @@
"@types/koa__cors": "4.0.0",
"@types/koa__multer": "2.0.4",
"@types/koa__router": "12.0.0",
"@types/mocha": "9.1.1",
"@types/mocha": "10.0.1",
"@types/node": "20.4.9",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.9",

View file

@ -22,10 +22,10 @@
"url": "https://git.joinfirefish.org/firefish/firefish.git"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.36.0",
"@microsoft/api-documenter": "^7.22.21",
"@microsoft/api-documenter": "^7.22.33",
"@microsoft/api-extractor": "^7.36.4",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.62",
"@swc/core": "^1.3.76",
"@types/jest": "^27.4.0",
"@types/node": "20.3.1",
"jest": "^27.4.5",
@ -35,7 +35,7 @@
"ts-jest": "^27.1.2",
"ts-node": "10.4.0",
"tsd": "^0.28.1",
"typescript": "5.1.3"
"typescript": "5.1.6"
},
"files": [
"built"

View file

@ -5,9 +5,9 @@
"typings": "./lib/src/index.d.ts",
"scripts": {
"build": "tsc -p ./",
"build:debug": "pnpm run build",
"build:debug": "pnpm run build",
"lint": "pnpm rome check **/*.ts --apply",
"format": "pnpm rome format --write src/**/*.ts",
"format": "pnpm rome format --write src/**/*.ts",
"doc": "typedoc --out ../docs ./src",
"test": "NODE_ENV=test jest -u --maxWorkers=3"
},
@ -37,44 +37,44 @@
"dependencies": {
"@types/oauth": "^0.9.0",
"@types/ws": "^8.5.4",
"axios": "1.2.2",
"dayjs": "^1.11.7",
"async-lock": "1.4.0",
"axios": "1.4.0",
"dayjs": "^1.11.9",
"form-data": "^4.0.0",
"https-proxy-agent": "^5.0.1",
"https-proxy-agent": "^7.0.1",
"oauth": "^0.10.0",
"object-assign-deep": "^0.4.0",
"parse-link-header": "^2.0.0",
"socks-proxy-agent": "^7.0.0",
"typescript": "4.9.4",
"socks-proxy-agent": "^8.0.1",
"typescript": "5.1.6",
"uuid": "^9.0.0",
"ws": "8.12.0",
"async-lock": "1.4.0"
"ws": "8.13.0"
},
"devDependencies": {
"@types/core-js": "^2.5.0",
"@types/form-data": "^2.5.0",
"@types/jest": "^29.4.0",
"@types/object-assign-deep": "^0.4.0",
"@types/parse-link-header": "^2.0.0",
"@types/uuid": "^9.0.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@types/async-lock": "1.4.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/core-js": "^2.5.5",
"@types/form-data": "^2.5.0",
"@types/jest": "^29.5.3",
"@types/node": "20.4.9",
"@types/object-assign-deep": "^0.4.0",
"@types/parse-link-header": "^2.0.1",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.4.0",
"jest-worker": "^29.4.0",
"lodash": "^4.17.14",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"typedoc": "^0.23.24"
"jest": "^29.6.2",
"jest-worker": "^29.6.2",
"lodash": "^4.17.21",
"prettier": "^3.0.1",
"ts-jest": "^29.1.1",
"typedoc": "^0.24.8"
},
"directories": {
"lib": "lib",

View file

@ -10,12 +10,12 @@
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.62",
"@swc/core": "^1.3.76",
"@swc/core-android-arm64": "1.3.11",
"firefish-js": "workspace:*",
"idb-keyval": "^6.2.1",
"swc-loader": "^0.2.3",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}

File diff suppressed because it is too large Load diff