@balena/pinejs 23.1.5-build-renovate-major-10--faker-jsfaker-958b855efb9f21869c1eb97011bb699fbe282138-1 → 23.1.5-build-renovate-bcrypt-6-x-7164f58261f54d95527960ffbbc130e4feba3f66-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.
- package/.versionbot/CHANGELOG.yml +4 -4
- package/CHANGELOG.md +1 -1
- package/package.json +4 -4
@@ -1,8 +1,8 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update dependency
|
3
|
-
hash:
|
2
|
+
- subject: Update dependency bcrypt to v6
|
3
|
+
hash: 7164f58261f54d95527960ffbbc130e4feba3f66
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update bcrypt from 5.1.1 to 6.0.0
|
6
6
|
footer:
|
7
7
|
Change-type: patch
|
8
8
|
change-type: patch
|
@@ -10,7 +10,7 @@
|
|
10
10
|
nested: []
|
11
11
|
version: 23.1.5
|
12
12
|
title: ""
|
13
|
-
date: 2025-09-02T17:12:
|
13
|
+
date: 2025-09-02T17:12:33.631Z
|
14
14
|
- commits:
|
15
15
|
- subject: Use `= ANY` instead of `IN`
|
16
16
|
hash: d4760be26a6169369f1187a187e7cef19d829a0d
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.5-build-renovate-
|
3
|
+
"version": "23.1.5-build-renovate-bcrypt-6-x-7164f58261f54d95527960ffbbc130e4feba3f66-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"@balena/lint": "^9.3.2",
|
71
71
|
"@balena/pinejs": "file:./",
|
72
72
|
"@balena/pinejs-webresource-s3": "^2.1.7",
|
73
|
-
"@faker-js/faker": "^
|
73
|
+
"@faker-js/faker": "^9.9.0",
|
74
74
|
"@types/busboy": "^1.5.4",
|
75
75
|
"@types/chai": "^5.2.2",
|
76
76
|
"@types/grunt": "^0.4.32",
|
@@ -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": "^
|
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-09-02T17:12:
|
151
|
+
"publishedAt": "2025-09-02T17:12:34.636Z"
|
152
152
|
}
|
153
153
|
}
|