@hexonet/semantic-release-whmcs 5.0.7 → 5.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,7 @@ jobs:
30
30
  - name: Enable auto-merge for Dependabot PRs
31
31
  # (fixes, features but not major upgrades!)
32
32
  if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'}}
33
- run: gh pr merge --auto --merge "$PR_URL"
33
+ run: gh pr merge --auto -d -r "$PR_URL"
34
34
  env:
35
35
  PR_URL: ${{github.event.pull_request.html_url}}
36
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
+ GITHUB_TOKEN: ${{secrets.RTLDEV_MW_CI_TOKEN}}
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,17 @@
1
+ ## [5.0.9](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.8...v5.0.9) (2023-11-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 21.5.1 to 21.5.2 ([55093a4](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/55093a4c44c91a2ed066861d0f8147ae6edbe421))
7
+
8
+ ## [5.0.8](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.7...v5.0.8) (2023-11-10)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **security fix:** for axios ([2aba46f](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/2aba46fd8419008fe04295acc08fc2e3a1664c83))
14
+
1
15
  ## [5.0.7](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.6...v5.0.7) (2023-11-10)
2
16
 
3
17
 
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.9",
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",