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", "version": "1.0.0",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@fosscord/server-util": "^1.3.11", "@fosscord/server-util": "^1.3.12",
"ajv": "^8.5.0", "ajv": "^8.5.0",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
@ -31,9 +31,9 @@
} }
}, },
"node_modules/@fosscord/server-util": { "node_modules/@fosscord/server-util": {
"version": "1.3.11", "version": "1.3.12",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz",
"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==", "integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==",
"dependencies": { "dependencies": {
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-autopopulate": "^0.10.1",
@ -2084,9 +2084,9 @@
}, },
"dependencies": { "dependencies": {
"@fosscord/server-util": { "@fosscord/server-util": {
"version": "1.3.11", "version": "1.3.12",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.11.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz",
"integrity": "sha512-dpHyND9vL4wwWidUrtvy6JzJGiBqzN5NSTdbqG+iJ0WpwPLARO4XNtY0HmflVG9J/+OKmaYhxZmAv3nuXjDEpA==", "integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==",
"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

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