diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-04-04 11:08:10 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-04-04 11:08:10 +0900 |
| commit | 1b9f8a87d374392ed56743d971e93efff688adc8 (patch) | |
| tree | 942597b0cfca85e79a74d5b1870f2b99a5d8359e /package.json | |
| parent | refactor: Use === (diff) | |
| download | misskey-1b9f8a87d374392ed56743d971e93efff688adc8.tar.gz misskey-1b9f8a87d374392ed56743d971e93efff688adc8.tar.bz2 misskey-1b9f8a87d374392ed56743d971e93efff688adc8.zip | |
chore: Update dependencies :rocket:
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 121 |
1 files changed, 61 insertions, 60 deletions
diff --git a/package.json b/package.json index 8ef4c0a715..29d599a2b5 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,13 @@ "private": true, "scripts": { "start": "node ./index.js", + "start-product": "cross-env NODE_ENV=production node ./index.js", "init": "npm run migrate", "ormconfig": "node ./built/ormconfig.js", "migrate": "ts-node ./node_modules/typeorm/cli.js migration:run", "migrateandstart": "npm run migrate && npm run start", "build": "webpack && gulp build", + "build-product": "cross-env NODE_ENV=production webpack && gulp build", "webpack": "webpack", "watch": "webpack --watch", "gulp": "gulp build", @@ -30,18 +32,18 @@ "lodash": "^4.17.13" }, "dependencies": { - "@elastic/elasticsearch": "7.6.0", - "@fortawesome/fontawesome-svg-core": "1.2.27", - "@fortawesome/free-brands-svg-icons": "5.12.1", - "@fortawesome/free-regular-svg-icons": "5.12.1", - "@fortawesome/free-solid-svg-icons": "5.12.1", + "@elastic/elasticsearch": "7.6.1", + "@fortawesome/fontawesome-svg-core": "1.2.28", + "@fortawesome/free-brands-svg-icons": "5.13.0", + "@fortawesome/free-regular-svg-icons": "5.13.0", + "@fortawesome/free-solid-svg-icons": "5.13.0", "@fortawesome/vue-fontawesome": "0.1.9", - "@juggle/resize-observer": "3.0.2", + "@juggle/resize-observer": "3.1.3", "@koa/cors": "3.0.0", "@koa/multer": "2.0.2", "@koa/router": "8.0.8", "@types/bcryptjs": "2.4.2", - "@types/bull": "3.12.0", + "@types/bull": "3.12.1", "@types/cbor": "5.0.0", "@types/dateformat": "3.0.1", "@types/double-ended-queue": "2.1.1", @@ -51,10 +53,10 @@ "@types/gulp-rename": "0.0.33", "@types/gulp-replace": "0.0.31", "@types/is-url": "1.2.28", - "@types/js-yaml": "3.12.2", - "@types/jsdom": "12.2.4", + "@types/js-yaml": "3.12.3", + "@types/jsdom": "16.2.0", "@types/katex": "0.11.0", - "@types/koa": "2.11.1", + "@types/koa": "2.11.3", "@types/koa-bodyparser": "4.3.0", "@types/koa-compress": "2.0.9", "@types/koa-cors": "0.0.0", @@ -68,8 +70,8 @@ "@types/koa__router": "8.0.2", "@types/lolex": "5.1.0", "@types/markdown-it": "0.0.9", - "@types/mocha": "7.0.1", - "@types/node": "13.7.1", + "@types/mocha": "7.0.2", + "@types/node": "13.11.0", "@types/nodemailer": "6.4.0", "@types/nprogress": "0.2.0", "@types/oauth": "0.9.1", @@ -80,7 +82,7 @@ "@types/qrcode": "1.3.4", "@types/random-seed": "0.3.3", "@types/ratelimiter": "2.1.28", - "@types/redis": "2.8.15", + "@types/redis": "2.8.17", "@types/rename": "1.0.1", "@types/request": "2.48.4", "@types/request-promise-native": "1.0.17", @@ -93,26 +95,26 @@ "@types/systeminformation": "3.54.1", "@types/tinycolor2": "1.4.2", "@types/tmp": "0.1.0", - "@types/uuid": "3.4.7", + "@types/uuid": "7.0.2", "@types/web-push": "3.3.0", - "@types/webpack": "4.41.6", + "@types/webpack": "4.41.10", "@types/webpack-stream": "3.2.10", "@types/websocket": "1.0.0", - "@types/ws": "7.2.1", - "@typescript-eslint/parser": "2.19.2", + "@types/ws": "7.2.3", + "@typescript-eslint/parser": "2.26.0", "agentkeepalive": "4.1.0", "animejs": "3.1.0", - "apexcharts": "3.15.6", + "apexcharts": "3.17.1", "autobind-decorator": "2.4.0", "autosize": "4.0.2", "autwh": "0.1.0", - "aws-sdk": "2.617.0", + "aws-sdk": "2.653.0", "bcryptjs": "2.4.3", - "bull": "3.12.1", + "bull": "3.13.0", "cafy": "15.2.1", "cbor": "5.0.1", "chai": "4.2.0", - "chalk": "3.0.0", + "chalk": "4.0.0", "chart.js": "2.9.3", "cli-highlight": "2.1.4", "commander": "4.1.1", @@ -124,16 +126,16 @@ "diskusage": "1.1.3", "double-ended-queue": "2.1.0-0", "eslint": "6.8.0", - "eslint-plugin-vue": "6.1.2", + "eslint-plugin-vue": "6.2.2", "eventemitter3": "4.0.0", "feed": "4.1.0", "fibers": "4.0.2", - "file-type": "14.1.2", + "file-type": "14.1.4", "fluent-ffmpeg": "2.1.2", "glob": "7.1.6", "gulp": "4.0.2", - "gulp-clean-css": "4.2.0", - "gulp-dart-sass": "0.9.1", + "gulp-clean-css": "4.3.0", + "gulp-dart-sass": "1.0.0", "gulp-mocha": "7.0.2", "gulp-rename": "2.0.0", "gulp-replace": "1.0.0", @@ -143,21 +145,21 @@ "gulp-typescript": "5.0.1", "hard-source-webpack-plugin": "0.13.1", "html-minifier": "4.0.0", - "http-signature": "1.3.1", + "http-signature": "1.3.4", "https-proxy-agent": "5.0.0", "insert-text-at-cursor": "0.3.0", "is-root": "2.1.0", "is-svg": "4.2.1", "js-yaml": "3.13.1", - "jsdom": "16.1.0", - "json5": "2.1.1", + "jsdom": "16.2.2", + "json5": "2.1.2", "json5-loader": "3.0.0", - "jsrsasign": "8.0.12", + "jsrsasign": "8.0.13", "katex": "0.11.1", "koa": "2.11.0", - "koa-bodyparser": "4.2.1", + "koa-bodyparser": "4.3.0", "koa-compress": "3.0.0", - "koa-favicon": "2.0.1", + "koa-favicon": "2.1.0", "koa-json-body": "5.3.0", "koa-logger": "3.2.1", "koa-mount": "4.0.0", @@ -165,24 +167,23 @@ "koa-slow": "2.1.0", "koa-views": "6.2.1", "langmap": "0.0.16", - "loader-utils": "1.2.3", "lolex": "5.1.2", "lookup-dns-cache": "2.1.0", "markdown-it": "10.0.0", - "markdown-it-anchor": "5.2.5", - "mocha": "7.0.1", + "markdown-it-anchor": "5.2.7", + "mocha": "7.1.1", "moji": "0.5.1", "ms": "2.1.2", "multer": "1.4.2", "nested-property": "1.0.4", "node-fetch": "2.6.0", - "nodemailer": "6.4.2", + "nodemailer": "6.4.6", "nprogress": "0.2.0", "object-assign-deep": "0.4.0", "os-utils": "0.0.14", "parse5": "5.1.1", "parsimmon": "1.13.0", - "pg": "7.18.1", + "pg": "8.0.0", "portal-vue": "2.1.7", "portscanner": "2.2.0", "postcss-loader": "3.0.0", @@ -193,11 +194,11 @@ "promise-sequential": "1.1.1", "pug": "2.0.4", "punycode": "2.1.1", - "pureimage": "0.1.6", + "pureimage": "0.2.1", "qrcode": "1.4.4", "random-seed": "0.3.0", "randomcolor": "0.5.4", - "ratelimiter": "3.4.0", + "ratelimiter": "3.4.1", "recaptcha-promise": "0.1.3", "reconnecting-websocket": "4.4.0", "redis": "3.0.2", @@ -211,57 +212,57 @@ "rimraf": "3.0.2", "rndstr": "1.0.0", "s-age": "1.1.2", - "sass": "1.25.0", + "sass": "1.26.3", "sass-loader": "8.0.2", "seedrandom": "3.0.5", - "sharp": "0.24.0", + "sharp": "0.25.2", "showdown": "1.9.1", "showdown-highlightjs-extension": "0.1.2", "speakeasy": "2.0.0", - "stringz": "2.0.0", + "stringz": "2.1.0", "style-loader": "1.1.3", "summaly": "2.3.1", "syslog-pro": "1.0.0", - "systeminformation": "4.21.2", + "systeminformation": "4.23.1", "syuilo-password-strength": "0.0.1", - "terser-webpack-plugin": "2.3.4", + "terser-webpack-plugin": "2.3.5", "textarea-caret": "3.1.0", - "three": "0.113.2", + "three": "0.115.0", "tinycolor2": "1.4.1", "tmp": "0.1.0", - "ts-loader": "6.2.1", - "ts-node": "8.6.2", - "tslint": "6.0.0", + "ts-loader": "6.2.2", + "ts-node": "8.8.1", + "tslint": "6.1.1", "tslint-sonarts": "1.9.0", - "typeorm": "0.2.22", - "typescript": "3.7.5", + "typeorm": "0.2.24", + "typescript": "3.8.3", "ulid": "2.3.0", "url-loader": "3.0.0", - "uuid": "3.4.0", + "uuid": "7.0.3", "v-animate-css": "0.0.3", "v-debounce": "0.1.2", "vue": "2.6.11", - "vue-color": "2.7.0", + "vue-color": "2.7.1", "vue-content-loading": "1.6.0", "vue-cropperjs": "4.0.1", - "vue-i18n": "8.15.3", + "vue-i18n": "8.16.0", "vue-json-pretty": "1.6.3", - "vue-loader": "15.9.0", + "vue-loader": "15.9.1", "vue-marquee-text-component": "1.1.1", - "vue-meta": "2.3.2", + "vue-meta": "2.3.3", "vue-prism-component": "1.1.1", - "vue-router": "3.1.5", + "vue-router": "3.1.6", "vue-style-loader": "4.1.2", - "vue-svg-inline-loader": "1.4.5", + "vue-svg-inline-loader": "1.5.0", "vue-template-compiler": "2.6.11", "vuedraggable": "2.23.2", - "vuex": "3.1.2", - "vuex-persistedstate": "2.7.1", + "vuex": "3.1.3", + "vuex-persistedstate": "3.0.1", "web-push": "3.4.3", - "webpack": "4.41.6", + "webpack": "4.42.1", "webpack-cli": "3.3.11", "websocket": "1.0.31", - "ws": "7.2.1", + "ws": "7.2.3", "xev": "2.0.1" }, "devDependencies": { |