Skip to content

Commit d809858

Browse files
Bump release-it from 13.3.2 to 13.4.0 (#278)
1 parent e3c78d6 commit d809858

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"execa": "^4.0.0",
4949
"jest": "^25.2.3",
5050
"prettier": "^1.19.1",
51-
"release-it": "^13.3.2",
51+
"release-it": "^13.4.0",
5252
"release-it-lerna-changelog": "^2.1.1"
5353
},
5454
"engines": {

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,10 +1152,10 @@
11521152
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz#eef87a431300f6148c39a7f75f8cfeb218b2547e"
11531153
integrity sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw==
11541154

1155-
"@octokit/plugin-rest-endpoint-methods@^3.3.0":
1156-
version "3.3.1"
1157-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.3.1.tgz#279920ee391bd7e944ae4aa7fa435ba0c51fbb6a"
1158-
integrity sha512-iLAXPLWBZaP6ocy1GFfZUCzyN4cwg3y2JE6yZjQo0zLE3UaewC3TI68/TnS4ilyhXDxh81Jr1qwPN1AqTp8t3w==
1155+
"@octokit/plugin-rest-endpoint-methods@3.4.0":
1156+
version "3.4.0"
1157+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-3.4.0.tgz#27b1dac7fba4d0d6e488967919b6a5bd3595ffbc"
1158+
integrity sha512-Tvctk0u5SVrSLAzi8SLo0KrLSBl5biAHBgWy3L65vsbO/2fjzr62HVkoDPyr+WRT+eHhhqpKAERF3dQWOIUOvQ==
11591159
dependencies:
11601160
"@octokit/types" "^2.0.1"
11611161
deprecation "^2.3.1"
@@ -1182,15 +1182,15 @@
11821182
once "^1.4.0"
11831183
universal-user-agent "^5.0.0"
11841184

1185-
"@octokit/[email protected].2":
1186-
version "17.1.2"
1187-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.1.2.tgz#f718ce8b0cf0f43d3b7ecc6241e087d7ca7d5eb0"
1188-
integrity sha512-Dm24iVakcVQwl1mrANYdaf1lvSeMwN9SxnEEh+EZQCfx5R8BE8E8w5Oe+LaKexbYZTv+MHqE7Af4LrSHSo9JgQ==
1185+
"@octokit/[email protected].4":
1186+
version "17.1.4"
1187+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-17.1.4.tgz#b03eb97635de62b48428f998ad1cb9244edd2d10"
1188+
integrity sha512-LGghhepxoXyvi7ew0OdedrlwXQog8gvTbcdXoQ6RDKnzoYW2rBpcqeWC4fTuPUp9K0UEykcMix8kFnQ5b+64JQ==
11891189
dependencies:
11901190
"@octokit/core" "^2.4.3"
11911191
"@octokit/plugin-paginate-rest" "^2.0.0"
11921192
"@octokit/plugin-request-log" "^1.0.0"
1193-
"@octokit/plugin-rest-endpoint-methods" "^3.3.0"
1193+
"@octokit/plugin-rest-endpoint-methods" "3.4.0"
11941194

11951195
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
11961196
version "2.1.1"
@@ -5607,13 +5607,13 @@ release-it-lerna-changelog@^2.1.1:
56075607
release-it "^13.3.0"
56085608
tmp "^0.1.0"
56095609

5610-
release-it@^13.3.0, release-it@^13.3.2:
5611-
version "13.3.2"
5612-
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.3.2.tgz#18c69e709f541b654e1523a7fe3d972aac26968c"
5613-
integrity sha512-ktGgXpOqYpvwlL07IeIbYYFom4cIlYF+xHvDwV5HsxcLSBpFtCeGcTPhBl4ZgP4rSwiioQiDOdLJBku+1Lm3MQ==
5610+
release-it@^13.3.0, release-it@^13.4.0:
5611+
version "13.4.0"
5612+
resolved "https://registry.yarnpkg.com/release-it/-/release-it-13.4.0.tgz#0c3e61e516ae767a2f6e04b94afc023eed1dd1b4"
5613+
integrity sha512-iOJAUPK96LYalSGwWWBcEykpWhlBFcxR5ZE/jCRWWezYNWn2u+inzi8gZ2UccIjqA2CKNE9punYDyd6VwQBKBQ==
56145614
dependencies:
56155615
"@iarna/toml" "2.2.3"
5616-
"@octokit/rest" "17.1.2"
5616+
"@octokit/rest" "17.1.4"
56175617
async-retry "1.3.1"
56185618
chalk "3.0.0"
56195619
cosmiconfig "6.0.0"
@@ -5642,7 +5642,7 @@ release-it@^13.3.0, release-it@^13.3.2:
56425642
uuid "7.0.2"
56435643
window-size "1.1.1"
56445644
yaml "1.8.3"
5645-
yargs-parser "18.1.1"
5645+
yargs-parser "18.1.2"
56465646

56475647
remove-trailing-separator@^1.0.1:
56485648
version "1.1.0"
@@ -6959,10 +6959,10 @@ [email protected], yaml@^1.7.2:
69596959
dependencies:
69606960
"@babel/runtime" "^7.8.7"
69616961

6962-
[email protected].1, yargs-parser@^18.1.1:
6963-
version "18.1.1"
6964-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.1.tgz#bf7407b915427fc760fcbbccc6c82b4f0ffcbd37"
6965-
integrity sha512-KRHEsOM16IX7XuLnMOqImcPNbLVXMNHYAoFc3BKR8Ortl5gzDbtXvvEoGx9imk5E+X1VeNKNlcHr8B8vi+7ipA==
6962+
[email protected].2, yargs-parser@^18.1.1:
6963+
version "18.1.2"
6964+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.2.tgz#2f482bea2136dbde0861683abea7756d30b504f1"
6965+
integrity sha512-hlIPNR3IzC1YuL1c2UwwDKpXlNFBqD1Fswwh1khz5+d8Cq/8yc/Mn0i+rQXduu8hcrFKvO7Eryk+09NecTQAAQ==
69666966
dependencies:
69676967
camelcase "^5.0.0"
69686968
decamelize "^1.2.0"

0 commit comments

Comments
 (0)