Skip to content

Commit

Permalink
Merge pull request #2309 from nestjs/renovate/release-it-15.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency release-it to v15.1.3
  • Loading branch information
kamilmysliwiec committed Jul 20, 2022
2 parents 01b6406 + 9fb87d2 commit cbb510b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"reflect-metadata": "0.1.13",
"release-it": "15.1.2",
"release-it": "15.1.3",
"rimraf": "3.0.2",
"rxjs": "7.5.6",
"supertest": "6.2.4",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Expand Up @@ -6408,10 +6408,10 @@ init-package-json@^2.0.2:
validate-npm-package-license "^3.0.4"
validate-npm-package-name "^3.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 @@ -8216,10 +8216,10 @@ node-fetch@*:
data-uri-to-buffer "^3.0.1"
fetch-blob "^3.1.2"

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 @@ -9520,10 +9520,10 @@ registry-url@^6.0.0:
dependencies:
rc "1.2.8"

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 @@ -9535,12 +9535,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 cbb510b

Please sign in to comment.