From fd0982aebd550a55c27232bd09049facba253388 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:52:53 +0000 Subject: [PATCH 1/2] fix(deps): update dependency swiper to v10 --- package.json | 2 +- yarn.lock | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 2a0e3aa4..25fa4985 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "remark-parse": "10.0.2", "remark-rehype": "10.1.0", "sharp": "^0.31.3", - "swiper": "9.4.1", + "swiper": "10.0.2", "unified": "10.1.2", "words-count": "2.0.2" }, diff --git a/yarn.lock b/yarn.lock index 0e06e5c0..b4141a51 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8391,11 +8391,6 @@ sshpk@^1.14.1: safer-buffer "^2.0.2" tweetnacl "~0.14.0" -ssr-window@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/ssr-window/-/ssr-window-4.0.2.tgz#dc6b3ee37be86ac0e3ddc60030f7b3bc9b8553be" - integrity sha512-ISv/Ch+ig7SOtw7G2+qkwfVASzazUnvlDTwypdLoPoySv+6MqlOV10VwPSE6EWkGjhW50lUmghPmpYZXMu/+AQ== - ssri@^10.0.0, ssri@^10.0.1, ssri@^10.0.4: version "10.0.4" resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.4.tgz#5a20af378be586df139ddb2dfb3bf992cf0daba6" @@ -8676,12 +8671,10 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -swiper@9.4.1: - version "9.4.1" - resolved "https://registry.yarnpkg.com/swiper/-/swiper-9.4.1.tgz#2f48bcd6ab4b4fcf4ae93eaee53980531d42fd42" - integrity sha512-1nT2T8EzUpZ0FagEqaN/YAhRj33F2x/lN6cyB0/xoYJDMf8KwTFT3hMOeoB8Tg4o3+P/CKqskP+WX0Df046fqA== - dependencies: - ssr-window "^4.0.2" +swiper@10.0.2: + version "10.0.2" + resolved "https://registry.yarnpkg.com/swiper/-/swiper-10.0.2.tgz#4444494c6dd7502a0b54e646360119de1f89e790" + integrity sha512-b/3L+Z+88vWXt4d32tup9w+otQEHCwW/qas+C7WKimv5GGGMi3HHeLNp2fPt8BeaP9Th17itujmjKXONben6AA== synckit@^0.8.4: version "0.8.4" From 18d9cd7f24e8398af36f193604fb38a118d4e23c Mon Sep 17 00:00:00 2001 From: fairdataihub-bot Date: Fri, 7 Jul 2023 14:42:33 +0000 Subject: [PATCH 2/2] =?UTF-8?q?style:=20=F0=9F=8E=A8=20code=20style=20issu?= =?UTF-8?q?es=20with=20Prettier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb1a4f2..d539336f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ ## [2.28.21](https://github.com/fairdataihub/fairdataihub.org/compare/v2.28.20...v2.28.21) (2023-07-06) - ### Bug Fixes -* **deps:** update dependency @giscus/react to v2.3.0 ([#503](https://github.com/fairdataihub/fairdataihub.org/issues/503)) ([154205e](https://github.com/fairdataihub/fairdataihub.org/commit/154205e6a845fdd25ef23bcd8d0fc226a189a3af)) +- **deps:** update dependency @giscus/react to v2.3.0 ([#503](https://github.com/fairdataihub/fairdataihub.org/issues/503)) ([154205e](https://github.com/fairdataihub/fairdataihub.org/commit/154205e6a845fdd25ef23bcd8d0fc226a189a3af)) ## [2.28.20](https://github.com/fairdataihub/fairdataihub.org/compare/v2.28.19...v2.28.20) (2023-07-01)