@balena/pinejs 14.60.0 → 14.60.1

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.
@@ -1,3 +1,18 @@
1
+ - commits:
2
+ - subject: "chore(deps): update dependency grunt to 1.6.1"
3
+ hash: 8887bb76b142d47a50b3a1c9f65a78af09d0a1a1
4
+ body: |
5
+ Update grunt to 1.6.1
6
+
7
+ Update grunt from 1.5.3 to 1.6.1
8
+ footer:
9
+ Change-type: patch
10
+ change-type: patch
11
+ author: Renovate Bot
12
+ nested: []
13
+ version: 14.60.1
14
+ title: ""
15
+ date: 2023-01-31T16:03:31.808Z
1
16
  - commits:
2
17
  - subject: 'Revert "chore(deps): update node.js to v19"'
3
18
  hash: 89555686d14cf155cd8d4cb23e10392b7672be9d
@@ -15,7 +30,7 @@
15
30
  nested: []
16
31
  version: 14.60.0
17
32
  title: ""
18
- date: 2023-01-30T20:42:20.147Z
33
+ date: 2023-01-30T21:05:20.149Z
19
34
  - commits:
20
35
  - subject: Remove duplicate stack trace logging
21
36
  hash: 9399925c01dc42e5426d69e3843a63ed142795a7
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.60.1
8
+ ## (2023-01-31)
9
+
10
+ * chore(deps): update dependency grunt to 1.6.1 [Renovate Bot]
11
+
7
12
  # v14.60.0
8
13
  ## (2023-01-30)
9
14
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 14.60.0
1
+ 14.60.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "14.60.0",
3
+ "version": "14.60.1",
4
4
  "main": "out/server-glue/module",
5
5
  "repository": "git@github.com:balena-io/pinejs.git",
6
6
  "license": "Apache-2.0",
@@ -70,7 +70,7 @@
70
70
  "@types/terser-webpack-plugin": "^5.2.0",
71
71
  "@types/webpack": "^5.28.0",
72
72
  "chai": "^4.3.7",
73
- "grunt": "1.5.3",
73
+ "grunt": "1.6.1",
74
74
  "grunt-check-dependencies": "^1.0.0",
75
75
  "grunt-cli": "^1.4.3",
76
76
  "grunt-contrib-clean": "^2.0.1",
@@ -132,6 +132,6 @@
132
132
  "recursive": true
133
133
  },
134
134
  "versionist": {
135
- "publishedAt": "2023-01-30T20:42:20.921Z"
135
+ "publishedAt": "2023-01-31T16:03:32.806Z"
136
136
  }
137
137
  }