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

This commit is contained in:
Julian Lam
2024-09-04 14:38:50 -04:00
84 changed files with 299 additions and 196 deletions

View File

@@ -35,7 +35,7 @@
"@isaacs/ttlcache": "1.4.1",
"@nodebb/spider-detector": "2.0.3",
"@popperjs/core": "2.11.8",
"ace-builds": "1.36.0",
"ace-builds": "1.36.2",
"archiver": "7.0.1",
"async": "3.2.6",
"autoprefixer": "10.4.20",
@@ -110,23 +110,23 @@
"nodebb-theme-peace": "2.2.6",
"nodebb-theme-persona": "14.0.0-pre.1",
"nodebb-widget-essentials": "7.0.21",
"nodemailer": "6.9.14",
"nodemailer": "6.9.15",
"nprogress": "0.2.0",
"passport": "0.7.0",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.0",
"pg": "8.12.0",
"pg-cursor": "2.11.0",
"postcss": "8.4.41",
"postcss": "8.4.45",
"postcss-clean": "1.2.0",
"progress-webpack-plugin": "1.0.16",
"prompt": "1.3.0",
"ioredis": "5.4.1",
"rimraf": "5.0.10",
"rss": "1.2.2",
"rtlcss": "4.2.0",
"rtlcss": "4.3.0",
"sanitize-html": "2.13.0",
"sass": "1.77.8",
"sass": "1.78.0",
"semver": "7.6.3",
"serve-favicon": "2.5.0",
"sharp": "0.32.6",
@@ -134,7 +134,7 @@
"socket.io": "4.7.5",
"socket.io-client": "4.7.5",
"@socket.io/redis-adapter": "8.3.0",
"sortablejs": "1.15.2",
"sortablejs": "1.15.3",
"spdx-license-list": "6.9.0",
"terser-webpack-plugin": "5.3.10",
"textcomplete": "0.18.2",
@@ -144,7 +144,7 @@
"toobusy-js": "0.5.1",
"tough-cookie": "4.1.4",
"validator": "13.12.0",
"webpack": "5.93.0",
"webpack": "5.94.0",
"webpack-merge": "6.0.1",
"winston": "3.14.2",
"workerpool": "9.1.3",
@@ -155,17 +155,17 @@
},
"devDependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@commitlint/cli": "19.4.0",
"@commitlint/config-angular": "19.3.0",
"@commitlint/cli": "19.4.1",
"@commitlint/config-angular": "19.4.1",
"coveralls": "3.1.1",
"eslint": "8.57.0",
"eslint-config-nodebb": "0.2.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"grunt": "1.6.1",
"grunt-contrib-watch": "1.1.0",
"husky": "8.0.3",
"jsdom": "24.1.1",
"lint-staged": "15.2.9",
"jsdom": "25.0.0",
"lint-staged": "15.2.10",
"mocha": "10.7.3",
"mocha-lcov-reporter": "1.3.0",
"mockdate": "3.0.5",
@@ -173,7 +173,7 @@
"smtp-server": "3.13.4"
},
"optionalDependencies": {
"sass-embedded": "1.77.8"
"sass-embedded": "1.78.0"
},
"resolutions": {
"*/jquery": "3.7.1"