summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-10-10 16:26:48 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-10-10 16:26:48 +0900
commitcf6e53b2ac1153f4cf346dcea5cf44f00ca0a645 (patch)
treeba39d905ea4d48d8ec377017d3993f6c829c5db0 /packages
parentclean up (diff)
downloadmisskey-cf6e53b2ac1153f4cf346dcea5cf44f00ca0a645.tar.gz
misskey-cf6e53b2ac1153f4cf346dcea5cf44f00ca0a645.tar.bz2
misskey-cf6e53b2ac1153f4cf346dcea5cf44f00ca0a645.zip
update deps
Diffstat (limited to 'packages')
-rw-r--r--packages/backend/package.json10
-rw-r--r--packages/frontend/package.json8
-rw-r--r--packages/misskey-js/package.json6
-rw-r--r--packages/sw/package.json2
4 files changed, 13 insertions, 13 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 796445ab23..bc24b4938c 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -86,7 +86,7 @@
"bcryptjs": "2.4.3",
"blurhash": "2.0.5",
"body-parser": "1.20.2",
- "bullmq": "4.12.2",
+ "bullmq": "4.12.3",
"cacheable-lookup": "7.0.0",
"cbor": "9.0.1",
"chalk": "5.3.0",
@@ -189,13 +189,13 @@
"@types/jsrsasign": "10.5.9",
"@types/mime-types": "2.1.2",
"@types/ms": "0.7.32",
- "@types/node": "20.8.3",
+ "@types/node": "20.8.4",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.11",
"@types/oauth": "0.9.2",
"@types/oauth2orize": "1.11.1",
"@types/oauth2orize-pkce": "0.1.0",
- "@types/pg": "8.10.3",
+ "@types/pg": "8.10.4",
"@types/pug": "2.0.7",
"@types/punycode": "2.1.0",
"@types/qrcode": "1.5.2",
@@ -212,8 +212,8 @@
"@types/vary": "1.1.1",
"@types/web-push": "3.6.1",
"@types/ws": "8.5.6",
- "@typescript-eslint/eslint-plugin": "6.7.4",
- "@typescript-eslint/parser": "6.7.4",
+ "@typescript-eslint/eslint-plugin": "6.7.5",
+ "@typescript-eslint/parser": "6.7.5",
"aws-sdk-client-mock": "3.0.0",
"cross-env": "7.0.3",
"eslint": "8.51.0",
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 7a822e0fdf..8b7604f311 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -59,7 +59,7 @@
"querystring": "0.2.1",
"rollup": "4.0.2",
"sanitize-html": "2.11.0",
- "sass": "1.69.0",
+ "sass": "1.69.1",
"strict-event-emitter-types": "2.0.0",
"textarea-caret": "3.1.0",
"three": "0.157.0",
@@ -101,7 +101,7 @@
"@types/estree": "1.0.2",
"@types/matter-js": "0.19.1",
"@types/micromatch": "4.0.3",
- "@types/node": "20.8.3",
+ "@types/node": "20.8.4",
"@types/punycode": "2.1.0",
"@types/sanitize-html": "2.9.1",
"@types/throttle-debounce": "5.0.0",
@@ -109,8 +109,8 @@
"@types/uuid": "9.0.5",
"@types/websocket": "1.0.7",
"@types/ws": "8.5.6",
- "@typescript-eslint/eslint-plugin": "6.7.4",
- "@typescript-eslint/parser": "6.7.4",
+ "@typescript-eslint/eslint-plugin": "6.7.5",
+ "@typescript-eslint/parser": "6.7.5",
"@vitest/coverage-v8": "0.34.6",
"@vue/runtime-core": "3.3.4",
"acorn": "8.10.0",
diff --git a/packages/misskey-js/package.json b/packages/misskey-js/package.json
index ae04058eb9..1b27380019 100644
--- a/packages/misskey-js/package.json
+++ b/packages/misskey-js/package.json
@@ -23,9 +23,9 @@
"@microsoft/api-extractor": "7.38.0",
"@swc/jest": "0.2.29",
"@types/jest": "29.5.5",
- "@types/node": "20.8.3",
- "@typescript-eslint/eslint-plugin": "6.7.4",
- "@typescript-eslint/parser": "6.7.4",
+ "@types/node": "20.8.4",
+ "@typescript-eslint/eslint-plugin": "6.7.5",
+ "@typescript-eslint/parser": "6.7.5",
"eslint": "8.51.0",
"jest": "29.7.0",
"jest-fetch-mock": "3.0.3",
diff --git a/packages/sw/package.json b/packages/sw/package.json
index fdab706510..24878a6e2f 100644
--- a/packages/sw/package.json
+++ b/packages/sw/package.json
@@ -14,7 +14,7 @@
"misskey-js": "workspace:*"
},
"devDependencies": {
- "@typescript-eslint/parser": "6.7.4",
+ "@typescript-eslint/parser": "6.7.5",
"@typescript/lib-webworker": "npm:@types/serviceworker@0.0.67",
"eslint": "8.51.0",
"eslint-plugin-import": "2.28.1",