@balena/pinejs 15.3.14-build-renovate-node-21-x-5694a52b35fc0cc0dbc84456d603f09834f9624e-1 → 15.3.14-build-renovate-faker-js-faker-8-x-36400718b553500dc1f59fcf8957992039019003-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: 5694a52b35fc0cc0dbc84456d603f09834f9624e
2
+ - subject: Update dependency @faker-js/faker to v8
3
+ hash: 36400718b553500dc1f59fcf8957992039019003
4
4
  body: |
5
- Update node from 16 to 21
5
+ Update @faker-js/faker from 7.6.0 to 8.2.0
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
@@ -19,7 +19,7 @@
19
19
  nested: []
20
20
  version: 15.3.14
21
21
  title: ""
22
- date: 2023-10-24T02:15:07.651Z
22
+ date: 2023-10-24T02:15:12.790Z
23
23
  - commits:
24
24
  - subject: Blocks updating and creating webresources with non multipart-formdata
25
25
  requests
package/CHANGELOG.md CHANGED
@@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7
7
  # v15.3.14
8
8
  ## (2023-10-24)
9
9
 
10
- * Update Node.js to v21 [Self-hosted Renovate Bot]
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
11
  * Update dependency @types/node to v20 [Self-hosted Renovate Bot]
12
12
 
13
13
  # v15.3.13
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-5694a52b35fc0cc0dbc84456d603f09834f9624e-1",
3
+ "version": "15.3.14-build-renovate-faker-js-faker-8-x-36400718b553500dc1f59fcf8957992039019003-1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@balena/lint": "^7.1.1",
66
- "@faker-js/faker": "^7.6.0",
66
+ "@faker-js/faker": "^8.0.0",
67
67
  "@types/busboy": "^1.5.0",
68
68
  "@types/chai": "^4.3.4",
69
69
  "@types/chai-as-promised": "^7.1.5",
@@ -143,6 +143,6 @@
143
143
  "recursive": true
144
144
  },
145
145
  "versionist": {
146
- "publishedAt": "2023-10-24T02:15:08.737Z"
146
+ "publishedAt": "2023-10-24T02:15:13.775Z"
147
147
  }
148
148
  }