@balena/pinejs 15.3.13-build-does-not-allow-application-json-on-webresource-c3d6262661f2680f824790ab0d855caaeb89ec29-1 → 15.3.14-build-renovate-faker-js-faker-8-x-8c061df1840322af549f5589944542d34a7b480b-1

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 @faker-js/faker to v8
3
+ hash: 8c061df1840322af549f5589944542d34a7b480b
4
+ body: |
5
+ Update @faker-js/faker from 7.6.0 to 8.2.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 15.3.14
12
+ title: ""
13
+ date: 2023-10-23T16:03:08.862Z
1
14
  - commits:
2
15
  - subject: Blocks updating and creating webresources with non multipart-formdata
3
16
  requests
@@ -10,7 +23,7 @@
10
23
  nested: []
11
24
  version: 15.3.13
12
25
  title: ""
13
- date: 2023-10-23T13:34:02.497Z
26
+ date: 2023-10-23T15:35:39.739Z
14
27
  - commits:
15
28
  - subject: Update dependency @types/websql to ^0.0.28
16
29
  hash: f1fc571c6340aaecb591ffaee446a59642bad1af
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
+ # v15.3.14
8
+ ## (2023-10-23)
9
+
10
+ * Update dependency @faker-js/faker to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v15.3.13
8
13
  ## (2023-10-23)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 15.3.13
1
+ 15.3.14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "15.3.13-build-does-not-allow-application-json-on-webresource-c3d6262661f2680f824790ab0d855caaeb89ec29-1",
3
+ "version": "15.3.14-build-renovate-faker-js-faker-8-x-8c061df1840322af549f5589944542d34a7b480b-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-23T13:34:03.517Z"
146
+ "publishedAt": "2023-10-23T16:03:10.039Z"
147
147
  }
148
148
  }