Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#2533)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent dcd74b4 commit 8adf363
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"globby": "14.0.2",
"graphql": "16.10.0",
"graphql-subscriptions": "3.0.0",
"graphql-ws": "6.0.1",
"graphql-ws": "6.0.2",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.4.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4955,9 +4955,9 @@
integrity sha512-AySf2kV6OHvwgD3DrLdT2az2g4hRdoRtKsFCLdZo3jOoKte+ft/IQJEnOW7CPT0RYUskS3elv6eabYgSyTH4tg==

"@theguild/components@^7.0.0":
version "7.6.1"
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-7.6.1.tgz#ec14917b2f8446c0f74d6a48cfeaed8bf25e7a7b"
integrity sha512-5HnuvISB7Kll+g8SLnQqVWSOHdeNL7gkztSYelVpbeqCrjpDFId9vjMV9GitPhhf44uzf1zksp9NbTriMmys8A==
version "7.6.2"
resolved "https://registry.yarnpkg.com/@theguild/components/-/components-7.6.2.tgz#84bed82023b158a12cdf37adc625746fb0af75c0"
integrity sha512-Qibz7M8w+hYs4yNUrsiZAPyBx+SnsJcg94h/c4hpKaLeD+MS5IFyyuvntE8lUnJ2XemuniX5xgH2+xvecOtzZA==
dependencies:
"@giscus/react" "3.0.0"
"@next/bundle-analyzer" "15.1.0"
Expand Down Expand Up @@ -9515,10 +9515,10 @@ graphql-tag@^2.11.0:
dependencies:
tslib "^2.1.0"

[email protected].1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.1.tgz#a5e9186b68f45716b4282f209d3038a3607dc25c"
integrity sha512-ScU+lpgXMVH+BQecv+veIk6eqF8eNZgvRZU+UNaXGvQ1mGq1uEuQRzmrCvMnaZOW1IX+E5PKZvFNXO39LGZU2Q==
[email protected].2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.2.tgz#5ea5b21cdb155cc40d1564b0d51568fccb9d90b2"
integrity sha512-9fzn1gacbVA2h8JWQhStEfHiGnrF0lJJJLdAJWvwBVEw8h6khOrQy/WO1cXopLGgnzls4gIeMj+csZVTnsDzrw==

[email protected]:
version "3.9.1"
Expand Down Expand Up @@ -14324,12 +14324,12 @@ rw@1:
resolved "https://registry.yarnpkg.com/rw/-/rw-1.3.3.tgz#3f862dfa91ab766b14885ef4d01124bfda074fb4"
integrity sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==

[email protected], safe-buffer@^5.0.1:
[email protected]:
version "5.2.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==

safe-buffer@~5.1.0, safe-buffer@~5.1.1:
safe-buffer@^5.0.1, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.2"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
Expand Down

0 comments on commit 8adf363

Please sign in to comment.