sfdx-jayree 4.8.204 → 4.8.205

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.205](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.204...v4.8.205) (2026-05-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump tmp from 0.2.5 to 0.2.7 ([#1986](https://github.com/jayree/sfdx-jayree-plugin/issues/1986)) ([d2693ac](https://github.com/jayree/sfdx-jayree-plugin/commit/d2693aca614cdad0921ac897ec1b7913a7308826))
7
+
1
8
  ## [4.8.204](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.203...v4.8.204) (2026-05-22)
2
9
 
3
10
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sfdx-jayree",
3
- "version": "4.8.204",
3
+ "version": "4.8.205",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sfdx-jayree",
9
- "version": "4.8.204",
9
+ "version": "4.8.205",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/sfdx-plugin-manifest": "^4.0.128",
@@ -18613,9 +18613,9 @@
18613
18613
  }
18614
18614
  },
18615
18615
  "node_modules/tmp": {
18616
- "version": "0.2.5",
18617
- "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz",
18618
- "integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==",
18616
+ "version": "0.2.7",
18617
+ "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz",
18618
+ "integrity": "sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==",
18619
18619
  "dev": true,
18620
18620
  "license": "MIT",
18621
18621
  "engines": {
package/oclif.lock CHANGED
@@ -8780,9 +8780,9 @@ tinyglobby@^0.2.9:
8780
8780
  picomatch "^4.0.2"
8781
8781
 
8782
8782
  tmp@^0.2.4:
8783
- version "0.2.5"
8784
- resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.5.tgz"
8785
- integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
8783
+ version "0.2.7"
8784
+ resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.7.tgz"
8785
+ integrity sha512-e0votIpp4Uo2AJYSzVHV6xCcawuiez3DzqDAbrTc3YxBkplN6e+dM13ZeIcZnDg/QpSuU2zfZ3rzwY8ukEnaXw==
8786
8786
 
8787
8787
  to-buffer@^1.2.0:
8788
8788
  version "1.2.1"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.204"
3
+ "version": "4.8.205"
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.204",
4
+ "version": "4.8.205",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",