balena-image-fs 7.5.1 → 7.5.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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 7.5.2 - 2025-03-26
8
+
9
+ * Update dependency jsdoc-to-markdown to v9 [balena-renovate[bot]]
10
+
7
11
  ## 7.5.1 - 2025-03-26
8
12
 
9
13
  * Update @balena/lint to v9 [Thodoris Greasidis]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-image-fs",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "Image filesystem manipulation utilities",
5
5
  "main": "build/index.js",
6
6
  "homepage": "https://github.com/balena-io-modules/balena-image-fs",
@@ -42,7 +42,7 @@
42
42
  "@types/mocha": "^10.0.1",
43
43
  "@types/node": "^20.0.0",
44
44
  "@types/tmp": "^0.2.3",
45
- "jsdoc-to-markdown": "^8.0.0",
45
+ "jsdoc-to-markdown": "^9.0.0",
46
46
  "mocha": "^10.2.0",
47
47
  "tmp": "^0.2.1",
48
48
  "ts-node": "^10.9.1",
@@ -59,6 +59,6 @@
59
59
  "node": ">=16"
60
60
  },
61
61
  "versionist": {
62
- "publishedAt": "2025-03-26T17:17:08.439Z"
62
+ "publishedAt": "2025-03-26T18:50:43.282Z"
63
63
  }
64
64
  }