balena-cli 18.2.13 → 18.2.14

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/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 18.2.14 - 2024-07-02
8
+
9
+ * Update dependency jsonwebtoken to v9 [SECURITY] [Self-hosted Renovate Bot]
10
+
7
11
  ## 18.2.13 - 2024-07-02
8
12
 
9
13
  * Update dependency @types/prettyjson to ^0.0.33 [Self-hosted Renovate Bot]
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.2.13",
3
+ "version": "18.2.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "18.2.13",
9
+ "version": "18.2.14",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -164,7 +164,7 @@
164
164
  "husky": "^4.3.8",
165
165
  "inline-source-cli": "^2.0.0",
166
166
  "intercept-stdout": "^0.1.2",
167
- "jsonwebtoken": "^8.5.1",
167
+ "jsonwebtoken": "^9.0.0",
168
168
  "klaw": "^3.0.0",
169
169
  "mkdirp": "^1.0.4",
170
170
  "mocha": "^8.4.0",
@@ -12659,10 +12659,11 @@
12659
12659
  }
12660
12660
  },
12661
12661
  "node_modules/jsonwebtoken": {
12662
- "version": "8.5.1",
12663
- "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz",
12664
- "integrity": "sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==",
12662
+ "version": "9.0.2",
12663
+ "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
12664
+ "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
12665
12665
  "dev": true,
12666
+ "license": "MIT",
12666
12667
  "dependencies": {
12667
12668
  "jws": "^3.2.2",
12668
12669
  "lodash.includes": "^4.3.0",
@@ -12673,20 +12674,11 @@
12673
12674
  "lodash.isstring": "^4.0.1",
12674
12675
  "lodash.once": "^4.0.0",
12675
12676
  "ms": "^2.1.1",
12676
- "semver": "^5.6.0"
12677
+ "semver": "^7.5.4"
12677
12678
  },
12678
12679
  "engines": {
12679
- "node": ">=4",
12680
- "npm": ">=1.4.28"
12681
- }
12682
- },
12683
- "node_modules/jsonwebtoken/node_modules/semver": {
12684
- "version": "5.7.2",
12685
- "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
12686
- "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
12687
- "dev": true,
12688
- "bin": {
12689
- "semver": "bin/semver"
12680
+ "node": ">=12",
12681
+ "npm": ">=6"
12690
12682
  }
12691
12683
  },
12692
12684
  "node_modules/jsprim": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.2.13",
2
+ "version": "18.2.14",
3
3
  "commands": {
4
4
  "api-key:generate": {
5
5
  "id": "api-key:generate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.2.13",
3
+ "version": "18.2.14",
4
4
  "description": "The official balena Command Line Interface",
5
5
  "main": "./build/app.js",
6
6
  "homepage": "https://github.com/balena-io/balena-cli",
@@ -182,7 +182,7 @@
182
182
  "husky": "^4.3.8",
183
183
  "inline-source-cli": "^2.0.0",
184
184
  "intercept-stdout": "^0.1.2",
185
- "jsonwebtoken": "^8.5.1",
185
+ "jsonwebtoken": "^9.0.0",
186
186
  "klaw": "^3.0.0",
187
187
  "mkdirp": "^1.0.4",
188
188
  "mocha": "^8.4.0",
@@ -287,6 +287,6 @@
287
287
  "windosu": "^0.3.0"
288
288
  },
289
289
  "versionist": {
290
- "publishedAt": "2024-07-02T08:49:30.881Z"
290
+ "publishedAt": "2024-07-02T09:49:15.548Z"
291
291
  }
292
292
  }