Skip to content

Commit

Permalink
fix(multi-semantic-release): updated debug and execa dep
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jun 11, 2024
1 parent 68911ec commit 2a9d35e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/multi-semantic-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@semrel-extra/topo": "^1.14.1",
"blork": "^9.3.0",
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
"debug": "^4.3.5",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"execa": "^9.1.0",
"execa": "^9.2.0",
"git-log-parser": "^1.2.0",
"lodash-es": "^4.17.21",
"resolve-from": "^5.0.0",
Expand All @@ -66,30 +66,30 @@
"@anolilab/eslint-config": "^15.0.3",
"@anolilab/prettier-config": "^5.0.14",
"@anolilab/semantic-release-pnpm": "1.1.1",
"@babel/core": "^7.24.5",
"@babel/core": "^7.24.7",
"@rushstack/eslint-plugin-security": "^0.8.1",
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.5",
"@semantic-release/github": "^10.0.6",
"@semantic-release/release-notes-generator": "12.1.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-n": "^17.7.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-vitest": "^0.4.1",
"eslint-plugin-vitest-globals": "^1.5.0",
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
"file-url": "^4.0.0",
"prettier": "^3.2.5",
"prettier": "^3.3.2",
"publint": "^0.2.8",
"rimraf": "^5.0.7",
"secretlint": "8.2.3",
Expand Down

0 comments on commit 2a9d35e

Please sign in to comment.