bitbucket-repository-provider 5.0.1 → 5.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bitbucket-repository-provider",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "content-entry": "^6.0.0",
33
- "fetch-rate-limit-util": "^3.1.7",
33
+ "fetch-rate-limit-util": "^4.0.1",
34
34
  "matching-iterator": "^2.0.11",
35
35
  "one-time-execution-method": "^3.0.6",
36
36
  "repository-provider": "^32.6.9"
@@ -39,11 +39,11 @@
39
39
  "ava": "^5.2.0",
40
40
  "c8": "^7.13.0",
41
41
  "documentation": "^14.0.1",
42
- "repository-provider-test-support": "^2.2.38",
42
+ "repository-provider-test-support": "^2.3.1",
43
43
  "semantic-release": "^20.1.1"
44
44
  },
45
45
  "engines": {
46
- "node": ">=18.14.2"
46
+ "node": ">=18.15.0"
47
47
  },
48
48
  "repository": {
49
49
  "type": "git",
@@ -203,7 +203,6 @@ export class BitbucketProvider extends MultiGroupProvider {
203
203
  options.reporter = (url, ...args) => this.trace(url.toString(), ...args);
204
204
 
205
205
  return stateActionHandler(
206
- fetch,
207
206
  new URL(url, this.api),
208
207
  {
209
208
  ...options,