codeceptjs 3.5.13 → 3.5.14
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codeceptjs",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.14",
|
|
4
4
|
"description": "Supercharged End 2 End Testing Framework for NodeJS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"acceptance",
|
|
@@ -97,6 +97,7 @@
|
|
|
97
97
|
"glob": "6.0.1",
|
|
98
98
|
"html-minifier-terser": "7.2.0",
|
|
99
99
|
"inquirer": "6.5.2",
|
|
100
|
+
"joi": "17.12.1",
|
|
100
101
|
"js-beautify": "1.14.11",
|
|
101
102
|
"lodash.clonedeep": "4.5.0",
|
|
102
103
|
"lodash.merge": "4.6.2",
|
|
@@ -171,4 +172,4 @@
|
|
|
171
172
|
"npm": ">=5.6.0"
|
|
172
173
|
},
|
|
173
174
|
"es6": true
|
|
174
|
-
}
|
|
175
|
+
}
|