summary refs log tree commit diff
path: root/bundle
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 15:34:42 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 15:34:42 +1100
commit63356d033241df5d2f4039b89c05678cd4e7c9e5 (patch)
treeeba43a2a1699ba39a4b01b6ce057a18cf752348b /bundle
parentMerge branch 'fosscord:master' into slowcord (diff)
parentMerge pull request #621 from fosscord/origin/dev/erkinalp/self-bans (diff)
downloadserver-63356d033241df5d2f4039b89c05678cd4e7c9e5.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'bundle')
-rw-r--r--bundle/package-lock.json22
1 files changed, 17 insertions, 5 deletions
diff --git a/bundle/package-lock.json b/bundle/package-lock.json
index d0f39ca4..39056dea 100644
--- a/bundle/package-lock.json
+++ b/bundle/package-lock.json
@@ -4894,6 +4894,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==",
@@ -9472,7 +9483,6 @@
 			"integrity": "sha512-roEOz41hxui2Q7uYnWsjMOTry6TcNUNmp8audCx18gF10P2NknwdpF+E+HKvz/F2NvPKGGBF4NGc+ZPQ+AABwg==",
 			"hasInstallScript": true,
 			"dependencies": {
-				"nan": "^2.12.1",
 				"node-pre-gyp": "^0.11.0"
 			}
 		},
@@ -10615,8 +10625,9 @@
 			}
 		},
 		"node_modules/url-parse": {
-			"version": "1.5.3",
-			"integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
+			"version": "1.5.7",
+			"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
+			"integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
 			"dependencies": {
 				"querystringify": "^2.1.1",
 				"requires-port": "^1.0.0"
@@ -18893,8 +18904,9 @@
 			}
 		},
 		"url-parse": {
-			"version": "1.5.3",
-			"integrity": "sha512-IIORyIQD9rvj0A4CLWsHkBBJuNqWpFQe224b6j9t/ABmquIS0qDU2pY6kl6AuOrL5OkCXHMCFNe1jBcuAggjvQ==",
+			"version": "1.5.7",
+			"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.7.tgz",
+			"integrity": "sha512-HxWkieX+STA38EDk7CE9MEryFeHCKzgagxlGvsdS7WBImq9Mk+PGwiT56w82WI3aicwJA8REp42Cxo98c8FZMA==",
 			"requires": {
 				"querystringify": "^2.1.1",
 				"requires-port": "^1.0.0"