@balena/pinejs 23.3.6 → 23.3.7

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: dccec230815fa09d7e5e0a4329a38580c8ef0105
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.3.7
12
+ title: ""
13
+ date: 2026-02-16T14:27:46.316Z
1
14
  - commits:
2
15
  - subject: "tasks: Avoid failing cron tasks by scheduling them closer to present
3
16
  than allowed"
@@ -18,7 +31,7 @@
18
31
  nested: []
19
32
  version: 23.3.6
20
33
  title: ""
21
- date: 2026-02-05T13:36:46.152Z
34
+ date: 2026-02-12T19:04:56.635Z
22
35
  - commits:
23
36
  - subject: Add a convenience 'fasttest' npm script
24
37
  hash: aa32c5e86de8835eb83131d1aae579bb68e3ce1a
@@ -6129,6 +6142,7 @@
6129
6142
 
6130
6143
 
6131
6144
 
6145
+
6132
6146
 
6133
6147
 
6134
6148
  As balena-lint
@@ -6243,6 +6257,7 @@
6243
6257
 
6244
6258
 
6245
6259
 
6260
+
6246
6261
 
6247
6262
 
6248
6263
  As engine and npm is
@@ -6372,6 +6387,7 @@
6372
6387
 
6373
6388
 
6374
6389
 
6390
+
6375
6391
 
6376
6392
 
6377
6393
  Ensure that the
@@ -6564,6 +6580,7 @@
6564
6580
 
6565
6581
 
6566
6582
 
6583
+
6567
6584
 
6568
6585
 
6569
6586
  This also deprecates
@@ -6684,6 +6701,7 @@
6684
6701
 
6685
6702
 
6686
6703
 
6704
+
6687
6705
 
6688
6706
 
6689
6707
  It can in fact be a
@@ -6805,6 +6823,7 @@
6805
6823
 
6806
6824
 
6807
6825
 
6826
+
6808
6827
 
6809
6828
 
6810
6829
  We know what type
@@ -6931,6 +6950,7 @@
6931
6950
 
6932
6951
 
6933
6952
 
6953
+
6934
6954
 
6935
6955
 
6936
6956
  Update
@@ -7168,6 +7188,7 @@
7168
7188
 
7169
7189
 
7170
7190
 
7191
+
7171
7192
 
7172
7193
 
7173
7194
  This also deprecates
@@ -10378,6 +10399,7 @@
10378
10399
 
10379
10400
 
10380
10401
 
10402
+
10381
10403
 
10382
10404
 
10383
10405
  As balena-lint
@@ -10520,6 +10542,7 @@
10520
10542
 
10521
10543
 
10522
10544
 
10545
+
10523
10546
 
10524
10547
 
10525
10548
  As engine and npm is
@@ -10677,6 +10700,7 @@
10677
10700
 
10678
10701
 
10679
10702
 
10703
+
10680
10704
 
10681
10705
 
10682
10706
  Ensure that the
@@ -10897,6 +10921,7 @@
10897
10921
 
10898
10922
 
10899
10923
 
10924
+
10900
10925
 
10901
10926
 
10902
10927
  This also deprecates
@@ -11045,6 +11070,7 @@
11045
11070
 
11046
11071
 
11047
11072
 
11073
+
11048
11074
 
11049
11075
 
11050
11076
  It can in fact be a
@@ -11194,6 +11220,7 @@
11194
11220
 
11195
11221
 
11196
11222
 
11223
+
11197
11224
 
11198
11225
 
11199
11226
  We know what type
@@ -11348,6 +11375,7 @@
11348
11375
 
11349
11376
 
11350
11377
 
11378
+
11351
11379
 
11352
11380
 
11353
11381
  Update
@@ -11613,6 +11641,7 @@
11613
11641
 
11614
11642
 
11615
11643
 
11644
+
11616
11645
 
11617
11646
 
11618
11647
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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.3.7
8
+ ## (2026-02-16)
9
+
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+
7
12
  # v23.3.6
8
- ## (2026-02-05)
13
+ ## (2026-02-12)
9
14
 
10
15
  * tasks: Avoid failing cron tasks by scheduling them closer to present than allowed [Thodoris Greasidis]
11
16
  * tasks: Always validate the provided cron expression [Thodoris Greasidis]
package/VERSION CHANGED
@@ -1 +1 @@
1
- 23.3.6
1
+ 23.3.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.3.6",
3
+ "version": "23.3.7",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -117,7 +117,7 @@
117
117
  "@aws-sdk/client-s3": "^3.908.0",
118
118
  "@aws-sdk/lib-storage": "^3.908.0",
119
119
  "@aws-sdk/s3-request-presigner": "^3.908.0",
120
- "bcrypt": "^5.1.1",
120
+ "bcrypt": "^6.0.0",
121
121
  "body-parser": "^2.2.1",
122
122
  "compression": "^1.8.1",
123
123
  "cookie-parser": "^1.4.7",
@@ -152,6 +152,6 @@
152
152
  "recursive": true
153
153
  },
154
154
  "versionist": {
155
- "publishedAt": "2026-02-05T13:36:47.178Z"
155
+ "publishedAt": "2026-02-16T14:27:47.320Z"
156
156
  }
157
157
  }