@balena/pinejs 23.1.4-build-renovate-bcrypt-6-x-4db2efaa85669f85ab6713c133826f58ba651548-1 → 23.1.4-build-renovate-major-6-chai-66b62035260611d35fe23f7b66f5ebe8a2571f0d-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 +2 -2
- package/package.json +4 -4
@@ -1,8 +1,8 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update dependency
|
3
|
-
hash:
|
2
|
+
- subject: Update dependency chai to v6
|
3
|
+
hash: 66b62035260611d35fe23f7b66f5ebe8a2571f0d
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update chai from 5.3.3 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.4
|
12
12
|
title: ""
|
13
|
-
date: 2025-08-
|
13
|
+
date: 2025-08-25T10:06:44.301Z
|
14
14
|
- commits:
|
15
15
|
- subject: "Permissions: simplify the constrained abstract sql by using `SELECT *`"
|
16
16
|
hash: 0eaa7ce15888483beb8b9cd1bf2bf348d83eba03
|
package/CHANGELOG.md
CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v23.1.4
|
8
|
-
## (2025-08-
|
8
|
+
## (2025-08-25)
|
9
9
|
|
10
|
-
* Update dependency
|
10
|
+
* Update dependency chai to v6 [balena-renovate[bot]]
|
11
11
|
|
12
12
|
# v23.1.3
|
13
13
|
## (2025-08-19)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.4-build-renovate-
|
3
|
+
"version": "23.1.4-build-renovate-major-6-chai-66b62035260611d35fe23f7b66f5ebe8a2571f0d-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -80,7 +80,7 @@
|
|
80
80
|
"@types/supertest": "^6.0.3",
|
81
81
|
"@types/terser-webpack-plugin": "^5.2.0",
|
82
82
|
"@types/webpack": "^5.28.5",
|
83
|
-
"chai": "^
|
83
|
+
"chai": "^6.0.0",
|
84
84
|
"grunt": "^1.6.1",
|
85
85
|
"grunt-check-dependencies": "^1.0.0",
|
86
86
|
"grunt-cli": "^1.5.0",
|
@@ -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": "^5.1.1",
|
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-
|
151
|
+
"publishedAt": "2025-08-25T10:06:45.334Z"
|
152
152
|
}
|
153
153
|
}
|