@balena/pinejs 21.6.17-build-renovate-major-2-multer-78d5f5757eb143e3fa5eddb53310c8d01d74abd5-1 → 21.6.17-build-renovate-major-14-commander-d0b42981a8381d6ab31cd9b264212e6bd3bfed6e-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.
@@ -1,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update dependency @types/multer to v2
3
- hash: 78d5f5757eb143e3fa5eddb53310c8d01d74abd5
2
+ - subject: Update dependency commander to v14
3
+ hash: d0b42981a8381d6ab31cd9b264212e6bd3bfed6e
4
4
  body: |
5
- Update @types/multer from 1.4.13 to 2.0.0
5
+ Update commander from 13.1.0 to 14.0.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 21.6.17
12
12
  title: ""
13
- date: 2025-07-14T08:02:00.291Z
13
+ date: 2025-07-14T08:02:09.805Z
14
14
  - commits:
15
15
  - subject: Clarify that we're using the final vocabulary when resolving permissions
16
16
  hash: 71b39e047ecda76ba510faabc044f48bea46e403
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.6.17
8
8
  ## (2025-07-14)
9
9
 
10
- * Update dependency @types/multer to v2 [balena-renovate[bot]]
10
+ * Update dependency commander to v14 [balena-renovate[bot]]
11
11
 
12
12
  # v21.6.16
13
13
  ## (2025-07-14)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.17-build-renovate-major-2-multer-78d5f5757eb143e3fa5eddb53310c8d01d74abd5-1",
3
+ "version": "21.6.17-build-renovate-major-14-commander-d0b42981a8381d6ab31cd9b264212e6bd3bfed6e-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -44,7 +44,7 @@
44
44
  "@types/lodash": "^4.17.17",
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
- "@types/multer": "^2.0.0",
47
+ "@types/multer": "^1.4.13",
48
48
  "@types/mysql": "^2.15.27",
49
49
  "@types/node": "^20.19.0",
50
50
  "@types/passport": "^1.0.17",
@@ -55,7 +55,7 @@
55
55
  "@types/websql": "^0.0.30",
56
56
  "ajv": "^8.17.1",
57
57
  "busboy": "^1.6.0",
58
- "commander": "^13.1.0",
58
+ "commander": "^14.0.0",
59
59
  "cron-parser": "^5.3.0",
60
60
  "deep-freeze": "^0.0.1",
61
61
  "eventemitter3": "^5.0.1",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-07-14T08:02:01.336Z"
152
+ "publishedAt": "2025-07-14T08:02:10.917Z"
153
153
  }
154
154
  }