Bump release-it from 13.0.2 to 13.1.1 (#332)

Bumps [release-it](https://github.com/release-it/release-it) from 13.0.2 to 13.1.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.2...13.1.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-15 08:30:58 +01:00
committed by GitHub
parent 559b7fc224
commit 4956c01bea
3 changed files with 50 additions and 50 deletions

50
package-lock.json generated
View File

@@ -1241,9 +1241,9 @@
"dev": true
},
"@octokit/plugin-rest-endpoint-methods": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.2.0.tgz",
"integrity": "sha512-k+RLsegQn4s0wvAFYuk3R18FVKRg3ktvzIGW6MkmrSiSXBwYfaEsv4CuPysyef0DL+74DRj/X9MLJYlbleUO+Q==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz",
"integrity": "sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w==",
"dev": true,
"requires": {
"@octokit/types": "^2.0.1",
@@ -1295,21 +1295,21 @@
}
},
"@octokit/rest": {
"version": "17.0.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.0.0.tgz",
"integrity": "sha512-nSlmyy1DBEOsC4voRbk/SN56V/iuZfxZzjFFz+ocb2MAYwHC+z1TyVOMV9W630dVn9ukioJO34VD5NSYwcgFWg==",
"version": "17.1.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-17.1.0.tgz",
"integrity": "sha512-L5YtpxHZSHZCh2xETbzxz8clBGmcpT+5e78JLZQ+VfuHrHJ1J/r+R2PGwKHwClUEECTeWFMMdAtIik+OCkANBg==",
"dev": true,
"requires": {
"@octokit/core": "^2.4.0",
"@octokit/plugin-paginate-rest": "^2.0.0",
"@octokit/plugin-request-log": "^1.0.0",
"@octokit/plugin-rest-endpoint-methods": "^3.0.0"
"@octokit/plugin-rest-endpoint-methods": "^3.3.0"
}
},
"@octokit/types": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.3.1.tgz",
"integrity": "sha512-rvJP1Y9A/+Cky2C3var1vsw3Lf5Rjn/0sojNl2AjCX+WbpIHYccaJ46abrZoIxMYnOToul6S9tPytUVkFI7CXQ==",
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.5.0.tgz",
"integrity": "sha512-KEnLwOfdXzxPNL34fj508bhi9Z9cStyN7qY1kOfVahmqtAfrWw6Oq3P4R+dtsg0lYtZdWBpUrS/Ixmd5YILSww==",
"dev": true,
"requires": {
"@types/node": ">= 8"
@@ -9015,9 +9015,9 @@
}
},
"regenerator-runtime": {
"version": "0.13.4",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.4.tgz",
"integrity": "sha512-plpwicqEzfEyTQohIKktWigcLzmNStMGwbOUbykx51/29Z3JOGYldaaNGK7ngNXV+UcoqvIMmloZ48Sr74sd+g==",
"version": "0.13.5",
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.5.tgz",
"integrity": "sha512-ZS5w8CpKFinUzOwW3c83oPeVXoNsrLsaCoLtJvAClH135j/R77RuymhiSErhm2lKcwSCIpmvIWSbDkIfAqKQlA==",
"dev": true
},
"regex-not": {
@@ -9055,13 +9055,13 @@
}
},
"release-it": {
"version": "13.0.2",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.0.2.tgz",
"integrity": "sha512-ZEjuvRqhM68B6r4lItMrfTUAYEmbK7FkcDiDccQ0IDG0ElKqqFYWZ2S82KKFCQWwZjyiW3KMKHH03BtSwTQO/Q==",
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/release-it/-/release-it-13.1.1.tgz",
"integrity": "sha512-3JrbRMkUnup+PGtTR78MBjfrgEDd1UBJtW0eZF4MQRMvhv2am1VyYzz5i7Vv1xkomsaxhy06gZVjVFAa+Qn4JA==",
"dev": true,
"requires": {
"@iarna/toml": "2.2.3",
"@octokit/rest": "17.0.0",
"@octokit/rest": "17.1.0",
"async-retry": "1.3.1",
"chalk": "3.0.0",
"cosmiconfig": "6.0.0",
@@ -9075,7 +9075,7 @@
"globby": "11.0.0",
"got": "10.6.0",
"import-cwd": "3.0.0",
"inquirer": "7.0.6",
"inquirer": "7.1.0",
"is-ci": "2.0.0",
"lodash": "4.17.15",
"mime-types": "2.1.26",
@@ -9089,7 +9089,7 @@
"url-join": "4.0.1",
"uuid": "7.0.2",
"window-size": "1.1.1",
"yaml": "1.8.0",
"yaml": "1.8.2",
"yargs-parser": "18.1.0"
},
"dependencies": {
@@ -9193,9 +9193,9 @@
"dev": true
},
"inquirer": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.0.6.tgz",
"integrity": "sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz",
"integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==",
"dev": true,
"requires": {
"ansi-escapes": "^4.2.1",
@@ -11347,9 +11347,9 @@
"dev": true
},
"yaml": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.8.0.tgz",
"integrity": "sha512-6qI/tTx7OVtA4qNqD0OyutbM6Z9EKu4rxWm/2Y3FDEBQ4/2X2XAnyuRXMzAE2+1BPyqzksJZtrIwblOHg0IEzA==",
"version": "1.8.2",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.8.2.tgz",
"integrity": "sha512-omakb0d7FjMo3R1D2EbTKVIk6dAVLRxFXdLZMEUToeAvuqgG/YuHMuQOZ5fgk+vQ8cx+cnGKwyg+8g8PNT0xQg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.8.7"

View File

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

View File

@@ -529,10 +529,10 @@
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
"@octokit/plugin-rest-endpoint-methods@^3.0.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.2.0.tgz#ecc4bc594a57ebfb418b8c4a8c0f200455759004"
integrity sha512-k+RLsegQn4s0wvAFYuk3R18FVKRg3ktvzIGW6MkmrSiSXBwYfaEsv4CuPysyef0DL+74DRj/X9MLJYlbleUO+Q==
"@octokit/plugin-rest-endpoint-methods@^3.3.0":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz#279920ee391bd7e944ae4aa7fa435ba0c51fbb6a"
integrity sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w==
dependencies:
"@octokit/types" "^2.0.1"
deprecation "^2.3.1"
@@ -559,15 +559,15 @@
once "^1.4.0"
universal-user-agent "^5.0.0"
"@octokit/rest@17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.0.0.tgz#1f44d96005f5946665fd42a85cd3e428172f01dc"
integrity sha512-nSlmyy1DBEOsC4voRbk/SN56V/iuZfxZzjFFz+ocb2MAYwHC+z1TyVOMV9W630dVn9ukioJO34VD5NSYwcgFWg==
"@octokit/rest@17.1.0":
version "17.1.0"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.1.0.tgz#32df64d9dd4855339e9957524a84ced72762a53b"
integrity sha512-L5YtpxHZSHZCh2xETbzxz8clBGmcpT+5e78JLZQ+VfuHrHJ1J/r+R2PGwKHwClUEECTeWFMMdAtIik+OCkANBg==
dependencies:
"@octokit/core" "^2.4.0"
"@octokit/plugin-paginate-rest" "^2.0.0"
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "^3.0.0"
"@octokit/plugin-rest-endpoint-methods" "^3.3.0"
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
version "2.1.1"
@@ -3284,10 +3284,10 @@ ini@^1.3.4, ini@^1.3.5, ini@~1.3.0:
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
inquirer@7.0.6, inquirer@^7.0.0:
version "7.0.6"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.0.6.tgz#ee4ff0ea7ecda5324656fe665878790f66df7d0c"
integrity sha512-7SVO4h+QIdMq6XcqIqrNte3gS5MzCCKZdsq9DO4PJziBFNYzP3PGFbDjgadDb//MCahzgjCxvQ/O2wa7kx9o4w==
inquirer@7.1.0, inquirer@^7.0.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==
dependencies:
ansi-escapes "^4.2.1"
chalk "^3.0.0"
@@ -5408,13 +5408,13 @@ registry-url@^5.0.0:
dependencies:
rc "^1.2.8"
release-it@13.0.2:
version "13.0.2"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.0.2.tgz#2a89840a1faf3cc072bf4d1ded28bd657f0100c5"
integrity sha512-ZEjuvRqhM68B6r4lItMrfTUAYEmbK7FkcDiDccQ0IDG0ElKqqFYWZ2S82KKFCQWwZjyiW3KMKHH03BtSwTQO/Q==
release-it@13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.1.1.tgz#64c9e84cf1049f6261e95ab1427849c61ffd9137"
integrity sha512-3JrbRMkUnup+PGtTR78MBjfrgEDd1UBJtW0eZF4MQRMvhv2am1VyYzz5i7Vv1xkomsaxhy06gZVjVFAa+Qn4JA==
dependencies:
"@iarna/toml" "2.2.3"
"@octokit/rest" "17.0.0"
"@octokit/rest" "17.1.0"
async-retry "1.3.1"
chalk "3.0.0"
cosmiconfig "6.0.0"
@@ -5428,7 +5428,7 @@ release-it@13.0.2:
globby "11.0.0"
got "10.6.0"
import-cwd "3.0.0"
inquirer "7.0.6"
inquirer "7.1.0"
is-ci "2.0.0"
lodash "4.17.15"
mime-types "2.1.26"
@@ -5442,7 +5442,7 @@ release-it@13.0.2:
url-join "4.0.1"
uuid "7.0.2"
window-size "1.1.1"
yaml "1.8.0"
yaml "1.8.2"
yargs-parser "18.1.0"
remove-trailing-separator@^1.0.1:
@@ -6892,10 +6892,10 @@ yallist@^3.0.0, yallist@^3.0.2, yallist@^3.0.3:
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
yaml@1.8.0, yaml@^1.7.2:
version "1.8.0"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.0.tgz#169fbcfa2081302dc9441d02b0b6fe667e4f74c9"
integrity sha512-6qI/tTx7OVtA4qNqD0OyutbM6Z9EKu4rxWm/2Y3FDEBQ4/2X2XAnyuRXMzAE2+1BPyqzksJZtrIwblOHg0IEzA==
yaml@1.8.2, yaml@^1.7.2:
version "1.8.2"
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.8.2.tgz#a29c03f578faafd57dcb27055f9a5d569cb0c3d9"
integrity sha512-omakb0d7FjMo3R1D2EbTKVIk6dAVLRxFXdLZMEUToeAvuqgG/YuHMuQOZ5fgk+vQ8cx+cnGKwyg+8g8PNT0xQg==
dependencies:
"@babel/runtime" "^7.8.7"