@balena/pinejs 23.1.11-build-renovate-bcrypt-6-x-5678580db08aacfd2d5aa1b6532d92c57e346717-1 → 23.1.11-build-renovate-postgres-18-x-eaf82c239677b8fc8fbb55df267ce072b8b8f696-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 dependency bcrypt to v6
3
- hash: 5678580db08aacfd2d5aa1b6532d92c57e346717
2
+ - subject: Update postgres Docker tag to v18
3
+ hash: eaf82c239677b8fc8fbb55df267ce072b8b8f696
4
4
  body: |
5
- Update bcrypt from 5.1.1 to 6.0.0
5
+ Update postgres from 17 to 18
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.1.11
12
12
  title: ""
13
- date: 2025-10-03T13:58:38.060Z
13
+ date: 2025-10-03T13:58:49.781Z
14
14
  - commits:
15
15
  - subject: Update dependency mocha to v11.7.3
16
16
  hash: c7830ab505006f0ab54b00cf1b009aa08d78a2c0
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.1.11
8
8
  ## (2025-10-03)
9
9
 
10
- * Update dependency bcrypt to v6 [balena-renovate[bot]]
10
+ * Update postgres Docker tag to v18 [balena-renovate[bot]]
11
11
 
12
12
  # v23.1.10
13
13
  ## (2025-10-03)
@@ -1,7 +1,7 @@
1
1
  version: "2.1"
2
2
  services:
3
3
  postgres:
4
- image: postgres:17-alpine
4
+ image: postgres:18-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.1.11-build-renovate-bcrypt-6-x-5678580db08aacfd2d5aa1b6532d92c57e346717-1",
3
+ "version": "23.1.11-build-renovate-postgres-18-x-eaf82c239677b8fc8fbb55df267ce072b8b8f696-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -113,7 +113,7 @@
113
113
  "@aws-sdk/client-s3": "^3.859.0",
114
114
  "@aws-sdk/lib-storage": "^3.859.0",
115
115
  "@aws-sdk/s3-request-presigner": "^3.859.0",
116
- "bcrypt": "^6.0.0",
116
+ "bcrypt": "^5.1.1",
117
117
  "body-parser": "^1.20.3",
118
118
  "compression": "^1.8.1",
119
119
  "cookie-parser": "^1.4.7",
@@ -148,6 +148,6 @@
148
148
  "recursive": true
149
149
  },
150
150
  "versionist": {
151
- "publishedAt": "2025-10-03T13:58:39.156Z"
151
+ "publishedAt": "2025-10-03T13:58:50.767Z"
152
152
  }
153
153
  }