1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00

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

This commit is contained in:
Flam3rboy 2021-05-30 17:06:05 +02:00
parent 70db286481
commit c726aeb81e
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.12", "@fosscord/server-util": "^1.3.13",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"cheerio": "^1.0.0-rc.5", "cheerio": "^1.0.0-rc.5",
@ -36,9 +36,9 @@
} }
}, },
"node_modules/@fosscord/server-util": { "node_modules/@fosscord/server-util": {
"version": "1.3.12", "version": "1.3.13",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.13.tgz",
"integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==", "integrity": "sha512-FXNgqacOtr8sFGtd+D0lsMdWb9X4BuBC6fUpdXN6hzu6RsZTwUJZkSud/L3Tr8+PiiRcS5AXOQnleKBwpZZoGw==",
"dependencies": { "dependencies": {
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-autopopulate": "^0.10.1",
@ -1681,9 +1681,9 @@
}, },
"dependencies": { "dependencies": {
"@fosscord/server-util": { "@fosscord/server-util": {
"version": "1.3.12", "version": "1.3.13",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.12.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.13.tgz",
"integrity": "sha512-xH/4qKfr34z0kpobhxz1TWunLSlRt8PCBC8my6884rHTmuRxbYIUQbC34V0ei3LNRK/y4zt1CJjjYHXBx+irmA==", "integrity": "sha512-FXNgqacOtr8sFGtd+D0lsMdWb9X4BuBC6fUpdXN6hzu6RsZTwUJZkSud/L3Tr8+PiiRcS5AXOQnleKBwpZZoGw==",
"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

@ -20,7 +20,7 @@
}, },
"homepage": "https://github.com/discord-open-source/discord-cdn#readme", "homepage": "https://github.com/discord-open-source/discord-cdn#readme",
"dependencies": { "dependencies": {
"@fosscord/server-util": "^1.3.12", "@fosscord/server-util": "^1.3.13",
"body-parser": "^1.19.0", "body-parser": "^1.19.0",
"btoa": "^1.2.1", "btoa": "^1.2.1",
"cheerio": "^1.0.0-rc.5", "cheerio": "^1.0.0-rc.5",