sfdx-jayree 4.8.228 → 4.8.229

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.229](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.228...v4.8.229) (2026-09-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump joi from 18.2.3 to 18.2.8 ([#2095](https://github.com/jayree/sfdx-jayree-plugin/issues/2095)) ([cd4f4da](https://github.com/jayree/sfdx-jayree-plugin/commit/cd4f4da9900f2cb174568676b7449c74b4946409))
7
+
1
8
  ## [4.8.228](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.227...v4.8.228) (2026-09-04)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.228",
3
+ "version": "4.8.229",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.228",
9
+ "version": "4.8.229",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.128",
@@ -11305,9 +11305,9 @@
11305
11305
  }
11306
11306
  },
11307
11307
  "node_modules/joi": {
11308
- "version": "18.2.3",
11309
- "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz",
11310
- "integrity": "sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==",
11308
+ "version": "18.2.8",
11309
+ "resolved": "https://registry.npmjs.org/joi/-/joi-18.2.8.tgz",
11310
+ "integrity": "sha512-G2TX62h58ZHuwqetJgP2F4ualakqAmZtBYe3jWen7gxQRw5xApX6crnFtuB91WC0c3ESBnva+kGSnb3+6pIQDQ==",
11311
11311
  "license": "BSD-3-Clause",
11312
11312
  "dependencies": {
11313
11313
  "@hapi/address": "^5.1.1",
package/oclif.lock CHANGED
@@ -5445,9 +5445,9 @@ jest-docblock@^30.0.0:
5445
5445
  detect-newline "^3.1.0"
5446
5446
 
5447
5447
  joi@^18.2.1:
5448
- version "18.2.3"
5449
- resolved "https://registry.npmjs.org/joi/-/joi-18.2.3.tgz"
5450
- integrity sha512-N5A3KTWQpPWT4ExxxPlUx7WmykGXRzhNidWhV41d6Abu9YfI2NyWCJuxdPnslJCPWtbRpSVOWSnSS6GakLM/Rg==
5448
+ version "18.2.8"
5449
+ resolved "https://registry.npmjs.org/joi/-/joi-18.2.8.tgz"
5450
+ integrity sha512-G2TX62h58ZHuwqetJgP2F4ualakqAmZtBYe3jWen7gxQRw5xApX6crnFtuB91WC0c3ESBnva+kGSnb3+6pIQDQ==
5451
5451
  dependencies:
5452
5452
  "@hapi/address" "^5.1.1"
5453
5453
  "@hapi/formula" "^3.0.2"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.228"
3
+ "version": "4.8.229"
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.228",
4
+ "version": "4.8.229",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",