From 608aeb0cb537f18af427c082b5758cbba97bcd92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 27 Aug 2026 00:07:31 +0000 Subject: [PATCH] Update all digest updates to v5.52.2 --- package-lock.json | 402 ++++++++++++++++++++------------- playground/package-lock.json | 424 ++++++++++++++++++++++------------- playground/package.json | 6 +- 3 files changed, 516 insertions(+), 316 deletions(-) diff --git a/package-lock.json b/package-lock.json index acf8a78..4fcebec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4682,9 +4682,9 @@ "license": "MIT" }, "node_modules/@strapi/admin": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.52.1.tgz", - "integrity": "sha512-biV3Zca0L3mYfqgmu+2LkwdSFahDXPVnzmEmWnfq6v6GnIoD4DfI4mLZt/BFL0pTIefL6swwSagcxoQGyJMl9g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.52.2.tgz", + "integrity": "sha512-SNEfJ/pBFlpabkXfgB9j+0idhflP8MrNPCd1Wfn2DKVqoxX5stKo6HJUrf1Hv+2gVBOtNlK4pQh61zpuDHFtXQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -4695,10 +4695,10 @@ "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/permissions": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/permissions": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", @@ -4749,7 +4749,7 @@ "typescript": "5.9.3", "use-context-selector": "1.4.4", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -5464,14 +5464,24 @@ "node": ">=10" } }, + "node_modules/@strapi/admin/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/cloud-cli": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.52.1.tgz", - "integrity": "sha512-hv/j20tooeeRGyWc0XFksG4DvcV5/7pf0Z23Yc7ZkHFm2OZrq76O49tmq1ovQCcOA1ZIaqglzQPpYPULu0Z+3w==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.52.2.tgz", + "integrity": "sha512-ZJRAxxI2JInTw11aYWsYv2xcp6lPvJIqxyTfX5qHQu8ct+AS+FSH4Z/Hzsh1aQyb6HuZtcqsRt9es5l9cx8KAQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "axios": "1.19.0", "boxen": "5.1.2", "chalk": "4.1.2", @@ -5546,9 +5556,9 @@ } }, "node_modules/@strapi/content-manager": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.52.1.tgz", - "integrity": "sha512-7kFkUbPUJ7ia6KvpWA0KCJU1xnZBU2JcnsugnxCsXm2PTSHv933151AiwCX6BbVuLYF4hejoaYiYKJ3pJIB4KA==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.52.2.tgz", + "integrity": "sha512-G7yN46kchS32IBjpe7dTogdxae1VEzCGae4fKLrfLJtWxBF//Kgk0PvA4Grs4GaDMDwxzEH93RbqJYRkEOytlg==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -5561,8 +5571,8 @@ "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "codemirror5": "npm:codemirror@^5.65.11", "date-fns": "2.30.0", "dompurify": "3.4.13", @@ -5594,7 +5604,7 @@ "slate-history": "0.93.0", "slate-react": "0.98.4", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6217,19 +6227,29 @@ "node": ">=10" } }, + "node_modules/@strapi/content-manager/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/content-releases": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.52.1.tgz", - "integrity": "sha512-3AmoEbgPec+K198dbbDKtcQpNBskl6citoMiJB1EGv3r8GTC4C0NxSqGmZhbFd90bpD49zH7TYhzeJVn8/PDDQ==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.52.2.tgz", + "integrity": "sha512-1+xH0t0+MNtTYzc/Zlik1XAoaKwfTwWfLW/PZ9gTnfeP3xdrBVH1bMd9SCk7/NiZ1NW6v/HVa1IT5JB79pAKrw==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.52.1", + "@strapi/database": "5.52.2", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "date-fns": "2.30.0", "date-fns-tz": "2.0.1", "formik": "2.4.9", @@ -6467,9 +6487,9 @@ } }, "node_modules/@strapi/content-type-builder": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.52.1.tgz", - "integrity": "sha512-zwC9laBmlaUKntEdl6Pg4sdZ46cUfpndJfhbQEiZUY0jFxsGqpS+C2xAfSXC5NQ6IUSDW9fHGnRBe+Q8ux/rNg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.52.2.tgz", + "integrity": "sha512-HT9bSZaFDIwUqKbP4Q6hcPnE6rcxkf+UiP2CJEjR+nca8MpJ4Z+QApqNLqv3XfxJrsrXKyiSat+LCynDwuq67Q==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -6481,9 +6501,9 @@ "@reduxjs/toolkit": "1.9.7", "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.4", - "@strapi/generators": "5.52.1", + "@strapi/generators": "5.52.2", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "ai": "5.0.210", "date-fns": "2.30.0", "fs-extra": "11.3.4", @@ -6498,7 +6518,7 @@ "react-markdown": "9.1.0", "react-redux": "8.1.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6783,10 +6803,20 @@ "node": ">=10" } }, + "node_modules/@strapi/content-type-builder/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/core": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.52.1.tgz", - "integrity": "sha512-QGiSTamFYzaR9jY3vYLmrRU6U3TztumXoJMYW7GorsH5WU3pRXYHqcbcafH9ZfX0QBDmZFcmNavcdUGOvbKoJw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.52.2.tgz", + "integrity": "sha512-3sPBzMFwy9Cc8LavYCN57yFJwPj+46A9wAg/wyggXwoAMwblYlO0Vnr1VQoZtmgOElm0vjrWLmNP03H8s1HYOg==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -6795,15 +6825,15 @@ "@koa/router": "12.0.2", "@modelcontextprotocol/sdk": "1.30.0", "@paralleldrive/cuid2": "2.2.2", - "@strapi/admin": "5.52.1", - "@strapi/database": "5.52.1", - "@strapi/generators": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/openapi": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/admin": "5.52.2", + "@strapi/database": "5.52.2", + "@strapi/generators": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/openapi": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "@vercel/stega": "0.1.2", "bcryptjs": "2.4.3", "boxen": "5.1.2", @@ -6847,7 +6877,7 @@ "typescript": "5.9.3", "undici": "6.28.0", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6973,16 +7003,26 @@ "node": ">=10" } }, + "node_modules/@strapi/core/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/data-transfer": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.52.1.tgz", - "integrity": "sha512-XmwJxylmiizhtb0Jk5YQa2kCV6klpWg8wgLms/lhccsniR2IA7iGATsarFAQGbxfcl39aNkyVPpH2IZIisFatg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.52.2.tgz", + "integrity": "sha512-mex9yzp63ZPFEQgxdjy0Hti3NBZuy9SamzDGy5ZZUWl3BvXDNVmSeOwunN+QKR9s9RH7oHZ8yqcoQcRexColXQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/logger": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/logger": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -7015,14 +7055,14 @@ } }, "node_modules/@strapi/database": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.52.1.tgz", - "integrity": "sha512-mknnMwQV47DWTIP9+WGK4R3g0t4vOJ/fEwB4FpUrayAapTGdnZP9H0/nsssz+AM2EhzSVrY0bF8LUKNlnA4fCw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.52.2.tgz", + "integrity": "sha512-sFaN0QpF3n2loi2DoSDGKiO9AWLoxkObZTeOH4u+cLLN2ow/th524XAv0FUlwzNXOurzdu71fuS9lUcRR+X6kA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@paralleldrive/cuid2": "2.2.2", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "ajv": "8.20.0", "date-fns": "2.30.0", "debug": "4.3.4", @@ -7104,22 +7144,22 @@ } }, "node_modules/@strapi/email": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.52.1.tgz", - "integrity": "sha512-VxXp0APA/qLCU3YCTo0oQRrpkv0L//ZToAkBUrHg/+QZii1ICo9qj5r8m7x/cUVUL+5KoBWSrwjG57oCFnDTUg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.52.2.tgz", + "integrity": "sha512-Qoxk6iFuxzGcrMgOimgVDENMlIKZB6a0haPWCm2nRfsgHk/rb1BHq5o/PWGU296nLxCDK1EvnLQhta3hoDQh2A==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/provider-email-sendmail": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/provider-email-sendmail": "5.52.2", + "@strapi/utils": "5.52.2", "koa2-ratelimit": "^1.1.3", "lodash": "4.18.1", "react-intl": "6.6.2", "react-query": "3.39.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -7283,16 +7323,26 @@ "node": ">=10" } }, + "node_modules/@strapi/email/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/generators": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.52.1.tgz", - "integrity": "sha512-0r3MwArmWlGPARwnJKA9MdGrEKXealjb8zLN7UIfyW38gzeKAsEIYIAv9kjNtiNleS2CnsQk3OUlhV+vqkb+6A==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.52.2.tgz", + "integrity": "sha512-PCFSiR/gwz9PyidwW3ixWFfgXDJZCxSvXz4irInPEWVsiyZy6gcAqTPdp2eZL1ieXo1Q4ojFxlq1HwkHQFPXRg==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "chalk": "4.1.2", "fs-extra": "11.3.4", "handlebars": "4.7.9", @@ -7364,22 +7414,22 @@ } }, "node_modules/@strapi/i18n": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.52.1.tgz", - "integrity": "sha512-rm50RKXwtPv/9Yb6wQAQ1LK5Rj0EuH3UqPZsyS1RyVrYA8sFnL8kKn7LY37ISJVcq/heJrW8Q7BNBfoQabbu8g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.52.2.tgz", + "integrity": "sha512-xRHUhn/N9Y+KRBypoWOWevS/1GY3zYvqVIijTPkHpXWmqIrYOkMvUa08O41hBr6PdODlDpVAWjKTnRYfYo/Xag==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "lodash": "4.18.1", "qs": "6.15.3", "react-intl": "6.6.2", "react-redux": "8.1.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -7608,6 +7658,16 @@ "node": ">=10" } }, + "node_modules/@strapi/i18n/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/icons": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.2.4.tgz", @@ -7620,9 +7680,9 @@ } }, "node_modules/@strapi/logger": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.52.1.tgz", - "integrity": "sha512-E4e6ftWbHje8SUIAz7ylBj7sowDCcGOGJWmPXB0nS7coGg35mBCuElsbtFGyTY15BJOgtXyln8vXExvHCsJHlA==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.52.2.tgz", + "integrity": "sha512-Zo5VwgT/I/Y+hbeL54/uunTNSPzDiO1inaYmMoQsDf0txSwf72P+Wr4KlzXWyuVuq7wSaBPjCBOfaVsdlG9tTQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -7635,21 +7695,31 @@ } }, "node_modules/@strapi/openapi": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.52.1.tgz", - "integrity": "sha512-OI8Mcbq/hLZ9thkcQVuLeQ6ToEZt0tgxR6R9UeWG+G2B+dkfNjZDc9cIbsfqKOk02xtvaJye7ShyQQWWcancJw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.52.2.tgz", + "integrity": "sha512-pPmo07nkSV+ZtAH7xT2fxEl+HVMPUgASaVIZnVAN83HMTcc9uODOBydoaRgNLxii+bgUCrG/XZwGpTYE1IXS3A==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "debug": "4.3.4", "openapi-types": "12.1.3", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/openapi/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/pack-up": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@strapi/pack-up/-/pack-up-5.1.1.tgz", @@ -7743,14 +7813,14 @@ } }, "node_modules/@strapi/permissions": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.52.1.tgz", - "integrity": "sha512-60w8IoTNs1A4fBezM8ONmf1b+TJLIxD9a62Hb3l04ARmjda7MuK6w6ynlWnLPKKpC/eQG0ek3HpCoG/2HyFgTw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.52.2.tgz", + "integrity": "sha512-LfAwGpm0O97VYLHZij/xL5GHwlztR+bS9kEpfryag8vA/ccZEY4nvuWUHdClR27qNe7ku5p3jaE0xQ+pHVhuAA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "lodash": "4.18.1", "qs": "6.15.3", "sift": "16.0.1" @@ -7761,9 +7831,9 @@ } }, "node_modules/@strapi/provider-email-sendmail": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.52.1.tgz", - "integrity": "sha512-KcxGvGahbZYlOhhmnWLEoXlwbIe7PrFr8bERmPULOWTc46SXue9NrKpnto1N6dQn3duV1nbBxNc5lTWB9jRjzg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.52.2.tgz", + "integrity": "sha512-DywVHIBRs35F63TclOpg9ub6Pih7SutYMGgsu70YM2puX9y1eqq2XzKem2ZYtKAf7BTkpdSifotwM7UUUuGzPA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -7775,13 +7845,13 @@ } }, "node_modules/@strapi/provider-upload-local": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.52.1.tgz", - "integrity": "sha512-p1bxq5opmSCChz6zi/MbV99kSSc9k/k4kfrrIO9ig6rBLcLWHAIGpDh5nohQVrRiPQuK89fSwE8HHI8DoZ+qlw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.52.2.tgz", + "integrity": "sha512-0beNUrg7gnNQBoMW6xAJL0UpQjhziJfXg9Ub7Fyse2819jBocSBMPcV+ghEv3G3Z5DpElrkHHYaGnQ1KH0H3Sg==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "fs-extra": "11.3.4" }, "engines": { @@ -7790,16 +7860,16 @@ } }, "node_modules/@strapi/review-workflows": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.52.1.tgz", - "integrity": "sha512-d2YOGRcbNkynq6FISGyNu4m7VbNuikwt3AKxt0CwtlEKg9rsleUFhLV67J9kYvstd698V2Wd6StLfKeV8S0bHw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.52.2.tgz", + "integrity": "sha512-+cYy/R83h5fuTvuudL4boeN7TYi+BdfvwrubB2E+u/hmDCndqrMdvo8HCXSsleXYpVCt1SQ9oozDfLL2azI9sQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "date-fns": "2.30.0", "fractional-indexing": "3.2.0", "koa": "2.16.4", @@ -8122,32 +8192,32 @@ } }, "node_modules/@strapi/strapi": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.52.1.tgz", - "integrity": "sha512-GKOFGodBwD+7IiUrQTYmBU1Xaw0BM/vu/Tc6HUwviPNX+FGE8JBd7uoeND08Cqln60nwdxmQPVeeJQOl3bLHlw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.52.2.tgz", + "integrity": "sha512-ugc28uWlIAD4FcBIWmeC50hzXnyhuBszK7/WqDAByBvWnZCTr0lXHs8E5sgqzSebZ9aan76ut50ssMAEmu/itA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "0.5.17", - "@strapi/admin": "5.52.1", - "@strapi/cloud-cli": "5.52.1", - "@strapi/content-manager": "5.52.1", - "@strapi/content-releases": "5.52.1", - "@strapi/content-type-builder": "5.52.1", - "@strapi/core": "5.52.1", - "@strapi/data-transfer": "5.52.1", - "@strapi/database": "5.52.1", - "@strapi/email": "5.52.1", - "@strapi/generators": "5.52.1", - "@strapi/i18n": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/openapi": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/review-workflows": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/upload": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/admin": "5.52.2", + "@strapi/cloud-cli": "5.52.2", + "@strapi/content-manager": "5.52.2", + "@strapi/content-releases": "5.52.2", + "@strapi/content-type-builder": "5.52.2", + "@strapi/core": "5.52.2", + "@strapi/data-transfer": "5.52.2", + "@strapi/database": "5.52.2", + "@strapi/email": "5.52.2", + "@strapi/generators": "5.52.2", + "@strapi/i18n": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/openapi": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/review-workflows": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/upload": "5.52.2", + "@strapi/utils": "5.52.2", "@types/nodemon": "1.19.6", "@vitejs/plugin-react-swc": "3.11.0", "boxen": "5.1.2", @@ -8487,9 +8557,9 @@ } }, "node_modules/@strapi/types": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.52.1.tgz", - "integrity": "sha512-bAfzovdj/uiWrYba/x3IMj3BS6H5T/l/+TLxNaQnd4oFb0i5o0zjb8IRglQF6t2n41mv2j4EhbBhx25pJaj/ww==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.52.2.tgz", + "integrity": "sha512-DdSh8UpA7yVuChUyre4dn4R5D+BodVlcPo7ePQBpm0dN9hUDQIwODfh+97+tfrOLDAYfMw/50NHqpxRp8qm92g==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -8497,10 +8567,10 @@ "@koa/cors": "5.0.0", "@koa/router": "12.0.2", "@modelcontextprotocol/sdk": "1.30.0", - "@strapi/database": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/database": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/utils": "5.52.2", "commander": "8.3.0", "json-logic-js": "2.0.5", "koa": "2.16.4", @@ -8509,7 +8579,7 @@ "typedoc": "0.28.19", "typedoc-github-wiki-theme": "2.1.0", "typedoc-plugin-markdown": "4.11.0", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -8526,10 +8596,20 @@ "node": ">= 12" } }, + "node_modules/@strapi/types/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/typescript-utils": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.52.1.tgz", - "integrity": "sha512-IbhU0jIXfhFO4kKbKsCWugb3rp/2uIFEBEX7Y//reWk9r4aFWPW4XC3jNbI4n4ebMtrBusyh3D+EAUKbkuavWg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.52.2.tgz", + "integrity": "sha512-A7En7Qunn3HiBPfiSqafI3wtzG3kXFsnaASC6kaGICOOA3H6XgJLHyySet9vdIUjTqjrlW4Lt4uzedAAdWq1AA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -8619,9 +8699,9 @@ } }, "node_modules/@strapi/upload": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.52.1.tgz", - "integrity": "sha512-3ygEN9DmxDVNfVpnAGGhu6Apgsvv15Vhbw+ZFkYC7TEQJlh9qi12oZkttZO8KEKfASmtjCTWOOMVfJhDyGKL0g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.52.2.tgz", + "integrity": "sha512-7K6/JazUr2zVPngUA9KtArbEial8yIgiYW8opkJExj1QkThmzINDMOJhDhQGz8Z6twzgXvrtKBOHphlMa6wpnA==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -8630,11 +8710,11 @@ "@radix-ui/react-dialog": "1.0.5", "@radix-ui/react-toggle-group": "1.1.11", "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.52.1", + "@strapi/database": "5.52.2", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/provider-upload-local": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/provider-upload-local": "5.52.2", + "@strapi/utils": "5.52.2", "byte-size": "8.1.1", "cropperjs": "1.6.2", "date-fns": "2.30.0", @@ -8655,7 +8735,7 @@ "react-select": "5.8.0", "sharp": "0.35.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -9167,10 +9247,20 @@ "node": ">=10" } }, + "node_modules/@strapi/upload/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/utils": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.52.1.tgz", - "integrity": "sha512-bx4c0PHJgSEfOKOj5Wgl+/5cSs0DEwdm3JsDLyZnDAzTjrINlWR6lrrZyYn1HFiv55BYccD7+EoWX8eIpkSe/g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.52.2.tgz", + "integrity": "sha512-d5QJZD77FsTlga+Q8NwUL+kxSJE6DkzlrHYEaAmU6ySkcigIFFAyKSVv3BIQhK9ZOZzt793HxhUyKftO2sHenQ==", "dev": true, "license": "SEE LICENSE IN LICENSE", "dependencies": { @@ -9183,7 +9273,7 @@ "p-map": "4.0.0", "preferred-pm": "5.0.0", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -9356,6 +9446,16 @@ "node": ">=10" } }, + "node_modules/@strapi/utils/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "dev": true, + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@swc/core": { "version": "1.15.11", "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.11.tgz", @@ -14311,9 +14411,9 @@ } }, "node_modules/fined/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.1.0.tgz", + "integrity": "sha512-bUi/yjmtKYcRVUtWRGr0UA6xEFh2I6zWUwMrUXB3s7bmYCaZ8a+0ZsTRkrawh/mzlSD1Y0Ph8bp/U+TvBpWDNw==", "dev": true, "license": "MIT", "engines": { @@ -14331,9 +14431,9 @@ } }, "node_modules/flow-estree": { - "version": "0.328.0", - "resolved": "https://registry.npmjs.org/flow-estree/-/flow-estree-0.328.0.tgz", - "integrity": "sha512-uMB3dC4nfZYn+dd7/PYkyAK1mqBR4TJ4TWRdOjubpb/ObrLvPFdFSmMTq55fqttCCTygQ4NtD1Zdd+wcjC5t0g==", + "version": "0.329.0", + "resolved": "https://registry.npmjs.org/flow-estree/-/flow-estree-0.329.0.tgz", + "integrity": "sha512-Stv2+LumW7n6DUrV+KlqB4HikeyQtLFUpd9iVexISblopKiYFjNYMmTGUcN5at8NKEmkhjAV5UGps3Z8QqK1lw==", "dev": true, "license": "MIT", "engines": { @@ -14341,13 +14441,13 @@ } }, "node_modules/flow-parser": { - "version": "0.328.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.328.0.tgz", - "integrity": "sha512-F+Ik2Of7ndl2FyPmZ77NrhbZp9lYjIsreDXeq4fo0sjxa3SIFv48QAszBqvPeMMzmw7JzqySJUxGR8CSD7EdXw==", + "version": "0.329.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.329.0.tgz", + "integrity": "sha512-skMH3HUOF3+JSlIKt4F/LITfzMGEPpJ0S+Gu7HcmxOjWeYEO5PUZJi5WpLw+L4MZaNcMEkzUtoN+M2fAbiutWA==", "dev": true, "license": "MIT", "dependencies": { - "flow-estree": "0.328.0" + "flow-estree": "0.329.0" }, "engines": { "node": ">=0.4.0" @@ -17050,9 +17150,9 @@ } }, "node_modules/liftoff/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.1.0.tgz", + "integrity": "sha512-bUi/yjmtKYcRVUtWRGr0UA6xEFh2I6zWUwMrUXB3s7bmYCaZ8a+0ZsTRkrawh/mzlSD1Y0Ph8bp/U+TvBpWDNw==", "dev": true, "license": "MIT", "engines": { @@ -22500,9 +22600,9 @@ } }, "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", - "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz", + "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==", "dev": true, "license": "MIT", "engines": { diff --git a/playground/package-lock.json b/playground/package-lock.json index 3d8145c..233faa7 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -8,9 +8,9 @@ "name": "playground", "version": "0.1.0", "dependencies": { - "@strapi/plugin-cloud": "5.52.1", - "@strapi/plugin-users-permissions": "5.52.1", - "@strapi/strapi": "5.52.1", + "@strapi/plugin-cloud": "5.52.2", + "@strapi/plugin-users-permissions": "5.52.2", + "@strapi/strapi": "5.52.2", "better-sqlite3": "13.0.3", "fs-extra": "^11.0.0", "mime-types": "^3.0.0", @@ -6128,9 +6128,9 @@ "license": "MIT" }, "node_modules/@strapi/admin": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.52.1.tgz", - "integrity": "sha512-biV3Zca0L3mYfqgmu+2LkwdSFahDXPVnzmEmWnfq6v6GnIoD4DfI4mLZt/BFL0pTIefL6swwSagcxoQGyJMl9g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.52.2.tgz", + "integrity": "sha512-SNEfJ/pBFlpabkXfgB9j+0idhflP8MrNPCd1Wfn2DKVqoxX5stKo6HJUrf1Hv+2gVBOtNlK4pQh61zpuDHFtXQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", @@ -6140,10 +6140,10 @@ "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/permissions": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/permissions": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.2", "@testing-library/user-event": "14.6.1", @@ -6194,7 +6194,7 @@ "typescript": "5.9.3", "use-context-selector": "1.4.4", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6251,13 +6251,22 @@ } } }, + "node_modules/@strapi/admin/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/cloud-cli": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.52.1.tgz", - "integrity": "sha512-hv/j20tooeeRGyWc0XFksG4DvcV5/7pf0Z23Yc7ZkHFm2OZrq76O49tmq1ovQCcOA1ZIaqglzQPpYPULu0Z+3w==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.52.2.tgz", + "integrity": "sha512-ZJRAxxI2JInTw11aYWsYv2xcp6lPvJIqxyTfX5qHQu8ct+AS+FSH4Z/Hzsh1aQyb6HuZtcqsRt9es5l9cx8KAQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "axios": "1.19.0", "boxen": "5.1.2", "chalk": "4.1.2", @@ -6337,9 +6346,9 @@ } }, "node_modules/@strapi/content-manager": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.52.1.tgz", - "integrity": "sha512-7kFkUbPUJ7ia6KvpWA0KCJU1xnZBU2JcnsugnxCsXm2PTSHv933151AiwCX6BbVuLYF4hejoaYiYKJ3pJIB4KA==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.52.2.tgz", + "integrity": "sha512-G7yN46kchS32IBjpe7dTogdxae1VEzCGae4fKLrfLJtWxBF//Kgk0PvA4Grs4GaDMDwxzEH93RbqJYRkEOytlg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", @@ -6351,8 +6360,8 @@ "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "codemirror5": "npm:codemirror@^5.65.11", "date-fns": "2.30.0", "dompurify": "3.4.13", @@ -6384,7 +6393,7 @@ "slate-history": "0.93.0", "slate-react": "0.98.4", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6451,18 +6460,27 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@strapi/content-manager/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/content-releases": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.52.1.tgz", - "integrity": "sha512-3AmoEbgPec+K198dbbDKtcQpNBskl6citoMiJB1EGv3r8GTC4C0NxSqGmZhbFd90bpD49zH7TYhzeJVn8/PDDQ==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.52.2.tgz", + "integrity": "sha512-1+xH0t0+MNtTYzc/Zlik1XAoaKwfTwWfLW/PZ9gTnfeP3xdrBVH1bMd9SCk7/NiZ1NW6v/HVa1IT5JB79pAKrw==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.52.1", + "@strapi/database": "5.52.2", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "date-fns": "2.30.0", "date-fns-tz": "2.0.1", "formik": "2.4.9", @@ -6486,9 +6504,9 @@ } }, "node_modules/@strapi/content-type-builder": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.52.1.tgz", - "integrity": "sha512-zwC9laBmlaUKntEdl6Pg4sdZ46cUfpndJfhbQEiZUY0jFxsGqpS+C2xAfSXC5NQ6IUSDW9fHGnRBe+Q8ux/rNg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.52.2.tgz", + "integrity": "sha512-HT9bSZaFDIwUqKbP4Q6hcPnE6rcxkf+UiP2CJEjR+nca8MpJ4Z+QApqNLqv3XfxJrsrXKyiSat+LCynDwuq67Q==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@ai-sdk/react": "2.0.212", @@ -6499,9 +6517,9 @@ "@reduxjs/toolkit": "1.9.7", "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.4", - "@strapi/generators": "5.52.1", + "@strapi/generators": "5.52.2", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "ai": "5.0.210", "date-fns": "2.30.0", "fs-extra": "11.3.4", @@ -6516,7 +6534,7 @@ "react-markdown": "9.1.0", "react-redux": "8.1.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6597,10 +6615,19 @@ "node": ">=14.14" } }, + "node_modules/@strapi/content-type-builder/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/core": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.52.1.tgz", - "integrity": "sha512-QGiSTamFYzaR9jY3vYLmrRU6U3TztumXoJMYW7GorsH5WU3pRXYHqcbcafH9ZfX0QBDmZFcmNavcdUGOvbKoJw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.52.2.tgz", + "integrity": "sha512-3sPBzMFwy9Cc8LavYCN57yFJwPj+46A9wAg/wyggXwoAMwblYlO0Vnr1VQoZtmgOElm0vjrWLmNP03H8s1HYOg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", @@ -6608,15 +6635,15 @@ "@koa/router": "12.0.2", "@modelcontextprotocol/sdk": "1.30.0", "@paralleldrive/cuid2": "2.2.2", - "@strapi/admin": "5.52.1", - "@strapi/database": "5.52.1", - "@strapi/generators": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/openapi": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/admin": "5.52.2", + "@strapi/database": "5.52.2", + "@strapi/generators": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/openapi": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "@vercel/stega": "0.1.2", "bcryptjs": "2.4.3", "boxen": "5.1.2", @@ -6660,7 +6687,7 @@ "typescript": "5.9.3", "undici": "6.28.0", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6780,15 +6807,24 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@strapi/core/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/data-transfer": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.52.1.tgz", - "integrity": "sha512-XmwJxylmiizhtb0Jk5YQa2kCV6klpWg8wgLms/lhccsniR2IA7iGATsarFAQGbxfcl39aNkyVPpH2IZIisFatg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.52.2.tgz", + "integrity": "sha512-mex9yzp63ZPFEQgxdjy0Hti3NBZuy9SamzDGy5ZZUWl3BvXDNVmSeOwunN+QKR9s9RH7oHZ8yqcoQcRexColXQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/logger": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/logger": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/utils": "5.52.2", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -6846,13 +6882,13 @@ } }, "node_modules/@strapi/database": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.52.1.tgz", - "integrity": "sha512-mknnMwQV47DWTIP9+WGK4R3g0t4vOJ/fEwB4FpUrayAapTGdnZP9H0/nsssz+AM2EhzSVrY0bF8LUKNlnA4fCw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.52.2.tgz", + "integrity": "sha512-sFaN0QpF3n2loi2DoSDGKiO9AWLoxkObZTeOH4u+cLLN2ow/th524XAv0FUlwzNXOurzdu71fuS9lUcRR+X6kA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@paralleldrive/cuid2": "2.2.2", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "ajv": "8.20.0", "date-fns": "2.30.0", "debug": "4.3.4", @@ -6923,21 +6959,21 @@ } }, "node_modules/@strapi/email": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.52.1.tgz", - "integrity": "sha512-VxXp0APA/qLCU3YCTo0oQRrpkv0L//ZToAkBUrHg/+QZii1ICo9qj5r8m7x/cUVUL+5KoBWSrwjG57oCFnDTUg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.52.2.tgz", + "integrity": "sha512-Qoxk6iFuxzGcrMgOimgVDENMlIKZB6a0haPWCm2nRfsgHk/rb1BHq5o/PWGU296nLxCDK1EvnLQhta3hoDQh2A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/provider-email-sendmail": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/provider-email-sendmail": "5.52.2", + "@strapi/utils": "5.52.2", "koa2-ratelimit": "^1.1.3", "lodash": "4.18.1", "react-intl": "6.6.2", "react-query": "3.39.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -6952,15 +6988,24 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/email/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/generators": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.52.1.tgz", - "integrity": "sha512-0r3MwArmWlGPARwnJKA9MdGrEKXealjb8zLN7UIfyW38gzeKAsEIYIAv9kjNtiNleS2CnsQk3OUlhV+vqkb+6A==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.52.2.tgz", + "integrity": "sha512-PCFSiR/gwz9PyidwW3ixWFfgXDJZCxSvXz4irInPEWVsiyZy6gcAqTPdp2eZL1ieXo1Q4ojFxlq1HwkHQFPXRg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/typescript-utils": "5.52.2", + "@strapi/utils": "5.52.2", "chalk": "4.1.2", "fs-extra": "11.3.4", "handlebars": "4.7.9", @@ -7042,21 +7087,21 @@ } }, "node_modules/@strapi/i18n": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.52.1.tgz", - "integrity": "sha512-rm50RKXwtPv/9Yb6wQAQ1LK5Rj0EuH3UqPZsyS1RyVrYA8sFnL8kKn7LY37ISJVcq/heJrW8Q7BNBfoQabbu8g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.52.2.tgz", + "integrity": "sha512-xRHUhn/N9Y+KRBypoWOWevS/1GY3zYvqVIijTPkHpXWmqIrYOkMvUa08O41hBr6PdODlDpVAWjKTnRYfYo/Xag==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "lodash": "4.18.1", "qs": "6.15.3", "react-intl": "6.6.2", "react-redux": "8.1.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -7071,6 +7116,15 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/i18n/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/icons": { "version": "2.2.4", "resolved": "https://registry.npmjs.org/@strapi/icons/-/icons-2.2.4.tgz", @@ -7083,9 +7137,9 @@ } }, "node_modules/@strapi/logger": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.52.1.tgz", - "integrity": "sha512-E4e6ftWbHje8SUIAz7ylBj7sowDCcGOGJWmPXB0nS7coGg35mBCuElsbtFGyTY15BJOgtXyln8vXExvHCsJHlA==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.52.2.tgz", + "integrity": "sha512-Zo5VwgT/I/Y+hbeL54/uunTNSPzDiO1inaYmMoQsDf0txSwf72P+Wr4KlzXWyuVuq7wSaBPjCBOfaVsdlG9tTQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "lodash": "4.18.1", @@ -7097,20 +7151,29 @@ } }, "node_modules/@strapi/openapi": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.52.1.tgz", - "integrity": "sha512-OI8Mcbq/hLZ9thkcQVuLeQ6ToEZt0tgxR6R9UeWG+G2B+dkfNjZDc9cIbsfqKOk02xtvaJye7ShyQQWWcancJw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.52.2.tgz", + "integrity": "sha512-pPmo07nkSV+ZtAH7xT2fxEl+HVMPUgASaVIZnVAN83HMTcc9uODOBydoaRgNLxii+bgUCrG/XZwGpTYE1IXS3A==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "debug": "4.3.4", "openapi-types": "12.1.3", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/openapi/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/pack-up": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/@strapi/pack-up/-/pack-up-5.1.1.tgz", @@ -7175,13 +7238,13 @@ } }, "node_modules/@strapi/permissions": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.52.1.tgz", - "integrity": "sha512-60w8IoTNs1A4fBezM8ONmf1b+TJLIxD9a62Hb3l04ARmjda7MuK6w6ynlWnLPKKpC/eQG0ek3HpCoG/2HyFgTw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.52.2.tgz", + "integrity": "sha512-LfAwGpm0O97VYLHZij/xL5GHwlztR+bS9kEpfryag8vA/ccZEY4nvuWUHdClR27qNe7ku5p3jaE0xQ+pHVhuAA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "lodash": "4.18.1", "qs": "6.15.3", "sift": "16.0.1" @@ -7192,9 +7255,9 @@ } }, "node_modules/@strapi/plugin-cloud": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.52.1.tgz", - "integrity": "sha512-l5AZ03hhU4cz3ow1Cqvf8d6cJLMrDEjeHa0Jz90ObFygKVo4v3rSBL3WT++X8BZnBQRT6rGj5RrSMwTxL5bggw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.52.2.tgz", + "integrity": "sha512-wP7earSjFZhpVlixdI6/4TBA5uhgGFkNrV0hFW7A68NIbXwqr1VX9Fc0dzIsfJ2XkOQcLt54MGdTDKr//ypUtg==", "license": "MIT", "dependencies": { "@strapi/design-system": "2.2.4", @@ -7215,14 +7278,14 @@ } }, "node_modules/@strapi/plugin-users-permissions": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.52.1.tgz", - "integrity": "sha512-nuo8Wmep7aFllDLWjtqZsjs07wo2BkIQ6QbKBSdS4BkwE6nn7baD8Gi9xDIANIdPaqjiRj0C5eMyFThAgnF3vQ==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.52.2.tgz", + "integrity": "sha512-8zaIzuXTxl/r/xd9gcWa2RyO9rGefy4huFSdixrJvqXxIBNNGCXSZxuAjUiGhLFKB4ewTg3PQM7x4nW9xt2BsQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "bcryptjs": "2.4.3", "formik": "2.4.9", "immer": "9.0.21", @@ -7236,13 +7299,14 @@ "react-redux": "8.1.3", "url-join": "4.0.1", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" }, "peerDependencies": { + "@strapi/admin": "^5.0.0", "@strapi/strapi": "^5.0.0", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0", @@ -7250,10 +7314,19 @@ "styled-components": "^6.0.0" } }, + "node_modules/@strapi/plugin-users-permissions/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/provider-email-sendmail": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.52.1.tgz", - "integrity": "sha512-KcxGvGahbZYlOhhmnWLEoXlwbIe7PrFr8bERmPULOWTc46SXue9NrKpnto1N6dQn3duV1nbBxNc5lTWB9jRjzg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.52.2.tgz", + "integrity": "sha512-DywVHIBRs35F63TclOpg9ub6Pih7SutYMGgsu70YM2puX9y1eqq2XzKem2ZYtKAf7BTkpdSifotwM7UUUuGzPA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "nodemailer": "9.0.1" @@ -7264,12 +7337,12 @@ } }, "node_modules/@strapi/provider-upload-local": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.52.1.tgz", - "integrity": "sha512-p1bxq5opmSCChz6zi/MbV99kSSc9k/k4kfrrIO9ig6rBLcLWHAIGpDh5nohQVrRiPQuK89fSwE8HHI8DoZ+qlw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.52.2.tgz", + "integrity": "sha512-0beNUrg7gnNQBoMW6xAJL0UpQjhziJfXg9Ub7Fyse2819jBocSBMPcV+ghEv3G3Z5DpElrkHHYaGnQ1KH0H3Sg==", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "fs-extra": "11.3.4" }, "engines": { @@ -7292,15 +7365,15 @@ } }, "node_modules/@strapi/review-workflows": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.52.1.tgz", - "integrity": "sha512-d2YOGRcbNkynq6FISGyNu4m7VbNuikwt3AKxt0CwtlEKg9rsleUFhLV67J9kYvstd698V2Wd6StLfKeV8S0bHw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.52.2.tgz", + "integrity": "sha512-+cYy/R83h5fuTvuudL4boeN7TYi+BdfvwrubB2E+u/hmDCndqrMdvo8HCXSsleXYpVCt1SQ9oozDfLL2azI9sQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/utils": "5.52.1", + "@strapi/utils": "5.52.2", "date-fns": "2.30.0", "fractional-indexing": "3.2.0", "koa": "2.16.4", @@ -7536,31 +7609,31 @@ } }, "node_modules/@strapi/strapi": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.52.1.tgz", - "integrity": "sha512-GKOFGodBwD+7IiUrQTYmBU1Xaw0BM/vu/Tc6HUwviPNX+FGE8JBd7uoeND08Cqln60nwdxmQPVeeJQOl3bLHlw==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.52.2.tgz", + "integrity": "sha512-ugc28uWlIAD4FcBIWmeC50hzXnyhuBszK7/WqDAByBvWnZCTr0lXHs8E5sgqzSebZ9aan76ut50ssMAEmu/itA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "0.5.17", - "@strapi/admin": "5.52.1", - "@strapi/cloud-cli": "5.52.1", - "@strapi/content-manager": "5.52.1", - "@strapi/content-releases": "5.52.1", - "@strapi/content-type-builder": "5.52.1", - "@strapi/core": "5.52.1", - "@strapi/data-transfer": "5.52.1", - "@strapi/database": "5.52.1", - "@strapi/email": "5.52.1", - "@strapi/generators": "5.52.1", - "@strapi/i18n": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/openapi": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/review-workflows": "5.52.1", - "@strapi/types": "5.52.1", - "@strapi/typescript-utils": "5.52.1", - "@strapi/upload": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/admin": "5.52.2", + "@strapi/cloud-cli": "5.52.2", + "@strapi/content-manager": "5.52.2", + "@strapi/content-releases": "5.52.2", + "@strapi/content-type-builder": "5.52.2", + "@strapi/core": "5.52.2", + "@strapi/data-transfer": "5.52.2", + "@strapi/database": "5.52.2", + "@strapi/email": "5.52.2", + "@strapi/generators": "5.52.2", + "@strapi/i18n": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/openapi": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/review-workflows": "5.52.2", + "@strapi/types": "5.52.2", + "@strapi/typescript-utils": "5.52.2", + "@strapi/upload": "5.52.2", + "@strapi/utils": "5.52.2", "@types/nodemon": "1.19.6", "@vitejs/plugin-react-swc": "3.11.0", "boxen": "5.1.2", @@ -7785,19 +7858,19 @@ } }, "node_modules/@strapi/types": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.52.1.tgz", - "integrity": "sha512-bAfzovdj/uiWrYba/x3IMj3BS6H5T/l/+TLxNaQnd4oFb0i5o0zjb8IRglQF6t2n41mv2j4EhbBhx25pJaj/ww==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.52.2.tgz", + "integrity": "sha512-DdSh8UpA7yVuChUyre4dn4R5D+BodVlcPo7ePQBpm0dN9hUDQIwODfh+97+tfrOLDAYfMw/50NHqpxRp8qm92g==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@casl/ability": "6.7.5", "@koa/cors": "5.0.0", "@koa/router": "12.0.2", "@modelcontextprotocol/sdk": "1.30.0", - "@strapi/database": "5.52.1", - "@strapi/logger": "5.52.1", - "@strapi/permissions": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/database": "5.52.2", + "@strapi/logger": "5.52.2", + "@strapi/permissions": "5.52.2", + "@strapi/utils": "5.52.2", "commander": "8.3.0", "json-logic-js": "2.0.5", "koa": "2.16.4", @@ -7806,17 +7879,26 @@ "typedoc": "0.28.19", "typedoc-github-wiki-theme": "2.1.0", "typedoc-plugin-markdown": "4.11.0", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }, + "node_modules/@strapi/types/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/typescript-utils": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.52.1.tgz", - "integrity": "sha512-IbhU0jIXfhFO4kKbKsCWugb3rp/2uIFEBEX7Y//reWk9r4aFWPW4XC3jNbI4n4ebMtrBusyh3D+EAUKbkuavWg==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.52.2.tgz", + "integrity": "sha512-A7En7Qunn3HiBPfiSqafI3wtzG3kXFsnaASC6kaGICOOA3H6XgJLHyySet9vdIUjTqjrlW4Lt4uzedAAdWq1AA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "chalk": "4.1.2", @@ -7893,9 +7975,9 @@ } }, "node_modules/@strapi/upload": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.52.1.tgz", - "integrity": "sha512-3ygEN9DmxDVNfVpnAGGhu6Apgsvv15Vhbw+ZFkYC7TEQJlh9qi12oZkttZO8KEKfASmtjCTWOOMVfJhDyGKL0g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.52.2.tgz", + "integrity": "sha512-7K6/JazUr2zVPngUA9KtArbEial8yIgiYW8opkJExj1QkThmzINDMOJhDhQGz8Z6twzgXvrtKBOHphlMa6wpnA==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@dnd-kit/core": "6.3.1", @@ -7903,11 +7985,11 @@ "@radix-ui/react-dialog": "1.0.5", "@radix-ui/react-toggle-group": "1.1.11", "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.52.1", + "@strapi/database": "5.52.2", "@strapi/design-system": "2.2.4", "@strapi/icons": "2.2.4", - "@strapi/provider-upload-local": "5.52.1", - "@strapi/utils": "5.52.1", + "@strapi/provider-upload-local": "5.52.2", + "@strapi/utils": "5.52.2", "byte-size": "8.1.1", "cropperjs": "1.6.2", "date-fns": "2.30.0", @@ -7928,7 +8010,7 @@ "react-select": "5.8.0", "sharp": "0.35.3", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -7977,10 +8059,19 @@ "node": ">= 0.6" } }, + "node_modules/@strapi/upload/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@strapi/utils": { - "version": "5.52.1", - "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.52.1.tgz", - "integrity": "sha512-bx4c0PHJgSEfOKOj5Wgl+/5cSs0DEwdm3JsDLyZnDAzTjrINlWR6lrrZyYn1HFiv55BYccD7+EoWX8eIpkSe/g==", + "version": "5.52.2", + "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.52.2.tgz", + "integrity": "sha512-d5QJZD77FsTlga+Q8NwUL+kxSJE6DkzlrHYEaAmU6ySkcigIFFAyKSVv3BIQhK9ZOZzt793HxhUyKftO2sHenQ==", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@sindresorhus/slugify": "1.1.0", @@ -7992,7 +8083,7 @@ "p-map": "4.0.0", "preferred-pm": "5.0.0", "yup": "0.32.9", - "zod": "3.25.76" + "zod": "4.4.3" }, "engines": { "node": ">=20.0.0 <=26.x.x", @@ -8052,6 +8143,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/@strapi/utils/node_modules/zod": { + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, "node_modules/@swc/core": { "version": "1.15.11", "resolved": "https://registry.npmjs.org/@swc/core/-/core-1.15.11.tgz", @@ -13321,9 +13421,9 @@ } }, "node_modules/fined/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.1.0.tgz", + "integrity": "sha512-bUi/yjmtKYcRVUtWRGr0UA6xEFh2I6zWUwMrUXB3s7bmYCaZ8a+0ZsTRkrawh/mzlSD1Y0Ph8bp/U+TvBpWDNw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -13339,21 +13439,21 @@ } }, "node_modules/flow-estree": { - "version": "0.328.0", - "resolved": "https://registry.npmjs.org/flow-estree/-/flow-estree-0.328.0.tgz", - "integrity": "sha512-uMB3dC4nfZYn+dd7/PYkyAK1mqBR4TJ4TWRdOjubpb/ObrLvPFdFSmMTq55fqttCCTygQ4NtD1Zdd+wcjC5t0g==", + "version": "0.329.0", + "resolved": "https://registry.npmjs.org/flow-estree/-/flow-estree-0.329.0.tgz", + "integrity": "sha512-Stv2+LumW7n6DUrV+KlqB4HikeyQtLFUpd9iVexISblopKiYFjNYMmTGUcN5at8NKEmkhjAV5UGps3Z8QqK1lw==", "license": "MIT", "engines": { "node": ">=18" } }, "node_modules/flow-parser": { - "version": "0.328.0", - "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.328.0.tgz", - "integrity": "sha512-F+Ik2Of7ndl2FyPmZ77NrhbZp9lYjIsreDXeq4fo0sjxa3SIFv48QAszBqvPeMMzmw7JzqySJUxGR8CSD7EdXw==", + "version": "0.329.0", + "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.329.0.tgz", + "integrity": "sha512-skMH3HUOF3+JSlIKt4F/LITfzMGEPpJ0S+Gu7HcmxOjWeYEO5PUZJi5WpLw+L4MZaNcMEkzUtoN+M2fAbiutWA==", "license": "MIT", "dependencies": { - "flow-estree": "0.328.0" + "flow-estree": "0.329.0" }, "engines": { "node": ">=0.4.0" @@ -16951,9 +17051,9 @@ } }, "node_modules/liftoff/node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.1.0.tgz", + "integrity": "sha512-bUi/yjmtKYcRVUtWRGr0UA6xEFh2I6zWUwMrUXB3s7bmYCaZ8a+0ZsTRkrawh/mzlSD1Y0Ph8bp/U+TvBpWDNw==", "license": "MIT", "engines": { "node": ">=0.10.0" @@ -22617,9 +22717,9 @@ } }, "node_modules/tinyglobby/node_modules/picomatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.5.tgz", - "integrity": "sha512-RvwwcruNjI1ncT5xRakeyS9Lf8lcItv34KD+aif+VH9kduAyfYBipGh12274xtenIPZ119/R9BdTBa8gAwSh0A==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.7.tgz", + "integrity": "sha512-qcJu88Q2IWqJsDD529JKMdwGm/dvInW4HvQnRwiH9JtihJvzGOscDtHE3x1pBKeUOTysQ8kVmLnJ2kJu7yhcGA==", "license": "MIT", "engines": { "node": ">=12" diff --git a/playground/package.json b/playground/package.json index f810a91..3e54b2f 100644 --- a/playground/package.json +++ b/playground/package.json @@ -17,9 +17,9 @@ "upgrade:dry": "npx @strapi/upgrade latest --dry" }, "dependencies": { - "@strapi/plugin-cloud": "5.52.1", - "@strapi/plugin-users-permissions": "5.52.1", - "@strapi/strapi": "5.52.1", + "@strapi/plugin-cloud": "5.52.2", + "@strapi/plugin-users-permissions": "5.52.2", + "@strapi/strapi": "5.52.2", "better-sqlite3": "13.0.3", "fs-extra": "^11.0.0", "mime-types": "^3.0.0",