fix(deps): updated to the latest beta of the commit analyzer plugin

This commit is contained in:
Matt Travi 2023-09-15 13:23:18 -05:00
parent de8e4e05e9
commit 03a687b3ea
No known key found for this signature in database
GPG Key ID: 8C173646C24FED70
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "0.0.0-development",
"license": "MIT",
"dependencies": {
"@semantic-release/commit-analyzer": "^11.0.0-beta.2",
"@semantic-release/commit-analyzer": "^11.0.0-beta.3",
"@semantic-release/error": "^4.0.0",
"@semantic-release/github": "^9.0.0",
"@semantic-release/npm": "^10.0.2",
@ -461,9 +461,9 @@
}
},
"node_modules/@semantic-release/commit-analyzer": {
"version": "11.0.0-beta.2",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-11.0.0-beta.2.tgz",
"integrity": "sha512-Wv/8xs4vfPcqJ1i7DKW9ZECC+Ckp1WaBaFdLTVK9dTG2q3zaxXVtZYYcSKhOAP69ZQ1aF3VR9f+9bVJtjMnSOQ==",
"version": "11.0.0-beta.3",
"resolved": "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-11.0.0-beta.3.tgz",
"integrity": "sha512-Qxwi5CpAtTBfGspH68HBSA/sqRl+JUNV+WF0QAjGG5E9v0BBNxCkzY7J+qSFVQNt40wFOxXF4VTKagA2rdB81A==",
"dependencies": {
"conventional-changelog-angular": "^7.0.0",
"conventional-commits-filter": "^4.0.0",

View File

@ -26,7 +26,7 @@
"Matt Travi <npm@travi.org> (https://matt.travi.org/)"
],
"dependencies": {
"@semantic-release/commit-analyzer": "^11.0.0-beta.2",
"@semantic-release/commit-analyzer": "^11.0.0-beta.3",
"@semantic-release/error": "^4.0.0",
"@semantic-release/github": "^9.0.0",
"@semantic-release/npm": "^10.0.2",