1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-25 03:33:33 +01:00

⬆️ update package

This commit is contained in:
Flam3rboy 2021-09-16 20:55:50 +02:00
parent 60ee234891
commit b446a3110b
2 changed files with 10 additions and 10 deletions

16
api/package-lock.json generated
View File

@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@fosscord/util": "file:../util",
"ajv": "^8.4.0",
"ajv": "8.6.2",
"ajv-formats": "^2.1.1",
"amqplib": "^0.8.0",
"assert": "^1.5.0",
@ -64,7 +64,7 @@
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.4.2",
"typescript-json-schema": "^0.50.1"
"typescript-json-schema": "0.50.1"
}
},
"../util": {
@ -1717,9 +1717,9 @@
}
},
"node_modules/ajv": {
"version": "8.6.3",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz",
"integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==",
"version": "8.6.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
"integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
@ -14349,9 +14349,9 @@
}
},
"ajv": {
"version": "8.6.3",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz",
"integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==",
"version": "8.6.2",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.2.tgz",
"integrity": "sha512-9807RlWAgT564wT+DjeyU5OFMPjmzxVobvDFmNAhY+5zD6A2ly3jDp6sgnfyDtlIQ+7H97oc/DGCzzfu9rjw9w==",
"requires": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",

View File

@ -57,11 +57,11 @@
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.4.2",
"typescript-json-schema": "^0.50.1"
"typescript-json-schema": "0.50.1"
},
"dependencies": {
"@fosscord/util": "file:../util",
"ajv": "^8.4.0",
"ajv": "8.6.2",
"ajv-formats": "^2.1.1",
"amqplib": "^0.8.0",
"assert": "^1.5.0",