sfdx-jayree 4.8.56 → 4.8.57

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.57](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.56...v4.8.57) (2024-02-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump ip from 1.1.8 to 1.1.9 ([#1199](https://github.com/jayree/sfdx-jayree-plugin/issues/1199)) ([c764627](https://github.com/jayree/sfdx-jayree-plugin/commit/c76462798ed702d3aefb93fb894bb360413d2e69))
7
+
1
8
  ## [4.8.56](https://github.com/jayree/sfdx-jayree-plugin/compare/v4.8.55...v4.8.56) (2024-02-17)
2
9
 
3
10
 
package/oclif.lock CHANGED
@@ -6110,14 +6110,14 @@ interpret@^1.0.0:
6110
6110
  integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
6111
6111
 
6112
6112
  ip@^1.1.8:
6113
- version "1.1.8"
6114
- resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.8.tgz#ae05948f6b075435ed3307acce04629da8cdbf48"
6115
- integrity sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==
6113
+ version "1.1.9"
6114
+ resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
6115
+ integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
6116
6116
 
6117
6117
  ip@^2.0.0:
6118
- version "2.0.0"
6119
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
6120
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
6118
+ version "2.0.1"
6119
+ resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
6120
+ integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
6121
6121
 
6122
6122
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
6123
6123
  version "3.0.2"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "4.8.56"
3
+ "version": "4.8.57"
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.56",
4
+ "version": "4.8.57",
5
5
  "author": "jayree <jayree.git@icloud.com>",
6
6
  "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues",
7
7
  "type": "module",