Updated deps

This commit is contained in:
DrMint 2023-05-02 11:37:53 +02:00
parent b2d48af933
commit cd0cc4c995
4 changed files with 2207 additions and 4070 deletions

View File

@ -2,4 +2,9 @@ module.exports = ({ env }) => ({
auth: {
secret: env('ADMIN_JWT_SECRET', '5b7570ef6a700c64483c58ca224d87f7'),
},
transfer: {
token: {
salt: env('TRANSFER_TOKEN_SALT', '2Aw/HRoKBtolbCYat2f2GA=='),
},
},
});

6264
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,9 +10,9 @@
"strapi": "strapi"
},
"dependencies": {
"@strapi/plugin-graphql": "4.6.1",
"@strapi/strapi": "4.6.1",
"sqlite3": "5.1.4"
"@strapi/plugin-graphql": "4.10.1",
"@strapi/strapi": "4.10.1",
"sqlite3": "5.1.6"
},
"author": {
"name": "A Strapi developer"

View File

@ -41,7 +41,7 @@
"type": "relation",
"relation": "manyToMany",
"target": "api::library-item.library-item",
"inversedBy": "subitem_of"
"mappedBy": "subitem_of"
},
"subitem_of": {
"type": "relation",