Skip to content

Commit

Permalink
build(deps-dev): update dependency release-it to ^15.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2022
1 parent 265ba26 commit 6bfab15
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"release-it": "^15.1.2",
"release-it": "^15.1.3",
"rimraf": "^3.0.2"
}
}
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4790,10 +4790,10 @@ inquirer@8.2.4:
through "^2.3.6"
wrap-ansi "^7.0.0"

inquirer@9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.0.1.tgz#72879aa2bffa0e6ce74a8d84a59950a1e19d3070"
integrity sha512-NO601wvGO4Zm25ctJUhuglRBShQKJSGKGQlgbeyjs3cvXqq4Ud1jhwR36zf3pTC9mmfH3uHJHb/sL3/YJPqMzw==
inquirer@9.0.2:
version "9.0.2"
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-9.0.2.tgz#81d830044718528485d7b9f7d47c6d590ccd1a7f"
integrity sha512-AqmDHmz3bIe573OiM4svTZzajBzff1xpuzYAimW8gjzW5ncuPllWB8t/GKl+NSuKRJaKyIF2bU2RCx8H1dwqyQ==
dependencies:
ansi-escapes "^5.0.0"
chalk "^5.0.1"
Expand Down Expand Up @@ -5839,10 +5839,10 @@ node-fetch@2.6.7, node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-fetch@3.2.8:
version "3.2.8"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.8.tgz#0d9516dcf43a758d78d6dbe538adf0b1f6a4944e"
integrity sha512-KtpD1YhGszhntMpBDyp5lyagk8KIMopC1LEb7cQUAh7zcosaX5uK8HnbNb2i3NTQK3sIawCItS0uFC3QzcLHdg==
node-fetch@3.2.9:
version "3.2.9"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-3.2.9.tgz#3f6070bf854de20f21b9fe8479f823462e615d7d"
integrity sha512-/2lI+DBecVvVm9tDhjziTVjo2wmTsSxSk58saUYP0P/fRJ3xxtfMDY24+CKTkfm0Dlhyn3CSXNL0SoRiCZ8Rzg==
dependencies:
data-uri-to-buffer "^4.0.0"
fetch-blob "^3.1.4"
Expand Down Expand Up @@ -6857,10 +6857,10 @@ regjsparser@^0.8.2:
dependencies:
jsesc "~0.5.0"

release-it@^15.1.2:
version "15.1.2"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.1.2.tgz#519f5923c0842d146a828acd53c41cb3da3844a5"
integrity sha512-GLNFI4oDpxSCAOJyzmaWyel8JwZTr2eD276TivTHaUaUvP0wer2qtUYzF+Ot1V+rLGM25bE+AZwR0UFzQNgC1A==
release-it@^15.1.3:
version "15.1.3"
resolved "https://registry.yarnpkg.com/release-it/-/release-it-15.1.3.tgz#bd170296018df1d5b69be328ef5a0d0975846bea"
integrity sha512-pdW9Ua59S3upm2wwzrWiQK8N5vXazNBBYk/UhpVf0faHV6mmY8GunS1ZzawSNi4fOOx55zSQFj2IHkOgfBxNUg==
dependencies:
"@iarna/toml" "2.2.5"
"@octokit/rest" "19.0.3"
Expand All @@ -6872,12 +6872,12 @@ release-it@^15.1.2:
git-url-parse "11.6.0"
globby "13.1.2"
got "12.1.0"
inquirer "9.0.1"
inquirer "9.0.2"
is-ci "3.0.1"
lodash "4.17.21"
mime-types "2.1.35"
new-github-release-url "2.0.0"
node-fetch "3.2.8"
node-fetch "3.2.9"
open "8.4.0"
ora "6.1.2"
os-name "5.0.1"
Expand Down

0 comments on commit 6bfab15

Please sign in to comment.