Update Strapi

This commit is contained in:
He4eT 2025-05-30 17:58:32 +02:00
commit 31efc893ae
2 changed files with 277 additions and 204 deletions

475
package-lock.json generated
View file

@ -8,9 +8,9 @@
"name": "simple-spaceapi", "name": "simple-spaceapi",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@strapi/plugin-cloud": "5.13.1", "@strapi/plugin-cloud": "5.14.0",
"@strapi/plugin-users-permissions": "5.13.1", "@strapi/plugin-users-permissions": "5.14.0",
"@strapi/strapi": "5.13.1", "@strapi/strapi": "5.14.0",
"better-sqlite3": "11.3.0", "better-sqlite3": "11.3.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
@ -43,13 +43,13 @@
} }
}, },
"node_modules/@babel/generator": { "node_modules/@babel/generator": {
"version": "7.27.1", "version": "7.27.3",
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.3.tgz",
"integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==", "integrity": "sha512-xnlJYj5zepml8NXtjkG0WquFUv8RskFqyFcVgTBp5k+NaA/8uw/K+OSVf8AMGw5e9HKP2ETd5xpK5MLZQD6b4Q==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/parser": "^7.27.1", "@babel/parser": "^7.27.3",
"@babel/types": "^7.27.1", "@babel/types": "^7.27.3",
"@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25", "@jridgewell/trace-mapping": "^0.3.25",
"jsesc": "^3.0.2" "jsesc": "^3.0.2"
@ -90,12 +90,12 @@
} }
}, },
"node_modules/@babel/parser": { "node_modules/@babel/parser": {
"version": "7.27.2", "version": "7.27.4",
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.2.tgz", "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.4.tgz",
"integrity": "sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw==", "integrity": "sha512-BRmLHGwpUqLFR2jzx9orBuX/ABDkj2jLKOXrHDTN2aOKL+jFDDKaRNo9nyYsIl9h/UE/7lMKdDjKQQyxKKDZ7g==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/types": "^7.27.1" "@babel/types": "^7.27.3"
}, },
"bin": { "bin": {
"parser": "bin/babel-parser.js" "parser": "bin/babel-parser.js"
@ -117,9 +117,9 @@
} }
}, },
"node_modules/@babel/runtime-corejs3": { "node_modules/@babel/runtime-corejs3": {
"version": "7.27.1", "version": "7.27.4",
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.4.tgz",
"integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==", "integrity": "sha512-H7QhL0ucCGOObsUETNbB2PuzF4gAvN8p32P6r91bX7M/hk4bx+3yz2hTwHL9d/Efzwu1upeb4/cd7oSxCzup3w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"core-js-pure": "^3.30.2" "core-js-pure": "^3.30.2"
@ -143,16 +143,16 @@
} }
}, },
"node_modules/@babel/traverse": { "node_modules/@babel/traverse": {
"version": "7.27.1", "version": "7.27.4",
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.4.tgz",
"integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==", "integrity": "sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/code-frame": "^7.27.1", "@babel/code-frame": "^7.27.1",
"@babel/generator": "^7.27.1", "@babel/generator": "^7.27.3",
"@babel/parser": "^7.27.1", "@babel/parser": "^7.27.4",
"@babel/template": "^7.27.1", "@babel/template": "^7.27.2",
"@babel/types": "^7.27.1", "@babel/types": "^7.27.3",
"debug": "^4.3.1", "debug": "^4.3.1",
"globals": "^11.1.0" "globals": "^11.1.0"
}, },
@ -161,9 +161,9 @@
} }
}, },
"node_modules/@babel/types": { "node_modules/@babel/types": {
"version": "7.27.1", "version": "7.27.3",
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz", "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.3.tgz",
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==", "integrity": "sha512-Y1GkI4ktrtvmawoSq+4FCVHNryea6uR+qUQy0AGxLSsjCX0nVmkYQMBLHDkXZuo5hGx7eYdnIaslsdBFm7zbUw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@babel/helper-string-parser": "^7.27.1", "@babel/helper-string-parser": "^7.27.1",
@ -277,12 +277,13 @@
} }
}, },
"node_modules/@codemirror/view": { "node_modules/@codemirror/view": {
"version": "6.36.8", "version": "6.37.1",
"resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.36.8.tgz", "resolved": "https://registry.npmjs.org/@codemirror/view/-/view-6.37.1.tgz",
"integrity": "sha512-yoRo4f+FdnD01fFt4XpfpMCcCAo9QvZOtbrXExn4SqzH32YC6LgzqxfLZw/r6Ge65xyY03mK/UfUqrVw1gFiFg==", "integrity": "sha512-Qy4CAUwngy/VQkEz0XzMKVRcckQuqLYWKqVpDDDghBe5FSXSqfVrJn49nw3ePZHxRUz4nRmb05Lgi+9csWo4eg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@codemirror/state": "^6.5.0", "@codemirror/state": "^6.5.0",
"crelt": "^1.0.6",
"style-mod": "^4.1.0", "style-mod": "^4.1.0",
"w3c-keyname": "^2.2.4" "w3c-keyname": "^2.2.4"
} }
@ -316,6 +317,73 @@
"node": ">=10.0.0" "node": ">=10.0.0"
} }
}, },
"node_modules/@dnd-kit/accessibility": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz",
"integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/@dnd-kit/core": {
"version": "6.3.1",
"resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.3.1.tgz",
"integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==",
"license": "MIT",
"dependencies": {
"@dnd-kit/accessibility": "^3.1.1",
"@dnd-kit/utilities": "^3.2.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
}
},
"node_modules/@dnd-kit/modifiers": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@dnd-kit/modifiers/-/modifiers-9.0.0.tgz",
"integrity": "sha512-ybiLc66qRGuZoC20wdSSG6pDXFikui/dCNGthxv4Ndy8ylErY0N3KVxY2bgo7AWwIbxDmXDg3ylAFmnrjcbVvw==",
"license": "MIT",
"dependencies": {
"@dnd-kit/utilities": "^3.2.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@dnd-kit/core": "^6.3.0",
"react": ">=16.8.0"
}
},
"node_modules/@dnd-kit/sortable": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-10.0.0.tgz",
"integrity": "sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==",
"license": "MIT",
"dependencies": {
"@dnd-kit/utilities": "^3.2.2",
"tslib": "^2.0.0"
},
"peerDependencies": {
"@dnd-kit/core": "^6.3.0",
"react": ">=16.8.0"
}
},
"node_modules/@dnd-kit/utilities": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz",
"integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"react": ">=16.8.0"
}
},
"node_modules/@emnapi/runtime": { "node_modules/@emnapi/runtime": {
"version": "1.4.3", "version": "1.4.3",
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz", "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.4.3.tgz",
@ -1364,9 +1432,9 @@
} }
}, },
"node_modules/@inquirer/figures": { "node_modules/@inquirer/figures": {
"version": "1.0.11", "version": "1.0.12",
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.11.tgz", "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.12.tgz",
"integrity": "sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==", "integrity": "sha512-MJttijd8rMFcKJC8NYmprWr6hD3r9Gd9qUC0XwPNwoEPWSMVJwA2MlXxF+nhZZNMY+HXsWa+o7KY2emWYIn0jQ==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
@ -3531,9 +3599,9 @@
} }
}, },
"node_modules/@strapi/admin": { "node_modules/@strapi/admin": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.14.0.tgz",
"integrity": "sha512-79xbIHyvWVpJso3WHgoldJ68rW+bsyFYhgWxIQByRCyplrMvAG+UuF8m6NBqiVAuiPD4P1lldz0UoqK8PXdRew==", "integrity": "sha512-X2vsBt5/5DO+K5fzhsHp56u4K0kxuTNOkxW9D/3gP/8dKWuBiaNoFh0nmsBPEX0WpZxgCPD8jZ1PF4zVeA0dEg==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@casl/ability": "6.5.0", "@casl/ability": "6.5.0",
@ -3541,12 +3609,12 @@
"@radix-ui/react-context": "1.0.1", "@radix-ui/react-context": "1.0.1",
"@radix-ui/react-toolbar": "1.0.4", "@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/permissions": "5.13.1", "@strapi/permissions": "5.14.0",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/typescript-utils": "5.13.1", "@strapi/typescript-utils": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"@testing-library/dom": "10.1.0", "@testing-library/dom": "10.1.0",
"@testing-library/react": "15.0.7", "@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2", "@testing-library/user-event": "14.5.2",
@ -3597,7 +3665,7 @@
"typescript": "5.4.4", "typescript": "5.4.4",
"use-context-selector": "1.4.1", "use-context-selector": "1.4.1",
"yup": "0.32.9", "yup": "0.32.9",
"zod": "^3.22.4" "zod": "3.24.2"
}, },
"engines": { "engines": {
"node": ">=18.0.0 <=22.x.x", "node": ">=18.0.0 <=22.x.x",
@ -3645,12 +3713,12 @@
} }
}, },
"node_modules/@strapi/cloud-cli": { "node_modules/@strapi/cloud-cli": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.14.0.tgz",
"integrity": "sha512-d9EVaXvM43bLMjV6b7c+ni1aF8Upr01V551931zjbdFHfp237qTvH+RIKsoXUOkeVCnEr/lHIG5UcCM+VnzTyQ==", "integrity": "sha512-jgI8Wo4tUb6LwXDTMjz0d2HrTwwAmTF73F3WSa0L+yibzl+nNS22dENKpRQnVrkpDGiRWFT1P+6n3248iKb39A==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"axios": "1.8.4", "axios": "1.8.4",
"boxen": "5.1.2", "boxen": "5.1.2",
"chalk": "4.1.2", "chalk": "4.1.2",
@ -3680,18 +3748,18 @@
} }
}, },
"node_modules/@strapi/content-manager": { "node_modules/@strapi/content-manager": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.14.0.tgz",
"integrity": "sha512-YaKNmbhM8EsR9GCMWb0zqy/HKFkF8C7xXIswGrl7DA35ra7pkp58DRxchG7GZTqDWv5D1FQUs89uLUV8y/sQLg==", "integrity": "sha512-TfJFBEwIoRkv8JPBAqxvHWfgEwTVxSRBrsSwCyRK40tHLVmUwKjtyG7WCnhIPV5HLgZ6in+K0uUpjIwqQHWMDA==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@radix-ui/react-toolbar": "1.0.4", "@radix-ui/react-toolbar": "1.0.4",
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"codemirror5": "npm:codemirror@^5.65.11", "codemirror5": "npm:codemirror@^5.65.11",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"fractional-indexing": "3.2.0", "fractional-indexing": "3.2.0",
@ -3738,17 +3806,17 @@
} }
}, },
"node_modules/@strapi/content-releases": { "node_modules/@strapi/content-releases": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.14.0.tgz",
"integrity": "sha512-Md3wWMA2DmFbMear+oDm8gzMSGjm5PfrQhKZAEnHm4EQgozr+nCB9ULOxX1w1gBuRjyytOBTJ10W3HVtT/Lxaw==", "integrity": "sha512-M0dX9y5q8h1GKUvwDstsz/6vo1CT8X+mkP/803rjHec+aYmmwxosLVDC7FAVFGMDAS5kagacP+pet/U7gh6zVA==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@strapi/database": "5.13.1", "@strapi/database": "5.14.0",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"date-fns-tz": "2.0.1", "date-fns-tz": "2.0.1",
"formik": "2.4.5", "formik": "2.4.5",
@ -3773,17 +3841,21 @@
} }
}, },
"node_modules/@strapi/content-type-builder": { "node_modules/@strapi/content-type-builder": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.14.0.tgz",
"integrity": "sha512-H28ncFC5YoSziVCc/NPy3xGQveMqkQ4+77p4A42lUKcCP2uvWj2Hrse3Ash169HPcmv89TJjqZFOEoWdnpuyeA==", "integrity": "sha512-7L8hZ2zOdBCLwWgtq0b2vTOiSFKBCCq4VUpC4uA2mBfkdNILCH0RMC7nSwMeDTq/QPs74pdHd6TkMEwdj1WVsA==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/modifiers": "9.0.0",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/generators": "5.13.1", "@strapi/generators": "5.14.0",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
"immer": "9.0.21", "immer": "9.0.21",
@ -3792,7 +3864,8 @@
"qs": "6.11.1", "qs": "6.11.1",
"react-intl": "6.6.2", "react-intl": "6.6.2",
"react-redux": "8.1.3", "react-redux": "8.1.3",
"yup": "0.32.9" "yup": "0.32.9",
"zod": "3.24.2"
}, },
"engines": { "engines": {
"node": ">=18.0.0 <=22.x.x", "node": ">=18.0.0 <=22.x.x",
@ -3807,22 +3880,22 @@
} }
}, },
"node_modules/@strapi/core": { "node_modules/@strapi/core": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.14.0.tgz",
"integrity": "sha512-MIZbTv8PQX/tT81wu6mMdwYDH49WYLK3GAG37vGYFxuEpW+9tnpMsl+Ugd7MQXX5Tey2viD+37NPm1UmYd9q5Q==", "integrity": "sha512-k97yr7mM9qJh6+YNPqNarcYZebxie8e7+VLp+XCqCt9bPZSN23ZPXzNAbHXKQZK4xt6AFOLsOXBqIQqsqrSBfw==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@koa/cors": "5.0.0", "@koa/cors": "5.0.0",
"@koa/router": "12.0.2", "@koa/router": "12.0.2",
"@paralleldrive/cuid2": "2.2.2", "@paralleldrive/cuid2": "2.2.2",
"@strapi/admin": "5.13.1", "@strapi/admin": "5.14.0",
"@strapi/database": "5.13.1", "@strapi/database": "5.14.0",
"@strapi/generators": "5.13.1", "@strapi/generators": "5.14.0",
"@strapi/logger": "5.13.1", "@strapi/logger": "5.14.0",
"@strapi/permissions": "5.13.1", "@strapi/permissions": "5.14.0",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/typescript-utils": "5.13.1", "@strapi/typescript-utils": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"boxen": "5.1.2", "boxen": "5.1.2",
"chalk": "4.1.2", "chalk": "4.1.2",
@ -3914,14 +3987,14 @@
} }
}, },
"node_modules/@strapi/data-transfer": { "node_modules/@strapi/data-transfer": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.14.0.tgz",
"integrity": "sha512-xHOSnKVKoQzc6TBmEuEli2xLtrFChH5+aCc3WY37MxeZSS4PkkNAgm9nS1ffJZKC4SsvqJkxSV7Gcsgj3zNqWQ==", "integrity": "sha512-2qeopBgsKpAsbcOVWPIVu1ZrbUTbJ5ofQnjKN4qez644RG/aT38vsbS+Zn5bd4Yb2OcrL43mg2baSvXCcGGYyA==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/logger": "5.13.1", "@strapi/logger": "5.14.0",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"cli-table3": "0.6.5", "cli-table3": "0.6.5",
"commander": "8.3.0", "commander": "8.3.0",
@ -3943,13 +4016,13 @@
} }
}, },
"node_modules/@strapi/database": { "node_modules/@strapi/database": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.14.0.tgz",
"integrity": "sha512-WyjQkrBdJ7JtOsrRnm6O6AbIt0Nm+bX5joKIiXQ8lZX4sdC0cvgcRDbFo6x7qfoQGr0I3T/4xy+Lb3lWwxYKBA==", "integrity": "sha512-6wi6yVhVqKnccoVdGJNfWwlGmOlzAYUANzbzj6paKk1mkhOB/mWD80ZdhRvdOhAwvZ5+U0OsaoCXv6vog92a4g==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@paralleldrive/cuid2": "2.2.2", "@paralleldrive/cuid2": "2.2.2",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"ajv": "8.16.0", "ajv": "8.16.0",
"date-fns": "2.30.0", "date-fns": "2.30.0",
"debug": "4.3.4", "debug": "4.3.4",
@ -3965,9 +4038,9 @@
} }
}, },
"node_modules/@strapi/design-system": { "node_modules/@strapi/design-system": {
"version": "2.0.0-rc.23", "version": "2.0.0-rc.24",
"resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.0.0-rc.23.tgz", "resolved": "https://registry.npmjs.org/@strapi/design-system/-/design-system-2.0.0-rc.24.tgz",
"integrity": "sha512-PXWVlNqA4GDPxx8B2r7LFuQtWgGgjnPXnCOZhynpqqEVVcFkrYmRCPALFhHPD4J3hpEadlUinvlcisMymVviUw==", "integrity": "sha512-3utEwvyAD7ZqjenMptJ0FpNLjgyzJ9i6fPjs4OG6tm2GKYDuZwLWX76vHbcMGX5adT1qlmeEuPkYIyHRCdMBCA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@codemirror/lang-json": "6.0.1", "@codemirror/lang-json": "6.0.1",
@ -3991,7 +4064,7 @@
"@radix-ui/react-tabs": "1.0.4", "@radix-ui/react-tabs": "1.0.4",
"@radix-ui/react-tooltip": "1.0.7", "@radix-ui/react-tooltip": "1.0.7",
"@radix-ui/react-use-callback-ref": "1.0.1", "@radix-ui/react-use-callback-ref": "1.0.1",
"@strapi/ui-primitives": "2.0.0-rc.23", "@strapi/ui-primitives": "2.0.0-rc.24",
"@uiw/react-codemirror": "4.22.2", "@uiw/react-codemirror": "4.22.2",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-remove-scroll": "2.5.10" "react-remove-scroll": "2.5.10"
@ -4004,15 +4077,15 @@
} }
}, },
"node_modules/@strapi/email": { "node_modules/@strapi/email": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.14.0.tgz",
"integrity": "sha512-ZO2TUsWpegec5KZThkuHiISPYF1p/pYeUm9K6Z58NnkfUdpOddigBfMHBqZIh/tlRHxUt5WUkGmQMbkH2stmng==", "integrity": "sha512-KLX7J86Lf3JraK9lHOXtw8JVQt1Y4IocPFjvXmBmXw5GuV1a+bZBQUkPLGH2G7xtQDC6uMxTSqnIEzhtiwSHfQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/provider-email-sendmail": "5.13.1", "@strapi/provider-email-sendmail": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"koa2-ratelimit": "^1.1.3", "koa2-ratelimit": "^1.1.3",
"lodash": "4.17.21", "lodash": "4.17.21",
"react-intl": "6.6.2", "react-intl": "6.6.2",
@ -4033,14 +4106,14 @@
} }
}, },
"node_modules/@strapi/generators": { "node_modules/@strapi/generators": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.14.0.tgz",
"integrity": "sha512-UNrnRltoMT853z3vn9bsjgK8hGq0zFur7kiG8LInojJls0Ac94mITg7xrTIxxUa5PObogBHOmnXc9qNtqHoxKw==", "integrity": "sha512-h+rI8WkUSk1qIXgs2bpVTLP8B4Qd3QlOA1HYUBvftbsqqfxpw9zPVJEDYcrdR/cISmSwmPDRoujkGBU/k96c1g==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
"@strapi/typescript-utils": "5.13.1", "@strapi/typescript-utils": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"chalk": "4.1.2", "chalk": "4.1.2",
"copyfiles": "2.4.1", "copyfiles": "2.4.1",
"fs-extra": "11.2.0", "fs-extra": "11.2.0",
@ -4054,15 +4127,15 @@
} }
}, },
"node_modules/@strapi/i18n": { "node_modules/@strapi/i18n": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.14.0.tgz",
"integrity": "sha512-MrOwo4DzrBcDAUk3HM7FBauBFnl9cZQWKZ1ioAvVqpsd58bz6Aj1yM4T1TmDtAdnAB80N5yGlFBYuhu/d+P40g==", "integrity": "sha512-TTMqA2wQ0RcJj8RUwjRljIoLQch2qD7FzgGH7wnqdTsylGtbTWzO97HMrtY9fiJUui+w0HNqKOWM9JAzxtNShw==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"qs": "6.11.1", "qs": "6.11.1",
"react-intl": "6.6.2", "react-intl": "6.6.2",
@ -4083,9 +4156,9 @@
} }
}, },
"node_modules/@strapi/icons": { "node_modules/@strapi/icons": {
"version": "2.0.0-rc.23", "version": "2.0.0-rc.24",
"resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.0.0-rc.23.tgz", "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.0.0-rc.24.tgz",
"integrity": "sha512-sJ7iQ8kZ28z3mTkDm/gnsWIQljK3w0UaOk2irO77iSmbh+uR3W9gDF5CP/4Z+KDUqnjDke2kaOIPRI67etvi9A==", "integrity": "sha512-/R1VrDmf5usNnxjO6QMe8uRTBGX9aRRTCYFpp3GW4YdTUf+rPCGdkIA185vg9bTw2m7isGjOQSpJdrCvc3gwvw==",
"license": "MIT", "license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": "^17.0.0 || ^18.0.0", "react": "^17.0.0 || ^18.0.0",
@ -4094,9 +4167,9 @@
} }
}, },
"node_modules/@strapi/logger": { "node_modules/@strapi/logger": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.14.0.tgz",
"integrity": "sha512-5c8tKTBDIxv5W1rSqsBusEeEoiXQTtZcmlaZ2ww4v8EXjjXjZXrs6DJdV0fT/VXimI09g7l9gfOIRapkldVU4A==", "integrity": "sha512-x2E/5VI4hQ1C4sNuDCAKbzvHbZgbDBG6lQ2mXHC37CchB0vt8wf/W8aP8UOJgmSl9pGmlQa2AeWbTOIQZ+IqfQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"lodash": "4.17.21", "lodash": "4.17.21",
@ -4108,13 +4181,13 @@
} }
}, },
"node_modules/@strapi/permissions": { "node_modules/@strapi/permissions": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.14.0.tgz",
"integrity": "sha512-Ov64GJszp4k27LcKjkqOkqouKuC18+3mOPYWFM27fzA6aHfDWEOjXhAs9s4m6yRnYn5/P6AbwHycE/VIiFFm+w==", "integrity": "sha512-Q/NgmdfYwoJ8eMoNH/LLGYuKOvSHNvFjBk22Ecsr6/j1qXnrXzdMoFtuLAX5c2anMbVdedbfgF2/jtG1geWpQQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@casl/ability": "6.5.0", "@casl/ability": "6.5.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"qs": "6.11.1", "qs": "6.11.1",
"sift": "16.0.1" "sift": "16.0.1"
@ -4125,13 +4198,13 @@
} }
}, },
"node_modules/@strapi/plugin-cloud": { "node_modules/@strapi/plugin-cloud": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.14.0.tgz",
"integrity": "sha512-aiZLZG3LDtB68Oha/5b4ERhGvZaP3jHtBt39Gx37jWX3BKa2UvandBa+oRLle9Qqs9SHGNnrtNbx9Zm/aQU1AA==", "integrity": "sha512-ENsb5VW8uJpsdEzX5jUnu5Lrbr88acbtL3VZqHrLis9iAVpiAQt40NKk2xjsqk2/V46XrWgNzZYjNY7QUNyKcA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"react-intl": "6.6.2" "react-intl": "6.6.2"
}, },
"engines": { "engines": {
@ -4147,14 +4220,14 @@
} }
}, },
"node_modules/@strapi/plugin-users-permissions": { "node_modules/@strapi/plugin-users-permissions": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.14.0.tgz",
"integrity": "sha512-qp21ALJgdkyVoJTNyIehb+H+anpfX1rj+MH8tUZ5jLlvFmRCzLfjxQOdT3cXhTtk17/N/uIYgVEjBAT//Tmnnw==", "integrity": "sha512-OmxdMnvSB5hofj4qQdkhT0Z75RfHo0aqpUM8p95fBiRmjaUB7MhMvjmrUW1CYpUVH0Q9kgG9AKQywDtrZKSFcQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"formik": "2.4.5", "formik": "2.4.5",
"grant": "^5.4.8", "grant": "^5.4.8",
@ -4185,12 +4258,12 @@
} }
}, },
"node_modules/@strapi/provider-email-sendmail": { "node_modules/@strapi/provider-email-sendmail": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.14.0.tgz",
"integrity": "sha512-RJxlAxCsmo/+yE9DK4DoinL6hzq5BJ/xeAaDQxoN/TgKWl9gDNko3JoXbA6PnT3ugfvQGS5nza/TLesfHWVeUA==", "integrity": "sha512-C2IrWF9FQO5zqTzz69BGh95y8ShB1CWA7nlnqwkG/AwkVcrKgD8FLwSrCsp1n3Q3wGbmPeWZiwi4joUS4FtuUQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"sendmail": "^1.6.1" "sendmail": "^1.6.1"
}, },
"engines": { "engines": {
@ -4199,12 +4272,12 @@
} }
}, },
"node_modules/@strapi/provider-upload-local": { "node_modules/@strapi/provider-upload-local": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.14.0.tgz",
"integrity": "sha512-qUa6e5XjUaN7uNx8wEweC5i8GJYPuTE46s5MExUcqGtprgMtFJnJPADoPfjdWIABEgRmLAXNIcFOqU4pwJ86Vw==", "integrity": "sha512-iRNA1KNfCKPu9eWiu9uQUiBt0+S6X34WMNyIHRqa0wKt3aEtK79zmN1Ox24q8ytZVf/uOIruKJUy3tERMiHCrg==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"fs-extra": "11.2.0" "fs-extra": "11.2.0"
}, },
"engines": { "engines": {
@ -4213,15 +4286,15 @@
} }
}, },
"node_modules/@strapi/review-workflows": { "node_modules/@strapi/review-workflows": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.14.0.tgz",
"integrity": "sha512-uMiRQn1+XdaMgMtrva1x8NYTvtqqBaq4QdENCScoNG/gc5rvUd3moc7gNu6HVWVk2VrUGpTSnL+p6bXI3q/S9w==", "integrity": "sha512-lCGMVvZw62EwK6J5otLIt8+SqyTQ97PsaeVcv37QeuOpdljhAmh428igriUbe9DtSrf1TraK4lV0sEODuH2rPg==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "1.9.7", "@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"fractional-indexing": "3.2.0", "fractional-indexing": "3.2.0",
"react-dnd": "16.0.1", "react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1", "react-dnd-html5-backend": "16.0.1",
@ -4244,30 +4317,30 @@
} }
}, },
"node_modules/@strapi/strapi": { "node_modules/@strapi/strapi": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.14.0.tgz",
"integrity": "sha512-ecj+SDgOvCF1o423VxgVZWtbJ0vlceVi+GKNW3JOSQ8JAvYaN7pAh0Xc82udf5NQ8HpAmorzR1Uu2Y53W2Ym8w==", "integrity": "sha512-U+Ks7Mma5a8C1gbT2atEZYvjlWAZ6K7iRIsqv+vA0A1rhVm+QizmvW/iw0BB0XjSZoKQGk76Q5L6bDKusSrVhg==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15", "@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@strapi/admin": "5.13.1", "@strapi/admin": "5.14.0",
"@strapi/cloud-cli": "5.13.1", "@strapi/cloud-cli": "5.14.0",
"@strapi/content-manager": "5.13.1", "@strapi/content-manager": "5.14.0",
"@strapi/content-releases": "5.13.1", "@strapi/content-releases": "5.14.0",
"@strapi/content-type-builder": "5.13.1", "@strapi/content-type-builder": "5.14.0",
"@strapi/core": "5.13.1", "@strapi/core": "5.14.0",
"@strapi/data-transfer": "5.13.1", "@strapi/data-transfer": "5.14.0",
"@strapi/database": "5.13.1", "@strapi/database": "5.14.0",
"@strapi/email": "5.13.1", "@strapi/email": "5.14.0",
"@strapi/generators": "5.13.1", "@strapi/generators": "5.14.0",
"@strapi/i18n": "5.13.1", "@strapi/i18n": "5.14.0",
"@strapi/logger": "5.13.1", "@strapi/logger": "5.14.0",
"@strapi/permissions": "5.13.1", "@strapi/permissions": "5.14.0",
"@strapi/review-workflows": "5.13.1", "@strapi/review-workflows": "5.14.0",
"@strapi/types": "5.13.1", "@strapi/types": "5.14.0",
"@strapi/typescript-utils": "5.13.1", "@strapi/typescript-utils": "5.14.0",
"@strapi/upload": "5.13.1", "@strapi/upload": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"@types/nodemon": "1.19.6", "@types/nodemon": "1.19.6",
"@vitejs/plugin-react-swc": "3.6.0", "@vitejs/plugin-react-swc": "3.6.0",
"boxen": "5.1.2", "boxen": "5.1.2",
@ -4341,18 +4414,18 @@
} }
}, },
"node_modules/@strapi/types": { "node_modules/@strapi/types": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.14.0.tgz",
"integrity": "sha512-KdiVUNtpfMEtBu+S5d74WdsZsia+DBLRD7tV7lKK0IyakQqpBkUVszVcfAqTEeHXjuOWRZTNMpTTgBKm1Pn3Eg==", "integrity": "sha512-HpDWa0jL5yWpc+zjjX/CjjjyRZqW12JrRODW5rc3vLqbm+ivVJng3lrWGQvawJz6UShgB1ANwJ02ug71xYhzDA==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@casl/ability": "6.5.0", "@casl/ability": "6.5.0",
"@koa/cors": "5.0.0", "@koa/cors": "5.0.0",
"@koa/router": "12.0.2", "@koa/router": "12.0.2",
"@strapi/database": "5.13.1", "@strapi/database": "5.14.0",
"@strapi/logger": "5.13.1", "@strapi/logger": "5.14.0",
"@strapi/permissions": "5.13.1", "@strapi/permissions": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"commander": "8.3.0", "commander": "8.3.0",
"koa": "2.15.4", "koa": "2.15.4",
"koa-body": "6.0.1", "koa-body": "6.0.1",
@ -4424,9 +4497,9 @@
} }
}, },
"node_modules/@strapi/typescript-utils": { "node_modules/@strapi/typescript-utils": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.14.0.tgz",
"integrity": "sha512-ziSXcDJuVxcXYRGdz961sN34LCPil34JCDNw66AIpuREqCZe80DQbMJNmqA2yIgdCId1XCC8CAVenjFuenCw3A==", "integrity": "sha512-VDcuDuUzuCn0kf4kGiMEEqovac4rvon8WW5BGkXzMktqL+vpdAmXTY1xOhz4C2I36ozrjpHsDNrl3WSKqmu/OQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"chalk": "4.1.2", "chalk": "4.1.2",
@ -4455,9 +4528,9 @@
} }
}, },
"node_modules/@strapi/ui-primitives": { "node_modules/@strapi/ui-primitives": {
"version": "2.0.0-rc.23", "version": "2.0.0-rc.24",
"resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.0.0-rc.23.tgz", "resolved": "https://registry.npmjs.org/@strapi/ui-primitives/-/ui-primitives-2.0.0-rc.24.tgz",
"integrity": "sha512-YMH9z0k/aX8HYrq+sDCc5v2cPPqRBwgzQ/NxkzV1pvqvonKFgH3V3sQTXM3tStVkz4z4RuxB/lXoEZXGe/aVdg==", "integrity": "sha512-4OKhdh82OLK6i7Q4pSX1+Nj0w7mBUfA40oouJN7GtjQVAU3e6XX0RyFK9wJEnMB/BWAkcFrxCbg/7+bb+G+s8w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@radix-ui/number": "1.0.1", "@radix-ui/number": "1.0.1",
@ -4499,16 +4572,16 @@
} }
}, },
"node_modules/@strapi/upload": { "node_modules/@strapi/upload": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.14.0.tgz",
"integrity": "sha512-xvk6pqV8KLsnUOTo0/kZqW2+YrkKYJqsnF/4mH1XyFNI4OBoO/w9Q0VaBuFEI+sXrHKbr/nG9slpeHjdUcCncQ==", "integrity": "sha512-Pj/1H6xdYavzFI8G94mU4mv3+8D+kbeSEmuH2iG6kyCjtENeLKjO59MKKWUvJAs/XI6xZmT5QzmWMMZf4uo1XQ==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@mux/mux-player-react": "3.1.0", "@mux/mux-player-react": "3.1.0",
"@strapi/design-system": "2.0.0-rc.23", "@strapi/design-system": "2.0.0-rc.24",
"@strapi/icons": "2.0.0-rc.23", "@strapi/icons": "2.0.0-rc.24",
"@strapi/provider-upload-local": "5.13.1", "@strapi/provider-upload-local": "5.14.0",
"@strapi/utils": "5.13.1", "@strapi/utils": "5.14.0",
"byte-size": "8.1.1", "byte-size": "8.1.1",
"cropperjs": "1.6.1", "cropperjs": "1.6.1",
"date-fns": "2.30.0", "date-fns": "2.30.0",
@ -4542,9 +4615,9 @@
} }
}, },
"node_modules/@strapi/utils": { "node_modules/@strapi/utils": {
"version": "5.13.1", "version": "5.14.0",
"resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.13.1.tgz", "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.14.0.tgz",
"integrity": "sha512-5NhWGLDhY2D82OTig315Jxie/pKh9wsLu7PDdrA9ErsHKFa1UVOpecDKGy7gJesO7tgJZM6so6EgNK0DcrTNNA==", "integrity": "sha512-PAcTr9A2tInXXvY8IjtEqDxxOOMrCAxeLDr7wB3I7OTu5Nhxk2sTvp2o3l2/E/kj6BAAam3u1QofDD0ViQYJMg==",
"license": "SEE LICENSE IN LICENSE", "license": "SEE LICENSE IN LICENSE",
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "1.1.0", "@sindresorhus/slugify": "1.1.0",
@ -4557,7 +4630,7 @@
"p-map": "4.0.0", "p-map": "4.0.0",
"preferred-pm": "3.1.2", "preferred-pm": "3.1.2",
"yup": "0.32.9", "yup": "0.32.9",
"zod": "^3.22.4" "zod": "3.24.2"
}, },
"engines": { "engines": {
"node": ">=18.0.0 <=22.x.x", "node": ">=18.0.0 <=22.x.x",
@ -6486,18 +6559,18 @@
} }
}, },
"node_modules/castable-video": { "node_modules/castable-video": {
"version": "1.1.7", "version": "1.1.8",
"resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.7.tgz", "resolved": "https://registry.npmjs.org/castable-video/-/castable-video-1.1.8.tgz",
"integrity": "sha512-L2GkREds6UJVI8yIuiKXVFv5xNiulR+9nNUIutsDT1av5icCma423cB3GyyYsOdvudQ83Y27eC/290HXUSSleA==", "integrity": "sha512-86xTxbVoIIX0gnorM10pl7ScdELdqPTMInvzSjQM/YbMxq7ml7OosCMYbZi0O4bZwgsN3Dq75o+XLb0q6dGtIA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"custom-media-element": "~1.4.2" "custom-media-element": "~1.4.3"
} }
}, },
"node_modules/castable-video/node_modules/custom-media-element": { "node_modules/castable-video/node_modules/custom-media-element": {
"version": "1.4.2", "version": "1.4.3",
"resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.4.2.tgz", "resolved": "https://registry.npmjs.org/custom-media-element/-/custom-media-element-1.4.3.tgz",
"integrity": "sha512-AM6FRWqJyW7pWTvXb4uJj6yvHE7C6UutdhJ5o3XO5NEl5aWFcfnpz8/TuW8qr1+/wfbj50wRvdArnSNjTmjmVw==", "integrity": "sha512-6DAQAC9VfpdUEc684Kr1Uvw+49vKUY3+hAQcBrqMNL577PeA8eM8YgpOmbySoTZ517EIqSVFrXH2nu8gqFJS4g==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/chalk": { "node_modules/chalk": {
@ -18021,9 +18094,9 @@
} }
}, },
"node_modules/zod": { "node_modules/zod": {
"version": "3.25.21", "version": "3.24.2",
"resolved": "https://registry.npmjs.org/zod/-/zod-3.25.21.tgz", "resolved": "https://registry.npmjs.org/zod/-/zod-3.24.2.tgz",
"integrity": "sha512-k3MXcS5jrVo00Irs53CngVH4gHL1LgcCfOd9fOmZ7Pq/BP8eBop0P5RJDX5SsKchuxTMewJI0/AuK7MdD6ePXw==", "integrity": "sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==",
"license": "MIT", "license": "MIT",
"funding": { "funding": {
"url": "https://github.com/sponsors/colinhacks" "url": "https://github.com/sponsors/colinhacks"

View file

@ -16,9 +16,9 @@
"upgrade:dry": "npx @strapi/upgrade latest --dry" "upgrade:dry": "npx @strapi/upgrade latest --dry"
}, },
"dependencies": { "dependencies": {
"@strapi/plugin-cloud": "5.13.1", "@strapi/plugin-cloud": "5.14.0",
"@strapi/plugin-users-permissions": "5.13.1", "@strapi/plugin-users-permissions": "5.14.0",
"@strapi/strapi": "5.13.1", "@strapi/strapi": "5.14.0",
"better-sqlite3": "11.3.0", "better-sqlite3": "11.3.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",