From c771262273213de4bf98cd6c944c236cfa33fbab Mon Sep 17 00:00:00 2001 From: Marc Roig Date: Thu, 5 Oct 2023 11:20:53 +0200 Subject: [PATCH] v4.14.3 (#18294) * v4.14.3 * chore: update pack up version --- .github/actions/check-pr-status/package.json | 2 +- examples/getstarted/package.json | 22 +- examples/kitchensink-ts/package.json | 8 +- examples/kitchensink/package.json | 10 +- lerna.json | 2 +- packages/admin-test-utils/package.json | 6 +- packages/cli/create-strapi-app/package.json | 8 +- .../cli/create-strapi-starter/package.json | 8 +- packages/core/admin/package.json | 14 +- packages/core/content-manager/package.json | 4 +- .../core/content-type-builder/package.json | 10 +- packages/core/data-transfer/package.json | 10 +- packages/core/database/package.json | 4 +- packages/core/email/package.json | 8 +- packages/core/helper-plugin/package.json | 8 +- packages/core/permissions/package.json | 8 +- packages/core/strapi/package.json | 34 +- packages/core/types/package.json | 14 +- packages/core/upload/package.json | 8 +- packages/core/utils/package.json | 6 +- packages/generators/app/package.json | 2 +- packages/generators/generators/package.json | 10 +- packages/plugins/color-picker/package.json | 6 +- packages/plugins/documentation/package.json | 6 +- packages/plugins/graphql/package.json | 6 +- packages/plugins/i18n/package.json | 6 +- packages/plugins/sentry/package.json | 4 +- .../plugins/users-permissions/package.json | 6 +- .../providers/audit-logs-local/package.json | 8 +- .../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 | 8 +- packages/utils/api-tests/package.json | 2 +- .../utils/eslint-config-custom/package.json | 2 +- packages/utils/logger/package.json | 6 +- packages/utils/pack-up/package.json | 2 +- packages/utils/tsconfig/package.json | 2 +- packages/utils/typescript/package.json | 2 +- scripts/front/package.json | 2 +- yarn.lock | 300 +++++++++--------- 45 files changed, 313 insertions(+), 313 deletions(-) diff --git a/.github/actions/check-pr-status/package.json b/.github/actions/check-pr-status/package.json index 34eb7ed934..cf00162ae1 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": "4.14.0", + "version": "4.14.3", "main": "dist/index.js", "license": "MIT", "private": true, diff --git a/examples/getstarted/package.json b/examples/getstarted/package.json index 0b404ac72e..6b78e4b30a 100644 --- a/examples/getstarted/package.json +++ b/examples/getstarted/package.json @@ -1,7 +1,7 @@ { "name": "getstarted", "private": true, - "version": "4.14.0", + "version": "4.14.3", "description": "A Strapi application.", "scripts": { "develop": "strapi develop", @@ -13,16 +13,16 @@ }, "dependencies": { "@strapi/icons": "1.11.0", - "@strapi/plugin-color-picker": "4.14.0", - "@strapi/plugin-documentation": "4.14.0", - "@strapi/plugin-graphql": "4.14.0", - "@strapi/plugin-i18n": "4.14.0", - "@strapi/plugin-sentry": "4.14.0", - "@strapi/plugin-users-permissions": "4.14.0", - "@strapi/provider-email-mailgun": "4.14.0", - "@strapi/provider-upload-aws-s3": "4.14.0", - "@strapi/provider-upload-cloudinary": "4.14.0", - "@strapi/strapi": "4.14.0", + "@strapi/plugin-color-picker": "4.14.3", + "@strapi/plugin-documentation": "4.14.3", + "@strapi/plugin-graphql": "4.14.3", + "@strapi/plugin-i18n": "4.14.3", + "@strapi/plugin-sentry": "4.14.3", + "@strapi/plugin-users-permissions": "4.14.3", + "@strapi/provider-email-mailgun": "4.14.3", + "@strapi/provider-upload-aws-s3": "4.14.3", + "@strapi/provider-upload-cloudinary": "4.14.3", + "@strapi/strapi": "4.14.3", "better-sqlite3": "8.6.0", "lodash": "4.17.21", "mysql": "2.18.1", diff --git a/examples/kitchensink-ts/package.json b/examples/kitchensink-ts/package.json index 3db2076789..fb7b219471 100644 --- a/examples/kitchensink-ts/package.json +++ b/examples/kitchensink-ts/package.json @@ -1,7 +1,7 @@ { "name": "kitchensink-ts", "private": true, - "version": "4.14.0", + "version": "4.14.3", "description": "A Strapi application", "scripts": { "develop": "strapi develop", @@ -10,9 +10,9 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/plugin-i18n": "4.14.0", - "@strapi/plugin-users-permissions": "4.14.0", - "@strapi/strapi": "4.14.0", + "@strapi/plugin-i18n": "4.14.3", + "@strapi/plugin-users-permissions": "4.14.3", + "@strapi/strapi": "4.14.3", "better-sqlite3": "8.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/kitchensink/package.json b/examples/kitchensink/package.json index 64d981fe57..906f649a56 100644 --- a/examples/kitchensink/package.json +++ b/examples/kitchensink/package.json @@ -1,7 +1,7 @@ { "name": "kitchensink", "private": true, - "version": "4.14.0", + "version": "4.14.3", "description": "A Strapi application.", "scripts": { "develop": "strapi develop", @@ -12,10 +12,10 @@ "strapi": "strapi" }, "dependencies": { - "@strapi/provider-email-mailgun": "4.14.0", - "@strapi/provider-upload-aws-s3": "4.14.0", - "@strapi/provider-upload-cloudinary": "4.14.0", - "@strapi/strapi": "4.14.0", + "@strapi/provider-email-mailgun": "4.14.3", + "@strapi/provider-upload-aws-s3": "4.14.3", + "@strapi/provider-upload-cloudinary": "4.14.3", + "@strapi/strapi": "4.14.3", "lodash": "4.17.21", "mysql": "2.18.1", "mysql2": "3.6.0", diff --git a/lerna.json b/lerna.json index e6a14ac08e..0b08bf92ca 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.14.0", + "version": "4.14.3", "packages": ["packages/*", "examples/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/admin-test-utils/package.json b/packages/admin-test-utils/package.json index c3d0a35e9b..a698f8f25b 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": "4.14.0", + "version": "4.14.3", "private": true, "description": "Test utilities for the Strapi administration panel", "license": "MIT", @@ -42,9 +42,9 @@ "whatwg-fetch": "3.6.2" }, "devDependencies": { - "eslint-config-custom": "4.14.0", + "eslint-config-custom": "4.14.3", "redux": "^4.2.1", - "tsconfig": "4.14.0" + "tsconfig": "4.14.3" }, "peerDependencies": { "redux": "^4.2.1" diff --git a/packages/cli/create-strapi-app/package.json b/packages/cli/create-strapi-app/package.json index 51b364ebf3..3425b4556d 100644 --- a/packages/cli/create-strapi-app/package.json +++ b/packages/cli/create-strapi-app/package.json @@ -1,9 +1,9 @@ { "name": "create-strapi-app", - "version": "4.14.0", + "version": "4.14.3", "description": "Generate a new Strapi application.", "dependencies": { - "@strapi/generate-new": "4.14.0", + "@strapi/generate-new": "4.14.3", "commander": "8.3.0", "inquirer": "8.2.5" }, @@ -49,8 +49,8 @@ "lint": "run -T eslint ." }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/cli/create-strapi-starter/package.json b/packages/cli/create-strapi-starter/package.json index 95702bbe06..ad4e37dce3 100644 --- a/packages/cli/create-strapi-starter/package.json +++ b/packages/cli/create-strapi-starter/package.json @@ -1,6 +1,6 @@ { "name": "create-strapi-starter", - "version": "4.14.0", + "version": "4.14.3", "description": "Generate a new Strapi application.", "keywords": [ "create-strapi-starter", @@ -44,7 +44,7 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/generate-new": "4.14.0", + "@strapi/generate-new": "4.14.3", "chalk": "4.1.2", "ci-info": "3.8.0", "commander": "8.3.0", @@ -54,8 +54,8 @@ "ora": "5.4.1" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/core/admin/package.json b/packages/core/admin/package.json index c2bb356910..f37a0f2e56 100644 --- a/packages/core/admin/package.json +++ b/packages/core/admin/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/admin", - "version": "4.14.0", + "version": "4.14.3", "description": "Strapi Admin", "repository": { "type": "git", @@ -44,14 +44,14 @@ "@casl/ability": "6.5.0", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@radix-ui/react-toolbar": "1.0.4", - "@strapi/data-transfer": "4.14.0", + "@strapi/data-transfer": "4.14.3", "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/permissions": "4.14.0", - "@strapi/provider-audit-logs-local": "4.14.0", - "@strapi/typescript-utils": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/permissions": "4.14.3", + "@strapi/provider-audit-logs-local": "4.14.3", + "@strapi/typescript-utils": "4.14.3", + "@strapi/utils": "4.14.3", "axios": "1.5.0", "bcryptjs": "2.4.3", "browserslist": "^4.22.1", diff --git a/packages/core/content-manager/package.json b/packages/core/content-manager/package.json index fa1b45c26e..8d9347e78d 100644 --- a/packages/core/content-manager/package.json +++ b/packages/core/content-manager/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-content-manager", - "version": "4.14.0", + "version": "4.14.3", "description": "A powerful UI to easily manage your data.", "repository": { "type": "git", @@ -26,7 +26,7 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "lodash": "4.17.21", "qs": "6.11.1" }, diff --git a/packages/core/content-type-builder/package.json b/packages/core/content-type-builder/package.json index e522d69ad3..d4280ac54a 100644 --- a/packages/core/content-type-builder/package.json +++ b/packages/core/content-type-builder/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-content-type-builder", - "version": "4.14.0", + "version": "4.14.3", "description": "Strapi plugin to create content type", "repository": { "type": "git", @@ -31,10 +31,10 @@ "dependencies": { "@sindresorhus/slugify": "1.1.0", "@strapi/design-system": "1.12.0", - "@strapi/generators": "4.14.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/generators": "4.14.3", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "fs-extra": "10.0.0", "immer": "9.0.19", "lodash": "4.17.21", @@ -49,7 +49,7 @@ "yup": "0.32.9" }, "devDependencies": { - "@strapi/admin": "4.14.0", + "@strapi/admin": "4.14.3", "@testing-library/react": "14.0.0", "@testing-library/react-hooks": "8.0.1", "history": "^4.9.0", diff --git a/packages/core/data-transfer/package.json b/packages/core/data-transfer/package.json index f9042aaac7..eb9a8ff643 100644 --- a/packages/core/data-transfer/package.json +++ b/packages/core/data-transfer/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/data-transfer", - "version": "4.14.0", + "version": "4.14.3", "description": "Data transfer capabilities for Strapi", "keywords": [ "strapi", @@ -40,10 +40,10 @@ "./dist" ], "dependencies": { - "@strapi/logger": "4.14.0", - "@strapi/strapi": "4.14.0", - "@strapi/types": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/logger": "4.14.3", + "@strapi/strapi": "4.14.3", + "@strapi/types": "4.14.3", + "@strapi/utils": "4.14.3", "chalk": "4.1.2", "cli-table3": "0.6.2", "commander": "8.3.0", diff --git a/packages/core/database/package.json b/packages/core/database/package.json index 64acb2a3ba..afc52f4466 100644 --- a/packages/core/database/package.json +++ b/packages/core/database/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/database", - "version": "4.14.0", + "version": "4.14.3", "description": "Strapi's database layer", "homepage": "https://strapi.io", "bugs": { @@ -33,7 +33,7 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "date-fns": "2.30.0", "debug": "4.3.4", "fs-extra": "10.0.0", diff --git a/packages/core/email/package.json b/packages/core/email/package.json index 92d4b5f441..bd20adec16 100644 --- a/packages/core/email/package.json +++ b/packages/core/email/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-email", - "version": "4.14.0", + "version": "4.14.3", "description": "Easily configure your Strapi application to send emails.", "repository": { "type": "git", @@ -29,8 +29,8 @@ "dependencies": { "@strapi/design-system": "1.12.0", "@strapi/icons": "1.12.0", - "@strapi/provider-email-sendmail": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/provider-email-sendmail": "4.14.3", + "@strapi/utils": "4.14.3", "lodash": "4.17.21", "prop-types": "^15.8.1", "react-intl": "6.4.1", @@ -38,7 +38,7 @@ "yup": "0.32.9" }, "devDependencies": { - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@testing-library/react": "14.0.0", "msw": "1.3.0", "react": "^18.2.0", diff --git a/packages/core/helper-plugin/package.json b/packages/core/helper-plugin/package.json index c40fd7934d..f0e3e4e1d3 100644 --- a/packages/core/helper-plugin/package.json +++ b/packages/core/helper-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/helper-plugin", - "version": "4.14.0", + "version": "4.14.3", "description": "Helper for Strapi plugins development", "repository": { "type": "git", @@ -68,10 +68,10 @@ "@storybook/addon-mdx-gfm": "7.4.0", "@storybook/builder-vite": "7.4.0", "@storybook/react-vite": "7.4.0", - "@strapi/admin-test-utils": "4.14.0", + "@strapi/admin-test-utils": "4.14.3", "@strapi/design-system": "1.12.0", "@strapi/icons": "1.12.0", - "@strapi/types": "4.14.0", + "@strapi/types": "4.14.3", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/react": "18.2.7", @@ -82,7 +82,7 @@ "browserslist-to-esbuild": "1.2.0", "cross-env": "^7.0.3", "esbuild-loader": "^2.21.0", - "eslint-config-custom": "4.14.0", + "eslint-config-custom": "4.14.3", "eslint-plugin-storybook": "0.6.14", "fork-ts-checker-webpack-plugin": "8.0.0", "msw": "1.3.0", diff --git a/packages/core/permissions/package.json b/packages/core/permissions/package.json index 5085db422d..b6a6e6ed22 100644 --- a/packages/core/permissions/package.json +++ b/packages/core/permissions/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/permissions", - "version": "4.14.0", + "version": "4.14.3", "description": "Strapi's permission layer.", "repository": { "type": "git", @@ -36,14 +36,14 @@ }, "dependencies": { "@casl/ability": "6.5.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "lodash": "4.17.21", "qs": "6.11.1", "sift": "16.0.1" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/core/strapi/package.json b/packages/core/strapi/package.json index 7f2be72a4c..51ddd8c64b 100644 --- a/packages/core/strapi/package.json +++ b/packages/core/strapi/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/strapi", - "version": "4.14.0", + "version": "4.14.3", "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", @@ -89,20 +89,20 @@ "dependencies": { "@koa/cors": "3.4.3", "@koa/router": "10.1.1", - "@strapi/admin": "4.14.0", - "@strapi/data-transfer": "4.14.0", - "@strapi/database": "4.14.0", - "@strapi/generate-new": "4.14.0", - "@strapi/generators": "4.14.0", - "@strapi/logger": "4.14.0", - "@strapi/permissions": "4.14.0", - "@strapi/plugin-content-manager": "4.14.0", - "@strapi/plugin-content-type-builder": "4.14.0", - "@strapi/plugin-email": "4.14.0", - "@strapi/plugin-upload": "4.14.0", - "@strapi/types": "4.14.0", - "@strapi/typescript-utils": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/admin": "4.14.3", + "@strapi/data-transfer": "4.14.3", + "@strapi/database": "4.14.3", + "@strapi/generate-new": "4.14.3", + "@strapi/generators": "4.14.3", + "@strapi/logger": "4.14.3", + "@strapi/permissions": "4.14.3", + "@strapi/plugin-content-manager": "4.14.3", + "@strapi/plugin-content-type-builder": "4.14.3", + "@strapi/plugin-email": "4.14.3", + "@strapi/plugin-upload": "4.14.3", + "@strapi/types": "4.14.3", + "@strapi/typescript-utils": "4.14.3", + "@strapi/utils": "4.14.3", "@vitejs/plugin-react": "4.1.0", "bcryptjs": "2.4.3", "boxen": "5.1.2", @@ -164,10 +164,10 @@ "@types/node": "18.11.9", "@types/node-schedule": "2.1.0", "@types/statuses": "2.0.1", - "eslint-config-custom": "4.14.0", + "eslint-config-custom": "4.14.3", "supertest": "6.3.3", "ts-zen": "https://github.com/strapi/ts-zen#66e02232f5997674cc7032ea3ee59d9864863732", - "tsconfig": "4.14.0", + "tsconfig": "4.14.3", "typescript": "5.2.2" }, "engines": { diff --git a/packages/core/types/package.json b/packages/core/types/package.json index a30290c6dd..571037065b 100644 --- a/packages/core/types/package.json +++ b/packages/core/types/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/types", - "version": "4.14.0", + "version": "4.14.3", "description": "Shared typescript types for Strapi internal use", "keywords": [ "strapi" @@ -45,10 +45,10 @@ "dependencies": { "@koa/cors": "3.4.3", "@koa/router": "10.1.1", - "@strapi/database": "4.14.0", - "@strapi/logger": "4.14.0", - "@strapi/permissions": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/database": "4.14.3", + "@strapi/logger": "4.14.3", + "@strapi/permissions": "4.14.3", + "@strapi/utils": "4.14.3", "commander": "8.3.0", "https-proxy-agent": "5.0.1", "koa": "2.13.4", @@ -61,8 +61,8 @@ "@types/koa": "2.13.4", "@types/koa__router": "12.0.0", "@types/node-schedule": "2.1.0", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0", + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3", "typescript": "5.2.2" }, "engines": { diff --git a/packages/core/upload/package.json b/packages/core/upload/package.json index ae6d97c0de..7c0f963198 100644 --- a/packages/core/upload/package.json +++ b/packages/core/upload/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-upload", - "version": "4.14.0", + "version": "4.14.3", "description": "Makes it easy to upload images and files to your Strapi Application.", "license": "SEE LICENSE IN LICENSE", "author": { @@ -26,10 +26,10 @@ }, "dependencies": { "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/provider-upload-local": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/provider-upload-local": "4.14.3", + "@strapi/utils": "4.14.3", "axios": "1.5.0", "byte-size": "7.0.1", "cropperjs": "1.6.0", diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index a04ce5bf05..f5fbcd83c5 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/utils", - "version": "4.14.0", + "version": "4.14.3", "description": "Shared utilities for the Strapi packages", "keywords": [ "strapi", @@ -56,10 +56,10 @@ "devDependencies": { "@types/koa": "2.13.4", "@types/node": "18.11.9", - "eslint-config-custom": "4.14.0", + "eslint-config-custom": "4.14.3", "koa": "2.13.4", "koa-body": "4.2.0", - "tsconfig": "4.14.0" + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/generators/app/package.json b/packages/generators/app/package.json index ecfd2c5d03..b318a10659 100644 --- a/packages/generators/app/package.json +++ b/packages/generators/app/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/generate-new", - "version": "4.14.0", + "version": "4.14.3", "description": "Generate a new Strapi application.", "keywords": [ "generate", diff --git a/packages/generators/generators/package.json b/packages/generators/generators/package.json index 413461d8f4..746d7330f4 100644 --- a/packages/generators/generators/package.json +++ b/packages/generators/generators/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/generators", - "version": "4.14.0", + "version": "4.14.3", "description": "Interactive API generator.", "keywords": [ "strapi", @@ -45,8 +45,8 @@ }, "dependencies": { "@sindresorhus/slugify": "1.1.0", - "@strapi/typescript-utils": "4.14.0", - "@strapi/utils": "4.14.0", + "@strapi/typescript-utils": "4.14.3", + "@strapi/utils": "4.14.3", "chalk": "4.1.2", "copyfiles": "2.4.1", "fs-extra": "10.0.0", @@ -55,8 +55,8 @@ "pluralize": "8.0.0" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/plugins/color-picker/package.json b/packages/plugins/color-picker/package.json index 69782c68fa..2a0bbdff85 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": "4.14.0", + "version": "4.14.3", "description": "Strapi maintained Custom Fields", "repository": { "type": "git", @@ -64,14 +64,14 @@ }, "dependencies": { "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", "prop-types": "^15.8.1", "react-colorful": "5.6.1", "react-intl": "6.4.1" }, "devDependencies": { - "@strapi/strapi": "4.14.0", + "@strapi/strapi": "4.14.3", "@testing-library/react": "14.0.0", "@testing-library/user-event": "14.4.3", "@types/styled-components": "5.1.26", diff --git a/packages/plugins/documentation/package.json b/packages/plugins/documentation/package.json index d9028bb25d..50b0846622 100644 --- a/packages/plugins/documentation/package.json +++ b/packages/plugins/documentation/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-documentation", - "version": "4.14.0", + "version": "4.14.3", "description": "Create an OpenAPI Document and visualize your API with SWAGGER UI.", "repository": { "type": "git", @@ -29,9 +29,9 @@ }, "dependencies": { "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "bcryptjs": "2.4.3", "cheerio": "^1.0.0-rc.12", "formik": "2.4.0", diff --git a/packages/plugins/graphql/package.json b/packages/plugins/graphql/package.json index f634ad690b..67c93775fe 100644 --- a/packages/plugins/graphql/package.json +++ b/packages/plugins/graphql/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-graphql", - "version": "4.14.0", + "version": "4.14.3", "description": "Adds GraphQL endpoint with default API methods.", "repository": { "type": "git", @@ -27,9 +27,9 @@ "@graphql-tools/schema": "8.5.1", "@graphql-tools/utils": "^8.13.1", "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "apollo-server-core": "3.12.1", "apollo-server-koa": "3.10.0", "glob": "7.2.3", diff --git a/packages/plugins/i18n/package.json b/packages/plugins/i18n/package.json index c9e79d5902..1f12ec9eb9 100644 --- a/packages/plugins/i18n/package.json +++ b/packages/plugins/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-i18n", - "version": "4.14.0", + "version": "4.14.3", "description": "This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API", "repository": { "type": "git", @@ -31,9 +31,9 @@ }, "dependencies": { "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "formik": "2.4.0", "immer": "9.0.19", "lodash": "4.17.21", diff --git a/packages/plugins/sentry/package.json b/packages/plugins/sentry/package.json index 8b0261b5c2..817f4593a9 100644 --- a/packages/plugins/sentry/package.json +++ b/packages/plugins/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/plugin-sentry", - "version": "4.14.0", + "version": "4.14.3", "description": "Send Strapi error events to Sentry", "repository": { "type": "git", @@ -28,7 +28,7 @@ "dependencies": { "@sentry/node": "6.19.7", "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0" }, "devDependencies": { diff --git a/packages/plugins/users-permissions/package.json b/packages/plugins/users-permissions/package.json index 4623b60aff..3af1c6d014 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": "4.14.0", + "version": "4.14.3", "description": "Protect your API with a full-authentication process based on JWT", "repository": { "type": "git", @@ -30,9 +30,9 @@ }, "dependencies": { "@strapi/design-system": "1.12.0", - "@strapi/helper-plugin": "4.14.0", + "@strapi/helper-plugin": "4.14.3", "@strapi/icons": "1.12.0", - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "bcryptjs": "2.4.3", "formik": "2.4.0", "grant-koa": "5.4.8", diff --git a/packages/providers/audit-logs-local/package.json b/packages/providers/audit-logs-local/package.json index 780f570c7c..2d7d9c888e 100644 --- a/packages/providers/audit-logs-local/package.json +++ b/packages/providers/audit-logs-local/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/provider-audit-logs-local", - "version": "4.14.0", + "version": "4.14.3", "description": "Local provider for strapi audit logs", "keywords": [ "audit-logs", @@ -41,9 +41,9 @@ "lint": "run -T eslint ." }, "devDependencies": { - "@strapi/types": "4.14.0", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "@strapi/types": "4.14.3", + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/email-amazon-ses/package.json b/packages/providers/email-amazon-ses/package.json index 94b2f920e5..0730e9425e 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": "4.14.0", + "version": "4.14.3", "description": "Amazon SES provider for strapi email", "keywords": [ "email", @@ -42,12 +42,12 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "node-ses": "^3.0.3" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/email-mailgun/package.json b/packages/providers/email-mailgun/package.json index fcab7d6a07..41dbe8cc51 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": "4.14.0", + "version": "4.14.3", "description": "Mailgun provider for strapi email plugin", "keywords": [ "email", @@ -44,13 +44,13 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "form-data": "^4.0.0", "mailgun.js": "8.2.1" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/email-nodemailer/package.json b/packages/providers/email-nodemailer/package.json index ae3bba9f43..f19c563ce4 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": "4.14.0", + "version": "4.14.3", "description": "Nodemailer provider for Strapi 3", "keywords": [ "strapi", @@ -60,8 +60,8 @@ }, "devDependencies": { "@types/nodemailer": "6.4.7", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/email-sendgrid/package.json b/packages/providers/email-sendgrid/package.json index 2d8f0d9e32..998ede5c3a 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": "4.14.0", + "version": "4.14.3", "description": "Sendgrid provider for strapi email", "keywords": [ "email", @@ -43,11 +43,11 @@ }, "dependencies": { "@sendgrid/mail": "7.7.0", - "@strapi/utils": "4.14.0" + "@strapi/utils": "4.14.3" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/email-sendmail/package.json b/packages/providers/email-sendmail/package.json index 36801bcaa2..100aafa1f6 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": "4.14.0", + "version": "4.14.3", "description": "Sendmail provider for strapi email", "keywords": [ "email", @@ -41,13 +41,13 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "sendmail": "^1.6.1" }, "devDependencies": { "@types/sendmail": "1.4.4", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/upload-aws-s3/package.json b/packages/providers/upload-aws-s3/package.json index 34fae03f75..6346e5e9bd 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": "4.14.0", + "version": "4.14.3", "description": "AWS S3 provider for strapi upload", "keywords": [ "upload", @@ -50,8 +50,8 @@ }, "devDependencies": { "@types/jest": "29.5.2", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/upload-cloudinary/package.json b/packages/providers/upload-cloudinary/package.json index f03b908c0e..3978d305ba 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": "4.14.0", + "version": "4.14.3", "description": "Cloudinary provider for strapi upload", "keywords": [ "upload", @@ -42,13 +42,13 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "cloudinary": "^1.41.0", "into-stream": "^5.1.0" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/providers/upload-local/package.json b/packages/providers/upload-local/package.json index 23d772af38..ee7e51dc04 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": "4.14.0", + "version": "4.14.3", "description": "Local provider for strapi upload", "keywords": [ "upload", @@ -43,13 +43,13 @@ "lint": "run -T eslint ." }, "dependencies": { - "@strapi/utils": "4.14.0", + "@strapi/utils": "4.14.3", "fs-extra": "10.0.0" }, "devDependencies": { "@types/jest": "29.5.2", - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/utils/api-tests/package.json b/packages/utils/api-tests/package.json index fc7eef73b1..fca3312c1d 100644 --- a/packages/utils/api-tests/package.json +++ b/packages/utils/api-tests/package.json @@ -1,6 +1,6 @@ { "name": "api-tests", - "version": "4.14.0", + "version": "4.14.3", "private": true, "dependencies": { "dotenv": "14.2.0", diff --git a/packages/utils/eslint-config-custom/package.json b/packages/utils/eslint-config-custom/package.json index c3f62bb125..2be8a5cd5f 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", "main": "index.js", - "version": "4.14.0", + "version": "4.14.3", "private": true } diff --git a/packages/utils/logger/package.json b/packages/utils/logger/package.json index c456136a77..e4516dfe77 100644 --- a/packages/utils/logger/package.json +++ b/packages/utils/logger/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/logger", - "version": "4.14.0", + "version": "4.14.3", "description": "Strapi's logger", "homepage": "https://strapi.io", "bugs": { @@ -41,8 +41,8 @@ "winston": "3.10.0" }, "devDependencies": { - "eslint-config-custom": "4.14.0", - "tsconfig": "4.14.0" + "eslint-config-custom": "4.14.3", + "tsconfig": "4.14.3" }, "engines": { "node": ">=16.0.0 <=20.x.x", diff --git a/packages/utils/pack-up/package.json b/packages/utils/pack-up/package.json index d8d2a34120..53cf727da3 100644 --- a/packages/utils/pack-up/package.json +++ b/packages/utils/pack-up/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/pack-up", - "version": "4.13.3", + "version": "4.14.3", "description": "Simple tools for creating interoperable CJS & ESM packages.", "keywords": [ "strapi", diff --git a/packages/utils/tsconfig/package.json b/packages/utils/tsconfig/package.json index e4e58dd685..298ae375d9 100644 --- a/packages/utils/tsconfig/package.json +++ b/packages/utils/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "tsconfig", - "version": "4.14.0", + "version": "4.14.3", "private": true, "devDependencies": { "@tsconfig/node18": "18.2.2" diff --git a/packages/utils/typescript/package.json b/packages/utils/typescript/package.json index 5c85cac06d..5364ff81f4 100644 --- a/packages/utils/typescript/package.json +++ b/packages/utils/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@strapi/typescript-utils", - "version": "4.14.0", + "version": "4.14.3", "description": "Typescript support for Strapi", "repository": { "type": "git", diff --git a/scripts/front/package.json b/scripts/front/package.json index f36ad17b73..8fcfdab7ff 100644 --- a/scripts/front/package.json +++ b/scripts/front/package.json @@ -1,7 +1,7 @@ { "name": "scripts-front", "private": true, - "version": "4.14.0", + "version": "4.14.3", "scripts": { "test:front": "jest --config jest.config.front.js" } diff --git a/yarn.lock b/yarn.lock index e496b67e51..cc32e861eb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7413,37 +7413,37 @@ __metadata: languageName: node linkType: hard -"@strapi/admin-test-utils@4.14.0, @strapi/admin-test-utils@workspace:*, @strapi/admin-test-utils@workspace:packages/admin-test-utils": +"@strapi/admin-test-utils@4.14.3, @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: "@juggle/resize-observer": 3.4.0 "@testing-library/jest-dom": 5.16.5 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 jest-styled-components: 7.1.1 redux: ^4.2.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 whatwg-fetch: 3.6.2 peerDependencies: redux: ^4.2.1 languageName: unknown linkType: soft -"@strapi/admin@4.14.0, @strapi/admin@workspace:packages/core/admin": +"@strapi/admin@4.14.3, @strapi/admin@workspace:packages/core/admin": version: 0.0.0-use.local resolution: "@strapi/admin@workspace:packages/core/admin" dependencies: "@casl/ability": 6.5.0 "@pmmmwh/react-refresh-webpack-plugin": 0.5.10 "@radix-ui/react-toolbar": 1.0.4 - "@strapi/data-transfer": 4.14.0 + "@strapi/data-transfer": 4.14.3 "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/permissions": 4.14.0 - "@strapi/provider-audit-logs-local": 4.14.0 - "@strapi/typescript-utils": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/permissions": 4.14.3 + "@strapi/provider-audit-logs-local": 4.14.3 + "@strapi/typescript-utils": 4.14.3 + "@strapi/utils": 4.14.3 "@testing-library/dom": 9.2.0 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 @@ -7537,14 +7537,14 @@ __metadata: languageName: unknown linkType: soft -"@strapi/data-transfer@4.14.0, @strapi/data-transfer@workspace:packages/core/data-transfer": +"@strapi/data-transfer@4.14.3, @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/logger": 4.14.0 - "@strapi/strapi": 4.14.0 - "@strapi/types": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/logger": 4.14.3 + "@strapi/strapi": 4.14.3 + "@strapi/types": 4.14.3 + "@strapi/utils": 4.14.3 "@types/fs-extra": 9.0.13 "@types/jest": 29.5.2 "@types/koa": 2.13.4 @@ -7579,11 +7579,11 @@ __metadata: languageName: unknown linkType: soft -"@strapi/database@4.14.0, @strapi/database@workspace:packages/core/database": +"@strapi/database@4.14.3, @strapi/database@workspace:packages/core/database": version: 0.0.0-use.local resolution: "@strapi/database@workspace:packages/core/database" dependencies: - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 date-fns: 2.30.0 debug: 4.3.4 fs-extra: 10.0.0 @@ -7647,7 +7647,7 @@ __metadata: languageName: node linkType: hard -"@strapi/generate-new@4.14.0, @strapi/generate-new@workspace:packages/generators/app": +"@strapi/generate-new@4.14.3, @strapi/generate-new@workspace:packages/generators/app": version: 0.0.0-use.local resolution: "@strapi/generate-new@workspace:packages/generators/app" dependencies: @@ -7666,25 +7666,25 @@ __metadata: languageName: unknown linkType: soft -"@strapi/generators@4.14.0, @strapi/generators@workspace:packages/generators/generators": +"@strapi/generators@4.14.3, @strapi/generators@workspace:packages/generators/generators": version: 0.0.0-use.local resolution: "@strapi/generators@workspace:packages/generators/generators" dependencies: "@sindresorhus/slugify": 1.1.0 - "@strapi/typescript-utils": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/typescript-utils": 4.14.3 + "@strapi/utils": 4.14.3 chalk: 4.1.2 copyfiles: 2.4.1 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 fs-extra: 10.0.0 node-plop: 0.26.3 plop: 2.7.6 pluralize: 8.0.0 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/helper-plugin@4.14.0, @strapi/helper-plugin@workspace:packages/core/helper-plugin": +"@strapi/helper-plugin@4.14.3, @strapi/helper-plugin@workspace:packages/core/helper-plugin": version: 0.0.0-use.local resolution: "@strapi/helper-plugin@workspace:packages/core/helper-plugin" dependencies: @@ -7695,10 +7695,10 @@ __metadata: "@storybook/addon-mdx-gfm": 7.4.0 "@storybook/builder-vite": 7.4.0 "@storybook/react-vite": 7.4.0 - "@strapi/admin-test-utils": 4.14.0 + "@strapi/admin-test-utils": 4.14.3 "@strapi/design-system": 1.12.0 "@strapi/icons": 1.12.0 - "@strapi/types": 4.14.0 + "@strapi/types": 4.14.3 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 "@types/react": 18.2.7 @@ -7711,7 +7711,7 @@ __metadata: cross-env: ^7.0.3 date-fns: 2.30.0 esbuild-loader: ^2.21.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 eslint-plugin-storybook: 0.6.14 fork-ts-checker-webpack-plugin: 8.0.0 formik: 2.4.0 @@ -7765,13 +7765,13 @@ __metadata: languageName: node linkType: hard -"@strapi/logger@4.14.0, @strapi/logger@workspace:packages/utils/logger": +"@strapi/logger@4.14.3, @strapi/logger@workspace:packages/utils/logger": version: 0.0.0-use.local resolution: "@strapi/logger@workspace:packages/utils/logger" dependencies: - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 lodash: 4.17.21 - tsconfig: 4.14.0 + tsconfig: 4.14.3 winston: 3.10.0 languageName: unknown linkType: soft @@ -7812,28 +7812,28 @@ __metadata: languageName: unknown linkType: soft -"@strapi/permissions@4.14.0, @strapi/permissions@workspace:packages/core/permissions": +"@strapi/permissions@4.14.3, @strapi/permissions@workspace:packages/core/permissions": version: 0.0.0-use.local resolution: "@strapi/permissions@workspace:packages/core/permissions" dependencies: "@casl/ability": 6.5.0 - "@strapi/utils": 4.14.0 - eslint-config-custom: 4.14.0 + "@strapi/utils": 4.14.3 + eslint-config-custom: 4.14.3 lodash: 4.17.21 qs: 6.11.1 sift: 16.0.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/plugin-color-picker@4.14.0, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker": +"@strapi/plugin-color-picker@4.14.3, @strapi/plugin-color-picker@workspace:packages/plugins/color-picker": version: 0.0.0-use.local resolution: "@strapi/plugin-color-picker@workspace:packages/plugins/color-picker" dependencies: "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/strapi": 4.14.0 + "@strapi/strapi": 4.14.3 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 "@types/styled-components": 5.1.26 @@ -7854,28 +7854,28 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-content-manager@4.14.0, @strapi/plugin-content-manager@workspace:packages/core/content-manager": +"@strapi/plugin-content-manager@4.14.3, @strapi/plugin-content-manager@workspace:packages/core/content-manager": version: 0.0.0-use.local resolution: "@strapi/plugin-content-manager@workspace:packages/core/content-manager" dependencies: "@sindresorhus/slugify": 1.1.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 lodash: 4.17.21 qs: 6.11.1 languageName: unknown linkType: soft -"@strapi/plugin-content-type-builder@4.14.0, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder": +"@strapi/plugin-content-type-builder@4.14.3, @strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder": version: 0.0.0-use.local resolution: "@strapi/plugin-content-type-builder@workspace:packages/core/content-type-builder" dependencies: "@sindresorhus/slugify": 1.1.0 - "@strapi/admin": 4.14.0 + "@strapi/admin": 4.14.3 "@strapi/design-system": 1.12.0 - "@strapi/generators": 4.14.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/generators": 4.14.3 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 "@testing-library/react": 14.0.0 "@testing-library/react-hooks": 8.0.1 fs-extra: 10.0.0 @@ -7903,15 +7903,15 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-documentation@4.14.0, @strapi/plugin-documentation@workspace:packages/plugins/documentation": +"@strapi/plugin-documentation@4.14.3, @strapi/plugin-documentation@workspace:packages/plugins/documentation": version: 0.0.0-use.local resolution: "@strapi/plugin-documentation@workspace:packages/plugins/documentation" dependencies: "@apidevtools/swagger-parser": ^10.1.0 "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 bcryptjs: 2.4.3 @@ -7942,15 +7942,15 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-email@4.14.0, @strapi/plugin-email@workspace:packages/core/email": +"@strapi/plugin-email@4.14.3, @strapi/plugin-email@workspace:packages/core/email": version: 0.0.0-use.local resolution: "@strapi/plugin-email@workspace:packages/core/email" dependencies: "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/provider-email-sendmail": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/provider-email-sendmail": 4.14.3 + "@strapi/utils": 4.14.3 "@testing-library/react": 14.0.0 lodash: 4.17.21 msw: 1.3.0 @@ -7970,16 +7970,16 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-graphql@4.14.0, @strapi/plugin-graphql@workspace:packages/plugins/graphql": +"@strapi/plugin-graphql@4.14.3, @strapi/plugin-graphql@workspace:packages/plugins/graphql": version: 0.0.0-use.local resolution: "@strapi/plugin-graphql@workspace:packages/plugins/graphql" dependencies: "@graphql-tools/schema": 8.5.1 "@graphql-tools/utils": ^8.13.1 "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 apollo-server-core: 3.12.1 apollo-server-koa: 3.10.0 cross-env: ^7.0.3 @@ -8007,14 +8007,14 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-i18n@4.14.0, @strapi/plugin-i18n@workspace:packages/plugins/i18n": +"@strapi/plugin-i18n@4.14.3, @strapi/plugin-i18n@workspace:packages/plugins/i18n": version: 0.0.0-use.local resolution: "@strapi/plugin-i18n@workspace:packages/plugins/i18n" dependencies: "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 "@testing-library/react": 14.0.0 formik: 2.4.0 immer: 9.0.19 @@ -8039,13 +8039,13 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-sentry@4.14.0, @strapi/plugin-sentry@workspace:packages/plugins/sentry": +"@strapi/plugin-sentry@4.14.3, @strapi/plugin-sentry@workspace:packages/plugins/sentry": version: 0.0.0-use.local resolution: "@strapi/plugin-sentry@workspace:packages/plugins/sentry" dependencies: "@sentry/node": 6.19.7 "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -8060,15 +8060,15 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-upload@4.14.0, @strapi/plugin-upload@workspace:packages/core/upload": +"@strapi/plugin-upload@4.14.3, @strapi/plugin-upload@workspace:packages/core/upload": version: 0.0.0-use.local resolution: "@strapi/plugin-upload@workspace:packages/core/upload" dependencies: "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/provider-upload-local": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/provider-upload-local": 4.14.3 + "@strapi/utils": 4.14.3 "@testing-library/dom": 9.2.0 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 @@ -8106,14 +8106,14 @@ __metadata: languageName: unknown linkType: soft -"@strapi/plugin-users-permissions@4.14.0, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions": +"@strapi/plugin-users-permissions@4.14.3, @strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions": version: 0.0.0-use.local resolution: "@strapi/plugin-users-permissions@workspace:packages/plugins/users-permissions" dependencies: "@strapi/design-system": 1.12.0 - "@strapi/helper-plugin": 4.14.0 + "@strapi/helper-plugin": 4.14.3 "@strapi/icons": 1.12.0 - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 "@testing-library/dom": 9.2.0 "@testing-library/react": 14.0.0 "@testing-library/user-event": 14.4.3 @@ -8146,13 +8146,13 @@ __metadata: languageName: unknown linkType: soft -"@strapi/provider-audit-logs-local@4.14.0, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local": +"@strapi/provider-audit-logs-local@4.14.3, @strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local": version: 0.0.0-use.local resolution: "@strapi/provider-audit-logs-local@workspace:packages/providers/audit-logs-local" dependencies: - "@strapi/types": 4.14.0 - eslint-config-custom: 4.14.0 - tsconfig: 4.14.0 + "@strapi/types": 4.14.3 + eslint-config-custom: 4.14.3 + tsconfig: 4.14.3 languageName: unknown linkType: soft @@ -8160,22 +8160,22 @@ __metadata: version: 0.0.0-use.local resolution: "@strapi/provider-email-amazon-ses@workspace:packages/providers/email-amazon-ses" dependencies: - "@strapi/utils": 4.14.0 - eslint-config-custom: 4.14.0 + "@strapi/utils": 4.14.3 + eslint-config-custom: 4.14.3 node-ses: ^3.0.3 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/provider-email-mailgun@4.14.0, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun": +"@strapi/provider-email-mailgun@4.14.3, @strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun": version: 0.0.0-use.local resolution: "@strapi/provider-email-mailgun@workspace:packages/providers/email-mailgun" dependencies: - "@strapi/utils": 4.14.0 - eslint-config-custom: 4.14.0 + "@strapi/utils": 4.14.3 + eslint-config-custom: 4.14.3 form-data: ^4.0.0 mailgun.js: 8.2.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft @@ -8184,10 +8184,10 @@ __metadata: resolution: "@strapi/provider-email-nodemailer@workspace:packages/providers/email-nodemailer" dependencies: "@types/nodemailer": 6.4.7 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 lodash: 4.17.21 nodemailer: 6.9.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft @@ -8196,80 +8196,80 @@ __metadata: resolution: "@strapi/provider-email-sendgrid@workspace:packages/providers/email-sendgrid" dependencies: "@sendgrid/mail": 7.7.0 - "@strapi/utils": 4.14.0 - eslint-config-custom: 4.14.0 - tsconfig: 4.14.0 + "@strapi/utils": 4.14.3 + eslint-config-custom: 4.14.3 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/provider-email-sendmail@4.14.0, @strapi/provider-email-sendmail@workspace:packages/providers/email-sendmail": +"@strapi/provider-email-sendmail@4.14.3, @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": 4.14.0 + "@strapi/utils": 4.14.3 "@types/sendmail": 1.4.4 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 sendmail: ^1.6.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/provider-upload-aws-s3@4.14.0, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3": +"@strapi/provider-upload-aws-s3@4.14.3, @strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3": version: 0.0.0-use.local resolution: "@strapi/provider-upload-aws-s3@workspace:packages/providers/upload-aws-s3" dependencies: "@types/jest": 29.5.2 aws-sdk: 2.1437.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 lodash: 4.17.21 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/provider-upload-cloudinary@4.14.0, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary": +"@strapi/provider-upload-cloudinary@4.14.3, @strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary": version: 0.0.0-use.local resolution: "@strapi/provider-upload-cloudinary@workspace:packages/providers/upload-cloudinary" dependencies: - "@strapi/utils": 4.14.0 + "@strapi/utils": 4.14.3 cloudinary: ^1.41.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 into-stream: ^5.1.0 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/provider-upload-local@4.14.0, @strapi/provider-upload-local@workspace:packages/providers/upload-local": +"@strapi/provider-upload-local@4.14.3, @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/utils": 4.14.0 + "@strapi/utils": 4.14.3 "@types/jest": 29.5.2 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 fs-extra: 10.0.0 - tsconfig: 4.14.0 + tsconfig: 4.14.3 languageName: unknown linkType: soft -"@strapi/strapi@4.14.0, @strapi/strapi@workspace:packages/core/strapi": +"@strapi/strapi@4.14.3, @strapi/strapi@workspace:packages/core/strapi": version: 0.0.0-use.local resolution: "@strapi/strapi@workspace:packages/core/strapi" dependencies: "@koa/cors": 3.4.3 "@koa/router": 10.1.1 - "@strapi/admin": 4.14.0 - "@strapi/data-transfer": 4.14.0 - "@strapi/database": 4.14.0 - "@strapi/generate-new": 4.14.0 - "@strapi/generators": 4.14.0 - "@strapi/logger": 4.14.0 - "@strapi/permissions": 4.14.0 - "@strapi/plugin-content-manager": 4.14.0 - "@strapi/plugin-content-type-builder": 4.14.0 - "@strapi/plugin-email": 4.14.0 - "@strapi/plugin-upload": 4.14.0 - "@strapi/types": 4.14.0 - "@strapi/typescript-utils": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/admin": 4.14.3 + "@strapi/data-transfer": 4.14.3 + "@strapi/database": 4.14.3 + "@strapi/generate-new": 4.14.3 + "@strapi/generators": 4.14.3 + "@strapi/logger": 4.14.3 + "@strapi/permissions": 4.14.3 + "@strapi/plugin-content-manager": 4.14.3 + "@strapi/plugin-content-type-builder": 4.14.3 + "@strapi/plugin-email": 4.14.3 + "@strapi/plugin-upload": 4.14.3 + "@strapi/types": 4.14.3 + "@strapi/typescript-utils": 4.14.3 + "@strapi/utils": 4.14.3 "@types/bcryptjs": 2.4.3 "@types/configstore": 5.0.1 "@types/delegates": 1.0.0 @@ -8298,7 +8298,7 @@ __metadata: debug: 4.3.4 delegates: 1.0.0 dotenv: 14.2.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 execa: 5.1.1 fs-extra: 10.0.0 glob: 7.2.3 @@ -8329,7 +8329,7 @@ __metadata: statuses: 2.0.1 supertest: 6.3.3 ts-zen: "https://github.com/strapi/ts-zen#66e02232f5997674cc7032ea3ee59d9864863732" - tsconfig: 4.14.0 + tsconfig: 4.14.3 typescript: 5.2.2 vite: 4.4.9 yup: 0.32.9 @@ -8338,33 +8338,33 @@ __metadata: languageName: unknown linkType: soft -"@strapi/types@4.14.0, @strapi/types@workspace:packages/core/types": +"@strapi/types@4.14.3, @strapi/types@workspace:packages/core/types": version: 0.0.0-use.local resolution: "@strapi/types@workspace:packages/core/types" dependencies: "@koa/cors": 3.4.3 "@koa/router": 10.1.1 - "@strapi/database": 4.14.0 - "@strapi/logger": 4.14.0 - "@strapi/permissions": 4.14.0 - "@strapi/utils": 4.14.0 + "@strapi/database": 4.14.3 + "@strapi/logger": 4.14.3 + "@strapi/permissions": 4.14.3 + "@strapi/utils": 4.14.3 "@types/jest": 29.5.2 "@types/koa": 2.13.4 "@types/koa__router": 12.0.0 "@types/node-schedule": 2.1.0 commander: 8.3.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 https-proxy-agent: 5.0.1 koa: 2.13.4 node-fetch: 2.7.0 node-schedule: 2.1.0 ts-zen: "https://github.com/strapi/ts-zen#66e02232f5997674cc7032ea3ee59d9864863732" - tsconfig: 4.14.0 + tsconfig: 4.14.3 typescript: 5.2.2 languageName: unknown linkType: soft -"@strapi/typescript-utils@4.14.0, @strapi/typescript-utils@workspace:packages/utils/typescript": +"@strapi/typescript-utils@4.14.3, @strapi/typescript-utils@workspace:packages/utils/typescript": version: 0.0.0-use.local resolution: "@strapi/typescript-utils@workspace:packages/utils/typescript" dependencies: @@ -8409,7 +8409,7 @@ __metadata: languageName: node linkType: hard -"@strapi/utils@4.14.0, @strapi/utils@workspace:packages/core/utils": +"@strapi/utils@4.14.3, @strapi/utils@workspace:packages/core/utils": version: 0.0.0-use.local resolution: "@strapi/utils@workspace:packages/core/utils" dependencies: @@ -8417,13 +8417,13 @@ __metadata: "@types/koa": 2.13.4 "@types/node": 18.11.9 date-fns: 2.30.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 http-errors: 1.8.1 koa: 2.13.4 koa-body: 4.2.0 lodash: 4.17.21 p-map: 4.0.0 - tsconfig: 4.14.0 + tsconfig: 4.14.3 yup: 0.32.9 languageName: unknown linkType: soft @@ -13966,11 +13966,11 @@ __metadata: version: 0.0.0-use.local resolution: "create-strapi-app@workspace:packages/cli/create-strapi-app" dependencies: - "@strapi/generate-new": 4.14.0 + "@strapi/generate-new": 4.14.3 commander: 8.3.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 inquirer: 8.2.5 - tsconfig: 4.14.0 + tsconfig: 4.14.3 bin: create-strapi-app: ./bin/index.js languageName: unknown @@ -13980,16 +13980,16 @@ __metadata: version: 0.0.0-use.local resolution: "create-strapi-starter@workspace:packages/cli/create-strapi-starter" dependencies: - "@strapi/generate-new": 4.14.0 + "@strapi/generate-new": 4.14.3 chalk: 4.1.2 ci-info: 3.8.0 commander: 8.3.0 - eslint-config-custom: 4.14.0 + eslint-config-custom: 4.14.3 execa: 5.1.1 fs-extra: 10.0.0 inquirer: 8.2.5 ora: 5.4.1 - tsconfig: 4.14.0 + tsconfig: 4.14.3 bin: create-strapi-starter: ./bin/index.js languageName: unknown @@ -15933,7 +15933,7 @@ __metadata: languageName: node linkType: hard -"eslint-config-custom@4.14.0, eslint-config-custom@workspace:*, eslint-config-custom@workspace:packages/utils/eslint-config-custom": +"eslint-config-custom@4.14.3, eslint-config-custom@workspace:*, 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 @@ -17888,16 +17888,16 @@ __metadata: resolution: "getstarted@workspace:examples/getstarted" dependencies: "@strapi/icons": 1.11.0 - "@strapi/plugin-color-picker": 4.14.0 - "@strapi/plugin-documentation": 4.14.0 - "@strapi/plugin-graphql": 4.14.0 - "@strapi/plugin-i18n": 4.14.0 - "@strapi/plugin-sentry": 4.14.0 - "@strapi/plugin-users-permissions": 4.14.0 - "@strapi/provider-email-mailgun": 4.14.0 - "@strapi/provider-upload-aws-s3": 4.14.0 - "@strapi/provider-upload-cloudinary": 4.14.0 - "@strapi/strapi": 4.14.0 + "@strapi/plugin-color-picker": 4.14.3 + "@strapi/plugin-documentation": 4.14.3 + "@strapi/plugin-graphql": 4.14.3 + "@strapi/plugin-i18n": 4.14.3 + "@strapi/plugin-sentry": 4.14.3 + "@strapi/plugin-users-permissions": 4.14.3 + "@strapi/provider-email-mailgun": 4.14.3 + "@strapi/provider-upload-aws-s3": 4.14.3 + "@strapi/provider-upload-cloudinary": 4.14.3 + "@strapi/strapi": 4.14.3 better-sqlite3: 8.6.0 lodash: 4.17.21 mysql: 2.18.1 @@ -21566,9 +21566,9 @@ __metadata: version: 0.0.0-use.local resolution: "kitchensink-ts@workspace:examples/kitchensink-ts" dependencies: - "@strapi/plugin-i18n": 4.14.0 - "@strapi/plugin-users-permissions": 4.14.0 - "@strapi/strapi": 4.14.0 + "@strapi/plugin-i18n": 4.14.3 + "@strapi/plugin-users-permissions": 4.14.3 + "@strapi/strapi": 4.14.3 better-sqlite3: 8.6.0 react: ^18.2.0 react-dom: ^18.2.0 @@ -21581,10 +21581,10 @@ __metadata: version: 0.0.0-use.local resolution: "kitchensink@workspace:examples/kitchensink" dependencies: - "@strapi/provider-email-mailgun": 4.14.0 - "@strapi/provider-upload-aws-s3": 4.14.0 - "@strapi/provider-upload-cloudinary": 4.14.0 - "@strapi/strapi": 4.14.0 + "@strapi/provider-email-mailgun": 4.14.3 + "@strapi/provider-upload-aws-s3": 4.14.3 + "@strapi/provider-upload-cloudinary": 4.14.3 + "@strapi/strapi": 4.14.3 lodash: 4.17.21 mysql: 2.18.1 mysql2: 3.6.0 @@ -30687,7 +30687,7 @@ __metadata: languageName: node linkType: hard -"tsconfig@4.14.0, tsconfig@workspace:packages/utils/tsconfig": +"tsconfig@4.14.3, tsconfig@workspace:packages/utils/tsconfig": version: 0.0.0-use.local resolution: "tsconfig@workspace:packages/utils/tsconfig" dependencies: