summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-02-26 18:51:45 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-02-26 18:51:45 +0900
commit76f3bdcdf95a8706d7572a22f9ca70e22afea5fd (patch)
treeb3d71c68fc45a3aed2967007c1333cd59588d59a /packages
parent[chore]Editorconfig: ymlに加えてyamlファイルに対しても同じ規... (diff)
downloadmisskey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.tar.gz
misskey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.tar.bz2
misskey-76f3bdcdf95a8706d7572a22f9ca70e22afea5fd.zip
update deps
Diffstat (limited to '')
-rw-r--r--packages/backend/package.json18
-rw-r--r--packages/frontend/package.json27
2 files changed, 22 insertions, 23 deletions
diff --git a/packages/backend/package.json b/packages/backend/package.json
index 4d1d37efff..9fa1e68a46 100644
--- a/packages/backend/package.json
+++ b/packages/backend/package.json
@@ -80,7 +80,7 @@
"fluent-ffmpeg": "2.1.2",
"form-data": "4.0.0",
"got": "12.5.3",
- "happy-dom": "^8.7.0",
+ "happy-dom": "8.9.0",
"hpagent": "1.2.0",
"ioredis": "4.28.5",
"ip-cidr": "3.1.0",
@@ -88,7 +88,7 @@
"js-yaml": "4.1.0",
"jsdom": "21.1.0",
"json5": "2.2.3",
- "jsonld": "8.1.0",
+ "jsonld": "8.1.1",
"jsrsasign": "10.6.1",
"mfm-js": "0.23.3",
"mime-types": "2.1.35",
@@ -127,7 +127,7 @@
"strict-event-emitter-types": "2.0.0",
"stringz": "2.1.0",
"summaly": "github:misskey-dev/summaly",
- "systeminformation": "5.17.9",
+ "systeminformation": "5.17.10",
"tinycolor2": "1.6.0",
"tmp": "0.2.1",
"tsc-alias": "1.8.2",
@@ -156,7 +156,7 @@
"@types/color-convert": "2.0.0",
"@types/content-disposition": "0.5.5",
"@types/escape-regexp": "0.0.1",
- "@types/fluent-ffmpeg": "2.1.20",
+ "@types/fluent-ffmpeg": "2.1.21",
"@types/ioredis": "4.28.10",
"@types/jest": "29.4.0",
"@types/js-yaml": "4.0.5",
@@ -164,7 +164,7 @@
"@types/jsonld": "1.5.8",
"@types/jsrsasign": "10.5.5",
"@types/mime-types": "2.1.1",
- "@types/node": "18.14.0",
+ "@types/node": "18.14.1",
"@types/node-fetch": "3.0.3",
"@types/nodemailer": "6.4.7",
"@types/oauth": "0.9.1",
@@ -183,18 +183,18 @@
"@types/tinycolor2": "1.4.3",
"@types/tmp": "0.2.3",
"@types/unzipper": "0.10.5",
- "@types/uuid": "9.0.0",
+ "@types/uuid": "9.0.1",
"@types/vary": "1.1.0",
"@types/web-push": "3.3.2",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "5.52.0",
- "@typescript-eslint/parser": "5.52.0",
+ "@typescript-eslint/parser": "5.53.0",
"cross-env": "7.0.3",
- "eslint": "8.34.0",
+ "eslint": "8.35.0",
"eslint-plugin-import": "2.27.5",
"execa": "6.1.0",
"jest": "29.4.3",
"jest-mock": "29.4.3"
}
-} \ No newline at end of file
+}
diff --git a/packages/frontend/package.json b/packages/frontend/package.json
index 24f8d9b6a6..e4c04f5937 100644
--- a/packages/frontend/package.json
+++ b/packages/frontend/package.json
@@ -41,12 +41,12 @@
"matter-js": "0.19.0",
"mfm-js": "0.23.3",
"misskey-js": "0.0.15",
- "photoswipe": "5.3.5",
+ "photoswipe": "5.3.6",
"prismjs": "1.29.0",
"punycode": "2.3.0",
"querystring": "0.2.1",
"rndstr": "1.0.0",
- "rollup": "3.17.2",
+ "rollup": "3.17.3",
"s-age": "1.1.2",
"sanitize-html": "2.10.0",
"sass": "1.58.3",
@@ -54,7 +54,7 @@
"strict-event-emitter-types": "2.0.0",
"syuilo-password-strength": "0.0.1",
"textarea-caret": "3.1.0",
- "three": "0.149.0",
+ "three": "0.150.0",
"throttle-debounce": "5.0.0",
"tinycolor2": "1.6.0",
"tsc-alias": "1.8.2",
@@ -63,7 +63,7 @@
"typescript": "4.9.5",
"uuid": "9.0.0",
"vanilla-tilt": "1.8.0",
- "vite": "4.1.2",
+ "vite": "4.1.4",
"vue": "3.2.47",
"vue-plyr": "7.0.0",
"vue-prism-editor": "2.0.0-alpha.2",
@@ -71,29 +71,28 @@
},
"devDependencies": {
"@types/escape-regexp": "0.0.1",
- "@types/glob": "8.0.1",
"@types/gulp": "4.0.10",
"@types/gulp-rename": "2.0.1",
"@types/matter-js": "0.18.2",
- "@types/node": "18.14.0",
+ "@types/node": "18.14.1",
"@types/punycode": "2.1.0",
"@types/sanitize-html": "2.8.0",
- "@types/seedrandom": "3.0.4",
+ "@types/seedrandom": "3.0.5",
"@types/throttle-debounce": "5.0.0",
"@types/tinycolor2": "1.4.3",
- "@types/uuid": "9.0.0",
+ "@types/uuid": "9.0.1",
"@types/websocket": "1.0.5",
"@types/ws": "8.5.4",
- "@typescript-eslint/eslint-plugin": "5.52.0",
- "@typescript-eslint/parser": "5.52.0",
+ "@typescript-eslint/eslint-plugin": "5.53.0",
+ "@typescript-eslint/parser": "5.53.0",
"@vue/runtime-core": "3.2.47",
"cross-env": "7.0.3",
- "cypress": "12.6.0",
- "eslint": "8.34.0",
+ "cypress": "12.7.0",
+ "eslint": "8.35.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-vue": "9.9.0",
"start-server-and-test": "1.15.4",
"vue-eslint-parser": "9.1.0",
- "vue-tsc": "1.1.4"
+ "vue-tsc": "1.2.0"
}
-} \ No newline at end of file
+}