docker-storage-gc 3.5.11 → 3.5.12

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.
@@ -1,3 +1,14 @@
1
+ - commits:
2
+ - subject: Update event-stream to 4.x
3
+ hash: 5d60200c8c776fff5b93d3750df8603e64db3ebf
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ version: 3.5.12
10
+ title: ""
11
+ date: 2023-12-04T16:00:09.377Z
1
12
  - commits:
2
13
  - subject: Remove unused `@balena/node-metrics-gatherer` dependency
3
14
  hash: a1ab3e61619839799a32b629d425c67360e5fb8b
@@ -8,7 +19,7 @@
8
19
  author: Pagan Gazzard
9
20
  version: 3.5.11
10
21
  title: ""
11
- date: 2023-12-04T15:36:36.858Z
22
+ date: 2023-12-04T15:39:55.351Z
12
23
  - commits:
13
24
  - subject: Optimize `getMtimeFrom`
14
25
  hash: e898db2d4abf0ef7cf30311391339fcee40b2868
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v3.5.12
8
+ ## (2023-12-04)
9
+
10
+ * Update event-stream to 4.x [Pagan Gazzard]
11
+
7
12
  # v3.5.11
8
13
  ## (2023-12-04)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docker-storage-gc",
3
- "version": "3.5.11",
3
+ "version": "3.5.12",
4
4
  "main": "build/index.js",
5
5
  "types": "index.d.ts",
6
6
  "scripts": {
@@ -16,12 +16,12 @@
16
16
  "dependencies": {
17
17
  "@types/dockerode": "^2.5.34",
18
18
  "bluebird": "^3.7.2",
19
- "docker-progress": "^5.0.0",
20
- "dockerode": "^2.5.3",
21
- "event-stream": "^3.3.2",
19
+ "docker-progress": "^5.2.0",
20
+ "dockerode": "^2.5.8",
21
+ "event-stream": "^4.0.1",
22
22
  "eventemitter3": "^5.0.1",
23
- "JSONStream": "^1.0.7",
24
- "lodash": "^4.17.5"
23
+ "JSONStream": "^1.3.5",
24
+ "lodash": "^4.17.21"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@balena/lint": "^5.4.2",
@@ -31,6 +31,6 @@
31
31
  "timekeeper": "^2.3.1"
32
32
  },
33
33
  "versionist": {
34
- "publishedAt": "2023-12-04T15:36:36.971Z"
34
+ "publishedAt": "2023-12-04T16:00:09.489Z"
35
35
  }
36
36
  }