rflib-plugin 0.4.1 → 0.4.2

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/oclif.lock CHANGED
@@ -1828,12 +1828,12 @@
1828
1828
  fastq "^1.6.0"
1829
1829
 
1830
1830
  "@oclif/core@^4", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0":
1831
- version "4.2.3"
1832
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.3.tgz#b81399b7cf4758b5fe59777e060fb84c7c7e6153"
1833
- integrity sha512-JVEONwSZAfTNZCS81ah2u42Ya1mSeutCtHpoqMq/U+vP9Ka3Ni15/AqtcVtpH1afdUUn5RgtJYj+zlsrvMwksA==
1831
+ version "4.2.4"
1832
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.4.tgz#0737063beb35e3d421135cd07983bc5306fb17bf"
1833
+ integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
1834
1834
  dependencies:
1835
1835
  ansi-escapes "^4.3.2"
1836
- ansis "^3.8.1"
1836
+ ansis "^3.9.0"
1837
1837
  clean-stack "^3.0.1"
1838
1838
  cli-spinners "^2.9.2"
1839
1839
  debug "^4.4.0"
@@ -3141,10 +3141,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1:
3141
3141
  resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
3142
3142
  integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
3143
3143
 
3144
- ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1:
3145
- version "3.8.1"
3146
- resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.8.1.tgz#60656ef3f7d60f4aed4bb69ec1429ef393f7b90e"
3147
- integrity sha512-gzGUTqsBugYCegbhldz7Ox9NrizAlCSAP5Y6rRD9agN76osoyhKznznmaB4G5BAVvrqwksPOGdnYh1Q000cUqw==
3144
+ ansis@^3.3.2, ansis@^3.5.2, ansis@^3.8.1, ansis@^3.9.0:
3145
+ version "3.9.0"
3146
+ resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.9.0.tgz#d195c93c31a333916142ff8f0be4d7e3872f262e"
3147
+ integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
3148
3148
 
3149
3149
  anymatch@~3.1.2:
3150
3150
  version "3.1.3"
@@ -331,5 +331,5 @@
331
331
  ]
332
332
  }
333
333
  },
334
- "version": "0.4.1"
334
+ "version": "0.4.2"
335
335
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rflib-plugin",
3
3
  "description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
4
- "version": "0.4.1",
4
+ "version": "0.4.2",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",