@salesforce/plugin-bre-to-cml 1.0.21 → 1.0.22

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
@@ -1767,10 +1767,10 @@
1767
1767
  lodash "^4.17.21"
1768
1768
  registry-auth-token "^5.1.0"
1769
1769
 
1770
- "@oclif/table@^0.4.12":
1771
- version "0.4.12"
1772
- resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
1773
- integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
1770
+ "@oclif/table@^0.5.0":
1771
+ version "0.5.0"
1772
+ resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.0.tgz#d84f6ba1ab38092cebf7c4712671ab0348ea74ee"
1773
+ integrity sha512-qXVucBYc/81SNZRDpKgZLr3WNX6qPUN9Ukqr5wWPMmUSzzOnusln3KuTzzWoB1IIafmqrq27QCozkLyvY7ymmw==
1774
1774
  dependencies:
1775
1775
  "@types/react" "^18.3.12"
1776
1776
  change-case "^5.4.4"
@@ -1779,8 +1779,8 @@
1779
1779
  natural-orderby "^3.0.2"
1780
1780
  object-hash "^3.0.0"
1781
1781
  react "^18.3.1"
1782
- strip-ansi "^7.1.0"
1783
- wrap-ansi "^9.0.0"
1782
+ strip-ansi "^7.1.2"
1783
+ wrap-ansi "^9.0.2"
1784
1784
 
1785
1785
  "@oclif/test@^4.1.0":
1786
1786
  version "4.1.13"
@@ -1949,14 +1949,14 @@
1949
1949
  terminal-link "^3.0.0"
1950
1950
 
1951
1951
  "@salesforce/sf-plugins-core@^12":
1952
- version "12.2.4"
1953
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
1954
- integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
1952
+ version "12.2.5"
1953
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.5.tgz#c5fdd15e3ca90fc91faf485b3907892f3dc6c4ae"
1954
+ integrity sha512-TJoZwPm0b5t2HzWZOqgWVjWQ+2bnw+Xxz7Icu7RtiD/9Fjp1X/eyr3LHMEd1SE79QLBjb3YKjZSskWDGv+rzlw==
1955
1955
  dependencies:
1956
1956
  "@inquirer/confirm" "^3.1.22"
1957
1957
  "@inquirer/password" "^2.2.0"
1958
1958
  "@oclif/core" "^4.5.2"
1959
- "@oclif/table" "^0.4.12"
1959
+ "@oclif/table" "^0.5.0"
1960
1960
  "@salesforce/core" "^8.18.7"
1961
1961
  "@salesforce/kit" "^3.2.3"
1962
1962
  "@salesforce/ts-types" "^2.0.12"
@@ -8191,6 +8191,13 @@ strip-ansi@^7.0.1, strip-ansi@^7.1.0:
8191
8191
  dependencies:
8192
8192
  ansi-regex "^6.0.1"
8193
8193
 
8194
+ strip-ansi@^7.1.2:
8195
+ version "7.1.2"
8196
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.2.tgz#132875abde678c7ea8d691533f2e7e22bb744dba"
8197
+ integrity sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==
8198
+ dependencies:
8199
+ ansi-regex "^6.0.1"
8200
+
8194
8201
  strip-bom@^3.0.0:
8195
8202
  version "3.0.0"
8196
8203
  resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -8897,6 +8904,15 @@ wrap-ansi@^9.0.0:
8897
8904
  string-width "^7.0.0"
8898
8905
  strip-ansi "^7.1.0"
8899
8906
 
8907
+ wrap-ansi@^9.0.2:
8908
+ version "9.0.2"
8909
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-9.0.2.tgz#956832dea9494306e6d209eb871643bb873d7c98"
8910
+ integrity sha512-42AtmgqjV+X1VpdOfyTGOYRi0/zsoLqtXQckTmqTeybT+BDIbM/Guxo7x3pE2vtpr1ok6xRqM9OpBe+Jyoqyww==
8911
+ dependencies:
8912
+ ansi-styles "^6.2.1"
8913
+ string-width "^7.0.0"
8914
+ strip-ansi "^7.1.0"
8915
+
8900
8916
  wrappy@1:
8901
8917
  version "1.0.2"
8902
8918
  resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -205,5 +205,5 @@
205
205
  ]
206
206
  }
207
207
  },
208
- "version": "1.0.21"
208
+ "version": "1.0.22"
209
209
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-bre-to-cml",
3
3
  "description": "Plugin for migrating BRE based configurator rules to CML.",
4
- "version": "1.0.21",
4
+ "version": "1.0.22",
5
5
  "salesforceRelease": "256.11",
6
6
  "dependencies": {
7
7
  "@oclif/core": "^4",
@@ -221,7 +221,7 @@
221
221
  "type": "module",
222
222
  "author": "George Kibilov",
223
223
  "sfdx": {
224
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.21.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.21.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.22.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.22.sig"
226
226
  }
227
227
  }