@strapi/strapi 4.2.2 → 4.2.3

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.
@@ -29,7 +29,7 @@ class WebhookRunner {
29
29
 
30
30
  this.config = _.merge(defaultConfiguration, configuration);
31
31
 
32
- this.queue = new WorkerQueue({ logger, concurency: 5 });
32
+ this.queue = new WorkerQueue({ logger, concurrency: 5 });
33
33
  this.queue.subscribe(this.executeListener.bind(this));
34
34
  }
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
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",
@@ -80,22 +80,22 @@
80
80
  "dependencies": {
81
81
  "@koa/cors": "3.1.0",
82
82
  "@koa/router": "10.1.1",
83
- "@strapi/admin": "4.2.2",
84
- "@strapi/database": "4.2.2",
85
- "@strapi/generate-new": "4.2.2",
86
- "@strapi/generators": "4.2.2",
87
- "@strapi/logger": "4.2.2",
88
- "@strapi/plugin-content-manager": "4.2.2",
89
- "@strapi/plugin-content-type-builder": "4.2.2",
90
- "@strapi/plugin-email": "4.2.2",
91
- "@strapi/plugin-upload": "4.2.2",
92
- "@strapi/utils": "4.2.2",
83
+ "@strapi/admin": "4.2.3",
84
+ "@strapi/database": "4.2.3",
85
+ "@strapi/generate-new": "4.2.3",
86
+ "@strapi/generators": "4.2.3",
87
+ "@strapi/logger": "4.2.3",
88
+ "@strapi/plugin-content-manager": "4.2.3",
89
+ "@strapi/plugin-content-type-builder": "4.2.3",
90
+ "@strapi/plugin-email": "4.2.3",
91
+ "@strapi/plugin-upload": "4.2.3",
92
+ "@strapi/utils": "4.2.3",
93
93
  "bcryptjs": "2.4.3",
94
94
  "boxen": "5.1.2",
95
95
  "chalk": "4.1.2",
96
96
  "chokidar": "3.5.2",
97
97
  "ci-info": "3.2.0",
98
- "cli-table3": "0.6.1",
98
+ "cli-table3": "0.6.2",
99
99
  "commander": "8.2.0",
100
100
  "configstore": "5.0.1",
101
101
  "debug": "4.3.2",
@@ -104,8 +104,8 @@
104
104
  "execa": "5.1.1",
105
105
  "fs-extra": "10.0.0",
106
106
  "glob": "7.2.0",
107
- "http-errors": "1.8.0",
108
- "inquirer": "8.2.0",
107
+ "http-errors": "1.8.1",
108
+ "inquirer": "8.2.4",
109
109
  "is-docker": "2.2.1",
110
110
  "koa": "2.13.3",
111
111
  "koa-body": "4.2.0",
@@ -121,21 +121,21 @@
121
121
  "node-fetch": "2.6.7",
122
122
  "node-machine-id": "1.1.12",
123
123
  "node-schedule": "2.0.0",
124
- "open": "8.2.1",
124
+ "open": "8.4.0",
125
125
  "ora": "5.4.1",
126
126
  "package-json": "7.0.0",
127
127
  "qs": "6.10.1",
128
128
  "resolve-cwd": "3.0.0",
129
- "semver": "7.3.5",
129
+ "semver": "7.3.7",
130
130
  "statuses": "2.0.1",
131
131
  "uuid": "^3.3.2"
132
132
  },
133
133
  "devDependencies": {
134
- "supertest": "^6.1.6"
134
+ "supertest": "6.2.4"
135
135
  },
136
136
  "engines": {
137
137
  "node": ">=14.19.1 <=16.x.x",
138
138
  "npm": ">=6.0.0"
139
139
  },
140
- "gitHead": "376ff3133c13f6eb10d0c90f4b5eb701592aff97"
140
+ "gitHead": "fe296baf71cb932d45183d5335285eaf30a6fad6"
141
141
  }