docker-composer 5.2.0 → 5.2.1

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/README.md CHANGED
@@ -14,8 +14,8 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
14
14
 
15
15
  ### Changes of the Latest Release
16
16
 
17
- ## Version 5.2.0 (23.04.2025)
18
- - Adding attachable keyword support for network configuration
17
+ ## Version 5.2.1 (21.12.2025)
18
+ - Maintenance release
19
19
 
20
20
  You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
21
21
 
package/ReleaseNotes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Release Notes
2
2
 
3
+ ## Version 5.2.1 (21.12.2025)
4
+ - Update dependencies
5
+
3
6
  ## Version 5.2.0 (23.04.2025)
4
7
  - Adding attachable keyword support for network configuration
5
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docker-composer",
3
- "version": "5.2.0",
3
+ "version": "5.2.1",
4
4
  "description": "Library for generating docker-compose.yml from JSON.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -39,7 +39,7 @@
39
39
  "globals": "^16.0.0",
40
40
  "js-yaml": "^4.0.0",
41
41
  "json-schema-to-typescript": "^15.0.0",
42
- "mocha": "11.1.0",
42
+ "mocha": "11.7.5",
43
43
  "nyc": "^17.0.0",
44
44
  "should": "13.2.3"
45
45
  },