@hexonet/semantic-release-whmcs 5.0.1 → 5.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/HISTORY.md +14 -0
- package/lib/puppet.js +1 -1
- package/package.json +12 -8
package/HISTORY.md
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
## [5.0.3](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.2...v5.0.3) (2023-07-11)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **dep-bump:** word-wrap added to overrides (vulnerability) ([7b40e03](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/7b40e038369f22cf941b8c93cb6c94534d7baff5))
|
7
|
+
|
8
|
+
## [5.0.2](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.1...v5.0.2) (2023-07-04)
|
9
|
+
|
10
|
+
|
11
|
+
### Bug Fixes
|
12
|
+
|
13
|
+
* **puppet.js:** headless mode to 'new' ([9fb86c6](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/9fb86c65018776ef1e228d40dd1790bf40950587))
|
14
|
+
|
1
15
|
## [5.0.1](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.0...v5.0.1) (2023-01-18)
|
2
16
|
|
3
17
|
|
package/lib/puppet.js
CHANGED
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@hexonet/semantic-release-whmcs",
|
3
3
|
"description": "`semantic-release` plugin for auto-publishing on WHMCS marketplace",
|
4
|
-
"version": "5.0.
|
4
|
+
"version": "5.0.3",
|
5
5
|
"private": false,
|
6
6
|
"type": "module",
|
7
7
|
"publishConfig": {
|
@@ -65,22 +65,26 @@
|
|
65
65
|
"lint": "prettier --check \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\"",
|
66
66
|
"lint:fix": "prettier --write \"*.{js,json}\" \".github/**/*.{md,yml}\" \"{lib,test}/*.js\""
|
67
67
|
},
|
68
|
+
"overrides": {
|
69
|
+
"http-cache-semantics": "^4.1.1",
|
70
|
+
"word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6"
|
71
|
+
},
|
68
72
|
"devDependencies": {
|
69
73
|
"@semantic-release/changelog": "^6.0.1",
|
70
74
|
"@semantic-release/exec": "^6.0.2",
|
71
75
|
"@semantic-release/git": "^10.0.1",
|
72
|
-
"ava": "5.
|
73
|
-
"c8": "^
|
74
|
-
"prettier": "^
|
75
|
-
"semantic-release": "^
|
76
|
+
"ava": "5.3.1",
|
77
|
+
"c8": "^8.0.0",
|
78
|
+
"prettier": "^3.0.0",
|
79
|
+
"semantic-release": "^21.0.0",
|
76
80
|
"stream-buffers": "^3.0.2"
|
77
81
|
},
|
78
82
|
"dependencies": {
|
79
|
-
"@semantic-release/error": "^
|
83
|
+
"@semantic-release/error": "^4.0.0",
|
80
84
|
"aggregate-error": "^4.0.1",
|
81
85
|
"debug": "^4.3.4",
|
82
86
|
"github-api": "^3.4.0",
|
83
|
-
"puppeteer": "^
|
84
|
-
"yargs": "^17.
|
87
|
+
"puppeteer": "^20.0.0",
|
88
|
+
"yargs": "^17.7.1"
|
85
89
|
}
|
86
90
|
}
|