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

⬆️ npm i @fosscord/server-util@1.3.12

This commit is contained in:
Flam3rboy 2021-05-30 16:46:32 +02:00
parent 335612c51f
commit 95b86af2a5
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.11",
"@fosscord/server-util": "^1.3.12",
"ajv": "^8.5.0",
"dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1",
@ -31,9 +31,9 @@
}
},
"node_modules/@fosscord/server-util": {
"version": "1.3.11",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz",
"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==",
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz",
"integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==",
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
@ -2084,9 +2084,9 @@
},
"dependencies": {
"@fosscord/server-util": {
"version": "1.3.11",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz",
"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==",
"version": "1.3.12",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz",
"integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==",
"requires": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",

View File

@ -13,7 +13,7 @@
"author": "Fosscord",
"license": "ISC",
"dependencies": {
"@fosscord/server-util": "^1.3.11",
"@fosscord/server-util": "^1.3.12",
"ajv": "^8.5.0",
"dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1",