Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
indeyets committed Jun 8, 2021
1 parent b046286 commit 652294b
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 287 deletions.
10 changes: 5 additions & 5 deletions .yarn/releases/yarn-2.4.1.cjs → .yarn/releases/yarn-2.4.2.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-2.4.1.cjs
yarnPath: .yarn/releases/yarn-2.4.2.cjs
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@koa/router": "~10.0.0",
"ajv": "~8.5.0",
"ajv": "~8.6.0",
"ajv-formats": "~2.1.0",
"await-lock": "~2.1.0",
"aws-sdk": "^2.913.0",
"aws-sdk": "^2.923.0",
"bcrypt": "~5.0.1",
"bytes": "~3.1.0",
"cache-manager": "~3.4.3",
Expand All @@ -50,11 +50,11 @@
"debug": "~4.3.2",
"ejs": "~3.1.6",
"ff-url-finder": "~2.3.7",
"file-type": "~16.4.0",
"file-type": "~16.5.0",
"gifsicle": "~4.0.1",
"gm": "~1.23.1",
"grapheme-breaker": "0.3.2",
"ioredis": "~4.27.3",
"ioredis": "~4.27.5",
"jsonwebtoken": "~8.5.1",
"juice": "~7.0.0",
"knex": "~0.21.19",
Expand All @@ -71,11 +71,11 @@
"lodash": "~4.17.21",
"luxon": "~1.27.0",
"media-type": "~0.3.1",
"mime-types": "~2.1.30",
"mime-types": "~2.1.31",
"mmmagic": "~0.5.3",
"moment": "~2.29.1",
"monitor-dog": "1.5.2",
"music-metadata": "~7.8.5",
"music-metadata": "~7.8.6",
"mv": "2.1.1",
"n3": "~1.10.0",
"node-cache": "~5.1.2",
Expand All @@ -88,7 +88,7 @@
"pg": "~8.6.0",
"pg-cursor": "~2.6.0",
"pg-format": "~1.0.4",
"probe-image-size": "~7.1.0",
"probe-image-size": "~7.2.1",
"promise-streams": "~2.1.1",
"raven": "~2.6.4",
"react": "~16.13.1",
Expand Down Expand Up @@ -122,7 +122,7 @@
"@types/cache-manager": "~3.4.0",
"@types/cache-manager-ioredis": "~2.0.1",
"@types/jsonwebtoken": "~8.5.1",
"@types/koa": "~2.13.1",
"@types/koa": "~2.13.3",
"@types/koa-conditional-get": "~2.0.0",
"@types/koa-etag": "~3.0.0",
"@types/koa-morgan": "~1.0.4",
Expand All @@ -131,24 +131,24 @@
"@types/koa-static": "~4.0.1",
"@types/lodash": "~4.14.170",
"@types/mocha": "~8.2.2",
"@types/node": "~12.12.6",
"@types/node": "~12.12.70",
"@types/node-fetch": "~2.5.10",
"@types/pg-format": "~1.0.1",
"@types/raven": "~2.5.3",
"@types/sbd": "~1.0.1",
"@types/stream-meter": "~0.0.22",
"@types/uuid": "~8.3.0",
"@types/xregexp": "~4.4.0",
"@typescript-eslint/eslint-plugin": "~4.22.1",
"@typescript-eslint/parser": "~4.22.1",
"@typescript-eslint/eslint-plugin": "~4.26.1",
"@typescript-eslint/parser": "~4.26.1",
"chai": "3.5.0",
"chai-fs": "~2.0.0",
"cross-env": "~7.0.3",
"ejs-lint": "~1.2.0",
"eslint": "~7.27.0",
"eslint": "~7.28.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-babel": "~5.3.1",
"eslint-plugin-import": "~2.23.3",
"eslint-plugin-import": "~2.23.4",
"eslint-plugin-lodash": "~7.2.0",
"eslint-plugin-prettier": "~3.4.0",
"eslint-plugin-promise": "~5.1.0",
Expand All @@ -159,11 +159,11 @@
"mocha": "~8.4.0",
"npm-run-all": "~4.1.5",
"nyc": "~15.1.0",
"prettier": "~2.3.0",
"prettier": "~2.3.1",
"sinon": "~9.2.4",
"socket.io-client": "~2.3.1",
"superagent": "~6.1.0",
"typescript": "~4.2.4",
"typescript": "~4.3.2",
"unexpected": "~12.0.3",
"unexpected-date": "~2.0.0",
"unexpected-moment": "~3.3.0",
Expand Down
Loading

0 comments on commit 652294b

Please sign in to comment.