diff --git a/package-lock.json b/package-lock.json index 8736ffb..e104bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@tanstack/react-query": "^5.100.5", - "plotly.js-dist-min": "^3.5.0", + "@tanstack/react-query": "^5.100.9", + "plotly.js-dist-min": "^3.5.1", "react": "^19.2.5", "react-dom": "^19.2.5" }, @@ -860,9 +860,9 @@ "license": "MIT" }, "node_modules/@tanstack/query-core": { - "version": "5.100.5", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.5.tgz", - "integrity": "sha512-t20KrhKkf0HXzqQkPbJ5erhFesup68BAbwFgYmTrS7bxMF7O5MdmL8jUkik4thsG7Hg00fblz30h6yF1d5TxGg==", + "version": "5.100.9", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.100.9.tgz", + "integrity": "sha512-SJSFw1S8+kQ0+knv/XGfrbocWoAlT7vDKsSImtLx3ZPQmEcR46hkDjLSvynSy25N8Ms4tIEini1FuBd5k7IscQ==", "license": "MIT", "funding": { "type": "github", @@ -870,12 +870,12 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.100.5", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.5.tgz", - "integrity": "sha512-aNwj1mi2v2bQ9IxkyR1grLOUkv3BYWoykHy9KDyLNbjC3tsahbOHJibK+Wjtr1wRhG59/AvJhiJG5OlthaCgJA==", + "version": "5.100.9", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.100.9.tgz", + "integrity": "sha512-Oa44XkaI3kCNN6ME0KByU3xT3SEUNOMfZpHxL6+wFoTm+OeUFYHKdeYVe0aOXlRDm/f15sgLwEt2HDorIdW8+A==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.100.5" + "@tanstack/query-core": "5.100.9" }, "funding": { "type": "github", @@ -3754,9 +3754,9 @@ } }, "node_modules/plotly.js-dist-min": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.5.0.tgz", - "integrity": "sha512-rN+0P4M6eIHiNeKsyv4F0cCmA3pslxIjUpGpEh6PbNzEQQMjHbXFbC7nVUbK805TaLxnjh6FnwsVau/DlWimUA==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/plotly.js-dist-min/-/plotly.js-dist-min-3.5.1.tgz", + "integrity": "sha512-N2R4RXKFSRTapdMc/+CDIbvcgFk3HNhs3tR6cKK499tNrSo7C3X7p20Wqi7qpf03s+3oH+DC/hDINYlsE8hxxA==", "license": "MIT" }, "node_modules/possible-typed-array-names": { diff --git a/package.json b/package.json index 8158ad5..da0aad3 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "vitest": "^4.1.5" }, "dependencies": { - "@tanstack/react-query": "^5.100.5", - "plotly.js-dist-min": "^3.5.0", + "@tanstack/react-query": "^5.100.9", + "plotly.js-dist-min": "^3.5.1", "react": "^19.2.5", "react-dom": "^19.2.5" }