@balena/pinejs 23.1.2 → 23.1.3-build-renovate-bcrypt-6-x-095e451f15c64a1c3d7164a63dca73e97c7dc393-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: 095e451f15c64a1c3d7164a63dca73e97c7dc393
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.3
12
+ title: ""
13
+ date: 2025-08-19T13:11:50.779Z
1
14
  - commits:
2
15
  - subject: Update @balena/abstract-sql-to-typescript to 6.1.1
3
16
  hash: 68043f560d8d44b04fb2a40a0128f8d46e8a5ba8
@@ -201,7 +214,7 @@
201
214
  date: 2025-08-15T16:23:39.237Z
202
215
  version: 23.1.2
203
216
  title: ""
204
- date: 2025-08-19T12:46:36.712Z
217
+ date: 2025-08-19T13:00:16.691Z
205
218
  - commits:
206
219
  - subject: Fix issues with computed functions on tables that do not match the
207
220
  expected column order
@@ -5113,6 +5126,7 @@
5113
5126
 
5114
5127
 
5115
5128
 
5129
+
5116
5130
 
5117
5131
 
5118
5132
  As balena-lint
@@ -5190,6 +5204,7 @@
5190
5204
 
5191
5205
 
5192
5206
 
5207
+
5193
5208
 
5194
5209
 
5195
5210
  As engine and npm is
@@ -5282,6 +5297,7 @@
5282
5297
 
5283
5298
 
5284
5299
 
5300
+
5285
5301
 
5286
5302
 
5287
5303
  Ensure that the
@@ -5437,6 +5453,7 @@
5437
5453
 
5438
5454
 
5439
5455
 
5456
+
5440
5457
 
5441
5458
 
5442
5459
  This also deprecates
@@ -5520,6 +5537,7 @@
5520
5537
 
5521
5538
 
5522
5539
 
5540
+
5523
5541
 
5524
5542
 
5525
5543
  It can in fact be a
@@ -5604,6 +5622,7 @@
5604
5622
 
5605
5623
 
5606
5624
 
5625
+
5607
5626
 
5608
5627
 
5609
5628
  We know what type
@@ -5693,6 +5712,7 @@
5693
5712
 
5694
5713
 
5695
5714
 
5715
+
5696
5716
 
5697
5717
 
5698
5718
  Update
@@ -5893,6 +5913,7 @@
5893
5913
 
5894
5914
 
5895
5915
 
5916
+
5896
5917
 
5897
5918
 
5898
5919
  This also deprecates
@@ -9066,6 +9087,7 @@
9066
9087
 
9067
9088
 
9068
9089
 
9090
+
9069
9091
 
9070
9092
 
9071
9093
  As balena-lint
@@ -9171,6 +9193,7 @@
9171
9193
 
9172
9194
 
9173
9195
 
9196
+
9174
9197
 
9175
9198
 
9176
9199
  As engine and npm is
@@ -9291,6 +9314,7 @@
9291
9314
 
9292
9315
 
9293
9316
 
9317
+
9294
9318
 
9295
9319
 
9296
9320
  Ensure that the
@@ -9474,6 +9498,7 @@
9474
9498
 
9475
9499
 
9476
9500
 
9501
+
9477
9502
 
9478
9503
 
9479
9504
  This also deprecates
@@ -9585,6 +9610,7 @@
9585
9610
 
9586
9611
 
9587
9612
 
9613
+
9588
9614
 
9589
9615
 
9590
9616
  It can in fact be a
@@ -9697,6 +9723,7 @@
9697
9723
 
9698
9724
 
9699
9725
 
9726
+
9700
9727
 
9701
9728
 
9702
9729
  We know what type
@@ -9814,6 +9841,7 @@
9814
9841
 
9815
9842
 
9816
9843
 
9844
+
9817
9845
 
9818
9846
 
9819
9847
  Update
@@ -10042,6 +10070,7 @@
10042
10070
 
10043
10071
 
10044
10072
 
10073
+
10045
10074
 
10046
10075
 
10047
10076
  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.3
8
+ ## (2025-08-19)
9
+
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+
7
12
  # v23.1.2
8
13
  ## (2025-08-19)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.1.2
1
+ 23.1.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.2",
3
+ "version": "23.1.3-build-renovate-bcrypt-6-x-095e451f15c64a1c3d7164a63dca73e97c7dc393-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-19T12:46:38.524Z"
151
+ "publishedAt": "2025-08-19T13:11:51.816Z"
152
152
  }
153
153
  }