@balena/pinejs 23.2.7-build-renovate-bcrypt-6-x-991f2d9c0d2c3e0d2a024c13bd8c7c9550b1c6f5-1 → 23.2.7-build-renovate-major-24-node-751a531a2643229cd972b9ff4bc56a90727afa50-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 bcrypt to v6
3
- hash: 991f2d9c0d2c3e0d2a024c13bd8c7c9550b1c6f5
2
+ - subject: Update dependency @types/node to v24
3
+ hash: 751a531a2643229cd972b9ff4bc56a90727afa50
4
4
  body: |
5
- Update bcrypt from 5.1.1 to 6.0.0
5
+ Update @types/node from 20.19.24 to 24.9.2
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 23.2.7
12
12
  title: ""
13
- date: 2025-11-04T22:06:08.933Z
13
+ date: 2025-11-04T22:06:16.419Z
14
14
  - commits:
15
15
  - subject: "Tests: use `Array.from`'s `mapFn` argument to avoid intermediate arrays"
16
16
  hash: ff7f89973b8055031bf2395c72dd2cb294e5beb6
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v23.2.7
8
8
  ## (2025-11-04)
9
9
 
10
- * Update dependency bcrypt to v6 [balena-renovate[bot]]
10
+ * Update dependency @types/node to v24 [balena-renovate[bot]]
11
11
 
12
12
  # v23.2.6
13
13
  ## (2025-11-04)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "23.2.7-build-renovate-bcrypt-6-x-991f2d9c0d2c3e0d2a024c13bd8c7c9550b1c6f5-1",
3
+ "version": "23.2.7-build-renovate-major-24-node-751a531a2643229cd972b9ff4bc56a90727afa50-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -45,7 +45,7 @@
45
45
  "@types/memoizee": "^0.4.12",
46
46
  "@types/method-override": "^3.0.0",
47
47
  "@types/mysql": "^2.15.27",
48
- "@types/node": "^20.19.21",
48
+ "@types/node": "^24.0.0",
49
49
  "@types/passport": "^1.0.17",
50
50
  "@types/passport-local": "^1.0.38",
51
51
  "@types/passport-strategy": "^0.2.38",
@@ -114,7 +114,7 @@
114
114
  "@aws-sdk/client-s3": "^3.908.0",
115
115
  "@aws-sdk/lib-storage": "^3.908.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.908.0",
117
- "bcrypt": "^6.0.0",
117
+ "bcrypt": "^5.1.1",
118
118
  "body-parser": "^1.20.3",
119
119
  "compression": "^1.8.1",
120
120
  "cookie-parser": "^1.4.7",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-11-04T22:06:10.000Z"
152
+ "publishedAt": "2025-11-04T22:06:17.469Z"
153
153
  }
154
154
  }