@balena/pinejs 23.1.5-build-renovate-major-6-chai-3125e0cc6034182fbec66f0435fdca429f5a729b-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.
@@ -1,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update dependency chai to v6
3
- hash: 3125e0cc6034182fbec66f0435fdca429f5a729b
2
+ - subject: Update dependency bcrypt to v6
3
+ hash: 7164f58261f54d95527960ffbbc130e4feba3f66
4
4
  body: |
5
- Update chai from 5.3.3 to 6.0.1
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.386Z
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
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.1.5
8
8
  ## (2025-09-02)
9
9
 
10
- * Update dependency chai to v6 [balena-renovate[bot]]
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
11
11
 
12
12
  # v23.1.4
13
13
  ## (2025-09-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.1.5-build-renovate-major-6-chai-3125e0cc6034182fbec66f0435fdca429f5a729b-1",
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",
@@ -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": "^6.0.0",
83
+ "chai": "^5.2.1",
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": "^5.1.1",
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:14.379Z"
151
+ "publishedAt": "2025-09-02T17:12:34.636Z"
152
152
  }
153
153
  }