docker-composer 4.1.1 → 4.1.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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ 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 4.1.1 (27.03.2022)
17
+ ## Version 4.1.2 (05.11.2022)
18
18
  - Maintenance release, dependency updates
19
19
 
20
20
  You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
package/ReleaseNotes.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Release Notes
2
2
 
3
+ ## Version 4.1.2 (05.11.2022)
4
+ - Maintenance release, dependency updates
5
+
3
6
  ## Version 4.1.1 (27.03.2022)
4
7
  - Maintenance release, dependency updates
5
8
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "docker-composer",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "NodeJS module for generating docker-compose.yml from a json document.",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "test": "./node_modules/mocha/bin/mocha *Test.js",
7
+ "test": "./node_modules/mocha/bin/mocha.js *Test.js",
8
8
  "coverage": "nyc npm run test",
9
9
  "generate-ts-types": "./node_modules/gulp-cli/bin/gulp.js"
10
10
  },
@@ -37,15 +37,15 @@
37
37
  "devDependencies": {
38
38
  "ansi-regex": "^6.0.1",
39
39
  "atob": ">=2.1.2",
40
- "copy-props": "^3.0.1",
41
- "eslint": "8.11.0",
40
+ "copy-props": "^4.0.0",
41
+ "eslint": "8.26.0",
42
42
  "glob-parent": "6.0.2",
43
43
  "gulp": "^4.0.2",
44
44
  "gulp-cli": "^2.3.0",
45
45
  "js-yaml": "^4.0.0",
46
- "json-schema-to-typescript": "^10.1.4",
46
+ "json-schema-to-typescript": "^11.0.0",
47
47
  "mixin-deep": ">=2.0.1",
48
- "mocha": "9.2.2",
48
+ "mocha": "10.1.0",
49
49
  "nyc": "^15.1.0",
50
50
  "set-value": "^4.0.1",
51
51
  "should": "13.2.3"