@stepzen/fetch 0.52.0 → 0.53.0-experimental.1dccfa4

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stepzen/fetch",
3
3
  "description": "StepZen implementation of the fetch() API for NodeJS",
4
- "version": "0.52.0",
4
+ "version": "0.53.0-experimental.1dccfa4",
5
5
  "author": "StepZen Ltd",
6
6
  "license": "MIT",
7
7
  "files": [
@@ -30,7 +30,7 @@
30
30
  "@types/debug": "^4.1.7",
31
31
  "@types/license-checker": "^25.0.3",
32
32
  "@types/mocha": "^10.0.9",
33
- "@types/node-fetch": "^2.6.2",
33
+ "@types/node-fetch": "^2.6.12",
34
34
  "chai": "^4.3.10",
35
35
  "fancy-test": "^1.4.10",
36
36
  "glob": "^10.2.5",
@@ -43,8 +43,8 @@
43
43
  "typescript": ">=5 <5.4"
44
44
  },
45
45
  "overrides": {
46
- "--comment--": "workaround for CVE-2024-21538",
46
+ "--comment--": "workaround for CVE-2024-21538 and CVE-2025-7783",
47
47
  "cross-spawn": "^7.0.6"
48
48
  },
49
- "gitHead": "726800654c5ab9358837c4757c664e81254d54d2"
49
+ "gitHead": "1dccfa48096704138aaeb0598a89721ecc46f6c1"
50
50
  }