@balena/pinejs 15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-1 → 15.3.14-build-renovate-node-20-x-86536af590e8b408e9cae3ee6e30621d6e2ae97e-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  - commits:
2
- - subject: Update Node.js to v21
3
- hash: 17b83a48009aa102f41bc4c8158692de6c1f67c1
2
+ - subject: Update dependency @types/node to v20
3
+ hash: 86536af590e8b408e9cae3ee6e30621d6e2ae97e
4
4
  body: |
5
- Update node from 16 to 21
5
+ Update @types/node from 18.18.6 to 20.8.7
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -10,7 +10,7 @@
10
10
  nested: []
11
11
  version: 15.3.14
12
12
  title: ""
13
- date: 2023-10-23T16:03:01.684Z
13
+ date: 2023-10-24T01:20:34.435Z
14
14
  - commits:
15
15
  - subject: Blocks updating and creating webresources with non multipart-formdata
16
16
  requests
package/CHANGELOG.md CHANGED
@@ -5,9 +5,9 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v15.3.14
8
- ## (2023-10-23)
8
+ ## (2023-10-24)
9
9
 
10
- * Update Node.js to v21 [Self-hosted Renovate Bot]
10
+ * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
11
11
 
12
12
  # v15.3.13
13
13
  ## (2023-10-23)
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM node:21-alpine as runner
1
+ FROM node:16-alpine as runner
2
2
 
3
3
  WORKDIR /usr/src/pine
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.14-build-renovate-node-21-x-17b83a48009aa102f41bc4c8158692de6c1f67c1-1",
3
+ "version": "15.3.14-build-renovate-node-20-x-86536af590e8b408e9cae3ee6e30621d6e2ae97e-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -43,7 +43,7 @@
43
43
  "@types/method-override": "^0.0.33",
44
44
  "@types/multer": "^1.4.7",
45
45
  "@types/mysql": "^2.15.21",
46
- "@types/node": "^18.16.1",
46
+ "@types/node": "^20.0.0",
47
47
  "@types/passport": "^1.0.12",
48
48
  "@types/passport-local": "^1.0.35",
49
49
  "@types/passport-strategy": "^0.2.35",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-10-23T16:03:02.589Z"
146
+ "publishedAt": "2023-10-24T01:20:35.508Z"
147
147
  }
148
148
  }