Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 2acb1ff commit 222d215
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
"emotion-theming": "11.0.0",
"framer-motion": "12.4.2",
"framer-motion": "12.4.3",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.1.7",
Expand Down
18 changes: 9 additions & 9 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
dependencies:
axios "1.7.9"
form-data "4.0.1"
graphql-ws "6.0.3"
graphql-ws "6.0.4"
is-plain-obj "4.1.0"
lodash.assign "4.2.0"
lodash.get "4.4.2"
Expand Down Expand Up @@ -2506,10 +2506,10 @@ formdata-polyfill@^4.0.10:
dependencies:
fetch-blob "^3.1.2"

[email protected].2:
version "12.4.2"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.4.2.tgz#8d7c1684fdc1206ddd111bdfd53dcddd6b1fd960"
integrity sha512-pW307cQKjDqEuO1flEoIFf6TkuJRfKr+c7qsHAJhDo4368N/5U8/7WU8J+xhd9+gjmOgJfgp+46evxRRFM39dA==
[email protected].3:
version "12.4.3"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.4.3.tgz#e6a751b772421d849eea6228dbc6f160e098b869"
integrity sha512-rsMeO7w3dKyNG09o3cGwSH49iHU+VgDmfSSfsX+wfkO3zDA6WWkh4sUsMXd155YROjZP+7FTIhDrBYfgZeHjKQ==
dependencies:
motion-dom "^12.0.0"
motion-utils "^12.0.0"
Expand Down Expand Up @@ -2718,10 +2718,10 @@ [email protected], graphql-tag@^2.12.6, graphql-tag@^2.4.2:
dependencies:
tslib "^2.1.0"

[email protected].3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.3.tgz#8f20ee60f900650411be476f507bda5ff9b0844e"
integrity sha512-mvLRHihMg0llF74vo16063HufZHMGaiMxAjzyj0ARYueIikGzj1khlbPNl7vUc2h9rxbq9pGpQYbqypgq1fAXA==
[email protected].4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.4.tgz#f0376170965f9535576b2d3e897db38b463a31f0"
integrity sha512-8b4OZtNOvv8+NZva8HXamrc0y1jluYC0+13gdh7198FKjVzXyTvVc95DCwGzaKEfn3YuWZxUqjJlHe3qKM/F2g==

graphql@*:
version "16.8.1"
Expand Down
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"dependencies": {
"axios": "1.7.9",
"form-data": "4.0.1",
"graphql-ws": "6.0.3",
"graphql-ws": "6.0.4",
"is-plain-obj": "4.1.0",
"lodash.assign": "4.2.0",
"lodash.get": "4.4.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4074,10 +4074,10 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==

[email protected].3:
version "6.0.3"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.3.tgz#8f20ee60f900650411be476f507bda5ff9b0844e"
integrity sha512-mvLRHihMg0llF74vo16063HufZHMGaiMxAjzyj0ARYueIikGzj1khlbPNl7vUc2h9rxbq9pGpQYbqypgq1fAXA==
[email protected].4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/graphql-ws/-/graphql-ws-6.0.4.tgz#f0376170965f9535576b2d3e897db38b463a31f0"
integrity sha512-8b4OZtNOvv8+NZva8HXamrc0y1jluYC0+13gdh7198FKjVzXyTvVc95DCwGzaKEfn3YuWZxUqjJlHe3qKM/F2g==

graphql@*, [email protected]:
version "16.10.0"
Expand Down

0 comments on commit 222d215

Please sign in to comment.