@balena/pinejs 23.1.0-build-computed-fns-b7a4c06f031ec11bb2f1a02645a555288a570c77-4 → 23.1.1-build-renovate-bcrypt-6-x-d7e6420cf9e15ffd0bf04d15611bf19f85e27e1a-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,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency bcrypt to v6
3
+ hash: d7e6420cf9e15ffd0bf04d15611bf19f85e27e1a
4
+ body: |
5
+ Update bcrypt from 5.1.1 to 6.0.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: balena-renovate[bot]
10
+ nested: []
11
+ version: 23.1.1
12
+ title: ""
13
+ date: 2025-08-12T16:05:16.275Z
1
14
  - commits:
2
15
  - subject: Add the ability to have computed fields generate/call functions
3
16
  hash: b7a4c06f031ec11bb2f1a02645a555288a570c77
@@ -78,7 +91,7 @@
78
91
  date: 2025-08-01T13:37:39.968Z
79
92
  version: 23.1.0
80
93
  title: ""
81
- date: 2025-08-12T15:21:15.437Z
94
+ date: 2025-08-12T15:35:03.658Z
82
95
  - commits:
83
96
  - subject: Simplify abstract sql to use `TRUE` rather than `TRUE = TRUE`
84
97
  hash: d250c28079aef4fcd34ac1b6d2f3066e90cc5d8b
@@ -4652,6 +4665,7 @@
4652
4665
 
4653
4666
 
4654
4667
 
4668
+
4655
4669
 
4656
4670
 
4657
4671
  As balena-lint
@@ -4727,6 +4741,7 @@
4727
4741
 
4728
4742
 
4729
4743
 
4744
+
4730
4745
 
4731
4746
 
4732
4747
  As engine and npm is
@@ -4817,6 +4832,7 @@
4817
4832
 
4818
4833
 
4819
4834
 
4835
+
4820
4836
 
4821
4837
 
4822
4838
  Ensure that the
@@ -4970,6 +4986,7 @@
4970
4986
 
4971
4987
 
4972
4988
 
4989
+
4973
4990
 
4974
4991
 
4975
4992
  This also deprecates
@@ -5051,6 +5068,7 @@
5051
5068
 
5052
5069
 
5053
5070
 
5071
+
5054
5072
 
5055
5073
 
5056
5074
  It can in fact be a
@@ -5133,6 +5151,7 @@
5133
5151
 
5134
5152
 
5135
5153
 
5154
+
5136
5155
 
5137
5156
 
5138
5157
  We know what type
@@ -5220,6 +5239,7 @@
5220
5239
 
5221
5240
 
5222
5241
 
5242
+
5223
5243
 
5224
5244
 
5225
5245
  Update
@@ -5418,6 +5438,7 @@
5418
5438
 
5419
5439
 
5420
5440
 
5441
+
5421
5442
 
5422
5443
 
5423
5444
  This also deprecates
@@ -8589,6 +8610,7 @@
8589
8610
 
8590
8611
 
8591
8612
 
8613
+
8592
8614
 
8593
8615
 
8594
8616
  As balena-lint
@@ -8692,6 +8714,7 @@
8692
8714
 
8693
8715
 
8694
8716
 
8717
+
8695
8718
 
8696
8719
 
8697
8720
  As engine and npm is
@@ -8810,6 +8833,7 @@
8810
8833
 
8811
8834
 
8812
8835
 
8836
+
8813
8837
 
8814
8838
 
8815
8839
  Ensure that the
@@ -8991,6 +9015,7 @@
8991
9015
 
8992
9016
 
8993
9017
 
9018
+
8994
9019
 
8995
9020
 
8996
9021
  This also deprecates
@@ -9100,6 +9125,7 @@
9100
9125
 
9101
9126
 
9102
9127
 
9128
+
9103
9129
 
9104
9130
 
9105
9131
  It can in fact be a
@@ -9210,6 +9236,7 @@
9210
9236
 
9211
9237
 
9212
9238
 
9239
+
9213
9240
 
9214
9241
 
9215
9242
  We know what type
@@ -9325,6 +9352,7 @@
9325
9352
 
9326
9353
 
9327
9354
 
9355
+
9328
9356
 
9329
9357
 
9330
9358
  Update
@@ -9551,6 +9579,7 @@
9551
9579
 
9552
9580
 
9553
9581
 
9582
+
9554
9583
 
9555
9584
 
9556
9585
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v23.1.1
8
+ ## (2025-08-12)
9
+
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+
7
12
  # v23.1.0
8
13
  ## (2025-08-12)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.1.0
1
+ 23.1.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.0-build-computed-fns-b7a4c06f031ec11bb2f1a02645a555288a570c77-4",
3
+ "version": "23.1.1-build-renovate-bcrypt-6-x-d7e6420cf9e15ffd0bf04d15611bf19f85e27e1a-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": "^5.1.1",
116
+ "bcrypt": "^6.0.0",
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-08-12T15:21:18.240Z"
151
+ "publishedAt": "2025-08-12T16:05:17.368Z"
152
152
  }
153
153
  }