Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2ae307c

Browse files
authoredOct 8, 2023
fix(deps): update dependency @theguild/components to v5.2.5 (#2153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7eab05f commit 2ae307c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed
 

‎website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start": "next start"
1212
},
1313
"dependencies": {
14-
"@theguild/components": "5.2.4",
14+
"@theguild/components": "5.2.5",
1515
"next": "13.5.2",
1616
"react": "18.2.0",
1717
"react-dom": "18.2.0"

‎website/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -605,10 +605,10 @@
605605
lodash.sortby "^4.7.0"
606606
remove-markdown "^0.5.0"
607607

608-
"@theguild/components@5.2.4":
609-
version "5.2.4"
610-
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-5.2.4.tgz#8c2a9f0e4d0e145ecc3865847d575554f67a0af0"
611-
integrity sha512-hGPWJz8Hc8h6+tfRUzOQCutGe5B+iPRzDZ9zHulCwDsyBL227IUxy1IplZMPu3j8xcZnei+VEhflHnrbMVPiPA==
608+
"@theguild/components@5.2.5":
609+
version "5.2.5"
610+
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-5.2.5.tgz#6812537b76359916a25c1496754a185506d53930"
611+
integrity sha512-9G5slp/0G43am0jNWnCZXaOPBXQ9XZUAGkK7O8ZPJW+mE7pukXWYnnYIwmAslH7ZQk6qb2FPZPFJ5mgnbrl0UA==
612612
dependencies:
613613
"@algolia/autocomplete-js" "1.11.0"
614614
"@algolia/autocomplete-plugin-algolia-insights" "1.11.0"
@@ -626,9 +626,9 @@
626626
nextra-theme-docs "2.12.3"
627627
react-instantsearch-dom "6.40.4"
628628
react-paginate "8.2.0"
629-
react-player "2.12.0"
629+
react-player "2.13.0"
630630
remark-mdx-disable-explicit-jsx "0.1.0"
631-
search-insights "2.8.1"
631+
search-insights "2.8.2"
632632
semver "^7.3.8"
633633
use-debounce "9.0.4"
634634

@@ -3867,10 +3867,10 @@ react-paginate@8.2.0:
38673867
dependencies:
38683868
prop-types "^15"
38693869

3870-
react-player@2.12.0:
3871-
version "2.12.0"
3872-
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.12.0.tgz#2fc05dbfec234c829292fbca563b544064bd14f0"
3873-
integrity sha512-rymLRz/2GJJD+Wc01S7S+i9pGMFYnNmQibR2gVE3KmHJCBNN8BhPAlOPTGZtn1uKpJ6p4RPLlzPQ1OLreXd8gw==
3870+
react-player@2.13.0:
3871+
version "2.13.0"
3872+
resolved "https://registry.yarnpkg.com/react-player/-/react-player-2.13.0.tgz#b6fb252bf70574608ac711f6c83d7057c8fb0c14"
3873+
integrity sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw==
38743874
dependencies:
38753875
deepmerge "^4.0.0"
38763876
load-script "^1.0.0"
@@ -4081,10 +4081,10 @@ scroll-into-view-if-needed@^3.0.0:
40814081
dependencies:
40824082
compute-scroll-into-view "^3.0.2"
40834083

4084-
search-insights@2.8.1:
4085-
version "2.8.1"
4086-
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.8.1.tgz#ea80cde4c362f79b45137877a0cabda396b19cb7"
4087-
integrity sha512-gxfqTdzjOxl/i5LtTvSFdolgnm3pUQD5Ae3V8N6tFQ2bsYeo4C3CmrQAsMt212ZV78P22XBUH/nM9IhcAI946Q==
4084+
search-insights@2.8.2:
4085+
version "2.8.2"
4086+
resolved "https://registry.yarnpkg.com/search-insights/-/search-insights-2.8.2.tgz#00c8e795ec567b8060bd46d3e6b840bb56665d63"
4087+
integrity sha512-PxA9M5Q2bpBelVvJ3oDZR8nuY00Z6qwOxL53wNpgzV28M/D6u9WUbImDckjLSILBF8F1hn/mgyuUaOPtjow4Qw==
40884088

40894089
section-matter@^1.0.0:
40904090
version "1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.