Bump release-it from 13.0.0 to 13.0.1 (#325)

Bumps [release-it](https://github.com/release-it/release-it) from 13.0.0 to 13.0.1.
- [Release notes](https://github.com/release-it/release-it/releases)
- [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/release-it/release-it/compare/13.0.0...13.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-09 14:01:31 +01:00
committed by GitHub
parent 38c12702c9
commit 0b76d344ff
3 changed files with 8 additions and 8 deletions

6
package-lock.json generated
View File

@@ -9055,9 +9055,9 @@
}
},
"release-it": {
"version": "13.0.0",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.0.0.tgz",
"integrity": "sha512-iFqaZduyzCyGmk+jpmRjVUpbJ03AMYfaJjRkggB3Kgv2HMcWhUGfqQ2Vdf1LaYEdwPbiNIVWtjh0BjjpaidqhQ==",
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.0.1.tgz",
"integrity": "sha512-uNxWYA70Kg5loLqAYaTdWyyUJXg89Ao9xbuScMEG+p5kMRNU7ds2b874dzClKxvjTOg9zBPDvYdhmwp6ceGRkQ==",
"dev": true,
"requires": {
"@iarna/toml": "2.2.3",

View File

@@ -47,7 +47,7 @@
"eslint": "6.8.0",
"jest": "25.1.0",
"nock": "12.0.2",
"release-it": "13.0.0",
"release-it": "13.0.1",
"ts-jest": "25.2.1",
"ts-loader": "6.2.1",
"typescript": "3.8.3",

View File

@@ -5408,10 +5408,10 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"
release-it@13.0.0:
version "13.0.0"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.0.0.tgz#7ba923347c8b827d7d1711a9a581c76e0bdbc699"
integrity sha512-iFqaZduyzCyGmk+jpmRjVUpbJ03AMYfaJjRkggB3Kgv2HMcWhUGfqQ2Vdf1LaYEdwPbiNIVWtjh0BjjpaidqhQ==
release-it@13.0.1:
version "13.0.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.0.1.tgz#54d42c3910a74cae42d24582b436cd21d9c4f2c3"
integrity sha512-uNxWYA70Kg5loLqAYaTdWyyUJXg89Ao9xbuScMEG+p5kMRNU7ds2b874dzClKxvjTOg9zBPDvYdhmwp6ceGRkQ==
dependencies:
"@iarna/toml" "2.2.3"
"@octokit/rest" "17.0.0"