semantic-release-vsce 5.6.3 → 5.6.4

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.
@@ -11,6 +11,6 @@ jobs:
11
11
  validate-pr-title:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
- - uses: amannn/action-semantic-pull-request@v5.3.0
14
+ - uses: amannn/action-semantic-pull-request@v5.4.0
15
15
  env:
16
16
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "semantic-release-vsce",
3
- "version": "5.6.3",
3
+ "version": "5.6.4",
4
4
  "description": "semantic-release plugin to package and publish VS Code extensions",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -68,12 +68,12 @@
68
68
  "eslint-plugin-promise": "^6.0.0",
69
69
  "husky": "^8.0.2",
70
70
  "installed-check": "^8.0.0",
71
- "lint-staged": "^14.0.0",
71
+ "lint-staged": "^15.0.1",
72
72
  "nyc": "^15.1.0",
73
- "prettier": "3.0.3",
73
+ "prettier": "3.1.0",
74
74
  "proxyquire": "^2.1.3",
75
75
  "semantic-release": "^21.0.1",
76
- "sinon": "^16.0.0"
76
+ "sinon": "^17.0.1"
77
77
  },
78
78
  "lint-staged": {
79
79
  "**/*": "prettier --write --ignore-unknown"