@balena/pinejs 21.6.14-build-renovate-bcrypt-6-x-ed57dc0d58271c54b67760a7c2e74093a1765803-1 → 21.6.14-build-renovate-minio-minio-2025-x-319db9c5964b85f0c8ce959ddb4b4be853f88957-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 +6 -5
- package/CHANGELOG.md +1 -1
- package/docker-compose.npm-test.yml +1 -1
- package/package.json +3 -3
@@ -1,8 +1,9 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
4
|
-
body:
|
5
|
-
Update
|
2
|
+
- subject: Update minio/minio Docker tag to RELEASE.2025-06-13T11-33-47Z
|
3
|
+
hash: 319db9c5964b85f0c8ce959ddb4b4be853f88957
|
4
|
+
body: >
|
5
|
+
Update minio/minio from RELEASE.2025-05-24T17-08-30Z to
|
6
|
+
RELEASE.2025-06-13T11-33-47Z
|
6
7
|
footer:
|
7
8
|
Change-type: patch
|
8
9
|
change-type: patch
|
@@ -10,7 +11,7 @@
|
|
10
11
|
nested: []
|
11
12
|
version: 21.6.14
|
12
13
|
title: ""
|
13
|
-
date: 2025-06-27T15:04:
|
14
|
+
date: 2025-06-27T15:04:29.731Z
|
14
15
|
- commits:
|
15
16
|
- subject: Update dependency mocha to v11.7.1
|
16
17
|
hash: 0ba32f2fffa0857cf33a8c03599d58efc9ab9809
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.6.14
|
8
8
|
## (2025-06-27)
|
9
9
|
|
10
|
-
* Update
|
10
|
+
* Update minio/minio Docker tag to RELEASE.2025-06-13T11-33-47Z [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v21.6.13
|
13
13
|
## (2025-06-27)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.14-build-renovate-
|
3
|
+
"version": "21.6.14-build-renovate-minio-minio-2025-x-319db9c5964b85f0c8ce959ddb4b4be853f88957-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -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-27T15:04:
|
152
|
+
"publishedAt": "2025-06-27T15:04:30.804Z"
|
153
153
|
}
|
154
154
|
}
|