Skip to content

Commit 6636652

Browse files
chore(deps-dev): bump release-it from 14.2.1 to 14.2.2
Bumps [release-it](https://github.com/release-it/release-it) from 14.2.1 to 14.2.2. - [Release notes](https://github.com/release-it/release-it/releases) - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md) - [Commits](release-it/release-it@14.2.1...14.2.2) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ed02acf commit 6636652

File tree

2 files changed

+49
-35
lines changed

2 files changed

+49
-35
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"mocha": "^8.2.1",
4444
"mocha-eslint": "^6.0.0",
4545
"prettier": "^1.19.1",
46-
"release-it": "^14.2.1",
46+
"release-it": "^14.2.2",
4747
"release-it-lerna-changelog": "^2.4.0"
4848
},
4949
"engines": {

yarn.lock

Lines changed: 48 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
"@octokit/types" "^5.1.1"
116116
deprecation "^2.3.1"
117117

118-
"@octokit/[email protected].0":
119-
version "4.2.0"
120-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.0.tgz#c5a0691b3aba5d8b4ef5dffd6af3649608f167ba"
121-
integrity sha512-1/qn1q1C1hGz6W/iEDm9DoyNoG/xdFDt78E3eZ5hHeUfJTLJgyAMdj9chL/cNBHjcjd+FH5aO1x0VCqR2RE0mw==
118+
"@octokit/[email protected].1":
119+
version "4.2.1"
120+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.2.1.tgz#8224833a45c3394836dc6e86f1e6c49269a2c350"
121+
integrity sha512-QyFr4Bv807Pt1DXZOC5a7L5aFdrwz71UHTYoHVajYV5hsqffWm8FUl9+O7nxRu5PDMtB/IKrhFqTmdBTK5cx+A==
122122
dependencies:
123123
"@octokit/types" "^5.5.0"
124124
deprecation "^2.3.1"
@@ -170,15 +170,15 @@
170170
"@octokit/plugin-request-log" "^1.0.0"
171171
"@octokit/plugin-rest-endpoint-methods" "4.1.2"
172172

173-
"@octokit/[email protected].7":
174-
version "18.0.7"
175-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.7.tgz#236514417084334bc0ef62416a19f6030db3d907"
176-
integrity sha512-ctz0cMIb3c6gO2ADto+A1r4JI+2hkUkDcD1JRunkhk1SOUrNGQcQ+9FBqZ6UekS1Z/c3xPvF0OoLtX2cQ118+A==
173+
"@octokit/[email protected].9":
174+
version "18.0.9"
175+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.9.tgz#964d707d914eb34b1787895fdcacff96de47844d"
176+
integrity sha512-CC5+cIx974Ygx9lQNfUn7/oXDQ9kqGiKUC6j1A9bAVZZ7aoTF8K6yxu0pQhQrLBwSl92J6Z3iVDhGhGFgISCZg==
177177
dependencies:
178178
"@octokit/core" "^3.0.0"
179179
"@octokit/plugin-paginate-rest" "^2.2.0"
180180
"@octokit/plugin-request-log" "^1.0.0"
181-
"@octokit/plugin-rest-endpoint-methods" "4.2.0"
181+
"@octokit/plugin-rest-endpoint-methods" "4.2.1"
182182

183183
"@octokit/types@^2.0.0":
184184
version "2.5.1"
@@ -822,10 +822,10 @@ crypto-random-string@^2.0.0:
822822
resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5"
823823
integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==
824824

825-
debug@4, debug@4.2.0, debug@^4.0.1, debug@^4.1.0:
826-
version "4.2.0"
827-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
828-
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
825+
debug@4, debug@4.3.1, debug@^4.0.1, debug@^4.1.0:
826+
version "4.3.1"
827+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
828+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
829829
dependencies:
830830
ms "2.1.2"
831831

@@ -836,6 +836,13 @@ [email protected]:
836836
dependencies:
837837
ms "^2.1.1"
838838

839+
840+
version "4.2.0"
841+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
842+
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
843+
dependencies:
844+
ms "2.1.2"
845+
839846
debug@^2.2.0:
840847
version "2.6.9"
841848
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -1808,7 +1815,7 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
18081815
dependencies:
18091816
is-extglob "^2.1.1"
18101817

1811-
is-installed-globally@^0.3.1:
1818+
is-installed-globally@^0.3.1, is-installed-globally@^0.3.2:
18121819
version "0.3.2"
18131820
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.3.2.tgz#fd3efa79ee670d1187233182d5b0a1dd00313141"
18141821
integrity sha512-wZ8x1js7Ia0kecP/CHM/3ABkAmujX7WPvQk6uu3Fly/Mk44pySulQpnHG46OMjHGXApINnV4QhY3SWnECO2z5g==
@@ -1993,7 +2000,7 @@ kind-of@^6.0.0, kind-of@^6.0.2:
19932000
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
19942001
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
19952002

1996-
latest-version@^5.0.0:
2003+
latest-version@^5.0.0, latest-version@^5.1.0:
19972004
version "5.1.0"
19982005
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
19992006
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
@@ -2705,6 +2712,13 @@ pupa@^2.0.1:
27052712
dependencies:
27062713
escape-goat "^2.0.0"
27072714

2715+
pupa@^2.1.1:
2716+
version "2.1.1"
2717+
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
2718+
integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
2719+
dependencies:
2720+
escape-goat "^2.0.0"
2721+
27082722
quick-lru@^5.1.1:
27092723
version "5.1.1"
27102724
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932"
@@ -2821,17 +2835,17 @@ release-it@^13.7.0:
28212835
yaml "1.10.0"
28222836
yargs-parser "19.0.1"
28232837

2824-
release-it@^14.2.1:
2825-
version "14.2.1"
2826-
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.2.1.tgz#e3d7b6daee45162a6fe903ef1b1b022a0d25c325"
2827-
integrity sha512-zHXJjU2eOvVcbXTQSfgNC9DcDU7WgTc9qappBFfGRDicK//Bqt1KaOAEhCS6EZ9u4v7YbWBRbUejSrVXOLfCVQ==
2838+
release-it@^14.2.2:
2839+
version "14.2.2"
2840+
resolved "https://registry.yarnpkg.com/release-it/-/release-it-14.2.2.tgz#ec01be53b04c5aa251a45c7a0b29cceace7827b3"
2841+
integrity sha512-rnJOzDIXErrwCD9cRMtDgmOZlcLQiL0z0dVyN95G2T1FQVBQNr7AD5EiH3U+K6X7s+EVoK90lF96NXe5QuvG1A==
28282842
dependencies:
28292843
"@iarna/toml" "2.2.5"
2830-
"@octokit/rest" "18.0.7"
2844+
"@octokit/rest" "18.0.9"
28312845
async-retry "1.3.1"
28322846
chalk "4.1.0"
28332847
cosmiconfig "7.0.0"
2834-
debug "4.2.0"
2848+
debug "4.3.1"
28352849
deprecated-obj "2.0.0"
28362850
execa "4.1.0"
28372851
find-up "5.0.0"
@@ -2849,11 +2863,11 @@ release-it@^14.2.1:
28492863
parse-json "5.1.0"
28502864
semver "7.3.2"
28512865
shelljs "0.8.4"
2852-
update-notifier "5.0.0"
2866+
update-notifier "5.0.1"
28532867
url-join "4.0.1"
28542868
uuid "8.3.1"
28552869
yaml "1.10.0"
2856-
yargs-parser "20.2.3"
2870+
yargs-parser "20.2.4"
28572871

28582872
replaceall@^0.1.6:
28592873
version "0.1.6"
@@ -3387,22 +3401,22 @@ [email protected]:
33873401
semver-diff "^3.1.1"
33883402
xdg-basedir "^4.0.0"
33893403

3390-
3391-
version "5.0.0"
3392-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.0.tgz#308e0ae772f71d66df0303159a945bc1e1fb819a"
3393-
integrity sha512-8tqsiVrMv7aZsKNSjqA6DdBLKJpZG1hRpkj1RbOJu1PgyP69OX+EInAnP1EK/ShX5YdPFgwWdk19oquZ0HTM8g==
3404+
3405+
version "5.0.1"
3406+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d"
3407+
integrity sha512-BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg==
33943408
dependencies:
33953409
boxen "^4.2.0"
33963410
chalk "^4.1.0"
33973411
configstore "^5.0.1"
33983412
has-yarn "^2.1.0"
33993413
import-lazy "^2.1.0"
34003414
is-ci "^2.0.0"
3401-
is-installed-globally "^0.3.1"
3415+
is-installed-globally "^0.3.2"
34023416
is-npm "^5.0.0"
34033417
is-yarn-global "^0.3.0"
3404-
latest-version "^5.0.0"
3405-
pupa "^2.0.1"
3418+
latest-version "^5.1.0"
3419+
pupa "^2.1.1"
34063420
semver "^7.3.2"
34073421
semver-diff "^3.1.1"
34083422
xdg-basedir "^4.0.0"
@@ -3605,10 +3619,10 @@ [email protected]:
36053619
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-19.0.1.tgz#34b444580905d0f67e89f31283d8dc1f8bd53d47"
36063620
integrity sha512-2UuJKZmPN9S9/0s3FSCG3aNUSyC/qz56oJsMZG0NV2B44QxTXaNySp4xXW10CizmUs0DXgPY0y114dOGLvtYHg==
36073621

3608-
3609-
version "20.2.3"
3610-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.3.tgz#92419ba867b858c868acf8bae9bf74af0dd0ce26"
3611-
integrity sha512-emOFRT9WVHw03QSvN5qor9QQT9+sw5vwxfYweivSMHTcAXPefwVae2FjO7JJjj8hCE4CzPOPeFM83VwT29HCww==
3622+
3623+
version "20.2.4"
3624+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"
3625+
integrity sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==
36123626

36133627
yargs-parser@^18.1.1:
36143628
version "18.1.3"

0 commit comments

Comments
 (0)