@salesforce/plugin-release-management 5.5.28 → 5.5.30

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.
@@ -1398,5 +1398,5 @@
1398
1398
  ]
1399
1399
  }
1400
1400
  },
1401
- "version": "5.5.28"
1401
+ "version": "5.5.30"
1402
1402
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.5.28",
4
+ "version": "5.5.30",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -14,7 +14,7 @@
14
14
  "@octokit/plugin-paginate-rest": "^6.1.2",
15
15
  "@octokit/plugin-throttling": "^5.2.3",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.20",
17
- "@salesforce/core": "^8.1.0",
17
+ "@salesforce/core": "^8.4.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
19
  "@salesforce/plugin-command-reference": "^3.1.11",
20
20
  "@salesforce/plugin-trust": "^3.7.17",
@@ -33,14 +33,14 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.2.7",
36
+ "@oclif/plugin-command-snapshot": "^5.2.13",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.24",
39
39
  "@types/semver": "^7.5.8",
40
40
  "@types/shelljs": "^0.8.15",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.18.12",
43
- "oclif": "^4.14.12",
42
+ "eslint-plugin-sf-plugin": "^1.20.4",
43
+ "oclif": "^4.14.19",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.5.4"
46
46
  },