aboutsummaryrefslogtreecommitdiff
path: root/playground
diff options
context:
space:
mode:
authorrenovate[bot] <renovatebot@noreply.localhost>2026-05-07 03:12:48 +0300
committerrenovate[bot] <renovatebot@noreply.localhost>2026-05-07 03:12:48 +0300
commit033a2f8f952f76ec89c8c468c69c66c79c6fcd27 (patch)
tree2220c17c740a4ce93a5948fcdfd727e3942db054 /playground
parentdf2316bb8f2f3842924ed1fa7383146cf911ece3 (diff)
downloadstrapi-plugin-checkbox-list-033a2f8f952f76ec89c8c468c69c66c79c6fcd27.tar.xz
strapi-plugin-checkbox-list-033a2f8f952f76ec89c8c468c69c66c79c6fcd27.zip
Update all digest updates
Diffstat (limited to 'playground')
-rw-r--r--playground/package-lock.json450
-rw-r--r--playground/package.json6
2 files changed, 305 insertions, 151 deletions
diff --git a/playground/package-lock.json b/playground/package-lock.json
index 7be48ab..c3c4eb5 100644
--- a/playground/package-lock.json
+++ b/playground/package-lock.json
@@ -8,9 +8,9 @@
"name": "playground",
"version": "0.1.0",
"dependencies": {
- "@strapi/plugin-cloud": "5.44.0",
- "@strapi/plugin-users-permissions": "5.44.0",
- "@strapi/strapi": "5.44.0",
+ "@strapi/plugin-cloud": "5.45.0",
+ "@strapi/plugin-users-permissions": "5.45.0",
+ "@strapi/strapi": "5.45.0",
"better-sqlite3": "12.9.0",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",
@@ -344,9 +344,9 @@
}
},
"node_modules/@babel/helper-create-class-features-plugin": {
- "version": "7.28.6",
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
- "integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
+ "version": "7.29.3",
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.29.3.tgz",
+ "integrity": "sha512-RpLYy2sb51oNLjuu1iD3bwBqCBWUzjO0ocp+iaCP/lJtb2CPLcnC2Fftw+4sAzaMELGeWTgExSKADbdo0GFVzA==",
"license": "MIT",
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.27.3",
@@ -354,7 +354,7 @@
"@babel/helper-optimise-call-expression": "^7.27.1",
"@babel/helper-replace-supers": "^7.28.6",
"@babel/helper-skip-transparent-expression-wrappers": "^7.27.1",
- "@babel/traverse": "^7.28.6",
+ "@babel/traverse": "^7.29.0",
"semver": "^6.3.1"
},
"engines": {
@@ -934,9 +934,9 @@
}
},
"node_modules/@babel/register": {
- "version": "7.28.6",
- "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.28.6.tgz",
- "integrity": "sha512-pgcbbEl/dWQYb6L6Yew6F94rdwygfuv+vJ/tXfwIOYAfPB6TNWpXUMEtEq3YuTeHRdvMIhvz13bkT9CNaS+wqA==",
+ "version": "7.29.3",
+ "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.29.3.tgz",
+ "integrity": "sha512-F6C1KpIdoImKQfsD6HSxZ+mS4YY/2Q+JsqrmTC5ApVkTR2rG+nnbpjhWwzA5bDNu8mJjB3AryqDaWFLd4gCbJQ==",
"license": "MIT",
"dependencies": {
"clone-deep": "^4.0.1",
@@ -5354,9 +5354,9 @@
"license": "MIT"
},
"node_modules/@strapi/admin": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.44.0.tgz",
- "integrity": "sha512-v4/2rnSaobg5wGQk4ql6Bm7jyBUcJkoJ7FQUvB2q6+A0tdZc5hhBgm3HcdTCV9oMfLMri6iHJ9mBfTQHA7GyOA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.45.0.tgz",
+ "integrity": "sha512-Clm4EsddBFR71pI1CgPSZY1Nu/v0Ziv3FDWt1xLy0RgANlqM+Fd1/4qjn2QyntUZO8On3qMU+tjADWAvt+OCYQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@casl/ability": "6.7.5",
@@ -5366,10 +5366,10 @@
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/permissions": "5.44.0",
- "@strapi/types": "5.44.0",
- "@strapi/typescript-utils": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/permissions": "5.45.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/typescript-utils": "5.45.0",
+ "@strapi/utils": "5.45.0",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
@@ -5436,6 +5436,20 @@
"styled-components": "^6.0.0"
}
},
+ "node_modules/@strapi/admin/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/admin/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -5497,12 +5511,12 @@
}
},
"node_modules/@strapi/cloud-cli": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.44.0.tgz",
- "integrity": "sha512-a8Ujhv8Ulj50WePEyOVt+3tYpMhW1IBXXHx3JRiEYPmBK+KzAelLQi7HYSI6dlf99JHnOj+hm4g0UmtUBlkukg==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.45.0.tgz",
+ "integrity": "sha512-59nj4LC969obJmhQlicyJ46RaEQHLshXyr/C+oMzF1K6gGaWV73mVw2T4jTXoWn543upk9Tx43eDbu6QBaxBAQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"axios": "1.15.1",
"boxen": "5.1.2",
"chalk": "4.1.2",
@@ -5552,6 +5566,20 @@
"node": "18 || 20 || >=22"
}
},
+ "node_modules/@strapi/cloud-cli/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/cloud-cli/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -5574,9 +5602,9 @@
}
},
"node_modules/@strapi/content-manager": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.44.0.tgz",
- "integrity": "sha512-dRY+AH0BL9r/+++5mCw8ZaRfH9Vb4AmVXoKir34Rv08QWHKOywFYGpbX48UnixkLLQPQUj5NXdU7pCaMn37MKA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.45.0.tgz",
+ "integrity": "sha512-njuB95uaK5Jev4cAWfTdLEGWz+tHs+eu4t8zecCGEhvJBVTGX+k8ZF1NNy6vML074Aya4mvUkGzoEkfK6/IHQQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@dnd-kit/core": "6.3.1",
@@ -5587,8 +5615,8 @@
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/types": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/utils": "5.45.0",
"codemirror5": "npm:codemirror@^5.65.11",
"date-fns": "2.30.0",
"fractional-indexing": "3.2.0",
@@ -5693,17 +5721,17 @@
"license": "MIT"
},
"node_modules/@strapi/content-releases": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.44.0.tgz",
- "integrity": "sha512-bGBQbN7PYxT5xz7PodbsopsRDD/TXRs+ylatLC8bJp+VpjaUNAHztpOXjnvaNC/XNjeYNKvgnQy36SnM1ZweDg==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.45.0.tgz",
+ "integrity": "sha512-1IjCuO5Boz+teEiXIHj4HPB4mhk6l+3/6DGtDo8crnJNAxkYsONGc/Ei06IB+YHeILZ/B7D/K7uY8p/tZc+ekQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
- "@strapi/database": "5.44.0",
+ "@strapi/database": "5.45.0",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/types": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/utils": "5.45.0",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.1",
"formik": "2.4.5",
@@ -5733,9 +5761,9 @@
"license": "MIT"
},
"node_modules/@strapi/content-type-builder": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.44.0.tgz",
- "integrity": "sha512-DtnHqeH6EQnivm1P5/8C3samprG71mXaC03G6bGHqMWrTKY3SJ8Q6bpycxLMLiiDiwd8KNz6aOw1B8lMeh/kug==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.45.0.tgz",
+ "integrity": "sha512-Brb1oBsfDBfEXkfXEDWsahPKY6p+FsxIdnmNXGytYBV6azi2qTGuITfwkVcJRu0YapK6BUCNfLmhU4fJunMUbA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@ai-sdk/react": "2.0.120",
@@ -5746,9 +5774,9 @@
"@reduxjs/toolkit": "1.9.7",
"@sindresorhus/slugify": "1.1.0",
"@strapi/design-system": "2.2.0",
- "@strapi/generators": "5.44.0",
+ "@strapi/generators": "5.45.0",
"@strapi/icons": "2.2.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"ai": "5.0.52",
"date-fns": "2.30.0",
"fs-extra": "11.3.4",
@@ -5830,6 +5858,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/@strapi/content-type-builder/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/content-type-builder/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -5846,22 +5888,22 @@
}
},
"node_modules/@strapi/core": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.44.0.tgz",
- "integrity": "sha512-c/IJgO9LiL4FWL+5hA5VifO/Rro2P8bn0dI4WnlYfPbXHa7f1tkLyhYm0f2AriJTNY4RBJPYXtnU/Nx6HqiNLw==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.45.0.tgz",
+ "integrity": "sha512-Xf90Ulfm6cJ2s6j7X8NGXS1qJVhqni5HnO2lkDMDv6Cxdrp8oJt7RA0UmTF12M5z1B7uAakASsxD0K1J5puKZg==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@koa/cors": "5.0.0",
"@koa/router": "12.0.2",
"@paralleldrive/cuid2": "2.2.2",
- "@strapi/admin": "5.44.0",
- "@strapi/database": "5.44.0",
- "@strapi/generators": "5.44.0",
- "@strapi/logger": "5.44.0",
- "@strapi/permissions": "5.44.0",
- "@strapi/types": "5.44.0",
- "@strapi/typescript-utils": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/admin": "5.45.0",
+ "@strapi/database": "5.45.0",
+ "@strapi/generators": "5.45.0",
+ "@strapi/logger": "5.45.0",
+ "@strapi/permissions": "5.45.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/typescript-utils": "5.45.0",
+ "@strapi/utils": "5.45.0",
"@vercel/stega": "0.1.2",
"bcryptjs": "2.4.3",
"boxen": "5.1.2",
@@ -5933,6 +5975,20 @@
"node": "18 || 20 || >=22"
}
},
+ "node_modules/@strapi/core/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/core/node_modules/glob": {
"version": "13.0.6",
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
@@ -6052,14 +6108,14 @@
}
},
"node_modules/@strapi/data-transfer": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.44.0.tgz",
- "integrity": "sha512-W68IQGjuQU8gDif2n2jIYFQFkFA9ZyRKxHqNQOFovbXL8YvEWdpP2XEoj0h9845EpJsAAiZh/8I4Bqy6E62EFA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.45.0.tgz",
+ "integrity": "sha512-T2W71bQQhQRYaP/Az/wdviT0FNN77fHKPXoF7IA2VXLZvZ2js4uxK/OUuf+r2sbUqdjMj/fgWkR15BtWxnLVuw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
- "@strapi/logger": "5.44.0",
- "@strapi/types": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/logger": "5.45.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/utils": "5.45.0",
"chalk": "4.1.2",
"cli-table3": "0.6.5",
"commander": "8.3.0",
@@ -6080,6 +6136,20 @@
"npm": ">=6.0.0"
}
},
+ "node_modules/@strapi/data-transfer/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/data-transfer/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -6099,13 +6169,13 @@
}
},
"node_modules/@strapi/database": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.44.0.tgz",
- "integrity": "sha512-BaMRkhYhWRd/EjHKEISx9ik1l6rGFsTBd4t68PK9PHTem+iFi3n1B3gb/8rJQGN2v58FxDdWIZx8Ou0aJvwLOg==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.45.0.tgz",
+ "integrity": "sha512-C5ttCh/W5BuD8GQ1ivDuyvLk7lEaREWn/0nvDhUaLsewQR968SfSv8+62lN8FBjEPk0uq+XkP9UhbEsY/Uw8SQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@paralleldrive/cuid2": "2.2.2",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"ajv": "8.18.0",
"date-fns": "2.30.0",
"debug": "4.3.4",
@@ -6120,6 +6190,20 @@
"npm": ">=6.0.0"
}
},
+ "node_modules/@strapi/database/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/database/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -6178,15 +6262,15 @@
}
},
"node_modules/@strapi/email": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.44.0.tgz",
- "integrity": "sha512-h5F/wtgz8+vqBjh+SO9WDtwyCurdrI8ChTh0o3Iri0f+Dl4H5/eqBdUvoSGCRx4cagI/ZBcx1nkry1vH7cYlAQ==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.45.0.tgz",
+ "integrity": "sha512-w81vTsGmsZEU3JpbYNTOzLH62GBG9tZqlM7up4l73/kbfB70E39jKecsZi4tnenuiy37RBlbRnkfMHUwt/kznw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/provider-email-sendmail": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/provider-email-sendmail": "5.45.0",
+ "@strapi/utils": "5.45.0",
"koa2-ratelimit": "^1.1.3",
"lodash": "4.18.1",
"react-intl": "6.6.2",
@@ -6223,14 +6307,14 @@
}
},
"node_modules/@strapi/generators": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.44.0.tgz",
- "integrity": "sha512-s5Nl4v/f7Z6c3zxrm0eO/sctoxp5bngWu7BWqv6mHOnlkzGuGupjZ1aW7Ckmf9obYiMOk2FI69/8NjeLzH/Gug==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.45.0.tgz",
+ "integrity": "sha512-WU9hKaSNZcEjcRzBI5c3IQqzMIQtmBvyPmrlJ3KB+PP69Bo3pZyKB0aSyIAmUPfrZyEjmaAUjoNLOs22asCzRw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
- "@strapi/typescript-utils": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/typescript-utils": "5.45.0",
+ "@strapi/utils": "5.45.0",
"chalk": "4.1.2",
"fs-extra": "11.3.4",
"handlebars": "4.7.9",
@@ -6297,6 +6381,20 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
+ "node_modules/@strapi/generators/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/generators/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -6304,15 +6402,15 @@
"license": "MIT"
},
"node_modules/@strapi/i18n": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.44.0.tgz",
- "integrity": "sha512-Z75QZuCauNoFfsUjL0IiitUlmnMfaBR49IIX3g1eOdrfIU4/hdbKsASHxvgW0Eug+e+tl2WVJbRAsZJQodqf+w==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.45.0.tgz",
+ "integrity": "sha512-VLjBpeZnACuVJVOD+39ZORggHAfMX2IWnOnChZLIZSbF2q3Duk/UNIfHGSy/8a5G/rUQpqXmZ3TZ/hn0IhS05Q==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"lodash": "4.18.1",
"qs": "6.15.0",
"react-intl": "6.6.2",
@@ -6360,9 +6458,9 @@
}
},
"node_modules/@strapi/logger": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.44.0.tgz",
- "integrity": "sha512-hYLHKiKbfsyHAevhpcJf1Xnot6B5/+NRjUTGT/+LVUeYOXl328mQgUwem6Yu9XyeVevpGTBnqWKakQnZ6BrjKA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.45.0.tgz",
+ "integrity": "sha512-JBeE0tHyyfSvJoaza3KXra5G4P68gjWAMtme9Q8siXmFbcvmhLZMyMSS8QHtMDmIF8Ip/CMidJQ8AnowmmRNgQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"lodash": "4.18.1",
@@ -6380,9 +6478,9 @@
"license": "MIT"
},
"node_modules/@strapi/openapi": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.44.0.tgz",
- "integrity": "sha512-+p1KIsq6yvXTOspXoSTWdf5IIYLalJHUn7BFMypqVzVU0Y4JCJQ3uDeKcV2U01GIGlKZPLzNXtTv9Ts6q6zB+w==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/openapi/-/openapi-5.45.0.tgz",
+ "integrity": "sha512-Sj1Qe0mU+SRU9qtAahY/62FCw5MaGooeS3KH2M6fPkhlZp/Hy9z/W9m6N4KIjKUvHFlkWMhPwmy/c6hFSOl+/w==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"debug": "4.3.4",
@@ -6467,13 +6565,13 @@
}
},
"node_modules/@strapi/permissions": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.44.0.tgz",
- "integrity": "sha512-8NZFEveOGOKvYbvABPpYl8s8lmp4NpPtn8dTI+0KM8oMpRjeukdX0DzW4DCqzmzLTYO41BaPJJoLbJolebfyvw==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.45.0.tgz",
+ "integrity": "sha512-YK3JeMQSiaiv3SGnwY9rrdVFDVewhPTaTGcHXKqGvC7KwxdkRjAMtsOd2i67KYJfB6DoHjFMF1Lw0++6hW9dog==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@casl/ability": "6.7.5",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"lodash": "4.18.1",
"qs": "6.15.0",
"sift": "16.0.1"
@@ -6490,9 +6588,9 @@
"license": "MIT"
},
"node_modules/@strapi/plugin-cloud": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.44.0.tgz",
- "integrity": "sha512-S4MsDXBShkTHGm0qpYI/XB/jsis0eo7cJFD8kOIPNPg2Yy7VhM8LoX0ypzhWz3T8CTas8tCpWSF41mKnTVbIAA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.45.0.tgz",
+ "integrity": "sha512-1q1ETt4ffDAgK+1x9ePBnbuXPWNziSYIWBdakVLot0q1XHrw2cTRdrSqmW2pbH5oOEBapa3SjbvvvoE8Mv46Dw==",
"license": "MIT",
"dependencies": {
"@strapi/design-system": "2.2.0",
@@ -6513,14 +6611,14 @@
}
},
"node_modules/@strapi/plugin-users-permissions": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.44.0.tgz",
- "integrity": "sha512-FrTOtnE6cixDXYbyiVePCF14ZQ12wJ5GtwQ2+4heCaoc474amiiUuRzHjReufk4H01m2R83rfmAORc42hQeLSw==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.45.0.tgz",
+ "integrity": "sha512-ts0AyHo6opA5PZAU/QxciB1jFg1dxZSgJ9lrLTeWG4C5qtLihgv7icqzTV9cqMarVzLwDWab4AoqCc0lGrQlKA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"bcryptjs": "2.4.3",
"formik": "2.4.5",
"grant": "5.4.24",
@@ -6567,12 +6665,12 @@
}
},
"node_modules/@strapi/provider-email-sendmail": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.44.0.tgz",
- "integrity": "sha512-OMVzie1JLyP7wOEkkzD/+p2AF65AXsqLvLHjZRT6cwg3VmgRJYCLO4hNK7V6eoQTFmnO7Bf7yi89CE32f915oA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.45.0.tgz",
+ "integrity": "sha512-atGpB6bNW2L5fjTbcqTpWbg2t+gDWLuAZwtPbidPr/dftf8n7YNqN3tvck3qbhNkYbasTDr999d1hiY9Hkmt1Q==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"sendmail": "^1.6.1"
},
"engines": {
@@ -6581,12 +6679,12 @@
}
},
"node_modules/@strapi/provider-upload-local": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.44.0.tgz",
- "integrity": "sha512-J6792mc3bU7oqP886XbWfaZp5u0RjIYHaRe4aKf+B5zCjBRP8b4Qb+DDry67V0mzCj+E1lsHx6mErit91ChdaQ==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.45.0.tgz",
+ "integrity": "sha512-8zDrQH7605uYC6y5M8AVc8/wsakQImzCS38duoLb6LDCbDU+eFKEWP8Nt0QmOOM4y51B25vl3SGoSRWideOcuQ==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"fs-extra": "11.3.4"
},
"engines": {
@@ -6594,16 +6692,30 @@
"npm": ">=6.0.0"
}
},
+ "node_modules/@strapi/provider-upload-local/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/review-workflows": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.44.0.tgz",
- "integrity": "sha512-RbAUuHScuvZvl9NoBms1l72MR8i08qWj+AFUP9ufKBXhlA3O9HdmmpmHXNJ4S2RgbjRX7iQmU6JoRZliyXBu9w==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.45.0.tgz",
+ "integrity": "sha512-PynVIRP05c4yCI0l6zj/2WJXy/eV86lfAd2Tx4SXNKa/itL5AhMhei0ZKuZ7KSYMD+erAaMABjjo8t5B3uLUhA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@reduxjs/toolkit": "1.9.7",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/utils": "5.45.0",
"fractional-indexing": "3.2.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
@@ -6834,31 +6946,31 @@
}
},
"node_modules/@strapi/strapi": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.44.0.tgz",
- "integrity": "sha512-pFXq78hl6rv6i/qJ1C1e9T2HDozLV/tCKrBS+H61/eJyvURyiB/gWG3Q+GOHLDOkbKi/YqBbOoBNT2eX3E6mBA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.45.0.tgz",
+ "integrity": "sha512-gmxO/eI85pCyZvPmKkheHJ2fHI4SvsiGlBHpP8eeEnXPYZmkDkwsK8lCpx+LA3JGtqT9sxKdVY8xdAVtm8+oSw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
- "@strapi/admin": "5.44.0",
- "@strapi/cloud-cli": "5.44.0",
- "@strapi/content-manager": "5.44.0",
- "@strapi/content-releases": "5.44.0",
- "@strapi/content-type-builder": "5.44.0",
- "@strapi/core": "5.44.0",
- "@strapi/data-transfer": "5.44.0",
- "@strapi/database": "5.44.0",
- "@strapi/email": "5.44.0",
- "@strapi/generators": "5.44.0",
- "@strapi/i18n": "5.44.0",
- "@strapi/logger": "5.44.0",
- "@strapi/openapi": "5.44.0",
- "@strapi/permissions": "5.44.0",
- "@strapi/review-workflows": "5.44.0",
- "@strapi/types": "5.44.0",
- "@strapi/typescript-utils": "5.44.0",
- "@strapi/upload": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/admin": "5.45.0",
+ "@strapi/cloud-cli": "5.45.0",
+ "@strapi/content-manager": "5.45.0",
+ "@strapi/content-releases": "5.45.0",
+ "@strapi/content-type-builder": "5.45.0",
+ "@strapi/core": "5.45.0",
+ "@strapi/data-transfer": "5.45.0",
+ "@strapi/database": "5.45.0",
+ "@strapi/email": "5.45.0",
+ "@strapi/generators": "5.45.0",
+ "@strapi/i18n": "5.45.0",
+ "@strapi/logger": "5.45.0",
+ "@strapi/openapi": "5.45.0",
+ "@strapi/permissions": "5.45.0",
+ "@strapi/review-workflows": "5.45.0",
+ "@strapi/types": "5.45.0",
+ "@strapi/typescript-utils": "5.45.0",
+ "@strapi/upload": "5.45.0",
+ "@strapi/utils": "5.45.0",
"@types/nodemon": "1.19.6",
"@vitejs/plugin-react-swc": "3.6.0",
"boxen": "5.1.2",
@@ -6964,6 +7076,20 @@
"esbuild": ">=0.12 <1"
}
},
+ "node_modules/@strapi/strapi/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/strapi/node_modules/git-url-parse": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-14.0.0.tgz",
@@ -7081,18 +7207,18 @@
}
},
"node_modules/@strapi/types": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.44.0.tgz",
- "integrity": "sha512-pNQ+iYL9JDFOuzgzs2xAF93V+GWbgjxWxWYurk0fQti5htUo5e62NEgbdpWe03ks+UUmjqGHEvAnckgmQINvFw==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.45.0.tgz",
+ "integrity": "sha512-3VZRYMB5tzgwuALtwNCgRyBLKi3r0OJY2Tbmu4pV9ZYSXF5tGrQGqcIqemyK839yMZjOaED3npCgV3WcQSWECA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@casl/ability": "6.7.5",
"@koa/cors": "5.0.0",
"@koa/router": "12.0.2",
- "@strapi/database": "5.44.0",
- "@strapi/logger": "5.44.0",
- "@strapi/permissions": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/database": "5.45.0",
+ "@strapi/logger": "5.45.0",
+ "@strapi/permissions": "5.45.0",
+ "@strapi/utils": "5.45.0",
"commander": "8.3.0",
"json-logic-js": "2.0.5",
"koa": "2.16.4",
@@ -7190,9 +7316,9 @@
}
},
"node_modules/@strapi/typescript-utils": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.44.0.tgz",
- "integrity": "sha512-attOazuLWMf9Otc36rPfQkdgkAbwdRLMPexd+nxLsya3jSiAy38qx+8QzGfvZDG6q3IdRe8VZ206ycoIC8gl+A==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.45.0.tgz",
+ "integrity": "sha512-FTn2ayjzq+J3SFDEqhafXMf3+S/0xUcRmydET4FrvVJhgI4/AovWzbtIGUSXGH24R64bHidDz7KcFYMFbn0Pyw==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"chalk": "4.1.2",
@@ -7207,6 +7333,20 @@
"npm": ">=6.0.0"
}
},
+ "node_modules/@strapi/typescript-utils/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/typescript-utils/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -7275,20 +7415,20 @@
}
},
"node_modules/@strapi/upload": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.44.0.tgz",
- "integrity": "sha512-PTchYd82v2Vbd+wrsM9aPpO32O34FE2niUfb0kF/8L7vnfHaM20ZV/evXIKFtTyfob5w7LPrP7cXTVY4v0jfbA==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.45.0.tgz",
+ "integrity": "sha512-O06D3Z53cPo1TqcvIFo7Gbqvd7sIZ+fI2Pc79HIL146IWz0FD0rcvAihT6gsVQ7nHxYJHLEKQk5bBHVZDLCBmg==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@mux/mux-player-react": "3.1.0",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-toggle-group": "1.1.11",
"@reduxjs/toolkit": "1.9.7",
- "@strapi/database": "5.44.0",
+ "@strapi/database": "5.45.0",
"@strapi/design-system": "2.2.0",
"@strapi/icons": "2.2.0",
- "@strapi/provider-upload-local": "5.44.0",
- "@strapi/utils": "5.44.0",
+ "@strapi/provider-upload-local": "5.45.0",
+ "@strapi/utils": "5.45.0",
"byte-size": "8.1.1",
"cropperjs": "1.6.1",
"date-fns": "2.30.0",
@@ -7593,6 +7733,20 @@
}
}
},
+ "node_modules/@strapi/upload/node_modules/fs-extra": {
+ "version": "11.3.4",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
+ "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "license": "MIT",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^6.0.1",
+ "universalify": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=14.14"
+ }
+ },
"node_modules/@strapi/upload/node_modules/lodash": {
"version": "4.18.1",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
@@ -7630,9 +7784,9 @@
}
},
"node_modules/@strapi/utils": {
- "version": "5.44.0",
- "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.44.0.tgz",
- "integrity": "sha512-RVlovyRGut0Il3oMG2In+lbjBEvmUhMEGNQS7ASUTY62J7abK+r42fejG8yQFBW3t/41fz9gKKdeUt22CGxr+w==",
+ "version": "5.45.0",
+ "resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.45.0.tgz",
+ "integrity": "sha512-wnW7V3wMzKagb9Z7i998k/58pMBc4lDvlTrfwg1eK8bt4Ry34mM9mnz1BSL/z+EKZVojzOEhtyGOhx/ICVpjLA==",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@sindresorhus/slugify": "1.1.0",
@@ -12854,9 +13008,9 @@
}
},
"node_modules/flow-parser": {
- "version": "0.312.0",
- "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.312.0.tgz",
- "integrity": "sha512-y1iG1bU7i22Mc3sSlchhmV992o8vxzwFLy6K1ZZqbmfXf0qpljN1/AZRuhOA+8uMz8a5iQUdoUyT7pvmdN1flA==",
+ "version": "0.313.0",
+ "resolved": "https://registry.npmjs.org/flow-parser/-/flow-parser-0.313.0.tgz",
+ "integrity": "sha512-JQaYSzcm2oEG4bCMMYxMBmJ3Uc4zQUQHwsB7Xvjy9+RmVLedUy3bnnDAwV2wZSyxk00vIKlNy+/FxFsoNYSDWQ==",
"license": "MIT",
"engines": {
"node": ">=0.4.0"
@@ -13204,9 +13358,9 @@
"license": "MIT"
},
"node_modules/fs-extra": {
- "version": "11.3.4",
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.4.tgz",
- "integrity": "sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==",
+ "version": "11.3.5",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.3.5.tgz",
+ "integrity": "sha512-eKpRKAovdpZtR1WopLHxlBWvAgPny3c4gX1G5Jhwmmw4XJj0ifSD5qB5TOo8hmA0wlRKDAOAhEE1yVPgs6Fgcg==",
"license": "MIT",
"dependencies": {
"graceful-fs": "^4.2.0",
diff --git a/playground/package.json b/playground/package.json
index 14e7c2c..f4d85d5 100644
--- a/playground/package.json
+++ b/playground/package.json
@@ -17,9 +17,9 @@
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"dependencies": {
- "@strapi/plugin-cloud": "5.44.0",
- "@strapi/plugin-users-permissions": "5.44.0",
- "@strapi/strapi": "5.44.0",
+ "@strapi/plugin-cloud": "5.45.0",
+ "@strapi/plugin-users-permissions": "5.45.0",
+ "@strapi/strapi": "5.45.0",
"better-sqlite3": "12.9.0",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",