@balena/pinejs 21.6.10-build-renovate-bcrypt-6-x-2e81850e8fa4c3b1bf99004d156241f224e0a28a-1 → 21.6.10-build-renovate-major-14-commander-97af58c208a2adcb1c72b6c807a51e6358b1a95e-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.
- package/.versionbot/CHANGELOG.yml +4 -4
- package/CHANGELOG.md +1 -1
- package/package.json +4 -4
@@ -1,8 +1,8 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update dependency
|
3
|
-
hash:
|
2
|
+
- subject: Update dependency commander to v14
|
3
|
+
hash: 97af58c208a2adcb1c72b6c807a51e6358b1a95e
|
4
4
|
body: |
|
5
|
-
Update
|
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.10
|
12
12
|
title: ""
|
13
|
-
date: 2025-06-20T14:40:
|
13
|
+
date: 2025-06-20T14:40:33.765Z
|
14
14
|
- commits:
|
15
15
|
- subject: Update @balena/lf-to-abstract-sql from 5.0.5 to 5.0.7
|
16
16
|
hash: b2cd76db8f7fd15d967c0eb4f91d8fc514baaefc
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.10-build-renovate-
|
3
|
+
"version": "21.6.10-build-renovate-major-14-commander-97af58c208a2adcb1c72b6c807a51e6358b1a95e-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -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": "^
|
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",
|
@@ -114,7 +114,7 @@
|
|
114
114
|
"@aws-sdk/client-s3": "^3.828.0",
|
115
115
|
"@aws-sdk/lib-storage": "^3.828.0",
|
116
116
|
"@aws-sdk/s3-request-presigner": "^3.828.0",
|
117
|
-
"bcrypt": "^
|
117
|
+
"bcrypt": "^5.1.1",
|
118
118
|
"body-parser": "^1.20.3",
|
119
119
|
"compression": "^1.8.0",
|
120
120
|
"cookie-parser": "^1.4.7",
|
@@ -149,6 +149,6 @@
|
|
149
149
|
"recursive": true
|
150
150
|
},
|
151
151
|
"versionist": {
|
152
|
-
"publishedAt": "2025-06-20T14:40:
|
152
|
+
"publishedAt": "2025-06-20T14:40:34.906Z"
|
153
153
|
}
|
154
154
|
}
|