rflib-plugin 0.7.2 → 0.7.3

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
@@ -1436,10 +1436,10 @@
1436
1436
  "@jridgewell/resolve-uri" "^3.1.0"
1437
1437
  "@jridgewell/sourcemap-codec" "^1.4.14"
1438
1438
 
1439
- "@jsforce/jsforce-node@^3.6.5":
1440
- version "3.6.6"
1441
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.6.6.tgz#26fe2fc9f4f3671ca8bfb0c98a728cb8a0219265"
1442
- integrity sha512-WdIo2lLbrz6nkfiaz2UynyaNiM8o+fEjaRev7zA4KKSaQYB1MJ66xHubeI5Iheq8WgkY9XGwWKAwPDhuV+GROQ==
1439
+ "@jsforce/jsforce-node@^3.7.0":
1440
+ version "3.7.0"
1441
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.7.0.tgz#aaa317eef3207489db90498f79e96c5bd9f53469"
1442
+ integrity sha512-v9pc3lPM5RMuB81Gasz5/NKcjktE1LLEACRFopB9LiXRafb4K9bStSMl3nLEHq7+OFdtxfQB3Sx2rYXJGG4DKw==
1443
1443
  dependencies:
1444
1444
  "@sindresorhus/is" "^4"
1445
1445
  base64url "^3.0.1"
@@ -1624,11 +1624,11 @@
1624
1624
  ts-retry-promise "^0.8.1"
1625
1625
 
1626
1626
  "@salesforce/core@^8", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
1627
- version "8.8.5"
1628
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.5.tgz#4004e22523e4e45b42631733d06dc8aec9fdc23d"
1629
- integrity sha512-eCiiO4NptvKkz04A4ivBVLzEBy/6IIFmaXoZ4tnF1FcD5MESvC+Xuc+0RFSRiYmPi5oloKNl6njrfVCKAho2zQ==
1627
+ version "8.8.7"
1628
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.7.tgz#ac307e8f10934affa7bcf33ccb65993669cd8f12"
1629
+ integrity sha512-AuPSmb/GZ7F8eV5GO6NcfFq3YSOVnPL4sssEQEvKduOSJMs8RTJ92kEefrId/tgFBYfw4b7UzndjFtdgrGGeoA==
1630
1630
  dependencies:
1631
- "@jsforce/jsforce-node" "^3.6.5"
1631
+ "@jsforce/jsforce-node" "^3.7.0"
1632
1632
  "@salesforce/kit" "^3.2.2"
1633
1633
  "@salesforce/schemas" "^1.9.0"
1634
1634
  "@salesforce/ts-types" "^2.0.10"
@@ -426,5 +426,5 @@
426
426
  ]
427
427
  }
428
428
  },
429
- "version": "0.7.2"
429
+ "version": "0.7.3"
430
430
  }
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.7.2",
4
+ "version": "0.7.3",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",