Skip to content

Commit 3bbe193

Browse files
committed
chore: bump deps
1 parent b57a889 commit 3bbe193

File tree

6 files changed

+3843
-3657
lines changed

6 files changed

+3843
-3657
lines changed

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -26,36 +26,36 @@
2626
],
2727
"dependencies": {
2828
"@ladjs/browserslist-config": "^0.0.1",
29-
"cac": "^6.6.1",
30-
"camelcase": "^6.1.0",
29+
"cac": "^6.7.1",
30+
"camelcase": "^6.2.0",
3131
"github-username-regex": "^1.0.0",
3232
"is-email": "^1.0.0",
3333
"is-url": "^1.2.4",
3434
"is-valid-npm-name": "^0.0.5",
3535
"npm-conf": "^1.1.3",
3636
"sao": "0.x",
37-
"semver": "^7.3.2",
37+
"semver": "^7.3.4",
3838
"speakingurl": "^14.0.1",
3939
"superb": "^4.0.0",
40-
"update-notifier": "^5.0.0",
40+
"update-notifier": "^5.1.0",
4141
"uppercamelcase": "^3.0.0"
4242
},
4343
"devDependencies": {
4444
"@commitlint/cli": "^11.0.0",
4545
"@commitlint/config-conventional": "^11.0.0",
46-
"ava": "^3.13.0",
47-
"codecov": "^3.8.0",
48-
"cross-env": "^7.0.2",
49-
"eslint": "^7.11.0",
50-
"eslint-config-xo-lass": "^1.0.4",
51-
"eslint-plugin-compat": "^3.8.0",
46+
"ava": "^3.15.0",
47+
"codecov": "^3.8.1",
48+
"cross-env": "^7.0.3",
49+
"eslint": "^7.19.0",
50+
"eslint-config-xo-lass": "^1.0.5",
51+
"eslint-plugin-compat": "^3.9.0",
5252
"eslint-plugin-no-smart-quotes": "^1.1.0",
53-
"husky": "^4.3.0",
54-
"lint-staged": "^10.4.2",
53+
"husky": "^5.0.9",
54+
"lint-staged": "^10.5.4",
5555
"nyc": "^15.1.0",
5656
"remark-cli": "^9.0.0",
57-
"remark-preset-github": "^3.0.3",
58-
"xo": "^0.34.1"
57+
"remark-preset-github": "^4.0.1",
58+
"xo": "^0.37.1"
5959
},
6060
"engines": {
6161
"node": ">=12.11.0"

template/assets/js/uncaught.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const logger = require('./logger');
99
// <https://github.com/cabinjs/cabin#stacktrace>
1010
//
1111
uncaught.start();
12-
uncaught.addListener(async function (err, event) {
12+
uncaught.addListener(async (err, event) => {
1313
if (!err) {
1414
if (typeof ErrorEvent === 'function' && event instanceof ErrorEvent)
1515
return logger.error(event.message, { event });

template/config/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const config = {
191191
lastLoginField: 'last_login_at',
192192
usernameLowerCase: true,
193193
limitAttempts: true,
194-
maxAttempts: env.NODE_ENV === 'development' ? Infinity : 5,
194+
maxAttempts: env.NODE_ENV === 'development' ? Number.POSITIVE_INFINITY : 5,
195195
digestAlgorithm: 'sha256',
196196
encoding: 'hex',
197197
saltlen: 32,

template/package.json

+60-60
Original file line numberDiff line numberDiff line change
@@ -27,97 +27,98 @@
2727
"<%= author %> <<%= email %>> (<%= website %>)"
2828
],
2929
"dependencies": {
30-
"@fortawesome/fontawesome-free": "^5.15.1",
31-
"@hapi/boom": "^9.1.0",
32-
"@koa/router": "^9.4.0",
33-
"@ladjs/api": "^5.0.9",
34-
"@ladjs/assets": "^1.0.2",
30+
"@fortawesome/fontawesome-free": "^5.15.2",
31+
"@hapi/boom": "^9.1.1",
32+
"@koa/router": "^10.0.0",
33+
"@ladjs/api": "^6.0.0",
34+
"@ladjs/assets": "^1.1.1",
3535
"@ladjs/env": "^2.0.2",
36-
"@ladjs/graceful": "^1.0.4",
37-
"@ladjs/i18n": "^6.0.5",
36+
"@ladjs/graceful": "^1.0.5",
37+
"@ladjs/i18n": "^7.0.1",
3838
"@ladjs/mongoose": "^2.1.1",
3939
"@ladjs/mongoose-error-messages": "^1.0.0",
4040
"@ladjs/passport": "^2.1.0",
41-
"@ladjs/pick-original": "0.0.6",
42-
"@ladjs/policies": "^3.1.2",
41+
"@ladjs/pick-original": "1.0.0",
42+
"@ladjs/policies": "^5.0.0",
4343
"@ladjs/proxy": "^2.0.3",
4444
"@ladjs/redis": "^1.0.7",
45-
"@ladjs/shared-config": "^3.0.9",
45+
"@ladjs/shared-config": "^4.0.0",
4646
"@ladjs/store-ip-address": "^0.0.7",
47-
"@ladjs/web": "^9.2.4",
47+
"@ladjs/web": "^10.0.0",
4848
"@primer/css": "^15.2.0",
4949
"@sidoshi/random-string": "^1.0.0",
50-
"@slack/web-api": "^5.12.0",
50+
"@slack/web-api": "^6.0.0",
5151
"@tkrotoff/bootstrap-floating-label": "^0.7.0",
5252
"array-join-conjunction": "^1.0.0",
53-
"axe": "^6.0.7",
53+
"axe": "^8.0.0",
5454
"basic-auth": "^2.0.1",
5555
"bitter-font": "^0.0.1",
56-
"boolean": "3.0.1",
57-
"bootstrap": "4.5.2",
58-
"bree": "^3.3.0",
56+
"boolean": "^3.0.2",
57+
"bootstrap": "4.6.0",
58+
"bree": "^6.0.0",
5959
"bson-objectid": "^1.3.1",
60-
"cabin": "^8.0.7",
60+
"cabin": "^9.0.4",
6161
"captain-hook": "^0.0.3",
62-
"cheerio": "^1.0.0-rc.3",
62+
"cheerio": "^1.0.0-rc.5",
6363
"clipboard": "^2.0.6",
6464
"consolidate": "^0.16.0",
6565
"crypto-random-string": "^3.3.0",
6666
"custom-fonts-in-emails": "^4.0.2",
6767
"dashify": "^2.0.0",
68-
"dayjs": "^1.9.3",
68+
"dayjs": "^1.10.4",
6969
"dayjs-with-plugins": "^0.0.4",
7070
"del": "^6.0.0",
71-
"email-templates": "^7.1.2",
71+
"email-templates": "^8.0.3",
7272
"fast-safe-stringify": "^2.0.7",
7373
"font-awesome-assets": "^0.0.8",
7474
"gemoji": "^6.1.0",
7575
"github-markdown-css": "^4.0.0",
7676
"hasha": "^5.2.2",
77-
"highlight.js": "^10.3.1",
77+
"highlight.js": "^10.6.0",
7878
"html5-history-api": "^4.2.10",
7979
"humanize-string": "^2.1.0",
8080
"ip": "^1.1.5",
8181
"is-string-and-not-blank": "^0.0.2",
82-
"isbot": "^3.0.13",
82+
"isbot": "^3.0.23",
8383
"jquery": "3.5.1",
8484
"jquery-lazy": "^1.7.11",
8585
"jquery-placeholder": "^2.3.1",
8686
"jquery.pointer-events-polyfill": "^0.2.4",
8787
"koa-ctx-paginate": "^0.0.6",
8888
"koa-views-render": "^0.0.1",
8989
"lodash": "^4.17.20",
90-
"mandarin": "^4.1.1",
90+
"mandarin": "^4.2.0",
9191
"manifest-rev": "^1.0.3",
92-
"markdown-it": "^12.0.1",
92+
"markdown-it": "^12.0.4",
9393
"markdown-it-emoji": "^2.0.0",
9494
"markdown-it-github-headings": "^2.0.0",
95-
"markdown-it-highlightjs": "^3.3.0",
95+
"markdown-it-highlightjs": "^3.4.0",
9696
"markdown-it-task-checkbox": "^1.0.6",
97-
"mongoose": "^5.10.9",
97+
"mongodb-memory-server": "^6.9.3",
98+
"mongoose": "^5.11.15",
9899
"mongoose-common-plugin": "2.0.2",
99100
"mongoose-json-select": "^0.2.1",
100101
"mongoose-omit-common-fields": "0.0.6",
101102
"mongoose-unique-validator": "^2.0.3",
102-
"nodemailer": "^6.4.14",
103+
"nodemailer": "^6.4.18",
103104
"nodemailer-base64-to-s3": "^3.0.2",
104105
"numeral": "^2.0.6",
105106
"otplib": "^12.0.1",
106107
"p-map": "^4.0.0",
107108
"p-series": "^2.1.0",
108109
"parse-logs": "^1.0.0",
109-
"passport-local-mongoose": "^6.0.1",
110+
"passport-local-mongoose": "^6.1.0",
110111
"passport-otp-strategy": "^1.0.1",
111-
"pino": "^6.7.0",
112+
"pino": "^6.11.1",
112113
"pluralize": "^8.0.0",
113114
"popper.js": "^1.16.1",
114115
"prepare-stack-trace": "^0.0.4",
115116
"pug": "^3.0.0",
116117
"qrcode": "^1.4.4",
117-
"qs": "^6.9.4",
118+
"qs": "^6.9.6",
118119
"reserved-email-addresses-list": "0.0.8",
119120
"rev-hash": "^3.0.0",
120-
"sanitize-html": "^2.1.0",
121+
"sanitize-html": "^2.3.2",
121122
"signale": "^1.4.0",
122123
"speakingurl": "^14.0.1",
123124
"stacktrace-js": "^2.0.2",
@@ -126,35 +127,35 @@
126127
"sweetalert2": "8.x",
127128
"titleize": "^2.1.0",
128129
"uncaught": "^0.0.5",
129-
"validator": "^13.1.17",
130+
"validator": "^13.5.2",
130131
"zxcvbn": "^4.4.2"
131132
},
132133
"devDependencies": {
133-
"@babel/cli": "^7.12.1",
134-
"@babel/core": "^7.12.3",
134+
"@babel/cli": "^7.12.13",
135+
"@babel/core": "^7.12.13",
135136
"@babel/polyfill": "^7.12.1",
136-
"@babel/preset-env": "^7.12.1",
137+
"@babel/preset-env": "^7.12.13",
137138
"@commitlint/cli": "^11.0.0",
138139
"@commitlint/config-conventional": "^11.0.0",
139140
"@ladjs/browserslist-config": "^0.0.1",
140141
"@ladjs/gulp-envify": "^2.0.1",
141-
"ava": "^3.13.0",
142+
"ava": "^3.15.0",
142143
"babel-eslint": "^10.1.0",
143144
"babelify": "^10.0.0",
144145
"browserify": "^17.0.0",
145146
"bundle-collapser": "^1.4.0",
146-
"codecov": "^3.8.0",
147+
"codecov": "^3.8.1",
147148
"cssnano": "^4.1.10",
148-
"eslint": "^7.11.0",
149-
"eslint-config-xo-lass": "^1.0.4",
149+
"eslint": "^7.19.0",
150+
"eslint-config-xo-lass": "^1.0.5",
150151
"eslint-formatter-pretty": "^4.0.0",
151-
"eslint-plugin-compat": "^3.8.0",
152+
"eslint-plugin-compat": "^3.9.0",
152153
"eslint-plugin-no-smart-quotes": "^1.1.0",
153154
"factor-bundle": "^2.5.0",
154155
"factory-girl": "^5.0.4",
155-
"fixpack": "^3.0.6",
156+
"fixpack": "^4.0.0",
156157
"get-port": "^5.1.1",
157-
"globby": "^11.0.1",
158+
"globby": "^11.0.2",
158159
"gulp": "^4.0.2",
159160
"gulp-babel": "^8.0.0",
160161
"gulp-cli": "^2.3.0",
@@ -163,46 +164,45 @@
163164
"gulp-imagemin": "^7.1.0",
164165
"gulp-livereload": "^4.0.2",
165166
"gulp-postcss": "^9.0.0",
166-
"gulp-pug-linter": "^1.4.0",
167+
"gulp-pug-linter": "^1.5.0",
167168
"gulp-remark": "^9.0.0",
168169
"gulp-rev": "^9.0.0",
169170
"gulp-rev-all": "^2.0.3",
170171
"gulp-rev-sri": "0.0.4",
171172
"gulp-sass": "^4.1.0",
172-
"gulp-sourcemaps": "^2.6.5",
173-
"gulp-terser": "^1.4.0",
173+
"gulp-sourcemaps": "^3.0.0",
174+
"gulp-terser": "^2.0.1",
174175
"gulp-unassert": "^2.0.0",
175176
"gulp-xo": "^0.25.0",
176-
"husky": "^4.3.0",
177+
"husky": "^5.0.9",
177178
"imagemin-pngquant": "^9.0.1",
178-
"lint-staged": "10.4.2",
179+
"lint-staged": "10.5.4",
179180
"make-dir": "^3.1.0",
180-
"mongodb-memory-server": "6.3",
181-
"ms": "^2.1.2",
182-
"node-sass": "^4.14.1",
183-
"nodemon": "^2.0.6",
181+
"ms": "^2.1.3",
182+
"node-sass": "^5.0.0",
183+
"nodemon": "^2.0.7",
184184
"npm-run-all": "^4.1.5",
185185
"nps": "^5.10.0",
186186
"nps-utils": "^1.7.0",
187187
"nyc": "^15.1.0",
188188
"parse-git-config": "^3.0.0",
189-
"postcss": "^8.1.2",
189+
"postcss": "^8.2.6",
190190
"postcss-font-magician": "^3.0.0",
191191
"postcss-font-smoothing": "^0.1.0",
192192
"postcss-preset-env": "^6.7.0",
193-
"postcss-reporter": "^7.0.1",
194-
"postcss-scss": "^3.0.2",
193+
"postcss-reporter": "^7.0.2",
194+
"postcss-scss": "^3.0.4",
195195
"pug-lint": "^2.6.0",
196196
"rc": "^1.2.8",
197197
"remark-cli": "^9.0.0",
198-
"remark-preset-github": "^3.0.3",
199-
"sinon": "^9.2.0",
200-
"stylelint": "^13.7.2",
198+
"remark-preset-github": "^4.0.1",
199+
"sinon": "^9.2.4",
200+
"stylelint": "^13.10.0",
201201
"stylelint-config-recommended-scss": "^4.2.0",
202-
"stylelint-scss": "^3.18.0",
203-
"supertest": "^5.0.0",
202+
"stylelint-scss": "^3.19.0",
203+
"supertest": "^6.1.3",
204204
"through2": "^4.0.2",
205-
"xo": "^0.34.1"
205+
"xo": "^0.37.1"
206206
},
207207
"engines": {
208208
"node": ">=12.11.0"

0 commit comments

Comments
 (0)