@balena/pinejs 21.6.16 → 21.6.17-build-renovate-bcrypt-6-x-a6241f31d6918455da71b952120b1a7e94db6908-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: a6241f31d6918455da71b952120b1a7e94db6908
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.17
12
+ title: ""
13
+ date: 2025-07-14T08:02:04.111Z
1
14
  - commits:
2
15
  - subject: Clarify that we're using the final vocabulary when resolving permissions
3
16
  hash: 71b39e047ecda76ba510faabc044f48bea46e403
@@ -9,7 +22,7 @@
9
22
  nested: []
10
23
  version: 21.6.16
11
24
  title: ""
12
- date: 2025-07-11T17:12:20.200Z
25
+ date: 2025-07-14T07:21:10.458Z
13
26
  - commits:
14
27
  - subject: Update dependency @balena/sbvr-types to v10
15
28
  hash: 7558c03c081cc7afc0040cc3003c048aea4e9818
@@ -3477,6 +3490,7 @@
3477
3490
 
3478
3491
 
3479
3492
 
3493
+
3480
3494
 
3481
3495
 
3482
3496
  As balena-lint
@@ -3538,6 +3552,7 @@
3538
3552
 
3539
3553
 
3540
3554
 
3555
+
3541
3556
 
3542
3557
 
3543
3558
  As engine and npm is
@@ -3614,6 +3629,7 @@
3614
3629
 
3615
3630
 
3616
3631
 
3632
+
3617
3633
 
3618
3634
 
3619
3635
  Ensure that the
@@ -3753,6 +3769,7 @@
3753
3769
 
3754
3770
 
3755
3771
 
3772
+
3756
3773
 
3757
3774
 
3758
3775
  This also deprecates
@@ -3820,6 +3837,7 @@
3820
3837
 
3821
3838
 
3822
3839
 
3840
+
3823
3841
 
3824
3842
 
3825
3843
  It can in fact be a
@@ -3888,6 +3906,7 @@
3888
3906
 
3889
3907
 
3890
3908
 
3909
+
3891
3910
 
3892
3911
 
3893
3912
  We know what type
@@ -3961,6 +3980,7 @@
3961
3980
 
3962
3981
 
3963
3982
 
3983
+
3964
3984
 
3965
3985
 
3966
3986
  Update
@@ -4145,6 +4165,7 @@
4145
4165
 
4146
4166
 
4147
4167
 
4168
+
4148
4169
 
4149
4170
 
4150
4171
  This also deprecates
@@ -7302,6 +7323,7 @@
7302
7323
 
7303
7324
 
7304
7325
 
7326
+
7305
7327
 
7306
7328
 
7307
7329
  As balena-lint
@@ -7391,6 +7413,7 @@
7391
7413
 
7392
7414
 
7393
7415
 
7416
+
7394
7417
 
7395
7418
 
7396
7419
  As engine and npm is
@@ -7495,6 +7518,7 @@
7495
7518
 
7496
7519
 
7497
7520
 
7521
+
7498
7522
 
7499
7523
 
7500
7524
  Ensure that the
@@ -7662,6 +7686,7 @@
7662
7686
 
7663
7687
 
7664
7688
 
7689
+
7665
7690
 
7666
7691
 
7667
7692
  This also deprecates
@@ -7757,6 +7782,7 @@
7757
7782
 
7758
7783
 
7759
7784
 
7785
+
7760
7786
 
7761
7787
 
7762
7788
  It can in fact be a
@@ -7853,6 +7879,7 @@
7853
7879
 
7854
7880
 
7855
7881
 
7882
+
7856
7883
 
7857
7884
 
7858
7885
  We know what type
@@ -7954,6 +7981,7 @@
7954
7981
 
7955
7982
 
7956
7983
 
7984
+
7957
7985
 
7958
7986
 
7959
7987
  Update
@@ -8166,6 +8194,7 @@
8166
8194
 
8167
8195
 
8168
8196
 
8197
+
8169
8198
 
8170
8199
 
8171
8200
  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
+ # v21.6.17
8
+ ## (2025-07-14)
9
+
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
+
7
12
  # v21.6.16
8
- ## (2025-07-11)
13
+ ## (2025-07-14)
9
14
 
10
15
  * Clarify that we're using the final vocabulary when resolving permissions [Pagan Gazzard]
11
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 21.6.16
1
+ 21.6.17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.16",
3
+ "version": "21.6.17-build-renovate-bcrypt-6-x-a6241f31d6918455da71b952120b1a7e94db6908-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.828.0",
115
115
  "@aws-sdk/lib-storage": "^3.828.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.828.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-07-11T17:12:21.231Z"
152
+ "publishedAt": "2025-07-14T08:02:05.168Z"
153
153
  }
154
154
  }