@hexonet/semantic-release-whmcs 5.0.7 → 5.0.8

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/CONTRIBUTING.md CHANGED
@@ -7,7 +7,7 @@ Please note we have a code of conduct, please follow it in all your interactions
7
7
 
8
8
  ## Pull Request Process
9
9
 
10
- Read [here](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/wiki/Development-Guide#pull-request-pr-procedure).
10
+ Please fork the repository and address your PR finally to us. Thanks so much for contributing!
11
11
 
12
12
  ## Code of Conduct
13
13
 
package/HISTORY.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.0.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.7...v5.0.8) (2023-11-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **security fix:** for axios ([2aba46f](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/2aba46fd8419008fe04295acc08fc2e3a1664c83))
7
+
1
8
  ## [5.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.6...v5.0.7) (2023-11-10)
2
9
 
3
10
 
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.7",
4
+ "version": "5.0.8",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -67,7 +67,9 @@
67
67
  },
68
68
  "overrides": {
69
69
  "http-cache-semantics": "^4.1.1",
70
- "word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6"
70
+ "word-wrap": "npm:@aashutoshrathi/word-wrap@1.2.6",
71
+ "axios": "^1.6.0",
72
+ "glob-parent": "^5.1.2"
71
73
  },
72
74
  "devDependencies": {
73
75
  "@semantic-release/changelog": "^6.0.3",