@salesforce/plugin-bre-to-cml 1.0.28 → 1.0.29

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
@@ -2392,10 +2392,10 @@
2392
2392
  dependencies:
2393
2393
  undici-types "~5.26.4"
2394
2394
 
2395
- "@types/node@^22.19.3", "@types/node@^22.5.5":
2396
- version "22.19.3"
2397
- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.3.tgz#8dfde7630d7a8528dc9b34db23d34f764467c02c"
2398
- integrity sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==
2395
+ "@types/node@^22.19.15", "@types/node@^22.5.5":
2396
+ version "22.19.15"
2397
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.19.15.tgz#6091d99fdf7c08cb57dc8b1345d407ba9a1df576"
2398
+ integrity sha512-F0R/h2+dsy5wJAUe3tAU6oqa2qbWY5TpNfL/RGmo1y38hiyO1w3x2jPtt76wmuaJI4DQnOBu21cNXQ2STIUUWg==
2399
2399
  dependencies:
2400
2400
  undici-types "~6.21.0"
2401
2401
 
@@ -5757,9 +5757,9 @@ lodash.upperfirst@^4.3.1:
5757
5757
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
5758
5758
 
5759
5759
  lodash@^4.17.15, lodash@^4.17.21:
5760
- version "4.17.21"
5761
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5762
- integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
5760
+ version "4.17.23"
5761
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
5762
+ integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
5763
5763
 
5764
5764
  log-symbols@^4.1.0:
5765
5765
  version "4.1.0"
@@ -205,5 +205,5 @@
205
205
  ]
206
206
  }
207
207
  },
208
- "version": "1.0.28"
208
+ "version": "1.0.29"
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.28",
4
+ "version": "1.0.29",
5
5
  "salesforceRelease": "256.11",
6
6
  "dependencies": {
7
7
  "@oclif/core": "^4",
@@ -16,7 +16,7 @@
16
16
  "@oclif/test": "^4.1.15",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.41",
18
18
  "@salesforce/dev-scripts": "^11.0.2",
19
- "@types/node": "^22.19.3",
19
+ "@types/node": "^22.19.15",
20
20
  "eslint-config-salesforce-license": "^1.0.2",
21
21
  "eslint-plugin-sf-plugin": "^1.20.33",
22
22
  "oclif": "^4.22.59",
@@ -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.28.crt",
225
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.28.sig"
224
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.29.crt",
225
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-bre-to-cml/1.0.29.sig"
226
226
  }
227
227
  }