1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 18:21:36 +02:00

npm i @fosscord/server-util@1.3.45

This commit is contained in:
Flam3rboy 2021-08-09 20:44:55 +02:00
parent c66a905274
commit 5ffeaa068c
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@fosscord/server-util": "^1.3.43",
"@fosscord/server-util": "^1.3.45",
"@types/jest": "^26.0.22",
"@types/json-schema": "^7.0.7",
"ajv": "^8.4.0",
@ -678,9 +678,9 @@
}
},
"node_modules/@fosscord/server-util": {
"version": "1.3.43",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.43.tgz",
"integrity": "sha512-zHJOi4ZZNWZo/7DsfszHBsQpBVVO2r82gP7JQ55aebRK9Bc4UaYM9684iA1quRiTxUInvbvVcf8/iAx8m55qSA==",
"version": "1.3.45",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.45.tgz",
"integrity": "sha512-0IlapIxDOBlU5CtMgTyr6Pc8e+MLqvrcpxFz6Ql+t+bJJkOfTpCR2fk8qSKoDiNijR/S1gHO87vcIvHN/WL98Q==",
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
@ -11457,9 +11457,9 @@
}
},
"@fosscord/server-util": {
"version": "1.3.43",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.43.tgz",
"integrity": "sha512-zHJOi4ZZNWZo/7DsfszHBsQpBVVO2r82gP7JQ55aebRK9Bc4UaYM9684iA1quRiTxUInvbvVcf8/iAx8m55qSA==",
"version": "1.3.45",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.45.tgz",
"integrity": "sha512-0IlapIxDOBlU5CtMgTyr6Pc8e+MLqvrcpxFz6Ql+t+bJJkOfTpCR2fk8qSKoDiNijR/S1gHO87vcIvHN/WL98Q==",
"requires": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",

View File

@ -33,7 +33,7 @@
},
"homepage": "https://github.com/fosscord/fosscord-api#readme",
"dependencies": {
"@fosscord/server-util": "^1.3.43",
"@fosscord/server-util": "^1.3.45",
"@types/jest": "^26.0.22",
"@types/json-schema": "^7.0.7",
"ajv": "^8.4.0",