@balena/pinejs 21.6.10-build-bump-abstractsql-to-ts-0f724993cc836232702ad28a7d271ecef645f065-1 → 21.6.10-build-renovate-bcrypt-6-x-2e81850e8fa4c3b1bf99004d156241f224e0a28a-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,28 +1,16 @@
1
1
  - commits:
2
- - subject: Bump @balena/abstract-sql-to-typescript to v5.1.2
3
- hash: 0f724993cc836232702ad28a7d271ecef645f065
2
+ - subject: Update dependency bcrypt to v6
3
+ hash: 2e81850e8fa4c3b1bf99004d156241f224e0a28a
4
4
  body: |
5
- Update @balena/abstract-sql-to-typescript from 5.1.1 to 5.1.2
5
+ Update bcrypt from 5.1.1 to 6.0.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- author: Otavio Jacobi
10
- nested:
11
- - commits:
12
- - subject: Allow sbvr-types v10 as peer dependency
13
- hash: 769015a6e199bbc4c497a6d29d6b79f3761fe884
14
- body: ""
15
- footer:
16
- Change-type: patch
17
- change-type: patch
18
- author: Otavio Jacobi
19
- nested: []
20
- version: abstract-sql-to-typescript-5.1.2
21
- title: ""
22
- date: 2025-06-19T19:45:38.533Z
9
+ author: balena-renovate[bot]
10
+ nested: []
23
11
  version: 21.6.10
24
12
  title: ""
25
- date: 2025-06-20T13:25:00.690Z
13
+ date: 2025-06-20T14:40:29.751Z
26
14
  - commits:
27
15
  - subject: Update @balena/lf-to-abstract-sql from 5.0.5 to 5.0.7
28
16
  hash: b2cd76db8f7fd15d967c0eb4f91d8fc514baaefc
package/CHANGELOG.md CHANGED
@@ -7,17 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.6.10
8
8
  ## (2025-06-20)
9
9
 
10
-
11
- <details>
12
- <summary> Bump @balena/abstract-sql-to-typescript to v5.1.2 [Otavio Jacobi] </summary>
13
-
14
- > ## abstract-sql-to-typescript-5.1.2
15
- > ### (2025-06-19)
16
- >
17
- > * Allow sbvr-types v10 as peer dependency [Otavio Jacobi]
18
- >
19
-
20
- </details>
10
+ * Update dependency bcrypt to v6 [balena-renovate[bot]]
21
11
 
22
12
  # v21.6.9
23
13
  ## (2025-06-20)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.10-build-bump-abstractsql-to-ts-0f724993cc836232702ad28a7d271ecef645f065-1",
3
+ "version": "21.6.10-build-renovate-bcrypt-6-x-2e81850e8fa4c3b1bf99004d156241f224e0a28a-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@balena/abstract-sql-compiler": "^10.3.2",
30
- "@balena/abstract-sql-to-typescript": "^5.1.2",
30
+ "@balena/abstract-sql-to-typescript": "^5.1.1",
31
31
  "@balena/env-parsing": "^1.2.5",
32
32
  "@balena/lf-to-abstract-sql": "^5.0.7",
33
33
  "@balena/odata-parser": "^4.2.6",
@@ -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-06-20T13:25:02.412Z"
152
+ "publishedAt": "2025-06-20T14:40:30.791Z"
153
153
  }
154
154
  }