@salesforce/core 3.32.10 → 3.32.12

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.
Files changed (2) hide show
  1. package/lib/testSetup.js +3 -0
  2. package/package.json +3 -3
package/lib/testSetup.js CHANGED
@@ -869,6 +869,9 @@ class MockTestOrgData {
869
869
  config.devHubUsername = this.devHubUsername;
870
870
  }
871
871
  config.isDevHub = this.isDevHub;
872
+ if (this.password) {
873
+ config.password = crypto.encrypt(this.password);
874
+ }
872
875
  return config;
873
876
  }
874
877
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.32.10",
3
+ "version": "3.32.12",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -49,7 +49,7 @@
49
49
  "graceful-fs": "^4.2.9",
50
50
  "js2xmlparser": "^4.0.1",
51
51
  "jsforce": "^2.0.0-beta.19",
52
- "jsonwebtoken": "8.5.1",
52
+ "jsonwebtoken": "9.0.0",
53
53
  "ts-retry-promise": "^0.7.0"
54
54
  },
55
55
  "devDependencies": {
@@ -65,7 +65,7 @@
65
65
  "@types/lodash": "^4.14.191",
66
66
  "@types/shelljs": "0.8.11",
67
67
  "@typescript-eslint/eslint-plugin": "^5.41.0",
68
- "@typescript-eslint/parser": "^5.45.0",
68
+ "@typescript-eslint/parser": "^5.46.1",
69
69
  "chai": "^4.3.7",
70
70
  "chai-string": "^1.5.0",
71
71
  "commitizen": "^3.1.2",