sfdx-jayree 4.8.115 → 4.8.116

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
@@ -1,3 +1,10 @@
1
+ ## [4.8.116](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.115...v4.8.116) (2025-01-22)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump undici from 6.20.1 to 6.21.1 ([#1541](https://github.com/jayree/sfdx-jayree-plugin/issues/1541)) ([7939be2](https://github.com/jayree/sfdx-jayree-plugin/commit/7939be2a98604b8f0f063ed6955a020024190eff))
7
+
1
8
  ## [4.8.115](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.114...v4.8.115) (2025-01-17)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.115",
3
+ "version": "4.8.116",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.115",
9
+ "version": "4.8.116",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^3.6.34",
@@ -17067,9 +17067,9 @@
17067
17067
  }
17068
17068
  },
17069
17069
  "node_modules/undici": {
17070
- "version": "6.20.1",
17071
- "resolved": "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz",
17072
- "integrity": "sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==",
17070
+ "version": "6.21.1",
17071
+ "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz",
17072
+ "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==",
17073
17073
  "license": "MIT",
17074
17074
  "engines": {
17075
17075
  "node": ">=18.17"
package/oclif.lock CHANGED
@@ -8982,9 +8982,9 @@ undici-types@~6.19.2:
8982
8982
  integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==
8983
8983
 
8984
8984
  undici@^6.19.5:
8985
- version "6.20.1"
8986
- resolved "https://registry.npmjs.org/undici/-/undici-6.20.1.tgz"
8987
- integrity sha512-AjQF1QsmqfJys+LXfGTNum+qw4S88CojRInG/6t31W/1fk6G59s92bnAvGz5Cmur+kQv2SURXEvvudLmbrE8QA==
8985
+ version "6.21.1"
8986
+ resolved "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz"
8987
+ integrity sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==
8988
8988
 
8989
8989
  unicode-emoji-modifier-base@^1.0.0:
8990
8990
  version "1.0.0"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.115"
3
+ "version": "4.8.116"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
3
  "description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.",
4
- "version": "4.8.115",
4
+ "version": "4.8.116",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",