fix(npm-plugin): upgraded to the beta, which upgrades npm to v8

BREAKING CHANGE: `@semantic-release/npm` has also dropped support for node v15
This commit is contained in:
Matt Travi 2022-01-17 12:52:51 -06:00
parent d9e5bc0604
commit f634b8c3ca
No known key found for this signature in database
GPG Key ID: CB62529BDFD29894
2 changed files with 5424 additions and 1025 deletions

6447
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,7 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/error": "^3.0.0",
"@semantic-release/github": "^8.0.0",
"@semantic-release/npm": "^8.0.0",
"@semantic-release/npm": "^9.0.0-beta.1",
"@semantic-release/release-notes-generator": "^10.0.0",
"aggregate-error": "^3.0.0",
"cosmiconfig": "^7.0.0",