@strapi/strapi 4.25.21 → 4.25.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.25.21",
3
+ "version": "4.25.23",
4
4
  "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",
5
5
  "keywords": [
6
6
  "strapi",
@@ -113,23 +113,23 @@
113
113
  "dependencies": {
114
114
  "@koa/cors": "5.0.0",
115
115
  "@koa/router": "10.1.1",
116
- "@strapi/admin": "4.25.21",
117
- "@strapi/cloud-cli": "4.25.21",
118
- "@strapi/content-releases": "4.25.21",
119
- "@strapi/data-transfer": "4.25.21",
120
- "@strapi/database": "4.25.21",
121
- "@strapi/generate-new": "4.25.21",
122
- "@strapi/generators": "4.25.21",
123
- "@strapi/logger": "4.25.21",
116
+ "@strapi/admin": "4.25.23",
117
+ "@strapi/cloud-cli": "4.25.23",
118
+ "@strapi/content-releases": "4.25.23",
119
+ "@strapi/data-transfer": "4.25.23",
120
+ "@strapi/database": "4.25.23",
121
+ "@strapi/generate-new": "4.25.23",
122
+ "@strapi/generators": "4.25.23",
123
+ "@strapi/logger": "4.25.23",
124
124
  "@strapi/pack-up": "4.23.0",
125
- "@strapi/permissions": "4.25.21",
126
- "@strapi/plugin-content-manager": "4.25.21",
127
- "@strapi/plugin-content-type-builder": "4.25.21",
128
- "@strapi/plugin-email": "4.25.21",
129
- "@strapi/plugin-upload": "4.25.21",
130
- "@strapi/types": "4.25.21",
131
- "@strapi/typescript-utils": "4.25.21",
132
- "@strapi/utils": "4.25.21",
125
+ "@strapi/permissions": "4.25.23",
126
+ "@strapi/plugin-content-manager": "4.25.23",
127
+ "@strapi/plugin-content-type-builder": "4.25.23",
128
+ "@strapi/plugin-email": "4.25.23",
129
+ "@strapi/plugin-upload": "4.25.23",
130
+ "@strapi/types": "4.25.23",
131
+ "@strapi/typescript-utils": "4.25.23",
132
+ "@strapi/utils": "4.25.23",
133
133
  "bcryptjs": "2.4.3",
134
134
  "boxen": "5.1.2",
135
135
  "chalk": "4.1.2",
@@ -152,7 +152,7 @@
152
152
  "https-proxy-agent": "5.0.1",
153
153
  "inquirer": "8.2.5",
154
154
  "is-docker": "2.2.1",
155
- "koa": "2.15.4",
155
+ "koa": "2.16.1",
156
156
  "koa-body": "4.2.0",
157
157
  "koa-compose": "4.1.0",
158
158
  "koa-compress": "5.1.0",
@@ -196,13 +196,13 @@
196
196
  "@types/node-schedule": "2.1.7",
197
197
  "@types/nodemon": "1.19.6",
198
198
  "@types/statuses": "2.0.1",
199
- "eslint-config-custom": "4.25.21",
199
+ "eslint-config-custom": "4.25.23",
200
200
  "supertest": "6.3.3",
201
- "tsconfig": "4.25.21"
201
+ "tsconfig": "4.25.23"
202
202
  },
203
203
  "engines": {
204
204
  "node": ">=18.0.0 <=20.x.x",
205
205
  "npm": ">=6.0.0"
206
206
  },
207
- "gitHead": "c95cecbc9ed31c3bd68eff1ae5fa4b64f2a5020e"
207
+ "gitHead": "594f2da1f3f777104de2b5afba9611016989c53c"
208
208
  }