1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 05:02:37 +01:00

npm i @fosscord/server-util@1.3.14

This commit is contained in:
Flam3rboy 2021-05-30 22:14:52 +02:00
parent e45c164992
commit b6359d87ae
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@fosscord/server-util": "^1.3.13",
"@fosscord/server-util": "^1.3.14",
"ajv": "^8.5.0",
"dotenv": "^8.2.0",
"jsonwebtoken": "^8.5.1",
@ -31,9 +31,9 @@
}
},
"node_modules/@fosscord/server-util": {
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.13.tgz",
"integrity": "sha512-FXNgqacOtr8sFGtd+D0lsMdWb9X4BuBC6fUpdXN6hzu6RsZTwUJZkSud/L3Tr8+PiiRcS5AXOQnleKBwpZZoGw==",
"version": "1.3.14",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.14.tgz",
"integrity": "sha512-P9qQ8bc01SjhRFFjw1WF3Q4rpwb4Sn8fDwwO+jeodAzhGFD1PjhBkG2xAO1UbA8LkF8+cJ8NgLFBUGzNXJTZJQ==",
"dependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
@ -44,7 +44,7 @@
"env-paths": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.8",
"mongodb": "^3.6.9",
"mongoose": "^5.12.3",
"mongoose-autopopulate": "^0.12.3",
"typescript": "^4.1.3"
@ -2084,9 +2084,9 @@
},
"dependencies": {
"@fosscord/server-util": {
"version": "1.3.13",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.13.tgz",
"integrity": "sha512-FXNgqacOtr8sFGtd+D0lsMdWb9X4BuBC6fUpdXN6hzu6RsZTwUJZkSud/L3Tr8+PiiRcS5AXOQnleKBwpZZoGw==",
"version": "1.3.14",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.14.tgz",
"integrity": "sha512-P9qQ8bc01SjhRFFjw1WF3Q4rpwb4Sn8fDwwO+jeodAzhGFD1PjhBkG2xAO1UbA8LkF8+cJ8NgLFBUGzNXJTZJQ==",
"requires": {
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1",
@ -2097,7 +2097,7 @@
"env-paths": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.8",
"mongodb": "^3.6.9",
"mongoose": "^5.12.3",
"mongoose-autopopulate": "^0.12.3",
"typescript": "^4.1.3"

View File

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