@podium/client 5.3.1 → 5.3.2

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [5.3.2](https://github.com/podium-lib/client/compare/v5.3.1...v5.3.2) (2025-04-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency undici to v6.21.2 ([#460](https://github.com/podium-lib/client/issues/460)) ([39762e0](https://github.com/podium-lib/client/commit/39762e09c7c4b5ebcfcbb73611b4c82441082993))
7
+
1
8
  ## [5.3.1](https://github.com/podium-lib/client/compare/v5.3.0...v5.3.1) (2025-04-11)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.3.1",
3
+ "version": "5.3.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -99,10 +99,10 @@
99
99
  "http-cache-semantics": "^4.0.3",
100
100
  "lodash.clonedeep": "^4.5.0",
101
101
  "ttl-mem-cache": "4.1.0",
102
- "undici": "6.21.1"
102
+ "undici": "6.21.2"
103
103
  },
104
104
  "devDependencies": {
105
- "@podium/eslint-config": "1.0.5",
105
+ "@podium/eslint-config": "1.0.11",
106
106
  "@podium/podlet": "5.2.4",
107
107
  "@podium/semantic-release-config": "2.0.0",
108
108
  "@podium/test-utils": "3.1.0-next.5",
@@ -115,18 +115,18 @@
115
115
  "@sinonjs/fake-timers": "11.3.1",
116
116
  "@types/readable-stream": "4.0.18",
117
117
  "benchmark": "2.1.4",
118
- "eslint": "9.17.0",
118
+ "eslint": "9.24.0",
119
119
  "eslint-config-prettier": "9.1.0",
120
- "eslint-plugin-prettier": "5.2.1",
120
+ "eslint-plugin-prettier": "5.2.6",
121
121
  "express": "4.21.2",
122
122
  "get-stream": "9.0.1",
123
123
  "http-proxy": "1.18.1",
124
124
  "is-stream": "4.0.1",
125
125
  "npm-run-all2": "6.2.6",
126
- "prettier": "3.4.2",
126
+ "prettier": "3.5.3",
127
127
  "semantic-release": "24.1.2",
128
128
  "tap": "18.7.2",
129
129
  "typescript": "5.6.3",
130
- "why-is-node-running": "3.2.1"
130
+ "why-is-node-running": "3.2.2"
131
131
  }
132
132
  }