Merge remote-tracking branch 'origin/develop' into bootstrap5

This commit is contained in:
Julian Lam
2022-09-21 12:12:27 -04:00
25 changed files with 231 additions and 95 deletions

View File

@@ -2,7 +2,7 @@
"name": "nodebb",
"license": "GPL-3.0",
"description": "NodeBB Forum",
"version": "2.5.2",
"version": "2.5.3",
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
@@ -30,10 +30,10 @@
"dependencies": {
"@adactive/bootstrap-tagsinput": "0.8.2",
"@isaacs/ttlcache": "1.2.0",
"ace-builds": "1.10.1",
"ace-builds": "1.11.0",
"archiver": "5.3.1",
"async": "3.2.4",
"autoprefixer": "10.4.8",
"autoprefixer": "10.4.12",
"bcryptjs": "2.4.3",
"benchpressjs": "2.4.3",
"body-parser": "1.20.0",
@@ -46,7 +46,7 @@
"clipboard": "2.0.11",
"colors": "1.4.0",
"commander": "9.4.0",
"compare-versions": "4.1.4",
"compare-versions": "5.0.1",
"compression": "1.7.4",
"connect-flash": "0.1.1",
"connect-mongo": "4.6.0",
@@ -68,7 +68,7 @@
"helmet": "5.1.1",
"html-to-text": "8.2.1",
"ipaddr.js": "2.0.1",
"jquery": "3.6.0",
"jquery": "3.6.1",
"jquery-deserialize": "2.0.0",
"jquery-form": "4.3.0",
"jquery-serializeobject": "1.0.0",
@@ -83,7 +83,7 @@
"material-design-lite": "1.3.0",
"mime": "3.0.0",
"mkdirp": "1.0.4",
"mongodb": "4.9.0",
"mongodb": "4.10.0",
"morgan": "1.10.0",
"mousetrap": "1.6.5",
"multiparty": "4.2.3",
@@ -97,7 +97,6 @@
"nodebb-plugin-mentions": "4.0.1",
"nodebb-plugin-spam-be-gone": "2.0.0",
"nodebb-rewards-essentials": "0.2.1",
"nodebb-theme-palette": "https://github.com/NodeBB/nodebb-theme-palette.git",
"nodebb-theme-persona": "https://github.com/NodeBB/nodebb-theme-persona.git#bootstrap5",
"nodebb-widget-essentials": "7.0.0",
"nodemailer": "6.7.8",
@@ -105,26 +104,26 @@
"passport": "0.6.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"pg": "8.7.3",
"pg-cursor": "2.7.3",
"postcss": "8.4.14",
"pg": "8.8.0",
"pg-cursor": "2.7.4",
"postcss": "8.4.16",
"postcss-clean": "1.2.0",
"prompt": "1.3.0",
"ioredis": "5.2.2",
"ioredis": "5.2.3",
"request": "2.88.2",
"request-promise-native": "1.0.9",
"rimraf": "3.0.2",
"rss": "1.2.2",
"rtlcss": "4.0.0",
"sanitize-html": "2.7.1",
"sanitize-html": "2.7.2",
"sass": "1.54.9",
"semver": "7.3.7",
"serve-favicon": "2.5.0",
"sharp": "0.30.7",
"sharp": "0.31.0",
"sitemap": "7.1.1",
"slideout": "1.0.1",
"socket.io": "4.5.1",
"socket.io-client": "4.5.1",
"socket.io": "4.5.2",
"socket.io-client": "4.5.2",
"@socket.io/redis-adapter": "7.2.0",
"sortablejs": "1.15.0",
"spdx-license-list": "6.6.0",
@@ -138,7 +137,7 @@
"validator": "13.7.0",
"webpack": "5.74.0",
"webpack-merge": "5.8.0",
"winston": "3.8.1",
"winston": "3.8.2",
"xml": "1.0.1",
"xregexp": "5.1.1",
"yargs": "17.5.1",
@@ -146,10 +145,10 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.0.3",
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.3",
"@commitlint/cli": "17.1.2",
"@commitlint/config-angular": "17.1.0",
"coveralls": "3.1.1",
"eslint": "8.22.0",
"eslint": "8.23.1",
"eslint-config-nodebb": "0.1.1",
"eslint-plugin-import": "2.26.0",
"grunt": "1.5.3",
@@ -186,4 +185,4 @@
"url": "https://github.com/barisusakli"
}
]
}
}