@balena/pinejs 22.0.5-build-renovate-bcrypt-6-x-6fd85fa0f69ae1e852998ada25b74c7fc3e497f3-1 → 22.0.5
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: 2cedd7c00a7f3191a9ddd2ad1b7622439dc6df8c
|
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: 22.0.5
|
12
12
|
title: ""
|
13
|
-
date: 2025-07-28T03:38:
|
13
|
+
date: 2025-07-28T03:38:29.915Z
|
14
14
|
- commits:
|
15
15
|
- subject: Update minio/minio Docker tag to RELEASE.2025-07-23T15-54-02Z
|
16
16
|
hash: eccfe7c55aead976a182cd9f37df9b7f5b8cf5aa
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "22.0.5
|
3
|
+
"version": "22.0.5",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"@types/websql": "^0.0.30",
|
55
55
|
"ajv": "^8.17.1",
|
56
56
|
"busboy": "^1.6.0",
|
57
|
-
"commander": "^
|
57
|
+
"commander": "^14.0.0",
|
58
58
|
"cron-parser": "^5.3.0",
|
59
59
|
"deep-freeze": "^0.0.1",
|
60
60
|
"eventemitter3": "^5.0.1",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"@aws-sdk/client-s3": "^3.828.0",
|
114
114
|
"@aws-sdk/lib-storage": "^3.828.0",
|
115
115
|
"@aws-sdk/s3-request-presigner": "^3.828.0",
|
116
|
-
"bcrypt": "^
|
116
|
+
"bcrypt": "^5.1.1",
|
117
117
|
"body-parser": "^1.20.3",
|
118
118
|
"compression": "^1.8.0",
|
119
119
|
"cookie-parser": "^1.4.7",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-07-28T03:38:
|
151
|
+
"publishedAt": "2025-07-28T03:38:30.959Z"
|
152
152
|
}
|
153
153
|
}
|