rflib-plugin 0.6.1 → 0.6.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
@@ -1470,12 +1470,12 @@
1470
1470
  fastq "^1.6.0"
1471
1471
 
1472
1472
  "@oclif/core@^4", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4":
1473
- version "4.2.6"
1474
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e"
1475
- integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww==
1473
+ version "4.2.7"
1474
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.7.tgz#ca9d79454bc356218c8a5563728e831a972b751e"
1475
+ integrity sha512-49wtIlSEw9UyxdSMPjJ2Ookj5e056Qbqr6A+uN7Ea8XCK6b8Q03KciTEpX5t0rfNggvewJc9e3SHY6uWZIkXVw==
1476
1476
  dependencies:
1477
1477
  ansi-escapes "^4.3.2"
1478
- ansis "^3.10.0"
1478
+ ansis "^3.14.0"
1479
1479
  clean-stack "^3.0.1"
1480
1480
  cli-spinners "^2.9.2"
1481
1481
  debug "^4.4.0"
@@ -331,5 +331,5 @@
331
331
  ]
332
332
  }
333
333
  },
334
- "version": "0.6.1"
334
+ "version": "0.6.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.6.1",
4
+ "version": "0.6.2",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",