fosscors-server-util@1.1.4

This commit is contained in:
Intevel ツ 2021-05-08 14:57:49 +02:00
parent 462c40521a
commit 8918103884
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -526,9 +526,9 @@
} }
}, },
"@fosscord/server-util": { "@fosscord/server-util": {
"version": "1.1.3", "version": "1.1.4",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.1.3.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.1.4.tgz",
"integrity": "sha512-3PF6hJUXNojcU/CUxgF2QAWITlUZ9dXAhEf1cOkuoJq7aontl82FzlLAjr2F+K+IihKSFm88hJ4O82jMTEKVaQ==", "integrity": "sha512-feuaQPNwHQuZJCJxupQthobxKZVhS4nQ5Nuj0T+HhE+SBbllF/vVZNnWeDY1gB3sb3XXj9Q1q+27UaIlOu33ZA==",
"requires": { "requires": {
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-autopopulate": "^0.10.1",

View File

@ -31,7 +31,7 @@
}, },
"homepage": "https://github.com/fosscord/fosscord-api#readme", "homepage": "https://github.com/fosscord/fosscord-api#readme",
"dependencies": { "dependencies": {
"@fosscord/server-util": "^1.1.3", "@fosscord/server-util": "^1.1.4",
"@types/jest": "^26.0.22", "@types/jest": "^26.0.22",
"bcrypt": "^5.0.0", "bcrypt": "^5.0.0",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",