Skip to content

Commit

Permalink
fix: upgrade @tanstack/react-query-persist-client from 4.24.10 to 4.36.1
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade @tanstack/react-query-persist-client from 4.24.10 to 4.36.1.

See this package in yarn:
@tanstack/react-query-persist-client

See this project in Snyk:
https://app.snyk.io/org/kraus.martina.m/project/3bcc5c28-94d1-4719-8084-a381817872ba?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Jun 5, 2024
1 parent 30037eb commit df23e88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@dhis2/ui-forms": "7.16.3",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query-devtools": "4.24.14",
"@tanstack/react-query-persist-client": "4.24.10",
"@tanstack/react-query-persist-client": "4.36.1",
"chart.js": "3.9.1",
"classnames": "2.3.2",
"dompurify": "^3.0.9",
Expand Down
25 changes: 15 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3611,12 +3611,17 @@
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.24.10.tgz#758e1f5b2d7faf7316d299facd272a9f64c26299"
integrity sha512-2QywqXEAGBIUoTdgn1lAB4/C8QEqwXHj2jrCLeYTk2xVGtLiPEUD8jcMoeB2noclbiW2mMt4+Fq7fZStuz3wAQ==

"@tanstack/[email protected]":
version "4.24.10"
resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-4.24.10.tgz#7495dba607f6d59639cb4e4fda83a9c7d0edb0ba"
integrity sha512-ObE7k4/TN1EgYMrTCkR43UIvviCtT27QcbE14CgdqeOVRSJ+oiIgXlfir69bcgBUW5Ba7S0ezY2SNV6IfSRNrw==
"@tanstack/[email protected]":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-4.36.1.tgz#79f8c1a539d47c83104210be2388813a7af2e524"
integrity sha512-DJSilV5+ytBP1FbFcEJovv4rnnm/CokuVvrBEtW/Va9DvuJ3HksbXUJEpI0aV1KtuL4ZoO9AVE6PyNLzF7tLeA==

"@tanstack/[email protected]":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/query-persist-client-core/-/query-persist-client-core-4.36.1.tgz#4d7284994bdc2a15fe6cbe7161be21e03033fe12"
integrity sha512-eocgCeI7D7TRv1IUUBMfVwOI0wdSmMkBIbkKhqEdTrnUHUQEeOaYac8oeZk2cumAWJdycu6P/wB+WqGynTnzXg==
dependencies:
"@tanstack/query-core" "4.24.10"
"@tanstack/query-core" "4.36.1"

"@tanstack/[email protected]":
version "4.24.14"
Expand All @@ -3627,12 +3632,12 @@
superjson "^1.10.0"
use-sync-external-store "^1.2.0"

"@tanstack/react-query-persist-client@4.24.10":
version "4.24.10"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-4.24.10.tgz#f9033f0157b83672fcf2f60223c788ab4e948ee4"
integrity sha512-Ta8PQua5aJK5F1w1ckX1xFnA4ohNpoeLUvApxtpMb3DKfs1XmyeFaddwyhP7La/EdjTtiInBJ2TmEAjG7EqhCw==
"@tanstack/react-query-persist-client@4.36.1":
version "4.36.1"
resolved "https://registry.yarnpkg.com/@tanstack/react-query-persist-client/-/react-query-persist-client-4.36.1.tgz#d96fa44cdc661534379623423da596a7b5dc13a7"
integrity sha512-32I5b9aAu4NCiXZ7Te/KEQLfHbYeTNriVPrKYcvEThnZ9tlW01vLcSoxpUIsMYRsembvJUUAkzYBAiZHLOd6pQ==
dependencies:
"@tanstack/query-persist-client-core" "4.24.10"
"@tanstack/query-persist-client-core" "4.36.1"

"@tanstack/[email protected]":
version "4.24.10"
Expand Down

0 comments on commit df23e88

Please sign in to comment.