From cd12da721dccf09d00f1c680791dfbfee550c3fc Mon Sep 17 00:00:00 2001 From: Bassel17 Date: Wed, 11 Mar 2026 09:56:28 +0000 Subject: [PATCH] release: 5.38.1 --- .github/actions/check-pr-status/package.json | 2 +- packages/admin-test-utils/package.json | 6 +- packages/cli/cloud/package.json | 8 +- packages/cli/create-strapi-app/package.json | 8 +- packages/cli/create-strapi/package.json | 4 +- packages/core/admin/package.json | 14 +- packages/core/content-manager/package.json | 10 +- packages/core/content-releases/package.json | 14 +- .../core/content-type-builder/package.json | 10 +- packages/core/core/package.json | 24 +- packages/core/data-transfer/package.json | 10 +- packages/core/database/package.json | 8 +- packages/core/email/package.json | 10 +- packages/core/openapi/package.json | 4 +- packages/core/permissions/package.json | 8 +- packages/core/review-workflows/package.json | 10 +- packages/core/strapi/package.json | 44 +-- packages/core/types/package.json | 14 +- packages/core/upload/package.json | 12 +- packages/core/utils/package.json | 6 +- packages/generators/generators/package.json | 10 +- packages/plugins/cloud/package.json | 10 +- packages/plugins/color-picker/package.json | 4 +- packages/plugins/documentation/package.json | 12 +- packages/plugins/graphql/package.json | 12 +- packages/plugins/i18n/package.json | 14 +- packages/plugins/sentry/package.json | 4 +- .../plugins/users-permissions/package.json | 6 +- .../providers/email-amazon-ses/package.json | 8 +- packages/providers/email-mailgun/package.json | 8 +- .../providers/email-nodemailer/package.json | 6 +- .../providers/email-sendgrid/package.json | 8 +- .../providers/email-sendmail/package.json | 8 +- packages/providers/upload-aws-s3/package.json | 6 +- .../providers/upload-cloudinary/package.json | 8 +- packages/providers/upload-local/package.json | 10 +- packages/utils/api-tests/package.json | 2 +- .../utils/eslint-config-custom/package.json | 2 +- packages/utils/logger/package.json | 6 +- packages/utils/tsconfig/package.json | 2 +- packages/utils/typescript/package.json | 2 +- packages/utils/upgrade/package.json | 8 +- packages/utils/vitest-config/package.json | 2 +- scripts/front/package.json | 2 +- yarn.lock | 352 +++++++++--------- 45 files changed, 369 insertions(+), 369 deletions(-) diff --git a/.github/actions/check-pr-status/package.json b/.github/actions/check-pr-status/package.json index 4dc55874a4..60644528bc 100644 --- a/.github/actions/check-pr-status/package.json +++ b/.github/actions/check-pr-status/package.json @@ -1,6 +1,6 @@ { "name": "check-pr-status", - "version": "5.38.0", + "version": "5.38.1", "private": true, "license": "MIT", "main": "dist/index.js", diff --git a/packages/admin-test-utils/package.json b/packages/admin-test-utils/package.json index 4927d1ea03..78c3687e12 100644 --- a/packages/admin-test-utils/package.json +++ b/packages/admin-test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/admin-test-utils", - "version": "5.38.0", + "version": "5.38.1", "private": true, "description": "Test utilities for the Strapi administration panel", "license": "MIT", @@ -86,10 +86,10 @@ "devDependencies": { "@reduxjs/toolkit": "1.9.7", "@testing-library/jest-dom": "6.4.5", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "jest-environment-jsdom": "29.6.1", "styled-components": "6.1.8", - "tsconfig": "5.38.0" + "tsconfig": "5.38.1" }, "peerDependencies": { "@reduxjs/toolkit": "^1.9.7", diff --git a/packages/cli/cloud/package.json b/packages/cli/cloud/package.json index 53188f5618..69995b9e70 100644 --- a/packages/cli/cloud/package.json +++ b/packages/cli/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/cloud-cli", - "version": "5.38.0", + "version": "5.38.1", "description": "Commands to interact with the Strapi Cloud", "keywords": [ "strapi", @@ -48,7 +48,7 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "axios": "1.13.5", "boxen": "5.1.2", "chalk": "4.1.2", @@ -73,8 +73,8 @@ "@types/cli-progress": "3.11.5", "@types/eventsource": "1.1.15", "@types/lodash": "^4.14.191", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/cli/create-strapi-app/package.json b/packages/cli/create-strapi-app/package.json index 6369b254a8..4b507e2f80 100644 --- a/packages/cli/create-strapi-app/package.json +++ b/packages/cli/create-strapi-app/package.json @@ -1,6 +1,6 @@ { "name": "create-strapi-app", - "version": "5.38.0", + "version": "5.38.1", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi-app", @@ -51,7 +51,7 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/cloud-cli": "5.38.0", + "@strapi/cloud-cli": "5.38.1", "async-retry": "1.3.3", "chalk": "4.1.2", "commander": "8.3.0", @@ -70,8 +70,8 @@ "@types/async-retry": "^1", "@types/fs-extra": "11.0.4", "@types/inquirer": "8.2.5", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/cli/create-strapi/package.json b/packages/cli/create-strapi/package.json index 6541b44839..a4ded1b0bf 100644 --- a/packages/cli/create-strapi/package.json +++ b/packages/cli/create-strapi/package.json @@ -1,6 +1,6 @@ { "name": "create-strapi", - "version": "5.38.0", + "version": "5.38.1", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi", @@ -37,7 +37,7 @@ "bin/" ], "dependencies": { - "create-strapi-app": "5.38.0" + "create-strapi-app": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index 7ea36d39cf..6e6d6c9300 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/admin", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi Admin", "homepage": "https://strapi.io", "bugs": { @@ -91,10 +91,10 @@ "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/permissions": "5.38.0", - "@strapi/types": "5.38.0", - "@strapi/typescript-utils": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/permissions": "5.38.1", + "@strapi/types": "5.38.1", + "@strapi/typescript-utils": "5.38.1", + "@strapi/utils": "5.38.1", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", @@ -150,8 +150,8 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/admin-test-utils": "5.38.0", - "@strapi/data-transfer": "5.38.0", + "@strapi/admin-test-utils": "5.38.1", + "@strapi/data-transfer": "5.38.1", "@types/codemirror5": "npm:@types/codemirror@^5.60.15", "@types/fs-extra": "11.0.4", "@types/invariant": "2.2.36", diff --git a/packages/core/content-manager/package.json b/packages/core/content-manager/package.json index d42ea7a53d..04ba46ca4f 100644 --- a/packages/core/content-manager/package.json +++ b/packages/core/content-manager/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/content-manager", - "version": "5.38.0", + "version": "5.38.1", "description": "A powerful UI to easily manage your data.", "homepage": "https://strapi.io", "bugs": { @@ -74,8 +74,8 @@ "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/types": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/types": "5.38.1", + "@strapi/utils": "5.38.1", "codemirror5": "npm:codemirror@^5.65.11", "date-fns": "2.30.0", "fractional-indexing": "3.2.0", @@ -109,8 +109,8 @@ "yup": "0.32.9" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/database": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/database": "5.38.1", "@testing-library/react": "16.3.0", "@types/jest": "29.5.2", "@types/lodash": "^4.14.191", diff --git a/packages/core/content-releases/package.json b/packages/core/content-releases/package.json index 678087538f..fe8db9a353 100644 --- a/packages/core/content-releases/package.json +++ b/packages/core/content-releases/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/content-releases", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi plugin for organizing and releasing content", "homepage": "https://strapi.io", "bugs": { @@ -64,11 +64,11 @@ }, "dependencies": { "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.38.0", + "@strapi/database": "5.38.1", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/types": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/types": "5.38.1", + "@strapi/utils": "5.38.1", "date-fns": "2.30.0", "date-fns-tz": "2.0.1", "formik": "2.4.5", @@ -79,9 +79,9 @@ "yup": "0.32.9" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/admin-test-utils": "5.38.0", - "@strapi/content-manager": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/admin-test-utils": "5.38.1", + "@strapi/content-manager": "5.38.1", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/packages/core/content-type-builder/package.json b/packages/core/content-type-builder/package.json index 443703f7b0..f86a1c1ebc 100644 --- a/packages/core/content-type-builder/package.json +++ b/packages/core/content-type-builder/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/content-type-builder", - "version": "5.38.0", + "version": "5.38.1", "description": "Create and manage content types", "homepage": "https://strapi.io", "bugs": { @@ -73,9 +73,9 @@ "@reduxjs/toolkit": "1.9.7", "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "2.2.0", - "@strapi/generators": "5.38.0", + "@strapi/generators": "5.38.1", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "ai": "5.0.52", "date-fns": "2.30.0", "fs-extra": "11.2.0", @@ -93,8 +93,8 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/packages/core/core/package.json b/packages/core/core/package.json index bbdc57a957..c6530879ce 100644 --- a/packages/core/core/package.json +++ b/packages/core/core/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/core", - "version": "5.38.0", + "version": "5.38.1", "description": "Core of Strapi", "homepage": "https://strapi.io", "bugs": { @@ -59,14 +59,14 @@ "@koa/cors": "5.0.0", "@koa/router": "12.0.2", "@paralleldrive/cuid2": "2.2.2", - "@strapi/admin": "5.38.0", - "@strapi/database": "5.38.0", - "@strapi/generators": "5.38.0", - "@strapi/logger": "5.38.0", - "@strapi/permissions": "5.38.0", - "@strapi/types": "5.38.0", - "@strapi/typescript-utils": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/database": "5.38.1", + "@strapi/generators": "5.38.1", + "@strapi/logger": "5.38.1", + "@strapi/permissions": "5.38.1", + "@strapi/types": "5.38.1", + "@strapi/typescript-utils": "5.38.1", + "@strapi/utils": "5.38.1", "@vercel/stega": "0.1.2", "bcryptjs": "2.4.3", "boxen": "5.1.2", @@ -134,11 +134,11 @@ "@types/node": "24.10.0", "@types/node-schedule": "2.1.7", "@types/statuses": "2.0.1", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "supertest": "6.3.3", - "tsconfig": "5.38.0", + "tsconfig": "5.38.1", "vitest": "catalog:", - "vitest-config": "5.38.0" + "vitest-config": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/core/data-transfer/package.json b/packages/core/data-transfer/package.json index 11764110bf..56d79e4b49 100644 --- a/packages/core/data-transfer/package.json +++ b/packages/core/data-transfer/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/data-transfer", - "version": "5.38.0", + "version": "5.38.1", "description": "Data transfer capabilities for Strapi", "keywords": [ "strapi", @@ -51,9 +51,9 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/logger": "5.38.0", - "@strapi/types": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/logger": "5.38.1", + "@strapi/types": "5.38.1", + "@strapi/utils": "5.38.1", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -70,7 +70,7 @@ "ws": "8.17.1" }, "devDependencies": { - "@strapi/database": "5.38.0", + "@strapi/database": "5.38.1", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.2", "@types/koa": "2.13.4", diff --git a/packages/core/database/package.json b/packages/core/database/package.json index 09e265c53e..96d56101d4 100644 --- a/packages/core/database/package.json +++ b/packages/core/database/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/database", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi's database layer", "homepage": "https://strapi.io", "bugs": { @@ -43,7 +43,7 @@ }, "dependencies": { "@paralleldrive/cuid2": "2.2.2", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "ajv": "8.18.0", "date-fns": "2.30.0", "debug": "4.3.4", @@ -55,8 +55,8 @@ }, "devDependencies": { "@types/fs-extra": "11.0.4", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/core/email/package.json b/packages/core/email/package.json index 4d12a06113..abc4c26cf5 100644 --- a/packages/core/email/package.json +++ b/packages/core/email/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/email", - "version": "5.38.0", + "version": "5.38.1", "description": "Easily configure your Strapi application to send emails.", "homepage": "https://strapi.io", "bugs": { @@ -63,8 +63,8 @@ "dependencies": { "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/provider-email-sendmail": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/provider-email-sendmail": "5.38.1", + "@strapi/utils": "5.38.1", "koa2-ratelimit": "^1.1.3", "lodash": "4.17.23", "react-intl": "6.6.2", @@ -73,8 +73,8 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/react": "16.3.0", "@types/koa": "2.13.4", "@types/lodash": "^4.14.191", diff --git a/packages/core/openapi/package.json b/packages/core/openapi/package.json index b04dc3c0af..67257915a5 100644 --- a/packages/core/openapi/package.json +++ b/packages/core/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/openapi", - "version": "5.38.0", + "version": "5.38.1", "description": "A tool set to help generate and validate API documentation for Strapi projects", "homepage": "https://strapi.io", "bugs": { @@ -62,7 +62,7 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/types": "5.38.0", + "@strapi/types": "5.38.1", "@types/debug": "^4" } } diff --git a/packages/core/permissions/package.json b/packages/core/permissions/package.json index 93efa12907..51df829d67 100644 --- a/packages/core/permissions/package.json +++ b/packages/core/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/permissions", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi's permission layer.", "homepage": "https://strapi.io", "bugs": { @@ -44,14 +44,14 @@ }, "dependencies": { "@casl/ability": "6.7.5", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "lodash": "4.17.23", "qs": "6.15.0", "sift": "16.0.1" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/core/review-workflows/package.json b/packages/core/review-workflows/package.json index 501ddd3c6a..00c3a26383 100644 --- a/packages/core/review-workflows/package.json +++ b/packages/core/review-workflows/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/review-workflows", - "version": "5.38.0", + "version": "5.38.1", "description": "Review workflows for your content", "homepage": "https://strapi.io", "bugs": { @@ -64,7 +64,7 @@ "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "fractional-indexing": "3.2.0", "react-dnd": "16.0.1", "react-dnd-html5-backend": "16.0.1", @@ -74,9 +74,9 @@ "yup": "0.32.9" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/content-manager": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/content-manager": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/react": "16.3.0", "msw": "1.3.0", "react": "18.3.1", diff --git a/packages/core/strapi/package.json b/packages/core/strapi/package.json index 12fc30cd4f..d363f09daf 100644 --- a/packages/core/strapi/package.json +++ b/packages/core/strapi/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/strapi", - "version": "5.38.0", + "version": "5.38.1", "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite", "keywords": [ "strapi", @@ -111,25 +111,25 @@ }, "dependencies": { "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", - "@strapi/admin": "5.38.0", - "@strapi/cloud-cli": "5.38.0", - "@strapi/content-manager": "5.38.0", - "@strapi/content-releases": "5.38.0", - "@strapi/content-type-builder": "5.38.0", - "@strapi/core": "5.38.0", - "@strapi/data-transfer": "5.38.0", - "@strapi/database": "5.38.0", - "@strapi/email": "5.38.0", - "@strapi/generators": "5.38.0", - "@strapi/i18n": "5.38.0", - "@strapi/logger": "5.38.0", - "@strapi/openapi": "5.38.0", - "@strapi/permissions": "5.38.0", - "@strapi/review-workflows": "5.38.0", - "@strapi/types": "5.38.0", - "@strapi/typescript-utils": "5.38.0", - "@strapi/upload": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/cloud-cli": "5.38.1", + "@strapi/content-manager": "5.38.1", + "@strapi/content-releases": "5.38.1", + "@strapi/content-type-builder": "5.38.1", + "@strapi/core": "5.38.1", + "@strapi/data-transfer": "5.38.1", + "@strapi/database": "5.38.1", + "@strapi/email": "5.38.1", + "@strapi/generators": "5.38.1", + "@strapi/i18n": "5.38.1", + "@strapi/logger": "5.38.1", + "@strapi/openapi": "5.38.1", + "@strapi/permissions": "5.38.1", + "@strapi/review-workflows": "5.38.1", + "@strapi/types": "5.38.1", + "@strapi/typescript-utils": "5.38.1", + "@strapi/upload": "5.38.1", + "@strapi/utils": "5.38.1", "@types/nodemon": "1.19.6", "@vitejs/plugin-react-swc": "3.6.0", "boxen": "5.1.2", @@ -183,11 +183,11 @@ "@types/node": "24.10.0", "@types/webpack-bundle-analyzer": "4.7.0", "@types/webpack-hot-middleware": "2.25.9", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "jest": "29.6.0", "react": "18.3.1", "react-dom": "18.3.1", - "tsconfig": "5.38.0" + "tsconfig": "5.38.1" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0", diff --git a/packages/core/types/package.json b/packages/core/types/package.json index dda688d02d..9c8c831cd4 100644 --- a/packages/core/types/package.json +++ b/packages/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/types", - "version": "5.38.0", + "version": "5.38.1", "description": "Shared typescript types for Strapi internal use", "keywords": [ "strapi" @@ -47,10 +47,10 @@ "@casl/ability": "6.7.5", "@koa/cors": "5.0.0", "@koa/router": "12.0.2", - "@strapi/database": "5.38.0", - "@strapi/logger": "5.38.0", - "@strapi/permissions": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/database": "5.38.1", + "@strapi/logger": "5.38.1", + "@strapi/permissions": "5.38.1", + "@strapi/utils": "5.38.1", "commander": "8.3.0", "json-logic-js": "2.0.5", "koa": "2.16.4", @@ -68,9 +68,9 @@ "@types/koa": "2.13.4", "@types/koa__router": "12.0.0", "@types/node-schedule": "2.1.7", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "lodash": "4.17.23", - "tsconfig": "5.38.0", + "tsconfig": "5.38.1", "typescript": "5.4.4", "undici": "6.23.0" }, diff --git a/packages/core/upload/package.json b/packages/core/upload/package.json index 6763cd3d8f..ab105477d8 100644 --- a/packages/core/upload/package.json +++ b/packages/core/upload/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/upload", - "version": "5.38.0", + "version": "5.38.1", "description": "Makes it easy to upload images and files to your Strapi Application.", "homepage": "https://strapi.io", "bugs": { @@ -73,11 +73,11 @@ "@radix-ui/react-dialog": "1.0.5", "@radix-ui/react-toggle-group": "1.1.11", "@reduxjs/toolkit": "1.9.7", - "@strapi/database": "5.38.0", + "@strapi/database": "5.38.1", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/provider-upload-local": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/provider-upload-local": "5.38.1", + "@strapi/utils": "5.38.1", "byte-size": "8.1.1", "cropperjs": "1.6.1", "date-fns": "2.30.0", @@ -101,8 +101,8 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index 4e67597071..9470afffb4 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/utils", - "version": "5.38.0", + "version": "5.38.1", "description": "Shared utilities for the Strapi packages", "keywords": [ "strapi", @@ -62,10 +62,10 @@ "@types/http-errors": "2.0.4", "@types/koa": "2.13.4", "@types/node": "24.10.0", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "koa": "2.16.4", "koa-body": "6.0.1", - "tsconfig": "5.38.0" + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/generators/generators/package.json b/packages/generators/generators/package.json index b120b687bb..a180f8d495 100644 --- a/packages/generators/generators/package.json +++ b/packages/generators/generators/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/generators", - "version": "5.38.0", + "version": "5.38.1", "description": "Interactive API generator.", "keywords": [ "strapi", @@ -50,8 +50,8 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "5.38.0", - "@strapi/utils": "5.38.0", + "@strapi/typescript-utils": "5.38.1", + "@strapi/utils": "5.38.1", "chalk": "4.1.2", "copyfiles": "2.4.1", "fs-extra": "11.2.0", @@ -64,9 +64,9 @@ "devDependencies": { "@types/fs-extra": "11.0.4", "@types/jscodeshift": "0.12.0", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "outdent": "^0.8.0", - "tsconfig": "5.38.0" + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/plugins/cloud/package.json b/packages/plugins/cloud/package.json index e632303217..f23f5eda51 100644 --- a/packages/plugins/cloud/package.json +++ b/packages/plugins/cloud/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-cloud", - "version": "5.38.0", + "version": "5.38.1", "description": "Instructions to deploy your local project to Strapi Cloud", "homepage": "https://strapi.io", "bugs": { @@ -54,14 +54,14 @@ "react-intl": "6.6.2" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/strapi": "5.38.0", - "eslint-config-custom": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/strapi": "5.38.1", + "eslint-config-custom": "5.38.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.3", "styled-components": "6.1.8", - "tsconfig": "5.38.0", + "tsconfig": "5.38.1", "typescript": "5.4.4" }, "peerDependencies": { diff --git a/packages/plugins/color-picker/package.json b/packages/plugins/color-picker/package.json index 993a354d03..1347a86153 100644 --- a/packages/plugins/color-picker/package.json +++ b/packages/plugins/color-picker/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-color-picker", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi maintained Custom Fields", "homepage": "https://strapi.io", "bugs": { @@ -67,7 +67,7 @@ "react-intl": "6.6.2" }, "devDependencies": { - "@strapi/strapi": "5.38.0", + "@strapi/strapi": "5.38.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "react": "18.3.1", diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index 843405bd16..67e74e9bf2 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-documentation", - "version": "5.38.0", + "version": "5.38.1", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "homepage": "https://strapi.io", "bugs": { @@ -63,10 +63,10 @@ }, "dependencies": { "@reduxjs/toolkit": "1.9.7", - "@strapi/admin": "5.38.0", + "@strapi/admin": "5.38.1", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "bcryptjs": "2.4.3", "cheerio": "^1.0.0", "formik": "2.4.5", @@ -82,9 +82,9 @@ }, "devDependencies": { "@apidevtools/swagger-parser": "^10.1.0", - "@strapi/admin-test-utils": "5.38.0", - "@strapi/strapi": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin-test-utils": "5.38.1", + "@strapi/strapi": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@types/fs-extra": "11.0.4", diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index 898be1a39e..52d6bc387a 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-graphql", - "version": "5.38.0", + "version": "5.38.1", "description": "Adds GraphQL endpoint with default API methods.", "homepage": "https://strapi.io", "bugs": { @@ -65,7 +65,7 @@ "@koa/cors": "5.0.0", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "graphql": "^16.8.1", "graphql-depth-limit": "^1.1.0", "graphql-playground-middleware-koa": "^1.6.21", @@ -77,19 +77,19 @@ "pluralize": "8.0.0" }, "devDependencies": { - "@strapi/strapi": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/strapi": "5.38.1", + "@strapi/types": "5.38.1", "@types/graphql-depth-limit": "1.1.5", "@types/koa-bodyparser": "4.3.12", "@types/koa__cors": "5.0.0", "cross-env": "^7.0.3", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "koa": "2.16.4", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.3", "styled-components": "6.1.8", - "tsconfig": "5.38.0", + "tsconfig": "5.38.1", "typescript": "5.4.4" }, "peerDependencies": { diff --git a/packages/plugins/i18n/package.json b/packages/plugins/i18n/package.json index aaf0ae9f05..97a4ff660a 100644 --- a/packages/plugins/i18n/package.json +++ b/packages/plugins/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/i18n", - "version": "5.38.0", + "version": "5.38.1", "description": "Create read and update content in different languages, both from the Admin Panel and from the API", "homepage": "https://strapi.io", "bugs": { @@ -63,7 +63,7 @@ "@reduxjs/toolkit": "1.9.7", "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "lodash": "4.17.23", "qs": "6.15.0", "react-intl": "6.6.2", @@ -72,11 +72,11 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/admin": "5.38.0", - "@strapi/admin-test-utils": "5.38.0", - "@strapi/content-manager": "5.38.0", - "@strapi/database": "5.38.0", - "@strapi/types": "5.38.0", + "@strapi/admin": "5.38.1", + "@strapi/admin-test-utils": "5.38.1", + "@strapi/content-manager": "5.38.1", + "@strapi/database": "5.38.1", + "@strapi/types": "5.38.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "koa": "2.16.4", diff --git a/packages/plugins/sentry/package.json b/packages/plugins/sentry/package.json index 433f8ce2a6..1ea0b2b248 100644 --- a/packages/plugins/sentry/package.json +++ b/packages/plugins/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-sentry", - "version": "5.38.0", + "version": "5.38.1", "description": "Send Strapi error events to Sentry", "homepage": "https://strapi.io", "bugs": { @@ -62,7 +62,7 @@ "@strapi/icons": "2.2.0" }, "devDependencies": { - "@strapi/strapi": "5.38.0", + "@strapi/strapi": "5.38.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.30.3", diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json index 9fde492042..069de5d214 100644 --- a/packages/plugins/users-permissions/package.json +++ b/packages/plugins/users-permissions/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-users-permissions", - "version": "5.38.0", + "version": "5.38.1", "description": "Protect your API with a full-authentication process based on JWT", "homepage": "https://strapi.io", "bugs": { @@ -55,7 +55,7 @@ "dependencies": { "@strapi/design-system": "2.2.0", "@strapi/icons": "2.2.0", - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "bcryptjs": "2.4.3", "formik": "2.4.5", "grant": "^5.4.8", @@ -75,7 +75,7 @@ "zod": "3.25.67" }, "devDependencies": { - "@strapi/strapi": "5.38.0", + "@strapi/strapi": "5.38.1", "@testing-library/dom": "10.4.1", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", diff --git a/packages/providers/email-amazon-ses/package.json b/packages/providers/email-amazon-ses/package.json index b7e1cede3e..76a0e1b419 100644 --- a/packages/providers/email-amazon-ses/package.json +++ b/packages/providers/email-amazon-ses/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-amazon-ses", - "version": "5.38.0", + "version": "5.38.1", "description": "Amazon SES provider for strapi email", "keywords": [ "email", @@ -45,12 +45,12 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "node-ses": "^3.0.3" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/email-mailgun/package.json b/packages/providers/email-mailgun/package.json index 6dcc4077f2..c6c604d1de 100644 --- a/packages/providers/email-mailgun/package.json +++ b/packages/providers/email-mailgun/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-mailgun", - "version": "5.38.0", + "version": "5.38.1", "description": "Mailgun provider for strapi email plugin", "keywords": [ "email", @@ -47,13 +47,13 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "form-data": "4.0.4", "mailgun.js": "10.2.1" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/email-nodemailer/package.json b/packages/providers/email-nodemailer/package.json index 6dd8747471..6d65481a15 100644 --- a/packages/providers/email-nodemailer/package.json +++ b/packages/providers/email-nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-nodemailer", - "version": "5.38.0", + "version": "5.38.1", "description": "Nodemailer provider for Strapi", "keywords": [ "strapi", @@ -76,8 +76,8 @@ }, "devDependencies": { "@types/nodemailer": "7.0.10", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/email-sendgrid/package.json b/packages/providers/email-sendgrid/package.json index 9d899a891f..c139e7db98 100644 --- a/packages/providers/email-sendgrid/package.json +++ b/packages/providers/email-sendgrid/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-sendgrid", - "version": "5.38.0", + "version": "5.38.1", "description": "Sendgrid provider for strapi email", "keywords": [ "email", @@ -46,11 +46,11 @@ }, "dependencies": { "@sendgrid/mail": "8.1.3", - "@strapi/utils": "5.38.0" + "@strapi/utils": "5.38.1" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/email-sendmail/package.json b/packages/providers/email-sendmail/package.json index 093790360b..97e4b45e28 100644 --- a/packages/providers/email-sendmail/package.json +++ b/packages/providers/email-sendmail/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-email-sendmail", - "version": "5.38.0", + "version": "5.38.1", "description": "Sendmail provider for strapi email", "keywords": [ "email", @@ -44,13 +44,13 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "sendmail": "^1.6.1" }, "devDependencies": { "@types/sendmail": "1.4.4", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/upload-aws-s3/package.json b/packages/providers/upload-aws-s3/package.json index 34d8a63790..633bbe82d6 100644 --- a/packages/providers/upload-aws-s3/package.json +++ b/packages/providers/upload-aws-s3/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-aws-s3", - "version": "5.38.0", + "version": "5.38.1", "description": "AWS S3 provider for strapi upload", "keywords": [ "upload", @@ -56,8 +56,8 @@ }, "devDependencies": { "@types/jest": "29.5.2", - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/upload-cloudinary/package.json b/packages/providers/upload-cloudinary/package.json index cef3ebbcf9..566bba51d2 100644 --- a/packages/providers/upload-cloudinary/package.json +++ b/packages/providers/upload-cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-cloudinary", - "version": "5.38.0", + "version": "5.38.1", "description": "Cloudinary provider for strapi upload", "keywords": [ "upload", @@ -45,13 +45,13 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "cloudinary": "^2.7.0", "into-stream": "^5.1.0" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/providers/upload-local/package.json b/packages/providers/upload-local/package.json index 932777e8a5..37003d8dde 100644 --- a/packages/providers/upload-local/package.json +++ b/packages/providers/upload-local/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-upload-local", - "version": "5.38.0", + "version": "5.38.1", "description": "Local provider for strapi upload", "keywords": [ "upload", @@ -46,16 +46,16 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "fs-extra": "11.2.0" }, "devDependencies": { - "@strapi/types": "5.38.0", + "@strapi/types": "5.38.1", "@types/fs-extra": "11.0.4", "@types/jest": "29.5.2", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "memfs": "4.6.0", - "tsconfig": "5.38.0" + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/utils/api-tests/package.json b/packages/utils/api-tests/package.json index 80ea08c6ac..c5cebaa91b 100644 --- a/packages/utils/api-tests/package.json +++ b/packages/utils/api-tests/package.json @@ -1,6 +1,6 @@ { "name": "api-tests", - "version": "5.38.0", + "version": "5.38.1", "private": true, "dependencies": { "dotenv": "16.4.5", diff --git a/packages/utils/eslint-config-custom/package.json b/packages/utils/eslint-config-custom/package.json index eb922dd2e1..0f5cb17030 100644 --- a/packages/utils/eslint-config-custom/package.json +++ b/packages/utils/eslint-config-custom/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-custom", - "version": "5.38.0", + "version": "5.38.1", "private": true, "main": "index.js" } diff --git a/packages/utils/logger/package.json b/packages/utils/logger/package.json index 698f75b1c4..386e84bc3c 100644 --- a/packages/utils/logger/package.json +++ b/packages/utils/logger/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/logger", - "version": "5.38.0", + "version": "5.38.1", "description": "Strapi's logger", "homepage": "https://strapi.io", "bugs": { @@ -45,8 +45,8 @@ "winston": "3.10.0" }, "devDependencies": { - "eslint-config-custom": "5.38.0", - "tsconfig": "5.38.0" + "eslint-config-custom": "5.38.1", + "tsconfig": "5.38.1" }, "engines": { "node": ">=20.0.0 <=24.x.x", diff --git a/packages/utils/tsconfig/package.json b/packages/utils/tsconfig/package.json index e28ed5c4f0..5c48fe8299 100644 --- a/packages/utils/tsconfig/package.json +++ b/packages/utils/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "5.38.0", + "version": "5.38.1", "private": true, "devDependencies": { "@tsconfig/node20": "20.1.6" diff --git a/packages/utils/typescript/package.json b/packages/utils/typescript/package.json index 7048d828ec..c8d6c7f333 100644 --- a/packages/utils/typescript/package.json +++ b/packages/utils/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/typescript-utils", - "version": "5.38.0", + "version": "5.38.1", "description": "Typescript support for Strapi", "keywords": [ "strapi", diff --git a/packages/utils/upgrade/package.json b/packages/utils/upgrade/package.json index 189564e4a0..d69f449881 100644 --- a/packages/utils/upgrade/package.json +++ b/packages/utils/upgrade/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/upgrade", - "version": "5.38.0", + "version": "5.38.1", "description": "CLI to upgrade Strapi applications effortless", "keywords": [ "strapi", @@ -65,7 +65,7 @@ "watch": "run -T rollup -c -w" }, "dependencies": { - "@strapi/utils": "5.38.0", + "@strapi/utils": "5.38.1", "chalk": "4.1.2", "cli-table3": "0.6.5", "commander": "8.3.0", @@ -83,10 +83,10 @@ "undici": "6.23.0" }, "devDependencies": { - "@strapi/types": "5.38.0", + "@strapi/types": "5.38.1", "@types/fs-extra": "11.0.4", "@types/jscodeshift": "0.12.0", - "eslint-config-custom": "5.38.0", + "eslint-config-custom": "5.38.1", "rimraf": "5.0.5" }, "engines": { diff --git a/packages/utils/vitest-config/package.json b/packages/utils/vitest-config/package.json index 58c5163470..07297aeef9 100644 --- a/packages/utils/vitest-config/package.json +++ b/packages/utils/vitest-config/package.json @@ -1,6 +1,6 @@ { "name": "vitest-config", - "version": "5.38.0", + "version": "5.38.1", "private": true, "license": "SEE LICENSE IN LICENSE", "exports": { diff --git a/scripts/front/package.json b/scripts/front/package.json index 7529e6b257..532dfa4935 100644 --- a/scripts/front/package.json +++ b/scripts/front/package.json @@ -1,6 +1,6 @@ { "name": "scripts-front", - "version": "5.38.0", + "version": "5.38.1", "private": true, "scripts": { "test:front": "jest --config jest.config.front.js" diff --git a/yarn.lock b/yarn.lock index 0584027f08..15c9ab6b78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9335,7 +9335,7 @@ __metadata: languageName: node linkType: hard -"@strapi/admin-test-utils@npm:5.38.0, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils": +"@strapi/admin-test-utils@npm:5.38.1, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils": version: 0.0.0-use.local resolution: "@strapi/admin-test-utils@workspace:packages/admin-test-utils" dependencies: @@ -9343,12 +9343,12 @@ __metadata: "@reduxjs/toolkit": "npm:1.9.7" "@testing-library/jest-dom": "npm:6.4.5" "@testing-library/react": "npm:16.3.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" jest-environment-jsdom: "npm:29.6.1" jest-styled-components: "npm:7.1.1" react-query: "npm:3.39.3" styled-components: "npm:6.1.8" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" whatwg-fetch: "npm:3.6.2" peerDependencies: "@reduxjs/toolkit": ^1.9.7 @@ -9358,7 +9358,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/admin@npm:5.38.0, @strapi/admin@workspace:packages/core/admin": +"@strapi/admin@npm:5.38.1, @strapi/admin@workspace:packages/core/admin": version: 0.0.0-use.local resolution: "@strapi/admin@workspace:packages/core/admin" dependencies: @@ -9367,14 +9367,14 @@ __metadata: "@radix-ui/react-context": "npm:1.0.1" "@radix-ui/react-toolbar": "npm:1.0.4" "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin-test-utils": "npm:5.38.0" - "@strapi/data-transfer": "npm:5.38.0" + "@strapi/admin-test-utils": "npm:5.38.1" + "@strapi/data-transfer": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/permissions": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/typescript-utils": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/permissions": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/typescript-utils": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -9472,11 +9472,11 @@ __metadata: languageName: node linkType: hard -"@strapi/cloud-cli@npm:5.38.0, @strapi/cloud-cli@workspace:packages/cli/cloud": +"@strapi/cloud-cli@npm:5.38.1, @strapi/cloud-cli@workspace:packages/cli/cloud": version: 0.0.0-use.local resolution: "@strapi/cloud-cli@workspace:packages/cli/cloud" dependencies: - "@strapi/utils": "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" "@types/cli-progress": "npm:3.11.5" "@types/eventsource": "npm:1.1.15" "@types/lodash": "npm:^4.14.191" @@ -9485,7 +9485,7 @@ __metadata: chalk: "npm:4.1.2" cli-progress: "npm:3.12.0" commander: "npm:8.3.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" eventsource: "npm:2.0.2" fast-safe-stringify: "npm:2.1.1" fs-extra: "npm:11.2.0" @@ -9498,7 +9498,7 @@ __metadata: ora: "npm:5.4.1" pkg-up: "npm:3.1.0" tar: "npm:7.5.10" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" xdg-app-paths: "npm:8.3.0" yup: "npm:0.32.9" bin: @@ -9506,7 +9506,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/content-manager@npm:5.38.0, @strapi/content-manager@workspace:packages/core/content-manager": +"@strapi/content-manager@npm:5.38.1, @strapi/content-manager@workspace:packages/core/content-manager": version: 0.0.0-use.local resolution: "@strapi/content-manager@workspace:packages/core/content-manager" dependencies: @@ -9516,12 +9516,12 @@ __metadata: "@radix-ui/react-toolbar": "npm:1.0.4" "@reduxjs/toolkit": "npm:1.9.7" "@sindresorhus/slugify": "npm:1.1.0" - "@strapi/admin": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" "@types/jest": "npm:29.5.2" "@types/lodash": "npm:^4.14.191" @@ -9572,19 +9572,19 @@ __metadata: languageName: unknown linkType: soft -"@strapi/content-releases@npm:5.38.0, @strapi/content-releases@workspace:packages/core/content-releases": +"@strapi/content-releases@npm:5.38.1, @strapi/content-releases@workspace:packages/core/content-releases": version: 0.0.0-use.local resolution: "@strapi/content-releases@workspace:packages/core/content-releases" dependencies: "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin": "npm:5.38.0" - "@strapi/admin-test-utils": "npm:5.38.0" - "@strapi/content-manager": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/admin-test-utils": "npm:5.38.1" + "@strapi/content-manager": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -9615,7 +9615,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/content-type-builder@npm:5.38.0, @strapi/content-type-builder@workspace:packages/core/content-type-builder": +"@strapi/content-type-builder@npm:5.38.1, @strapi/content-type-builder@workspace:packages/core/content-type-builder": version: 0.0.0-use.local resolution: "@strapi/content-type-builder@workspace:packages/core/content-type-builder" dependencies: @@ -9626,12 +9626,12 @@ __metadata: "@dnd-kit/utilities": "npm:3.2.2" "@reduxjs/toolkit": "npm:1.9.7" "@sindresorhus/slugify": "npm:1.1.0" - "@strapi/admin": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" - "@strapi/generators": "npm:5.38.0" + "@strapi/generators": "npm:5.38.1" "@strapi/icons": "npm:2.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -9669,22 +9669,22 @@ __metadata: languageName: unknown linkType: soft -"@strapi/core@npm:5.38.0, @strapi/core@workspace:packages/core/core": +"@strapi/core@npm:5.38.1, @strapi/core@workspace:packages/core/core": version: 0.0.0-use.local resolution: "@strapi/core@workspace:packages/core/core" dependencies: "@koa/cors": "npm:5.0.0" "@koa/router": "npm:12.0.2" "@paralleldrive/cuid2": "npm:2.2.2" - "@strapi/admin": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" - "@strapi/generators": "npm:5.38.0" - "@strapi/logger": "npm:5.38.0" - "@strapi/permissions": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" + "@strapi/generators": "npm:5.38.1" + "@strapi/logger": "npm:5.38.1" + "@strapi/permissions": "npm:5.38.1" "@strapi/ts-zen": "npm:^0.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/typescript-utils": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/typescript-utils": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@swc/core": "npm:1.13.5" "@types/bcryptjs": "npm:2.4.3" "@types/configstore": "npm:5.0.1" @@ -9716,7 +9716,7 @@ __metadata: debug: "npm:4.3.4" delegates: "npm:1.0.0" dotenv: "npm:16.4.5" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" execa: "npm:5.1.1" fs-extra: "npm:11.2.0" glob: "npm:13.0.0" @@ -9747,24 +9747,24 @@ __metadata: semver: "npm:7.5.4" statuses: "npm:2.0.1" supertest: "npm:6.3.3" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" typescript: "npm:5.4.4" undici: "npm:6.23.0" vitest: "catalog:" - vitest-config: "npm:5.38.0" + vitest-config: "npm:5.38.1" yup: "npm:0.32.9" zod: "npm:3.25.67" languageName: unknown linkType: soft -"@strapi/data-transfer@npm:5.38.0, @strapi/data-transfer@workspace:packages/core/data-transfer": +"@strapi/data-transfer@npm:5.38.1, @strapi/data-transfer@workspace:packages/core/data-transfer": version: 0.0.0-use.local resolution: "@strapi/data-transfer@workspace:packages/core/data-transfer" dependencies: - "@strapi/database": "npm:5.38.0" - "@strapi/logger": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/database": "npm:5.38.1" + "@strapi/logger": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" "@types/jest": "npm:29.5.2" "@types/koa": "npm:2.13.4" @@ -9797,22 +9797,22 @@ __metadata: languageName: unknown linkType: soft -"@strapi/database@npm:5.38.0, @strapi/database@workspace:packages/core/database": +"@strapi/database@npm:5.38.1, @strapi/database@workspace:packages/core/database": version: 0.0.0-use.local resolution: "@strapi/database@workspace:packages/core/database" dependencies: "@paralleldrive/cuid2": "npm:2.2.2" - "@strapi/utils": "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" ajv: "npm:8.18.0" date-fns: "npm:2.30.0" debug: "npm:4.3.4" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" fs-extra: "npm:11.2.0" knex: "npm:3.0.1" lodash: "npm:4.17.23" semver: "npm:7.5.4" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" umzug: "npm:3.8.1" languageName: unknown linkType: soft @@ -9855,16 +9855,16 @@ __metadata: languageName: node linkType: hard -"@strapi/email@npm:5.38.0, @strapi/email@workspace:packages/core/email": +"@strapi/email@npm:5.38.1, @strapi/email@workspace:packages/core/email": version: 0.0.0-use.local resolution: "@strapi/email@workspace:packages/core/email" dependencies: - "@strapi/admin": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/provider-email-sendmail": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/provider-email-sendmail": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" "@types/koa": "npm:2.13.4" "@types/lodash": "npm:^4.14.191" @@ -9922,18 +9922,18 @@ __metadata: languageName: node linkType: hard -"@strapi/generators@npm:5.38.0, @strapi/generators@workspace:packages/generators/generators": +"@strapi/generators@npm:5.38.1, @strapi/generators@workspace:packages/generators/generators": version: 0.0.0-use.local resolution: "@strapi/generators@workspace:packages/generators/generators" dependencies: "@sindresorhus/slugify": "npm:1.1.0" - "@strapi/typescript-utils": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/typescript-utils": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" "@types/jscodeshift": "npm:0.12.0" chalk: "npm:4.1.2" copyfiles: "npm:2.4.1" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" fs-extra: "npm:11.2.0" handlebars: "npm:4.7.7" jscodeshift: "npm:17.3.0" @@ -9941,23 +9941,23 @@ __metadata: outdent: "npm:^0.8.0" plop: "npm:4.0.1" pluralize: "npm:8.0.0" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft -"@strapi/i18n@npm:5.38.0, @strapi/i18n@workspace:packages/plugins/i18n": +"@strapi/i18n@npm:5.38.1, @strapi/i18n@workspace:packages/plugins/i18n": version: 0.0.0-use.local resolution: "@strapi/i18n@workspace:packages/plugins/i18n" dependencies: "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin": "npm:5.38.0" - "@strapi/admin-test-utils": "npm:5.38.0" - "@strapi/content-manager": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/admin-test-utils": "npm:5.38.1" + "@strapi/content-manager": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" koa: "npm:2.16.4" @@ -9994,22 +9994,22 @@ __metadata: languageName: node linkType: hard -"@strapi/logger@npm:5.38.0, @strapi/logger@workspace:packages/utils/logger": +"@strapi/logger@npm:5.38.1, @strapi/logger@workspace:packages/utils/logger": version: 0.0.0-use.local resolution: "@strapi/logger@workspace:packages/utils/logger" dependencies: - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" lodash: "npm:4.17.23" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" winston: "npm:3.10.0" languageName: unknown linkType: soft -"@strapi/openapi@npm:5.38.0, @strapi/openapi@workspace:packages/core/openapi": +"@strapi/openapi@npm:5.38.1, @strapi/openapi@workspace:packages/core/openapi": version: 0.0.0-use.local resolution: "@strapi/openapi@workspace:packages/core/openapi" dependencies: - "@strapi/types": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" "@types/debug": "npm:^4" debug: "npm:4.3.4" openapi-types: "npm:12.1.3" @@ -10048,17 +10048,17 @@ __metadata: languageName: node linkType: hard -"@strapi/permissions@npm:5.38.0, @strapi/permissions@workspace:packages/core/permissions": +"@strapi/permissions@npm:5.38.1, @strapi/permissions@workspace:packages/core/permissions": version: 0.0.0-use.local resolution: "@strapi/permissions@workspace:packages/core/permissions" dependencies: "@casl/ability": "npm:6.7.5" - "@strapi/utils": "npm:5.38.0" - eslint-config-custom: "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" + eslint-config-custom: "npm:5.38.1" lodash: "npm:4.17.23" qs: "npm:6.15.0" sift: "npm:16.0.1" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10066,17 +10066,17 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/plugin-cloud@workspace:packages/plugins/cloud" dependencies: - "@strapi/admin": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" - eslint-config-custom: "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" + eslint-config-custom: "npm:5.38.1" react: "npm:18.3.1" react-dom: "npm:18.3.1" react-intl: "npm:6.6.2" react-router-dom: "npm:6.30.3" styled-components: "npm:6.1.8" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" typescript: "npm:5.4.4" peerDependencies: "@strapi/admin": ^5.0.0 @@ -10094,7 +10094,7 @@ __metadata: dependencies: "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" react: "npm:18.3.1" @@ -10119,13 +10119,13 @@ __metadata: dependencies: "@apidevtools/swagger-parser": "npm:^10.1.0" "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin": "npm:5.38.0" - "@strapi/admin-test-utils": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/admin-test-utils": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" "@types/fs-extra": "npm:11.0.4" @@ -10173,14 +10173,14 @@ __metadata: "@koa/cors": "npm:5.0.0" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/graphql-depth-limit": "npm:1.1.5" "@types/koa-bodyparser": "npm:4.3.12" "@types/koa__cors": "npm:5.0.0" cross-env: "npm:^7.0.3" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" graphql: "npm:^16.8.1" graphql-depth-limit: "npm:^1.1.0" graphql-playground-middleware-koa: "npm:^1.6.21" @@ -10195,7 +10195,7 @@ __metadata: react-dom: "npm:18.3.1" react-router-dom: "npm:6.30.3" styled-components: "npm:6.1.8" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" typescript: "npm:5.4.4" peerDependencies: "@strapi/strapi": ^5.0.0 @@ -10213,7 +10213,7 @@ __metadata: "@sentry/node": "npm:7.112.2" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" react: "npm:18.3.1" react-dom: "npm:18.3.1" react-router-dom: "npm:6.30.3" @@ -10233,8 +10233,8 @@ __metadata: dependencies: "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/strapi": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/strapi": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -10273,10 +10273,10 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses" dependencies: - "@strapi/utils": "npm:5.38.0" - eslint-config-custom: "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" + eslint-config-custom: "npm:5.38.1" node-ses: "npm:^3.0.3" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10284,11 +10284,11 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun" dependencies: - "@strapi/utils": "npm:5.38.0" - eslint-config-custom: "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" + eslint-config-custom: "npm:5.38.1" form-data: "npm:4.0.4" mailgun.js: "npm:10.2.1" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10297,9 +10297,9 @@ __metadata: resolution: "@strapi/provider-email-nodemailer@workspace:packages/providers/email-nodemailer" dependencies: "@types/nodemailer": "npm:7.0.10" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" nodemailer: "npm:8.0.1" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10308,21 +10308,21 @@ __metadata: resolution: "@strapi/provider-email-sendgrid@workspace:packages/providers/email-sendgrid" dependencies: "@sendgrid/mail": "npm:8.1.3" - "@strapi/utils": "npm:5.38.0" - eslint-config-custom: "npm:5.38.0" - tsconfig: "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" + eslint-config-custom: "npm:5.38.1" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft -"@strapi/provider-email-sendmail@npm:5.38.0, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail": +"@strapi/provider-email-sendmail@npm:5.38.1, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail": version: 0.0.0-use.local resolution: "@strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail" dependencies: - "@strapi/utils": "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" "@types/sendmail": "npm:1.4.4" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" sendmail: "npm:^1.6.1" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10335,9 +10335,9 @@ __metadata: "@aws-sdk/s3-request-presigner": "npm:3.995.0" "@aws-sdk/types": "npm:3.973.1" "@types/jest": "npm:29.5.2" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" lodash: "npm:4.17.23" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft @@ -10345,40 +10345,40 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary" dependencies: - "@strapi/utils": "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" cloudinary: "npm:^2.7.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" into-stream: "npm:^5.1.0" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft -"@strapi/provider-upload-local@npm:5.38.0, @strapi/provider-upload-local@workspace:packages/providers/upload-local": +"@strapi/provider-upload-local@npm:5.38.1, @strapi/provider-upload-local@workspace:packages/providers/upload-local": version: 0.0.0-use.local resolution: "@strapi/provider-upload-local@workspace:packages/providers/upload-local" dependencies: - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" "@types/jest": "npm:29.5.2" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" fs-extra: "npm:11.2.0" memfs: "npm:4.6.0" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" languageName: unknown linkType: soft -"@strapi/review-workflows@npm:5.38.0, @strapi/review-workflows@workspace:packages/core/review-workflows": +"@strapi/review-workflows@npm:5.38.1, @strapi/review-workflows@workspace:packages/core/review-workflows": version: 0.0.0-use.local resolution: "@strapi/review-workflows@workspace:packages/core/review-workflows" dependencies: "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin": "npm:5.38.0" - "@strapi/content-manager": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/content-manager": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/react": "npm:16.3.0" fractional-indexing: "npm:3.2.0" msw: "npm:1.3.0" @@ -10428,31 +10428,31 @@ __metadata: languageName: node linkType: hard -"@strapi/strapi@npm:5.38.0, @strapi/strapi@workspace:*, @strapi/strapi@workspace:packages/core/strapi": +"@strapi/strapi@npm:5.38.1, @strapi/strapi@workspace:*, @strapi/strapi@workspace:packages/core/strapi": version: 0.0.0-use.local resolution: "@strapi/strapi@workspace:packages/core/strapi" dependencies: "@pmmmwh/react-refresh-webpack-plugin": "npm:0.5.15" - "@strapi/admin": "npm:5.38.0" - "@strapi/cloud-cli": "npm:5.38.0" - "@strapi/content-manager": "npm:5.38.0" - "@strapi/content-releases": "npm:5.38.0" - "@strapi/content-type-builder": "npm:5.38.0" - "@strapi/core": "npm:5.38.0" - "@strapi/data-transfer": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" - "@strapi/email": "npm:5.38.0" - "@strapi/generators": "npm:5.38.0" - "@strapi/i18n": "npm:5.38.0" - "@strapi/logger": "npm:5.38.0" - "@strapi/openapi": "npm:5.38.0" - "@strapi/permissions": "npm:5.38.0" - "@strapi/review-workflows": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/cloud-cli": "npm:5.38.1" + "@strapi/content-manager": "npm:5.38.1" + "@strapi/content-releases": "npm:5.38.1" + "@strapi/content-type-builder": "npm:5.38.1" + "@strapi/core": "npm:5.38.1" + "@strapi/data-transfer": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" + "@strapi/email": "npm:5.38.1" + "@strapi/generators": "npm:5.38.1" + "@strapi/i18n": "npm:5.38.1" + "@strapi/logger": "npm:5.38.1" + "@strapi/openapi": "npm:5.38.1" + "@strapi/permissions": "npm:5.38.1" + "@strapi/review-workflows": "npm:5.38.1" "@strapi/ts-zen": "npm:^0.2.0" - "@strapi/types": "npm:5.38.0" - "@strapi/typescript-utils": "npm:5.38.0" - "@strapi/upload": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/typescript-utils": "npm:5.38.1" + "@strapi/upload": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" "@types/jest": "npm:29.5.2" "@types/lodash": "npm:^4.14.191" @@ -10476,7 +10476,7 @@ __metadata: dotenv: "npm:16.4.5" esbuild-loader: "npm:4.3.0" esbuild-register: "npm:3.5.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" execa: "npm:5.1.1" fork-ts-checker-webpack-plugin: "npm:8.0.0" fs-extra: "npm:11.2.0" @@ -10499,7 +10499,7 @@ __metadata: resolve-from: "npm:5.0.0" semver: "npm:7.5.4" style-loader: "npm:3.3.4" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" typescript: "npm:5.4.4" vite: "npm:5.4.21" webpack: "npm:^5.90.3" @@ -10528,31 +10528,31 @@ __metadata: languageName: node linkType: hard -"@strapi/types@npm:5.38.0, @strapi/types@workspace:packages/core/types": +"@strapi/types@npm:5.38.1, @strapi/types@workspace:packages/core/types": version: 0.0.0-use.local resolution: "@strapi/types@workspace:packages/core/types" dependencies: "@casl/ability": "npm:6.7.5" "@koa/cors": "npm:5.0.0" "@koa/router": "npm:12.0.2" - "@strapi/database": "npm:5.38.0" - "@strapi/logger": "npm:5.38.0" - "@strapi/permissions": "npm:5.38.0" + "@strapi/database": "npm:5.38.1" + "@strapi/logger": "npm:5.38.1" + "@strapi/permissions": "npm:5.38.1" "@strapi/ts-zen": "npm:^0.2.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/utils": "npm:5.38.1" "@types/jest": "npm:29.5.2" "@types/json-logic-js": "npm:2.0.8" "@types/koa": "npm:2.13.4" "@types/koa__router": "npm:12.0.0" "@types/node-schedule": "npm:2.1.7" commander: "npm:8.3.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" json-logic-js: "npm:2.0.5" koa: "npm:2.16.4" koa-body: "npm:6.0.1" lodash: "npm:4.17.23" node-schedule: "npm:2.1.1" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" typedoc: "npm:0.25.10" typedoc-github-wiki-theme: "npm:1.1.0" typedoc-plugin-markdown: "npm:3.17.1" @@ -10562,7 +10562,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/typescript-utils@npm:5.38.0, @strapi/typescript-utils@workspace:packages/utils/typescript": +"@strapi/typescript-utils@npm:5.38.1, @strapi/typescript-utils@workspace:packages/utils/typescript": version: 0.0.0-use.local resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript" dependencies: @@ -10612,15 +10612,15 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/upgrade@workspace:packages/utils/upgrade" dependencies: - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@types/fs-extra": "npm:11.0.4" "@types/jscodeshift": "npm:0.12.0" chalk: "npm:4.1.2" cli-table3: "npm:0.6.5" commander: "npm:8.3.0" esbuild-register: "npm:3.5.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" execa: "npm:5.1.1" fast-glob: "npm:3.3.2" fs-extra: "npm:11.2.0" @@ -10638,7 +10638,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/upload@npm:5.38.0, @strapi/upload@workspace:packages/core/upload": +"@strapi/upload@npm:5.38.1, @strapi/upload@workspace:packages/core/upload": version: 0.0.0-use.local resolution: "@strapi/upload@workspace:packages/core/upload" dependencies: @@ -10646,13 +10646,13 @@ __metadata: "@radix-ui/react-dialog": "npm:1.0.5" "@radix-ui/react-toggle-group": "npm:1.1.11" "@reduxjs/toolkit": "npm:1.9.7" - "@strapi/admin": "npm:5.38.0" - "@strapi/database": "npm:5.38.0" + "@strapi/admin": "npm:5.38.1" + "@strapi/database": "npm:5.38.1" "@strapi/design-system": "npm:2.2.0" "@strapi/icons": "npm:2.2.0" - "@strapi/provider-upload-local": "npm:5.38.0" - "@strapi/types": "npm:5.38.0" - "@strapi/utils": "npm:5.38.0" + "@strapi/provider-upload-local": "npm:5.38.1" + "@strapi/types": "npm:5.38.1" + "@strapi/utils": "npm:5.38.1" "@testing-library/dom": "npm:10.4.1" "@testing-library/react": "npm:16.3.0" "@testing-library/user-event": "npm:14.6.1" @@ -10699,7 +10699,7 @@ __metadata: languageName: unknown linkType: soft -"@strapi/utils@npm:5.38.0, @strapi/utils@workspace:packages/core/utils": +"@strapi/utils@npm:5.38.1, @strapi/utils@workspace:packages/core/utils": version: 0.0.0-use.local resolution: "@strapi/utils@workspace:packages/core/utils" dependencies: @@ -10708,7 +10708,7 @@ __metadata: "@types/koa": "npm:2.13.4" "@types/node": "npm:24.10.0" date-fns: "npm:2.30.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" execa: "npm:5.1.1" http-errors: "npm:2.0.0" koa: "npm:2.16.4" @@ -10717,7 +10717,7 @@ __metadata: node-machine-id: "npm:1.1.12" p-map: "npm:4.0.0" preferred-pm: "npm:3.1.3" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" yup: "npm:0.32.9" zod: "npm:3.25.67" languageName: unknown @@ -16541,18 +16541,18 @@ __metadata: languageName: node linkType: hard -"create-strapi-app@npm:5.38.0, create-strapi-app@workspace:*, create-strapi-app@workspace:packages/cli/create-strapi-app": +"create-strapi-app@npm:5.38.1, create-strapi-app@workspace:*, create-strapi-app@workspace:packages/cli/create-strapi-app": version: 0.0.0-use.local resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app" dependencies: - "@strapi/cloud-cli": "npm:5.38.0" + "@strapi/cloud-cli": "npm:5.38.1" "@types/async-retry": "npm:^1" "@types/fs-extra": "npm:11.0.4" "@types/inquirer": "npm:8.2.5" async-retry: "npm:1.3.3" chalk: "npm:4.1.2" commander: "npm:8.3.0" - eslint-config-custom: "npm:5.38.0" + eslint-config-custom: "npm:5.38.1" execa: "npm:5.1.1" fs-extra: "npm:11.2.0" inquirer: "npm:8.2.5" @@ -16563,7 +16563,7 @@ __metadata: semver: "npm:7.5.4" sort-package-json: "npm:2.10.0" tar: "npm:7.5.10" - tsconfig: "npm:5.38.0" + tsconfig: "npm:5.38.1" bin: create-strapi-app: ./bin/index.js languageName: unknown @@ -16573,7 +16573,7 @@ __metadata: version: 0.0.0-use.local resolution: "create-strapi@workspace:packages/cli/create-strapi" dependencies: - create-strapi-app: "npm:5.38.0" + create-strapi-app: "npm:5.38.1" bin: create-strapi: ./bin/index.js languageName: unknown @@ -18585,7 +18585,7 @@ __metadata: languageName: node linkType: hard -"eslint-config-custom@npm:5.38.0, eslint-config-custom@workspace:packages/utils/eslint-config-custom": +"eslint-config-custom@npm:5.38.1, eslint-config-custom@workspace:packages/utils/eslint-config-custom": version: 0.0.0-use.local resolution: "eslint-config-custom@workspace:packages/utils/eslint-config-custom" languageName: unknown @@ -33058,7 +33058,7 @@ __metadata: languageName: node linkType: hard -"tsconfig@npm:5.38.0, tsconfig@workspace:packages/utils/tsconfig": +"tsconfig@npm:5.38.1, tsconfig@workspace:packages/utils/tsconfig": version: 0.0.0-use.local resolution: "tsconfig@workspace:packages/utils/tsconfig" dependencies: @@ -34275,7 +34275,7 @@ __metadata: languageName: node linkType: hard -"vitest-config@npm:5.38.0, vitest-config@workspace:packages/utils/vitest-config": +"vitest-config@npm:5.38.1, vitest-config@workspace:packages/utils/vitest-config": version: 0.0.0-use.local resolution: "vitest-config@workspace:packages/utils/vitest-config" dependencies: