@balena/pinejs 21.6.2-build-renovate-bcrypt-6-x-dee460685041c99942926ae642183182a34e3597-1 → 21.6.2-build-renovate-major-16-lint-staged-ad1c31842519dac8c8ace8256bedec9dea9f5174-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: dee460685041c99942926ae642183182a34e3597
2
+ - subject: Update dependency lint-staged to v16
3
+ hash: ad1c31842519dac8c8ace8256bedec9dea9f5174
4
4
  body: |
5
- Update bcrypt from 5.1.1 to 6.0.0
5
+ Update lint-staged from 15.5.2 to 16.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: 21.6.2
12
12
  title: ""
13
- date: 2025-05-27T13:19:28.943Z
13
+ date: 2025-05-27T14:02:35.835Z
14
14
  - commits:
15
15
  - subject: "CI: Update minio/mc bucket setup commands & bump versions"
16
16
  hash: 82fb24d8beb256f34aed3c9bffc78bbb87845d17
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v21.6.2
8
8
  ## (2025-05-27)
9
9
 
10
- * Update dependency bcrypt to v6 [balena-renovate[bot]]
10
+ * Update dependency lint-staged to v16 [balena-renovate[bot]]
11
11
 
12
12
  # v21.6.1
13
13
  ## (2025-05-27)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.2-build-renovate-bcrypt-6-x-dee460685041c99942926ae642183182a34e3597-1",
3
+ "version": "21.6.2-build-renovate-major-16-lint-staged-ad1c31842519dac8c8ace8256bedec9dea9f5174-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -94,7 +94,7 @@
94
94
  "grunt-ts": "^6.0.0-beta.22",
95
95
  "grunt-webpack": "^7.0.0",
96
96
  "husky": "^9.1.7",
97
- "lint-staged": "^15.5.0",
97
+ "lint-staged": "^16.0.0",
98
98
  "load-grunt-tasks": "^5.1.0",
99
99
  "mocha": "^11.2.0",
100
100
  "on-finished": "^2.4.1",
@@ -114,7 +114,7 @@
114
114
  "@aws-sdk/client-s3": "^3.775.0",
115
115
  "@aws-sdk/lib-storage": "^3.775.0",
116
116
  "@aws-sdk/s3-request-presigner": "^3.775.0",
117
- "bcrypt": "^6.0.0",
117
+ "bcrypt": "^5.1.1",
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-05-27T13:19:29.989Z"
152
+ "publishedAt": "2025-05-27T14:02:36.915Z"
153
153
  }
154
154
  }