@hexonet/semantic-release-whmcs 5.0.23 → 5.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/HISTORY.md +14 -0
  2. package/package.json +2 -2
package/HISTORY.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.0.25](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.24...v5.0.25) (2024-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump puppeteer from 22.11.2 to 23.1.0 ([1a50890](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/1a50890c73b5b08b96be3f899f826bcd9990af85))
7
+
8
+ ## [5.0.24](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.23...v5.0.24) (2024-08-19)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **deps:** bump debug from 4.3.5 to 4.3.6 ([97c4754](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/commit/97c475481da1e2359c9f30de9d1946e9e548f0a0))
14
+
1
15
  ## [5.0.23](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-whmcs/compare/v5.0.22...v5.0.23) (2024-08-19)
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.23",
4
+ "version": "5.0.25",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -87,7 +87,7 @@
87
87
  "aggregate-error": "^5.0.0",
88
88
  "debug": "^4.3.4",
89
89
  "github-api": "^3.4.0",
90
- "puppeteer": "^22.5.0",
90
+ "puppeteer": "^23.1.0",
91
91
  "yargs": "^17.7.1"
92
92
  }
93
93
  }