Skip to content

Commit 504f172

Browse files
committed
chore: update dependencies
1 parent 6857937 commit 504f172

File tree

2 files changed

+222
-185
lines changed

2 files changed

+222
-185
lines changed

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"node": ">=10.12"
3737
},
3838
"dependencies": {
39-
"@azure/storage-blob": "12.9.0",
39+
"@azure/storage-blob": "12.12.0",
4040
"@exlinc/keycloak-passport": "1.0.2",
41-
"@joplin/turndown-plugin-gfm": "1.0.43",
41+
"@joplin/turndown-plugin-gfm": "1.0.45",
4242
"@root/csr": "0.8.1",
4343
"@root/keypairs": "0.10.3",
4444
"@root/pem": "1.0.4",
@@ -53,7 +53,7 @@
5353
"azure-search-client": "3.1.5",
5454
"bcryptjs-then": "1.0.1",
5555
"bluebird": "3.7.2",
56-
"body-parser": "1.20.0",
56+
"body-parser": "1.20.1",
5757
"chalk": "4.1.0",
5858
"cheerio": "1.0.0-rc.5",
5959
"chokidar": "3.5.3",
@@ -74,10 +74,10 @@
7474
"elasticsearch6": "npm:@elastic/elasticsearch@6",
7575
"elasticsearch7": "npm:@elastic/elasticsearch@7",
7676
"emoji-regex": "9.2.2",
77-
"eventemitter2": "6.4.5",
78-
"express": "4.18.1",
77+
"eventemitter2": "6.4.9",
78+
"express": "4.18.2",
7979
"express-brute": "1.0.1",
80-
"express-session": "1.17.2",
80+
"express-session": "1.17.3",
8181
"file-type": "15.0.1",
8282
"filesize": "6.1.0",
8383
"fs-extra": "9.0.1",
@@ -119,8 +119,8 @@
119119
"markdown-it-task-lists": "2.1.1",
120120
"mathjax": "3.1.2",
121121
"mime-types": "2.1.35",
122-
"moment": "2.29.3",
123-
"moment-timezone": "0.5.31",
122+
"moment": "2.29.4",
123+
"moment-timezone": "0.5.38",
124124
"mongodb": "3.6.5",
125125
"ms": "2.1.3",
126126
"mssql": "6.2.3",
@@ -129,11 +129,11 @@
129129
"nanoid": "3.2.0",
130130
"node-2fa": "1.1.2",
131131
"node-cache": "5.1.2",
132-
"nodemailer": "6.7.4",
132+
"nodemailer": "6.8.0",
133133
"objection": "2.2.18",
134134
"passport": "0.4.1",
135-
"passport-auth0": "1.4.2",
136-
"passport-azure-ad": "4.3.1",
135+
"passport-auth0": "1.4.3",
136+
"passport-azure-ad": "4.3.4",
137137
"passport-cas": "0.1.1",
138138
"passport-discord": "0.1.4",
139139
"passport-dropbox-oauth2": "1.1.0",
@@ -147,12 +147,12 @@
147147
"passport-microsoft": "0.1.0",
148148
"passport-oauth2": "1.6.1",
149149
"passport-okta-oauth": "0.0.1",
150-
"passport-openidconnect": "0.0.2",
151-
"passport-saml": "3.2.1",
150+
"passport-openidconnect": "0.1.1",
151+
"passport-saml": "3.2.4",
152152
"passport-slack-oauth2": "1.1.1",
153153
"passport-twitch-strategy": "2.2.0",
154154
"pem-jwk": "2.0.0",
155-
"pg": "8.4.1",
155+
"pg": "8.8.0",
156156
"pg-hstore": "2.3.4",
157157
"pg-pubsub": "0.5.0",
158158
"pg-query-stream": "3.3.1",
@@ -167,13 +167,13 @@
167167
"safe-regex": "2.1.1",
168168
"sanitize-filename": "1.6.3",
169169
"scim-query-filter-parser": "2.0.4",
170-
"semver": "7.3.7",
170+
"semver": "7.3.8",
171171
"serve-favicon": "2.5.0",
172172
"simple-git": "2.21.0",
173173
"solr-node": "1.2.1",
174174
"sqlite3": "5.0.6",
175175
"ssh2": "1.5.0",
176-
"ssh2-promise": "1.0.2",
176+
"ssh2-promise": "1.0.3",
177177
"striptags": "3.2.0",
178178
"subscriptions-transport-ws": "0.9.18",
179179
"tar-fs": "2.1.1",
@@ -183,7 +183,7 @@
183183
"uuid": "8.3.2",
184184
"validate.js": "0.13.1",
185185
"winston": "3.3.3",
186-
"xss": "1.0.11",
186+
"xss": "1.0.14",
187187
"yargs": "16.1.0"
188188
},
189189
"devDependencies": {
@@ -228,7 +228,7 @@
228228
"cash-dom": "8.1.1",
229229
"chart.js": "2.9.4",
230230
"clean-webpack-plugin": "3.0.0",
231-
"clipboard": "2.0.10",
231+
"clipboard": "2.0.11",
232232
"codemirror": "5.58.2",
233233
"copy-webpack-plugin": "6.2.1",
234234
"core-js": "3.6.5",

0 commit comments

Comments
 (0)