@balena/pinejs 23.2.8-build-renovate-postgres-18-x-7078c9a030960c162807fda6224b93c713cc5dc3-1 → 23.2.8-build-renovate-bcrypt-6-x-9045c18aa18cdf29a1c8f824842a5f7561c76093-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 postgres Docker tag to v18
3
- hash: 7078c9a030960c162807fda6224b93c713cc5dc3
2
+ - subject: Update dependency bcrypt to v6
3
+ hash: 9045c18aa18cdf29a1c8f824842a5f7561c76093
4
4
  body: |
5
- Update postgres from 17 to 18
5
+ Update bcrypt from 5.1.1 to 6.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: 23.2.8
12
12
  title: ""
13
- date: 2025-11-05T14:06:49.412Z
13
+ date: 2025-11-05T14:07:16.037Z
14
14
  - commits:
15
15
  - subject: Avoid deep cloning tables when creating translated models
16
16
  hash: 22caee0573cf4d1c0fe65ac827d22ef68fee2a49
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.2.8
8
8
  ## (2025-11-05)
9
9
 
10
- * Update postgres Docker tag to v18 [balena-renovate[bot]]
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
11
 
12
12
  # v23.2.7
13
13
  ## (2025-11-05)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:18-alpine
4
+ image: postgres:17-alpine
5
5
  environment:
6
6
  POSTGRES_USER: docker
7
7
  POSTGRES_PASSWORD: docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.8-build-renovate-postgres-18-x-7078c9a030960c162807fda6224b93c713cc5dc3-1",
3
+ "version": "23.2.8-build-renovate-bcrypt-6-x-9045c18aa18cdf29a1c8f824842a5f7561c76093-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.908.0",
115
115
  "@aws-sdk/lib-storage": "^3.908.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.908.0",
117
- "bcrypt": "^5.1.1",
117
+ "bcrypt": "^6.0.0",
118
118
  "body-parser": "^1.20.3",
119
119
  "compression": "^1.8.1",
120
120
  "cookie-parser": "^1.4.7",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-11-05T14:06:50.392Z"
152
+ "publishedAt": "2025-11-05T14:07:17.121Z"
153
153
  }
154
154
  }