@balena/pinejs 15.3.14-build-renovate-commander-11-x-7b329ee0428458a138090518cab239cbeaa3a9b6-1 → 15.3.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,13 +1,4 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v11
3
- hash: 7b329ee0428458a138090518cab239cbeaa3a9b6
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
2
  - subject: Update dependency @types/node to v20
12
3
  hash: 86536af590e8b408e9cae3ee6e30621d6e2ae97e
13
4
  body: |
@@ -19,7 +10,7 @@
19
10
  nested: []
20
11
  version: 15.3.14
21
12
  title: ""
22
- date: 2023-10-24T02:15:02.620Z
13
+ date: 2023-10-24T01:20:34.435Z
23
14
  - commits:
24
15
  - subject: Blocks updating and creating webresources with non multipart-formdata
25
16
  requests
package/CHANGELOG.md CHANGED
@@ -7,7 +7,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v15.3.14
8
8
  ## (2023-10-24)
9
9
 
10
- * Update dependency commander to v11 [Self-hosted Renovate Bot]
11
10
  * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
12
11
 
13
12
  # v15.3.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.14-build-renovate-commander-11-x-7b329ee0428458a138090518cab239cbeaa3a9b6-1",
3
+ "version": "15.3.14",
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": "^11.0.0",
54
+ "commander": "^10.0.1",
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-10-24T02:15:03.502Z"
146
+ "publishedAt": "2023-10-24T01:20:35.508Z"
147
147
  }
148
148
  }