summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-02-25 18:13:59 +0300
committerGitHub <noreply@github.com>2022-02-25 18:13:59 +0300
commitd5a37aadceef4be1c6de49e8448d1701e253275a (patch)
treeaf82dae8cda159a48bab8b20b7ce33a88eaf2092 /bundle
parent[Fix] Profile & banner uploading (diff)
parentMerge branch 'master' into origin/dev/erkinalp/self-bans (diff)
downloadserver-d5a37aadceef4be1c6de49e8448d1701e253275a.tar.xz
Merge pull request #621 from fosscord/origin/dev/erkinalp/self-bans
Allow self-banning
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package-lock.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json

index eca3c197..e93cdf58 100644 --- a/bundle/package-lock.json +++ b/bundle/package-lock.json
@@ -4892,6 +4892,17 @@ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", "dev": true }, + "node_modules/dashdash": { + "version": "1.14.1", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "optional": true, + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, "node_modules/data-urls": { "version": "2.0.0", "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", @@ -9470,7 +9481,6 @@ "integrity": "sha512-roEOz41hxui2Q7uYnWsjMOTry6TcNUNmp8audCx18gF10P2NknwdpF+E+HKvz/F2NvPKGGBF4NGc+ZPQ+AABwg==", "hasInstallScript": true, "dependencies": { - "nan": "^2.12.1", "node-pre-gyp": "^0.11.0" } },