@balena/pinejs 14.55.0 → 14.56.0
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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +16 -1
- package/CHANGELOG.md +5 -0
- package/VERSION +1 -1
- package/package.json +3 -3
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @types/node to 18.11.18
|
|
3
|
+
hash: 0997dacb598c5fdab904b9918a11f003d92a3f59
|
|
4
|
+
body: |
|
|
5
|
+
Update @types/node to 18.11.18
|
|
6
|
+
|
|
7
|
+
Update @types/node from 12.20.55 to 18.11.18
|
|
8
|
+
footer:
|
|
9
|
+
Change-type: minor
|
|
10
|
+
change-type: minor
|
|
11
|
+
author: Renovate Bot
|
|
12
|
+
nested: []
|
|
13
|
+
version: 14.56.0
|
|
14
|
+
title: ""
|
|
15
|
+
date: 2023-01-23T20:06:21.196Z
|
|
1
16
|
- commits:
|
|
2
17
|
- subject: Update dependency commander to 10.0.0
|
|
3
18
|
hash: 80989852ab6759e074f842a61fd1d72c951108e8
|
|
@@ -12,7 +27,7 @@
|
|
|
12
27
|
nested: []
|
|
13
28
|
version: 14.55.0
|
|
14
29
|
title: ""
|
|
15
|
-
date: 2023-01-23T19:
|
|
30
|
+
date: 2023-01-23T19:13:03.471Z
|
|
16
31
|
- commits:
|
|
17
32
|
- subject: Update dependencies
|
|
18
33
|
hash: e174ca518bce3890988a964b8f267784710c5197
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ 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
|
+
# v14.56.0
|
|
8
|
+
## (2023-01-23)
|
|
9
|
+
|
|
10
|
+
* Update dependency @types/node to 18.11.18 [Renovate Bot]
|
|
11
|
+
|
|
7
12
|
# v14.55.0
|
|
8
13
|
## (2023-01-23)
|
|
9
14
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.
|
|
1
|
+
14.56.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/pinejs",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.56.0",
|
|
4
4
|
"main": "out/server-glue/module",
|
|
5
5
|
"repository": "git@github.com:balena-io/pinejs.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/method-override": "^0.0.32",
|
|
43
43
|
"@types/multer": "^1.4.7",
|
|
44
44
|
"@types/mysql": "^2.15.21",
|
|
45
|
-
"@types/node": "^
|
|
45
|
+
"@types/node": "^18.0.0",
|
|
46
46
|
"@types/passport": "^1.0.11",
|
|
47
47
|
"@types/passport-local": "^1.0.35",
|
|
48
48
|
"@types/passport-strategy": "^0.2.35",
|
|
@@ -131,6 +131,6 @@
|
|
|
131
131
|
"recursive": true
|
|
132
132
|
},
|
|
133
133
|
"versionist": {
|
|
134
|
-
"publishedAt": "2023-01-
|
|
134
|
+
"publishedAt": "2023-01-23T20:06:22.009Z"
|
|
135
135
|
}
|
|
136
136
|
}
|