balena-image-fs 7.5.3-build-renovate-major-22-node-33cfed7682e9b7b4ce4d32f65187778c638ab706-1 → 7.5.3

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 +1 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  ## 7.5.3 - 2025-04-02
8
8
 
9
- * Update dependency @types/node to v22 [balena-renovate[bot]]
9
+ * Update dependency mocha to v11 [balena-renovate[bot]]
10
10
 
11
11
  ## 7.5.2 - 2025-04-02
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-image-fs",
3
- "version": "7.5.3-build-renovate-major-22-node-33cfed7682e9b7b4ce4d32f65187778c638ab706-1",
3
+ "version": "7.5.3",
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",
@@ -40,10 +40,10 @@
40
40
  "devDependencies": {
41
41
  "@balena/lint": "^9.1.6",
42
42
  "@types/mocha": "^10.0.1",
43
- "@types/node": "^22.0.0",
43
+ "@types/node": "^20.0.0",
44
44
  "@types/tmp": "^0.2.3",
45
45
  "jsdoc-to-markdown": "^9.0.0",
46
- "mocha": "^10.2.0",
46
+ "mocha": "^11.0.0",
47
47
  "tmp": "^0.2.1",
48
48
  "ts-node": "^10.9.1",
49
49
  "typescript": "^5.8.2"
@@ -59,6 +59,6 @@
59
59
  "node": ">=16"
60
60
  },
61
61
  "versionist": {
62
- "publishedAt": "2025-04-02T10:49:03.896Z"
62
+ "publishedAt": "2025-04-02T10:49:04.968Z"
63
63
  }
64
64
  }