summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 01:46:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-30 01:46:28 +0200
commit066bd9fa21fade4f0bde7b07111424119855dc12 (patch)
tree7be268036e4d0278a1191fb6709dc50b0cfd7f5e
parent:sparkles: avatars + attachments (diff)
downloadserver-066bd9fa21fade4f0bde7b07111424119855dc12.tar.xz
:arrow_up: npm i @fosscord/server-util@1.3.11
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index fe21ab20..4736191d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
 			"version": "1.0.0",
 			"license": "ISC",
 			"dependencies": {
-				"@fosscord/server-util": "^1.3.10",
+				"@fosscord/server-util": "^1.3.11",
 				"body-parser": "^1.19.0",
 				"btoa": "^1.2.1",
 				"cheerio": "^1.0.0-rc.5",
@@ -36,9 +36,9 @@
 			}
 		},
 		"node_modules/@fosscord/server-util": {
-			"version": "1.3.10",
-			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.10.tgz",
-			"integrity": "sha512-pu+XAoerl/WLFxoNxT1NV7Nj0QT+QigK5ghr1VCXkN5N/pUAJUyC72fJPYk+5Ug0CbJkPb0XNsRVJpuz8k0R2g==",
+			"version": "1.3.11",
+			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz",
+			"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==",
 			"dependencies": {
 				"@types/jsonwebtoken": "^8.5.0",
 				"@types/mongoose-autopopulate": "^0.10.1",
@@ -1681,9 +1681,9 @@
 	},
 	"dependencies": {
 		"@fosscord/server-util": {
-			"version": "1.3.10",
-			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.10.tgz",
-			"integrity": "sha512-pu+XAoerl/WLFxoNxT1NV7Nj0QT+QigK5ghr1VCXkN5N/pUAJUyC72fJPYk+5Ug0CbJkPb0XNsRVJpuz8k0R2g==",
+			"version": "1.3.11",
+			"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz",
+			"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==",
 			"requires": {
 				"@types/jsonwebtoken": "^8.5.0",
 				"@types/mongoose-autopopulate": "^0.10.1",
diff --git a/package.json b/package.json
index a6ac35ce..b523cbce 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
 	},
 	"homepage": "https://github.com/discord-open-source/discord-cdn#readme",
 	"dependencies": {
-		"@fosscord/server-util": "^1.3.10",
+		"@fosscord/server-util": "^1.3.11",
 		"body-parser": "^1.19.0",
 		"btoa": "^1.2.1",
 		"cheerio": "^1.0.0-rc.5",