Merge branch 'release' into staging

49f40d9d14b88fd832dbb29a5b774158c71fc115

Cohee <18619528+Cohee1207@users.noreply.github.com>

3 files changed, +12 -9Showing whitespace changes
CONTRIBUTING.md+5 -0
@@ -34,3 +34,8 @@
3434 - What did you do to achieve this?
3535 - How would a reviewer test the change?
36366. Mind the license. Your contributions will be licensed under the GNU Affero General Public License. If you don't know what that implies, consult your lawyer.
37+
38+## Further reading
39+
40+1. [How to write UI extensions](https://docs.sillytavern.app/for-contributors/writing-extensions/)
41+2. [How to write server plugins](https://docs.sillytavern.app/for-contributors/server-plugins)
package-lock.json+4 -5
@@ -1391,12 +1391,11 @@
13911391 "license": "MIT"
13921392 },
13931393 "node_modules/axios": {
13941394 "version": "1.67.14",
13951395 "resolved": "https://registry.npmjs.org/axios/-/axios-1.67.14.tgz",
13961396 "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnSDukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/VG4I5yxig1pCEXE4gTWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
1397- "license": "MIT",
13981397 "dependencies": {
13991398 "follow-redirects": "^1.15.06",
14001399 "form-data": "^4.0.0",
14011400 "proxy-from-env": "^1.1.0"
14021401 }
tests/package-lock.json+3 -4
@@ -1653,10 +1653,9 @@
16531653 "license": "MIT"
16541654 },
16551655 "node_modules/axios": {
16561656 "version": "1.7.24",
16571657 "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.24.tgz",
16581658 "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDhDukmaFRnY6AzAALSH4J2M3k6PkaC+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0RmgwMfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==",
1659- "license": "MIT",
16601659 "dependencies": {
16611660 "follow-redirects": "^1.15.6",
16621661 "form-data": "^4.0.0",