Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Feb 15, 2023
1 parent 51c8599 commit e1a5cdb
Show file tree
Hide file tree
Showing 5 changed files with 1,119 additions and 1,063 deletions.
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.4.1.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-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.4.1.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@koa/router": "~12.0.0",
"ajv": "~8.12.0",
"ajv-formats": "~2.1.1",
"async-ratelimiter": "~1.3.5",
"async-ratelimiter": "~1.3.6",
"await-lock": "~2.2.2",
"aws-sdk": "^2.1299.0",
"bcrypt": "~5.1.0",
Expand All @@ -49,7 +49,7 @@
"classnames": "~2.3.2",
"commander": "~10.0.0",
"config": "~3.3.9",
"console-stamp": "~3.1.0",
"console-stamp": "~3.1.1",
"debug": "~4.3.4",
"ejs": "~3.1.8",
"email-validator": "~2.0.4",
Expand All @@ -60,7 +60,7 @@
"gm": "~1.23.1",
"grapheme-breaker": "0.3.2",
"humps": "~2.0.1",
"ioredis": "~5.2.5",
"ioredis": "~5.2.6",
"jsonwebtoken": "~9.0.0",
"juice": "~7.0.0",
"knex": "~2.4.2",
Expand Down Expand Up @@ -88,7 +88,7 @@
"node-cache": "~5.1.2",
"node-fetch": "~3.3.0",
"node-loggly-bulk": "~3.0.1",
"nodemailer": "~6.9.0",
"nodemailer": "~6.9.1",
"nodemailer-smtp-transport": "~2.7.4",
"nodemailer-stub-transport": "~1.1.0",
"numeral": "~2.0.6",
Expand Down Expand Up @@ -145,7 +145,7 @@
"chai-fs": "~2.0.0",
"cross-env": "~7.0.3",
"ejs-lint": "~2.0.0",
"esbuild": "~0.17.4",
"esbuild": "~0.17.8",
"eslint": "~8.32.0",
"eslint-config-prettier": "~8.6.0",
"eslint-plugin-babel": "~5.3.1",
Expand All @@ -160,19 +160,19 @@
"mocha": "~10.2.0",
"npm-run-all": "~4.1.5",
"nyc": "~15.1.0",
"prettier": "~2.8.3",
"prettier": "~2.8.4",
"s3rver": "~3.7.1",
"sinon": "~15.0.1",
"socket.io-client": "~2.3.1",
"source-map-support": "~0.5.21",
"superagent": "~8.0.8",
"typescript": "~4.9.4",
"superagent": "~8.0.9",
"typescript": "~4.9.5",
"unexpected": "~13.1.0",
"unexpected-date": "~2.0.0",
"unexpected-map": "~3.1.0",
"unexpected-moment": "~3.3.0",
"unexpected-sinon": "~11.1.0",
"xml-parser": "~1.2.1"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.1"
}
Loading

0 comments on commit e1a5cdb

Please sign in to comment.