@balena/pinejs 15.3.18 → 15.3.19-build-renovate-commander-11-x-373cd3ab7aafe5a6837b1fc1ea334a927b8d3174-2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,16 @@
1
+ - commits:
2
+ - subject: Update dependency commander to v11
3
+ hash: 373cd3ab7aafe5a6837b1fc1ea334a927b8d3174
4
+ body: |
5
+ Update commander from 10.0.1 to 11.1.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.19
12
+ title: ""
13
+ date: 2023-11-24T09:00:06.093Z
1
14
  - commits:
2
15
  - subject: Update dependency @faker-js/faker to v8
3
16
  hash: d4490df5ca66fb55235f27d40c5008d6e755e8ea
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.18
12
25
  title: ""
13
- date: 2023-11-23T19:59:38.725Z
26
+ date: 2023-11-24T08:39:42.925Z
14
27
  - commits:
15
28
  - subject: Update @balena/lint
16
29
  hash: 079f1a9438c61b7642088470818ead9580eb1f85
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v15.3.19
8
+ ## (2023-11-24)
9
+
10
+ * Update dependency commander to v11 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.18
8
- ## (2023-11-23)
13
+ ## (2023-11-24)
9
14
 
10
15
  * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
16
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.18
1
+ 15.3.19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.18",
3
+ "version": "15.3.19-build-renovate-commander-11-x-373cd3ab7aafe5a6837b1fc1ea334a927b8d3174-2",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -51,7 +51,7 @@
51
51
  "@types/randomstring": "^1.1.8",
52
52
  "@types/websql": "^0.0.28",
53
53
  "busboy": "^1.6.0",
54
- "commander": "^10.0.1",
54
+ "commander": "^11.0.0",
55
55
  "deep-freeze": "^0.0.1",
56
56
  "eventemitter3": "^5.0.0",
57
57
  "express-session": "^1.17.3",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-11-23T19:59:39.368Z"
146
+ "publishedAt": "2023-11-24T09:00:06.731Z"
147
147
  }
148
148
  }