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.43

This commit is contained in:
Flam3rboy 2021-08-08 01:11:56 +02:00
parent 8e25f13796
commit 200479f135
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.42", "@fosscord/server-util": "^1.3.43",
"@types/jest": "^26.0.22", "@types/jest": "^26.0.22",
"@types/json-schema": "^7.0.7", "@types/json-schema": "^7.0.7",
"ajv": "^8.4.0", "ajv": "^8.4.0",
@ -678,9 +678,9 @@
} }
}, },
"node_modules/@fosscord/server-util": { "node_modules/@fosscord/server-util": {
"version": "1.3.42", "version": "1.3.43",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.42.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.43.tgz",
"integrity": "sha512-j9LqN/j6+zUoNwj/xe3wMzP5o1uNgH/C6EAAy6HTg3OlWRgL+ONyeEj6nv9tiDtV8B5LXrqRWFcPt1fOUIW7BA==", "integrity": "sha512-zHJOi4ZZNWZo/7DsfszHBsQpBVVO2r82gP7JQ55aebRK9Bc4UaYM9684iA1quRiTxUInvbvVcf8/iAx8m55qSA==",
"dependencies": { "dependencies": {
"@types/jsonwebtoken": "^8.5.0", "@types/jsonwebtoken": "^8.5.0",
"@types/mongoose-autopopulate": "^0.10.1", "@types/mongoose-autopopulate": "^0.10.1",
@ -11457,9 +11457,9 @@
} }
}, },
"@fosscord/server-util": { "@fosscord/server-util": {
"version": "1.3.42", "version": "1.3.43",
"resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.42.tgz", "resolved": "https://registry.npmjs.org/@fosscord/server-util/-/server-util-1.3.43.tgz",
"integrity": "sha512-j9LqN/j6+zUoNwj/xe3wMzP5o1uNgH/C6EAAy6HTg3OlWRgL+ONyeEj6nv9tiDtV8B5LXrqRWFcPt1fOUIW7BA==", "integrity": "sha512-zHJOi4ZZNWZo/7DsfszHBsQpBVVO2r82gP7JQ55aebRK9Bc4UaYM9684iA1quRiTxUInvbvVcf8/iAx8m55qSA==",
"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

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