From c87146574d4136ef57a7b0f8c48dae8239c7257e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 03:43:00 +0000 Subject: [PATCH] chore(deps): update dependency @changesets/changelog-github to ^0.4.8 --- package.json | 2 +- yarn.lock | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 275359d..e4e5d6c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@angular-eslint/template-parser": "^12.7.0", "@angular/compiler": "^12.2.17", "@angular/core": "^12.2.17", - "@changesets/changelog-github": "^0.4.7", + "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.25.2", "@types/eslint": "^7.29.0", "clean-publish": "^2.2.0", diff --git a/yarn.lock b/yarn.lock index 5dc55a6..cf310c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1432,13 +1432,13 @@ dependencies: "@changesets/types" "^5.2.0" -"@changesets/changelog-github@^0.4.7": - version "0.4.7" - resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.7.tgz#4da67472eaa0dc1ccff91fe8ecd9846ce818ec7b" - integrity sha512-UUG5sKwShs5ha1GFnayUpZNcDGWoY7F5XxhOEHS62sDPOtoHQZsG3j1nC5RxZ3M1URHA321cwVZHeXgu99Y3ew== +"@changesets/changelog-github@^0.4.8": + version "0.4.8" + resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.8.tgz#b7f8ae85d0c0ff08028d924c5e59a1cbd3742634" + integrity sha512-jR1DHibkMAb5v/8ym77E4AMNWZKB5NPzw5a5Wtqm1JepAuIF+hrKp2u04NKM14oBZhHglkCfrla9uq8ORnK/dw== dependencies: - "@changesets/get-github-info" "^0.5.1" - "@changesets/types" "^5.2.0" + "@changesets/get-github-info" "^0.5.2" + "@changesets/types" "^5.2.1" dotenv "^8.1.0" "@changesets/cli@^2.25.2": @@ -1511,10 +1511,10 @@ fs-extra "^7.0.1" semver "^5.4.1" -"@changesets/get-github-info@^0.5.1": - version "0.5.1" - resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7" - integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw== +"@changesets/get-github-info@^0.5.2": + version "0.5.2" + resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.2.tgz#0cde2cadba57db85c714dc303c077da919a574e5" + integrity sha512-JppheLu7S114aEs157fOZDjFqUDpm7eHdq5E8SSR0gUBTEK0cNSHsrSR5a66xs0z3RWuo46QvA3vawp8BxDHvg== dependencies: dataloader "^1.4.0" node-fetch "^2.5.0" @@ -1594,10 +1594,10 @@ resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0" integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw== -"@changesets/types@^5.2.0": - version "5.2.0" - resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.2.0.tgz#c4927f5bf9668f778c12b4226cfd07a1f5b79c9b" - integrity sha512-km/66KOqJC+eicZXsm2oq8A8bVTSpkZJ60iPV/Nl5Z5c7p9kk8xxh6XGRTlnludHldxOOfudhnDN2qPxtHmXzA== +"@changesets/types@^5.2.0", "@changesets/types@^5.2.1": + version "5.2.1" + resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.2.1.tgz#a228c48004aa8a93bce4be2d1d31527ef3bf21f6" + integrity sha512-myLfHbVOqaq9UtUKqR/nZA/OY7xFjQMdfgfqeZIBK4d0hA6pgxArvdv8M+6NUzzBsjWLOtvApv8YHr4qM+Kpfg== "@changesets/write@^0.2.2": version "0.2.2"