Merge branch 'master' into docs/discord-invite

This commit is contained in:
fryorcraken.eth 2023-03-01 09:29:45 +11:00 committed by GitHub
commit 8d3152c876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

30
package-lock.json generated
View File

@ -23,7 +23,7 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.1.1", "lint-staged": "^13.1.1",
"size-limit": "^8.1.2", "size-limit": "^8.1.2",
"typedoc": "^0.23.24", "typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3" "typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
} }
}, },
@ -26485,14 +26485,14 @@
} }
}, },
"node_modules/typedoc": { "node_modules/typedoc": {
"version": "0.23.25", "version": "0.23.26",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==", "integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.2.12", "marked": "^4.2.12",
"minimatch": "^6.1.6", "minimatch": "^7.1.3",
"shiki": "^0.14.1" "shiki": "^0.14.1"
}, },
"bin": { "bin": {
@ -26545,9 +26545,9 @@
} }
}, },
"node_modules/typedoc/node_modules/minimatch": { "node_modules/typedoc/node_modules/minimatch": {
"version": "6.2.0", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"
@ -48168,14 +48168,14 @@
} }
}, },
"typedoc": { "typedoc": {
"version": "0.23.25", "version": "0.23.26",
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.25.tgz", "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.23.26.tgz",
"integrity": "sha512-O1he153qVyoCgJYSvIyY3bPP1wAJTegZfa6tL3APinSZhJOf8CSd8F/21M6ex8pUY/fuY6n0jAsT4fIuMGA6sA==", "integrity": "sha512-5m4KwR5tOLnk0OtMaRn9IdbeRM32uPemN9kur7YK9wFqx8U0CYrvO9aVq6ysdZSV1c824BTm+BuQl2Ze/k1HtA==",
"dev": true, "dev": true,
"requires": { "requires": {
"lunr": "^2.3.9", "lunr": "^2.3.9",
"marked": "^4.2.12", "marked": "^4.2.12",
"minimatch": "^6.1.6", "minimatch": "^7.1.3",
"shiki": "^0.14.1" "shiki": "^0.14.1"
}, },
"dependencies": { "dependencies": {
@ -48189,9 +48189,9 @@
} }
}, },
"minimatch": { "minimatch": {
"version": "6.2.0", "version": "7.3.0",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.2.0.tgz", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-7.3.0.tgz",
"integrity": "sha512-sauLxniAmvnhhRjFwPNnJKaPFYyddAgbYdeUpHULtCT/GhzdCx/MDNy+Y40lBxTQUrMzDE8e0S43Z5uqfO0REg==", "integrity": "sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==",
"dev": true, "dev": true,
"requires": { "requires": {
"brace-expansion": "^2.0.1" "brace-expansion": "^2.0.1"

View File

@ -37,7 +37,7 @@
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.1.1", "lint-staged": "^13.1.1",
"size-limit": "^8.1.2", "size-limit": "^8.1.2",
"typedoc": "^0.23.24", "typedoc": "^0.23.26",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.3" "typedoc-plugin-resolve-crossmodule-references": "^0.3.3"
}, },
"lint-staged": { "lint-staged": {