@balena/pinejs 21.1.1-build-renovate-body-parser-2-x-f190b33203f95bfc2ffb43821668cb7c4fcf8d23-1 → 21.1.1-build-renovate-minio-mc-2025-x-924fe1ce1c2e6d0cfef4b4740186f189edd46b81-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,9 @@
1
1
  - commits:
2
- - subject: Update dependency body-parser to v2
3
- hash: f190b33203f95bfc2ffb43821668cb7c4fcf8d23
4
- body: |
5
- Update body-parser from 1.20.3 to 2.2.0
2
+ - subject: Update minio/mc Docker tag to v2025
3
+ hash: 924fe1ce1c2e6d0cfef4b4740186f189edd46b81
4
+ body: >
5
+ Update minio/mc from RELEASE.2024-11-21T17-21-54Z to
6
+ RELEASE.2025-04-08T15-39-49Z
6
7
  footer:
7
8
  Change-type: patch
8
9
  change-type: patch
@@ -10,7 +11,7 @@
10
11
  nested: []
11
12
  version: 21.1.1
12
13
  title: ""
13
- date: 2025-04-03T14:59:48.588Z
14
+ date: 2025-04-14T15:34:26.276Z
14
15
  - commits:
15
16
  - subject: Support $orderby based on a unique reverse navigation resource
16
17
  hash: 890e86b168483d6158e251ab2c0d7e41b8bd50ae
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.1.1
8
- ## (2025-04-03)
8
+ ## (2025-04-14)
9
9
 
10
- * Update dependency body-parser to v2 [balena-renovate[bot]]
10
+ * Update minio/mc Docker tag to v2025 [balena-renovate[bot]]
11
11
 
12
12
  # v21.1.0
13
13
  ## (2025-04-03)
@@ -26,7 +26,7 @@ services:
26
26
  - "43680:9000"
27
27
  - "43697:9001"
28
28
  minio-client:
29
- image: minio/mc:RELEASE.2024-11-21T17-21-54Z
29
+ image: minio/mc:RELEASE.2025-04-08T15-39-49Z
30
30
  depends_on:
31
31
  - minio-server
32
32
  entrypoint: >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.1.1-build-renovate-body-parser-2-x-f190b33203f95bfc2ffb43821668cb7c4fcf8d23-1",
3
+ "version": "21.1.1-build-renovate-minio-mc-2025-x-924fe1ce1c2e6d0cfef4b4740186f189edd46b81-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/lib-storage": "^3.775.0",
115
115
  "@aws-sdk/s3-request-presigner": "^3.775.0",
116
116
  "bcrypt": "^5.1.1",
117
- "body-parser": "^2.0.0",
117
+ "body-parser": "^1.20.3",
118
118
  "compression": "^1.8.0",
119
119
  "cookie-parser": "^1.4.7",
120
120
  "express": "^4.21.2",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-04-03T14:59:49.669Z"
151
+ "publishedAt": "2025-04-14T15:34:27.274Z"
152
152
  }
153
153
  }