@strapi/strapi 4.12.0 → 4.12.2

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.
package/README.md CHANGED
@@ -88,10 +88,11 @@ Complete installation requirements can be found in the documentation under <a hr
88
88
 
89
89
  Strapi only supports maintenance and LTS versions of Node.js. Please refer to the <a href="https://nodejs.org/en/about/releases/">Node.js release schedule</a> for more information. NPM versions installed by default with Node.js are supported. Generally it's recommended to use yarn over npm where possible.
90
90
 
91
- | Strapi Version | Recommended | Minimum |
92
- | -------------- | ----------- | ------- |
93
- | 4.3.9 and up | 18.x | 14.x |
94
- | 4.0.x to 4.3.8 | 16.x | 14.x |
91
+ | Strapi Version | Recommended | Minimum |
92
+ | --------------- | ----------- | ------- |
93
+ | 4.11.0 and up | 18.x | 16.x |
94
+ | 4.3.9 to 4.10.x | 18.x | 14.x |
95
+ | 4.0.x to 4.3.8 | 16.x | 14.x |
95
96
 
96
97
  **Database:**
97
98
 
package/lib/Strapi.js CHANGED
@@ -311,6 +311,7 @@ class Strapi {
311
311
  this.server.listen(listenSocket, onListen);
312
312
  } else {
313
313
  const { host, port } = this.config.get('server');
314
+
314
315
  this.server.listen(port, host, onListen);
315
316
  }
316
317
  });
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const { Option } = require('commander');
4
3
  const path = require('path');
4
+ const { Option } = require('commander');
5
5
  const inquirer = require('inquirer');
6
6
  const {
7
7
  excludeOption,
@@ -1,10 +1,10 @@
1
1
  'use strict';
2
2
 
3
3
  const { resolve } = require('path');
4
+ const { randomUUID } = require('crypto');
4
5
  const fse = require('fs-extra');
5
6
  const chalk = require('chalk');
6
7
  const fetch = require('node-fetch');
7
- const { randomUUID } = require('crypto');
8
8
  const machineID = require('../../../../utils/machine-id');
9
9
 
10
10
  const readPackageJSON = async (path) => {
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
- const { machineIdSync } = require('node-machine-id');
4
3
  const { randomUUID } = require('crypto');
4
+ const { machineIdSync } = require('node-machine-id');
5
5
 
6
6
  module.exports = () => {
7
7
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/strapi",
3
- "version": "4.12.0",
3
+ "version": "4.12.2",
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",
@@ -81,33 +81,33 @@
81
81
  "dependencies": {
82
82
  "@koa/cors": "3.4.3",
83
83
  "@koa/router": "10.1.1",
84
- "@strapi/admin": "4.12.0",
85
- "@strapi/data-transfer": "4.12.0",
86
- "@strapi/database": "4.12.0",
87
- "@strapi/generate-new": "4.12.0",
88
- "@strapi/generators": "4.12.0",
89
- "@strapi/logger": "4.12.0",
90
- "@strapi/permissions": "4.12.0",
91
- "@strapi/plugin-content-manager": "4.12.0",
92
- "@strapi/plugin-content-type-builder": "4.12.0",
93
- "@strapi/plugin-email": "4.12.0",
94
- "@strapi/plugin-upload": "4.12.0",
95
- "@strapi/typescript-utils": "4.12.0",
96
- "@strapi/utils": "4.12.0",
84
+ "@strapi/admin": "4.12.2",
85
+ "@strapi/data-transfer": "4.12.2",
86
+ "@strapi/database": "4.12.2",
87
+ "@strapi/generate-new": "4.12.2",
88
+ "@strapi/generators": "4.12.2",
89
+ "@strapi/logger": "4.12.2",
90
+ "@strapi/permissions": "4.12.2",
91
+ "@strapi/plugin-content-manager": "4.12.2",
92
+ "@strapi/plugin-content-type-builder": "4.12.2",
93
+ "@strapi/plugin-email": "4.12.2",
94
+ "@strapi/plugin-upload": "4.12.2",
95
+ "@strapi/typescript-utils": "4.12.2",
96
+ "@strapi/utils": "4.12.2",
97
97
  "bcryptjs": "2.4.3",
98
98
  "boxen": "5.1.2",
99
99
  "chalk": "4.1.2",
100
- "chokidar": "3.5.2",
100
+ "chokidar": "3.5.3",
101
101
  "ci-info": "3.8.0",
102
102
  "cli-table3": "0.6.2",
103
103
  "commander": "8.3.0",
104
104
  "configstore": "5.0.1",
105
105
  "debug": "4.3.4",
106
106
  "delegates": "1.0.0",
107
- "dotenv": "10.0.0",
107
+ "dotenv": "14.2.0",
108
108
  "execa": "5.1.1",
109
109
  "fs-extra": "10.0.0",
110
- "glob": "7.2.0",
110
+ "glob": "7.2.3",
111
111
  "http-errors": "1.8.1",
112
112
  "https-proxy-agent": "5.0.1",
113
113
  "inquirer": "8.2.5",
@@ -131,7 +131,7 @@
131
131
  "package-json": "7.0.0",
132
132
  "qs": "6.11.1",
133
133
  "resolve-cwd": "3.0.0",
134
- "semver": "7.5.2",
134
+ "semver": "7.5.4",
135
135
  "statuses": "2.0.1"
136
136
  },
137
137
  "devDependencies": {
@@ -139,8 +139,8 @@
139
139
  "typescript": "5.1.3"
140
140
  },
141
141
  "engines": {
142
- "node": ">=14.19.1 <=18.x.x",
142
+ "node": ">=16.0.0 <=20.x.x",
143
143
  "npm": ">=6.0.0"
144
144
  },
145
- "gitHead": "7f8109a1a736c1d997fbb445469b3b59550c7aeb"
145
+ "gitHead": "b5a0cb4020ee9b170243e458decd5b1babf474e3"
146
146
  }