@balena/pinejs 21.6.2 → 21.6.3-build-renovate-bcrypt-6-x-5d539bfb3192e8dff5e1b0566aeded2900916bf5-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: 5d539bfb3192e8dff5e1b0566aeded2900916bf5
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: 21.6.3
12
+ title: ""
13
+ date: 2025-06-02T16:05:54.634Z
1
14
  - commits:
2
15
  - subject: Reduce memory usage for translation models by avoiding cloning
3
16
  hash: 2d2247693c9f91f9abace2e186e5bec36788117d
@@ -12,7 +25,7 @@
12
25
  nested: []
13
26
  version: 21.6.2
14
27
  title: ""
15
- date: 2025-06-02T14:37:48.496Z
28
+ date: 2025-06-02T15:18:12.801Z
16
29
  - commits:
17
30
  - subject: "CI: Update minio/mc bucket setup commands & bump versions"
18
31
  hash: 82fb24d8beb256f34aed3c9bffc78bbb87845d17
@@ -2547,6 +2560,7 @@
2547
2560
 
2548
2561
 
2549
2562
 
2563
+
2550
2564
 
2551
2565
 
2552
2566
  As balena-lint
@@ -2594,6 +2608,7 @@
2594
2608
 
2595
2609
 
2596
2610
 
2611
+
2597
2612
 
2598
2613
 
2599
2614
  As engine and npm is
@@ -2656,6 +2671,7 @@
2656
2671
 
2657
2672
 
2658
2673
 
2674
+
2659
2675
 
2660
2676
 
2661
2677
  Ensure that the
@@ -2781,6 +2797,7 @@
2781
2797
 
2782
2798
 
2783
2799
 
2800
+
2784
2801
 
2785
2802
 
2786
2803
  This also deprecates
@@ -2834,6 +2851,7 @@
2834
2851
 
2835
2852
 
2836
2853
 
2854
+
2837
2855
 
2838
2856
 
2839
2857
  It can in fact be a
@@ -2888,6 +2906,7 @@
2888
2906
 
2889
2907
 
2890
2908
 
2909
+
2891
2910
 
2892
2911
 
2893
2912
  We know what type
@@ -2947,6 +2966,7 @@
2947
2966
 
2948
2967
 
2949
2968
 
2969
+
2950
2970
 
2951
2971
 
2952
2972
  Update
@@ -3117,6 +3137,7 @@
3117
3137
 
3118
3138
 
3119
3139
 
3140
+
3120
3141
 
3121
3142
 
3122
3143
  This also deprecates
@@ -6260,6 +6281,7 @@
6260
6281
 
6261
6282
 
6262
6283
 
6284
+
6263
6285
 
6264
6286
 
6265
6287
  As balena-lint
@@ -6335,6 +6357,7 @@
6335
6357
 
6336
6358
 
6337
6359
 
6360
+
6338
6361
 
6339
6362
 
6340
6363
  As engine and npm is
@@ -6425,6 +6448,7 @@
6425
6448
 
6426
6449
 
6427
6450
 
6451
+
6428
6452
 
6429
6453
 
6430
6454
  Ensure that the
@@ -6578,6 +6602,7 @@
6578
6602
 
6579
6603
 
6580
6604
 
6605
+
6581
6606
 
6582
6607
 
6583
6608
  This also deprecates
@@ -6659,6 +6684,7 @@
6659
6684
 
6660
6685
 
6661
6686
 
6687
+
6662
6688
 
6663
6689
 
6664
6690
  It can in fact be a
@@ -6741,6 +6767,7 @@
6741
6767
 
6742
6768
 
6743
6769
 
6770
+
6744
6771
 
6745
6772
 
6746
6773
  We know what type
@@ -6828,6 +6855,7 @@
6828
6855
 
6829
6856
 
6830
6857
 
6858
+
6831
6859
 
6832
6860
 
6833
6861
  Update
@@ -7026,6 +7054,7 @@
7026
7054
 
7027
7055
 
7028
7056
 
7057
+
7029
7058
 
7030
7059
 
7031
7060
  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
+ # v21.6.3
8
+ ## (2025-06-02)
9
+
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+
7
12
  # v21.6.2
8
13
  ## (2025-06-02)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 21.6.2
1
+ 21.6.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.2",
3
+ "version": "21.6.3-build-renovate-bcrypt-6-x-5d539bfb3192e8dff5e1b0566aeded2900916bf5-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.775.0",
115
115
  "@aws-sdk/lib-storage": "^3.775.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.775.0",
117
- "bcrypt": "^5.1.1",
117
+ "bcrypt": "^6.0.0",
118
118
  "body-parser": "^1.20.3",
119
119
  "compression": "^1.8.0",
120
120
  "cookie-parser": "^1.4.7",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-06-02T14:37:49.527Z"
152
+ "publishedAt": "2025-06-02T16:05:55.665Z"
153
153
  }
154
154
  }